Commit graph

5290 commits

Author SHA1 Message Date
Peter Wagner
2edb2e36ec git: update to 2.8.2
Fixes:
 CVE-2016-2315
 CVE-2016-2324

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-05-13 12:54:35 +02:00
Hannu Nyman
47690a1027 Merge pull request #2695 from dibdot/adblock
adblock: update 1.1.10
2016-05-13 12:25:39 +03:00
Dirk Brenken
57853a6c14 adblock: update 1.1.10
* automatic AP mode detection (change nullip address accordingly)
* (de-)compress backups on the fly
* remove hardcoded path for logger
* documentation update
* change maintainer email address
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 11:07:52 +02:00
Hannu Nyman
dafacb2c74 Merge pull request #2691 from haraldg/elektra
elektra: Update to 0.8.16
2016-05-13 10:22:37 +03:00
Hannu Nyman
af6ac83d7e Merge pull request #2693 from dibdot/mc
mc: bugfix 4.8.17
2016-05-13 10:20:07 +03:00
Hannu Nyman
8a396c0e70 Merge pull request #2694 from dibdot/ssmtp
ssmtp: refresh package makefile
2016-05-13 10:19:30 +03:00
Dirk Brenken
40ef79574c ssmtp: refresh package makefile
* change maintainer email address
* switch to sha256sum fingerprint
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 09:14:24 +02:00
Dirk Brenken
2cb512a85b mc: bugfix 4.8.17
* revert latest gettext change, break builds on various platforms
* changed maintainer email address

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 08:21:13 +02:00
Daniel Golle
ae14298757 gnunet: update source and actually package hostlist component
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-12 14:43:10 +01:00
Harald Geyer
b7d9ab4cba elektra: Update to 0.8.16
Notable changes:
Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream
bug (already fixed) in the Makefile.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-05-11 20:20:41 +00:00
Felix Fietkau
2f86c894de libffi: fix include path in pkg-config file, fixes glib2 build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 18:40:09 +02:00
Thomas Heil
5250fae889 Merge pull request #2678 from dirkfeytons/nginx_startlevel
nginx: change start level to 80
2016-05-11 17:59:11 +02:00
Ted Hess
058253744f libvorbisidec: Fix git URL for tremor repo.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-11 11:51:34 -04:00
Felix Fietkau
e1f6b0a24d mocp: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 12:52:47 +02:00
Felix Fietkau
b1139e7e73 bmon: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 12:36:32 +02:00
Alexey Brodkin
2339a827c2 libffi: bump to version 3.2.1
Among many fixes and improvements this new version adds
support of ARC architecture (ARC port was actually introduced
in v3.1 but while at it why not to update to the most recent version).
Which allows to build dependent projects like Python etc.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-05-11 01:29:32 +02:00
Hannu Nyman
42fe8b37a6 Merge pull request #2680 from KurdyMalloy/master
poco: update to 1.7.3
2016-05-10 22:26:58 +03:00
jmjulien
ed27f37598 poco: update to 1.7.3
Update package to latest stable version (1.7.3)

Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-05-10 12:16:15 -04:00
Hannu Nyman
b30fca20ba Merge pull request #2679 from dubek/rsyslog-upgrade-to-8.18.0
net/rsyslog: update to 8.18.0
2016-05-10 17:37:39 +03:00
Dov Murik
958dc4e213 net/rsyslog: update to 8.18.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2016-05-10 10:33:31 -04:00
Dirk Feytons
a24863ccba nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 15:55:48 +02:00
Thomas Heil
db20ada523 Merge pull request #2677 from dirkfeytons/nginx_correct_f3c7cc6
nginx: correct f3c7cc6
2016-05-10 12:29:36 +02:00
Dirk Feytons
55ab8ffc5f nginx: correct f3c7cc6
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 11:42:34 +02:00
champtar
dc08dfbaf9 Merge pull request #2661 from salzmdan/master
Update liburcu, add libedit and update knot
2016-05-09 22:22:33 +02:00
John Crispin
cb5a8f9751 Merge pull request #2675 from NeoRaider/update-node
node: update and fix GCC 6 miscompile
2016-05-09 22:02:51 +02:00
Matthias Schiffer
bbce5fce72
node: fix undefined behaviour leading to broken code with GCC 6
Fixes segfaults occuring in the node host build when GCC 6 is used.

Backport of upstream commit 96198d5bc710a4e3ca49eeeb3b3fa7b8cb61547d.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-05-09 16:27:48 +02:00
Matthias Schiffer
9125c3615f
node: update to v4.4.4
While we're at it, also enable parallel builds.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-05-09 16:21:44 +02:00
heil
f3c7cc6e24 nginx: correct errors from previous merge
Signed-off-by: heil <heil@terminal-consulting.de>
2016-05-09 14:25:18 +02:00
Daniel Golle
3ac53e4ee2 Merge pull request #2671 from dangowrt/libmicrohttpd-dont-use-PROVIDES
libmicrohttpd: don't use PROVIDES for non-virtual package
2016-05-09 12:28:00 +01:00
Thomas Heil
820de60c9f Merge pull request #2640 from dirkfeytons/nginx_1.10.0
nginx: upstep to 1.10.0, add Lua module, footprint optimizations
2016-05-09 13:26:48 +02:00
Daniel Golle
4984f86175 libmicrohttpd: don't use PROVIDES for non-virtual package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-09 11:55:34 +01:00
Álvaro Fernández Rojas
500c519319 sumo: update to v0.26.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-05-08 21:02:44 +02:00
champtar
d772bbc6a7 Merge pull request #2669 from dibdot/adblock
adblock: update 1.1.2
2016-05-08 19:22:44 +02:00
Dirk Brenken
7b4ad33255 adblock: update 1.1.2
* remove hardcoded paths for system tools like iptables, uci & fetch
(wget)
* support openwrt & lede spin-off
* cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 18:57:54 +02:00
champtar
48b0e460fa Merge pull request #2668 from dibdot/mc
mc: update 4.8.17
2016-05-08 16:24:49 +02:00
Dirk Brenken
a7725bb7b8 mc: update 4.1.17
* changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17
* fix for #2664

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 16:13:49 +02:00
champtar
233960ecb6 Merge pull request #2667 from chris5560/master
dns-scripts: add DNS lookup support for "drill" and "khost" (Knot DNS)
2016-05-08 13:28:15 +02:00
Christian Schoenebeck
1bf23bd632 dns-scripts: add DNS lookup support for "drill" and "khost" (Knot DNS)
- add DNS lookup support for "drill" and "khost" (Knot DNS) #2637
- new service nsupdate.info (IPv4 and IPv6) #2433
- new services dyndnss.net, dyns.net (IPv4 only)
- new services dnshome.de, goip.de, myonlineportal.net (IPv4 and IPv6)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-05-08 13:14:45 +02:00
Daniel Golle
23b39e94db gnunet: update source and improve packaging
* push gnurl, gnutls and libmicrohttpd dependencies down to modules
 * use standard UID/GID for gnunet (958/958)
 * use GID adjecent (452) to dnsmasq (453) for gnunetdns to allow
   using the owner match with a range of GIDs (452-452)
 * package new gnunet-social pub/sub CLI tool

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-07 20:11:23 +01:00
Ted Hess
ae125fcba0 Merge pull request #2662 from ejurgensen/master
forked-daapd: Update to version 24.1
2016-05-06 18:11:42 -04:00
ejurgensen
385006f65c forked-daapd: Update to version 24.1
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2016-05-06 20:06:09 +02:00
Daniel Salzman
0c0331dac5 knot: update to 2.2.0
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:16:16 +02:00
Daniel Salzman
b366588c95 libedit: add new package
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:15:38 +02:00
Daniel Salzman
d2c5131531 liburcu: update to 0.9.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:15:21 +02:00
champtar
44e86d440e Merge pull request #2660 from stweil/master
Fix two small typos (found by codespell)
2016-05-05 12:51:52 +02:00
Stefan Weil
48f2606747 sound/svox: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-05-05 12:47:37 +02:00
Stefan Weil
3a95fe64a5 mail/alpine: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-05-05 12:12:57 +02:00
champtar
33843c23f1 Merge pull request #2126 from lynxis/libmicrohttpd
Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
2016-05-04 19:23:09 +02:00
champtar
417ddf3061 Merge pull request #2659 from lynxis/maintainer
libmicrohttpd: take over maintainership
2016-05-04 19:14:33 +02:00
champtar
318376eaa5 Merge pull request #2644 from stweil/master
utils/watchcat: Fix some typos (mostly found by codespell)
2016-05-04 19:10:36 +02:00