Commit graph

4789 commits

Author SHA1 Message Date
Daniel Golle
af81973a24 tracertools: update source, fixes bug on little-endian systems
and improves collectd support

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-18 18:15:11 +01:00
Alexandru Ardelean
4784656b09 python3-setuptools: upgrade to version 19.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-18 18:07:26 +02:00
Alexandru Ardelean
8a8ac8e4e4 python-setuptools: upgrade to version 19.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-18 18:06:50 +02:00
Jo-Philipp Wich
6d20db9138 mosquitto: fix whitespace error introduced with 7a6a575887
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-18 09:50:37 +01:00
Álvaro Fernández Rojas
bd60de02b7 Merge pull request #2276 from notnyt/master
flashrom: include io.h to fix compile error
2016-01-17 22:39:22 +01:00
notnyt
ebc9559f92 cryptodev-linux: bump to 1.8
This fixes compile time errors using kernel 4.3 and above

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2016-01-17 16:19:29 -05:00
notnyt
d01dfdebcf flashrom: include io.h to fix compile error
This patch includes sys/io.h from flash.h to fix compile errors

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2016-01-17 15:59:16 -05:00
Heinrich Schuchardt
cbdec721ac net/apache: 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:39:37 +01:00
Heinrich Schuchardt
ca2e6c20ab libs/apr-util: 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:24:32 +01:00
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
Jo-Philipp Wich
f73e358558 perl: ensure File::Spec::canonpath() preserves taint [CVE-2015-8607]
Beginning in PathTools 3.47 and/or perl 5.20.0, the File::Spec::canonpath()
routine returned untained strings even if passed tainted input. This defect
undermines the guarantee of taint propagation, which is sometimes used to
ensure that unvalidated user input does not reach sensitive code.

This defect was found and reported by David Golden of MongoDB, and a patch
was provided by Tony Cook.

References:

 * https://rt.perl.org/Public/Bug/Display.html?id=126862
 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8607

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-14 12:17:56 +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
Daniel Golle
2294fc8629 squid: build-depend on libext2fs
squid uses libcom_err, a static library provided by libext2fs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 00:07:53 +01:00
Jacob Siverskog
a69081e53a mdnsresponder: bump to 576.30.4.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2016-01-13 18:15:04 +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