Heinrich Schuchardt
7b3346b25c
libs/apr: use @APACHE download facility
...
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:21:04 +01:00
Peter Wagner
fab13041b3
openssh: update to 7.1p2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-01-15 21:23:18 +01:00
Karl Palsson
87f167437b
mosquitto: Bump to version 1.4.7
...
Minor changes mostly unrelated to OpenWRT.
Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-15 09:32:18 +00:00
Karl Palsson
7a6a575887
mosquitto: optionally include mosquitto_passwd utility
...
Many users of the SSL build of mosquitto need the passwd utility for
managing keys.
Fixes github issue #1909
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-15 09:32:08 +00:00
Peter Wagner
a0fac8b9a0
ntpd: update to 4.2.8p5
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-01-14 17:50:10 +01:00
Daniel Golle
6e9cf99476
lvm2: update to 2.02.139
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:38:06 +01:00
Daniel Golle
853f999386
ccid: update to 1.4.22
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:03 +01:00
Daniel Golle
e5df4967c5
pcsc-lite: update to 1.8.15
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:03 +01:00
Daniel Golle
e53a511b68
libinput: include cmdline tools in package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
2781b83eef
libinput: update to 1.1.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
27c2d20072
libevdev: update to 1.4.6
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Jo-Philipp Wich
fd88a6d92f
Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindings
...
utils/collectd: Really prevent perl bindings
2016-01-11 10:48:55 +01:00
Daniel Dickinson
4fc1ad88f7
utils/collectd: Really prevent perl bindings
...
--with-perl-bindings= is insufficient, --without-perl-bindings is required
to actually prevent perl bindings when perl has been built for the target.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-01-11 03:57:44 -05:00
Hannu Nyman
272829f911
Merge pull request #2252 from lbschenkel/cloudflare-rec_id
...
ddns-scripts: allow setting CloudFlare 'rec_id' in the config
2016-01-10 13:01:02 +02:00
Leonardo Brondani Schenkel
4df353c1b2
ddns-scripts: bump 2.5.0 to release 5
2016-01-10 11:54:24 +01:00
Nikos Mavrogiannopoulos
1794ba1039
gnutls: updated to 3.4.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:32:08 +01:00
Nikos Mavrogiannopoulos
c63841baa6
ocserv: updated to 0.10.11
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:30:45 +01:00
Hannu Nyman
93f35fc88e
Merge pull request #2251 from marcogiovinazzi/ddns-duckdns.org
...
ddns-scripts: Added duckdns.org service
2016-01-10 00:42:16 +02:00
Michael Heimpold
fab6e5ae97
Merge pull request #2255 from xypron/automake
...
devel/automake: add automake-$(PKG_VERSION)
2016-01-09 22:21:50 +01:00
Heinrich Schuchardt
686606eaae
devel/automake: add automake-$(PKG_VERSION)
...
To make automake work correctly it is necessary to have files
* automake
* aclocal
* automake-$(PKG_VERSION)
* aclocal-$(PKG_VERSION)
The files without version number can be supplied as symbolic
links.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-09 19:39:13 +01:00
marcogiovinazzi
4b5b6874b0
ddns-scripts: Added duckdns.org service
...
Signed-off-by: Marco Giovinazzi <marco.giovinazzi@comodojo.org>
2016-01-09 15:04:35 +01:00
Jo-Philipp Wich
f9bd35d0a1
Merge pull request #2240 from ollie27/libpng
...
libpng: update to 1.2.56
2016-01-09 13:50:02 +01:00
Michael Heimpold
633ef1ed0c
Merge pull request #2253 from mhei/fix-pkg-config
...
devel/pkg-config: fix build when CONFIG_BUILD_NLS is set
2016-01-09 11:26:05 +01:00
Michael Heimpold
40d611c673
devel/pkg-config: fix build when CONFIG_BUILD_NLS is set
...
Buildbots reported build failures when full NLS is enabled:
http://buildbot.openwrt.org:8010/broken_packages/ar71xx/pkg-config/compile.txt
So add NLS awareness and the conditional dependency.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-08 22:59:06 +01:00
Michael Heimpold
48f1406b18
php5: update to 5.6.17
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-08 21:44:39 +01:00
Leonardo Brondani Schenkel
b740a68d24
ddns-scripts: allow setting CloudFlare 'rec_id' in the config
...
This is necessary when there are multiple records for the same domain,
otherwise the script will overwrite the first one returned by the API.
It has the secondary benefit of allowing faster updates by performing
only one API call instead of two.
In case 'rec_id' is not set the script behaves exactly as before.
Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
2016-01-08 19:47:57 +01:00
Jonas Gorski
2f4ed5c3a2
znc: update to 1.6.2
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2016-01-08 11:49:05 +01:00
Jonas Gorski
b1a2b9d1ea
znc: enable features/support explicitly
...
Don't let znc autodetect library presence to avoid random missing
dependencies popping up.
Closes #2193 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2016-01-08 11:48:47 +01:00
Hannu Nyman
51533dd867
Merge pull request #2219 from chris5560/master
...
[Radicale] upstream to Radicale 1.1
2016-01-07 13:39:23 +02:00
Ted Hess
e081d22983
Merge pull request #2246 from commodo/avahi-sys-poll
...
libs/avahi: fix warning with poll.h include on musl
2016-01-06 11:38:24 -05:00
Alexandru Ardelean
728655ac29
libs/avahi: fix warning with poll.h include on musl
...
Warning is:
#warning redirecting incorrect #include <sys/poll.h> to <poll.
Not a big issue.
But it can be annoying when building with -Werror set.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-06 16:16:44 +02:00
Hannu Nyman
408e36cfa0
Merge pull request #2238 from commodo/ovs-reduce-size-part1
...
openvswitch: reduce some package bloat
2016-01-06 10:50:54 +02:00
Nikos Mavrogiannopoulos
26beedd70c
ocserv: prevent a crash if the per-user dir does not exist
...
Relates #2167
2016-01-05 21:48:45 +01:00
Patrick Grimm
17b4577390
knxd: add one uci option for one cmdline arg. add a lot comments in the config file ( closes #2233 )
...
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>
[Squashed patches from PR into single one, bump PKG_RELEASE]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:44 +01:00
Patrick Grimm
9d549c36b0
knxd: use procd (refs #2233 )
...
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>
[Squashed patches from PR]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:35 +01:00
Hannu Nyman
148a4b9de9
Merge pull request #2237 from clarkwang/privoxy-list-more-than-9
...
privoxy: "list" does not work when there are 10+ entries
2016-01-04 22:42:25 +02:00
Alexandru Ardelean
0600bf728c
openvswitch: split bin tools into separate packages
...
And move them under an "Open vSwitch" submenu.
It's cleaner this way.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 18:50:00 +02:00
Hannu Nyman
fd966a76b8
Merge pull request #2239 from damianorenfer/master
...
libs/libsodium: update to 1.0.8
2016-01-04 13:52:52 +02:00
Damiano Renfer
d14d41e70e
libs/libsodium: update to 1.0.8
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-01-04 12:40:17 +01:00
Alexandru Ardelean
959d5eaf1a
openvswitch: update titles for ovs-benchmark and ovs-monitor-ipsec packages
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Alexandru Ardelean
43e68fac39
openvswitch: remove redundant postint rule
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Alexandru Ardelean
851d7d2cec
openvswitch: fix source paths for the install rule
...
I guess these were left since some initial OVS package versions.
They were fine up until recently.
Some of the build artifacts got a little messy and thus the
OpenWRT OVS package got a little messy.
This cleans it up a bit.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Ulrich Weber
424ee762ab
openvswitch: depend on kernel
...
so ovs gets rebuild on kernel changes
Signed-off-by: Ulrich Weber <uw@ocedo.com>
2016-01-04 11:00:55 +02:00
Jo-Philipp Wich
db25cfe041
Merge pull request #2196 from jow-/master
...
DD: freeradius2: completely disable runtime OpenSSL version checks
2016-01-04 09:06:49 +01:00
Nico
3955d78130
Merge pull request #2204 from xypron/gnupg
...
utils/gnupg: update to 1.4.20, add new package gnupg-utils
2016-01-03 20:45:38 +01:00
Clark WANG (Home)
416d994d24
privoxy: "list" does not work when there are 10+ entries
...
Signed-off-by: Clark Wang <dearvoid@gmail.com>
2016-01-03 23:10:33 +08:00
Luiz Angelo Daros de Luca
6936263b2a
Merge pull request #2234 from luizluca/sane-fix_typos
...
sane-backends: minor Makefile text typo
2016-01-03 01:07:06 -02:00
Luiz Angelo Daros de Luca
0bab5a449e
sane-backends: minor Makefile text typo
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-01-03 01:06:24 -02:00
Heinrich Schuchardt
d44c1a9bcf
devel/pkg-config: new package ( closes #2206 )
...
pkg-config is a helper tool used when compiling applications and libraries.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[Fixed trailing whitespace in package description.]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-02 00:02:04 +01:00
Jeffery To
fbefa73e28
python-pyopenssl: new package ( closes #2036 )
...
From the package description:
Python wrapper module around the OpenSSL library
This depends on python-cryptography (#2035 )
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-01-01 23:32:33 +01:00