aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | wget: add missing zlib dependencyRussell Senior2016-07-24
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | | transmission: add missing zlib dependency for openssl variantsFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | tor: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | tinc: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | stunnel: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | neon: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | mutt: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | libtorrent: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | git: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | freeradius2: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | chaosvpn: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | aircrack-ng: add missing dependency on zlibFelix Fietkau2016-07-24
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | Merge pull request #2986 from xypron/relayctlTed Hess2016-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | relayctl: remove superfluous dependency on udev
| * | | | | | relayctl: remove superfluous dependency on udevHeinrich Schuchardt2016-07-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package udev does not exist in Lede. We do not need udev to use package relayctl. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | libimobiledevice: update to the latest version to fix openssl build errorFelix Fietkau2016-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | Merge pull request #2984 from zorun/wireguard-updatechamptar2016-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | wireguard: Bump to 0.0.20160722
| * | | | | | wireguard: Bump to 0.0.20160722Baptiste Jonglez2016-07-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a new compilation error, due to upstream changes in the build system. SUBDIRS= is deprecated when building external kernel modules, use M= instead to fix compilation. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | Merge pull request #2980 from feckert/fix-mwan3-whitspace-typoschamptar2016-07-22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix mwan3 whitespace typos
| * | | | | mwan3: fix mwan3track whitespace typoFlorian Eckert2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
| * | | | | mwan3: fix mwan3 help whitespace typoFlorian Eckert2016-07-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* | | | | Merge pull request #2861 from LucileQ/bump-freeradius-serverchamptar2016-07-21
|\ \ \ \ \ | | | | | | | | | | | | freeradius3: new package
| * | | | | freeradius3: add packageLucile Quirion2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeradius-server version 2.x has been marked End-Of-Life. This commit adds freeradius-server version 3.0.11 in a new package. This commit also introduces the option "freeradius3-default" which activate all modules needed to run radiusd with its default configuration. - rlm_digest (HTTP Digest Authentication) has been added - rlm_unix (System Authentication) has been added - rlm_attr_rewrite has been deleted Note that SQL and LDAP support has been disabled. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
| * | | | | libtalloc: add packageLucile Quirion2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libtalloc is a memory allocator used in Samba4 and freeradius-server version 3.0.x and higher. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
* | | | | | Merge pull request #2977 from dibdot/adblockchamptar2016-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 1.4.1
| * | | | | | adblock: update 1.4.1Dirk Brenken2016-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix two possible overflows in adblock statistics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | mpd: Update to 0.19.17, refresh patchesTed Hess2016-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | php5: update to 5.6.23Michael Heimpold2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767 - in mbstring: CVE-2016-5768 - in mcrypt: CVE-2016-5769 - in SPL: CVE-2016-5770, CVE-2016-5771 - in WDDX: CVE-2016-5772 - in zip: CVE-2016-5773 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | utils/mksh: Update to current latest upstream (r52c).Alive 4ever2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alif M. A. <alive4ever at live.com>
* | | | | | | glib2: fix (host-)build with gcc6Daniel Golle2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import upstream fix from https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7 and fix it to remain compatibile with old version of gcc https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | gnunet: update to SVN r37547Daniel Golle2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | lvm2: update to version 2.02.161Daniel Golle2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #2968 from lynxis/fix-mhdchamptar2016-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libmicrohttpd: add patch to fix inside loop declaration warning
| * | | | | | | libmicrohttpd: add patch to fix inside loop declaration warningAlexander Couzens2016-07-15
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | already fixed upstream, but 0.9.50 contains this bug Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | Merge pull request #2971 from kuoruan/aria2champtar2016-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Aria2 Update
| * | | | | | | aria2: add logHostkit2016-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service' with logger -t ARIA2C 'Restarting aria2c service' :D :p Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | aria2: update to 1.25.0Hsing-Wang Liao2016-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | aria2: update init fileHsing-Wang Liao2016-07-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update is from #2961, thank @hostkit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundlechamptar2016-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mail/msmtp: Make msmtp ssl version depend on ca-bundle
| * | | | | | | mail/msmtp: Make msmtp ssl version depend on ca-bundleDaniel Dickinson2016-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is not present (for the SSL version), therefore add a dependency on ca-bundle packages (newly added to trunk). Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | Merge pull request #2959 from jow-/procps-build-dependschamptar2016-07-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | procps-ng: add required build dependencies
| * | | | | | | | procps-ng: add required build dependenciesJo-Philipp Wich2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 3048ebedec5b989a621529eec159cf5aa17b58b6 added a autoreconfig fixup to procps-ng, the build fails on certain systems with errors like configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION or configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY Fix the issue by adding build time dependencies on the `gettext` and `libiconv` stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into the staging directory before `procps-ng` is getting reconfigured. Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | strongswan: bump to 5.5.0 (#2976)Stijn Tintel2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | Merge pull request #2975 from zorun/wireguard-updatechamptar2016-07-18
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | wireguard: Bump to 0.0.20160711
| * | | | | | | | wireguard: Bump to 0.0.20160711Baptiste Jonglez2016-07-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | Merge pull request #2964 from dibdot/adblockTed Hess2016-07-14
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | | adblock: release 1.4.0
| * | | | | | adblock: release 1.4.0Dirk Brenken2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework/speed up overall sort * simplified dns error handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #2962 from semik/softflowdchamptar2016-07-14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | softflowd: update softflowd.init do use procd
| * | | | | | softflowd: update softflowd.init to use procdJan Tomasek2016-07-14
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Tomasek <jan@tomasek.cz>
* | | | | | krb5: Bump to v1.14.2Xotic7502016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | | Merge pull request #2437 from stintel/strongswanchamptar2016-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: update to 5.4, add plugins, fixes