aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | devel/automake: add automake-$(PKG_VERSION)Heinrich Schuchardt2016-01-09
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #2240 from ollie27/libpngJo-Philipp Wich2016-01-09
|\ \ \ \ | | | | | | | | | | libpng: update to 1.2.56
| * | | | libpng: update to 1.2.56Oliver Middleton2015-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | | | Merge pull request #2253 from mhei/fix-pkg-configMichael Heimpold2016-01-09
|\ \ \ \ \ | | | | | | | | | | | | devel/pkg-config: fix build when CONFIG_BUILD_NLS is set
| * | | | | devel/pkg-config: fix build when CONFIG_BUILD_NLS is setMichael Heimpold2016-01-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | php5: update to 5.6.17Michael Heimpold2016-01-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | znc: update to 1.6.2Jonas Gorski2016-01-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | znc: enable features/support explicitlyJonas Gorski2016-01-08
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't let znc autodetect library presence to avoid random missing dependencies popping up. Closes #2193. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | Merge pull request #2219 from chris5560/masterHannu Nyman2016-01-07
|\ \ \ \ | | | | | | | | | | [Radicale] upstream to Radicale 1.1
| * | | | [Radicale] upstream to Radicale 1.1Christian Schoenebeck2015-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream to Radicale 1.1 * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | Merge pull request #2246 from commodo/avahi-sys-pollTed Hess2016-01-06
|\ \ \ \ \ | | | | | | | | | | | | libs/avahi: fix warning with poll.h include on musl
| * | | | | libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #2238 from commodo/ovs-reduce-size-part1Hannu Nyman2016-01-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | openvswitch: reduce some package bloat
| * | | | | openvswitch: split bin tools into separate packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And move them under an "Open vSwitch" submenu. It's cleaner this way. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | openvswitch: update titles for ovs-benchmark and ovs-monitor-ipsec packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | openvswitch: remove redundant postint ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | openvswitch: fix source paths for the install ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | openvswitch: depend on kernelUlrich Weber2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so ovs gets rebuild on kernel changes Signed-off-by: Ulrich Weber <uw@ocedo.com>
* | | | | | ocserv: prevent a crash if the per-user dir does not existNikos Mavrogiannopoulos2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Relates #2167
* | | | | | knxd: add one uci option for one cmdline arg. add a lot comments in the ↵Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | knxd: use procd (refs #2233)Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #2237 from clarkwang/privoxy-list-more-than-9Hannu Nyman2016-01-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | privoxy: "list" does not work when there are 10+ entries
| * | | | | | privoxy: "list" does not work when there are 10+ entriesClark WANG (Home)2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | | | Merge pull request #2239 from damianorenfer/masterHannu Nyman2016-01-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libs/libsodium: update to 1.0.8
| * | | | | | | libs/libsodium: update to 1.0.8Damiano Renfer2016-01-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | Merge pull request #2196 from jow-/masterJo-Philipp Wich2016-01-04
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DD: freeradius2: completely disable runtime OpenSSL version checks
| * | | | | | freeradius2: completely disable runtime OpenSSL version checksJo-Philipp Wich2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever we ship fixed libopenssl binaries in DD, the Freeradius daemon fails at startup because it detects a mismatch of the build time and runtime OpenSSL version. Since our OpenSSL updates for DD are ABI compatible we do not need or even want this superflous check. Removing it saves us the effort to rebuild Freeradius after every OpenSSL version bump. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | Merge pull request #2204 from xypron/gnupgNico2016-01-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | utils/gnupg: update to 1.4.20, add new package gnupg-utils
| * | | | | | | utils/gnupg: add new package gnupg-utilsHeinrich Schuchardt2015-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package gnupg does not allow to receive keys due to disable-exec, disable-hkp configuration. The patch removes these switches. To avoid unduely increasing the package size the helper executables are put into a new package gnupg-utils. The version is bumped to 1.4.20 to avoid an error when receiving keys. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | Merge pull request #2234 from luizluca/sane-fix_typosLuiz Angelo Daros de Luca2016-01-03
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | sane-backends: minor Makefile text typo
| * | | | | | | sane-backends: minor Makefile text typoLuiz Angelo Daros de Luca2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | devel/pkg-config: new package (closes #2206)Heinrich Schuchardt2016-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | python-pyopenssl: new package (closes #2036)Jeffery To2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | python-cryptography: new package (closes #2035)Jeffery To2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. This depends on python-cffi host install (#2034) Signed-off-by: Jeffery To <jeffery.to@gmail.com> [Squashed update to latest upstream version into this introducing commit] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #2229 from ejurgensen/masterHannu Nyman2016-01-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | forked-daapd: Include nls.mk and use ICONV_DEPENDS macro
| * | | | | | | | forked-daapd: Include nls.mk and use ICONV_DEPENDS macroejurgensen2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | | | Merge pull request #2228 from MikePetullo/gst1-plugins-goodHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gst1-plugins-good: update to 1.6.2
| * | | | | | | | | gst1-plugins-good: update to 1.6.2W. Michael Petullo2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2224 from MikePetullo/gst1-plugins-uglyHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gst1-plugins-ugly: update to 1.6.2
| * | | | | | | | | | gst1-plugins-ugly: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2227 from MikePetullo/gst1-plugins-badHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gst1-plugins-bad: update to 1.6.2
| * | | | | | | | | | gst1-plugins-bad: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2226 from MikePetullo/gst1-libavHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gst1-libav: update to 1.6.2
| * | | | | | | | | | gst1-libav: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2225 from MikePetullo/gst1-plugins-baseHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gst1-plugins-base: update to 1.6.2
| * | | | | | | | | | gst1-plugins-base: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2223 from MikePetullo/gstreamer1Hannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gstreamer1: update to 1.6.2
| * | | | | | | | | | gstreamer1: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2222 from ejurgensen/masterHannu Nyman2016-01-01
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | forked-daapd: update to 23.4 + add missing iconv dependency
| * | | | | | | | | forked-daapd: update to 23.4 + add missing iconv dependencyejurgensen2016-01-01
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>