aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libtasn1: updated to version 4.2v14.07Nikos Mavrogiannopoulos2014-09-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* p11-kit: updated to 0.20.7Nikos Mavrogiannopoulos2014-09-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #319 from chris5560/for-14.07sbyx2014-09-18
|\ | | | | for-14.07: xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ...
| * xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ipv6Christian Schoenebeck2014-09-17
|/ | | | | copied from trunk Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* admin/zabbix: update to 2.2.6Etienne CHAMPETIER2014-09-16
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* sqlite3: update to 3.8.6Christoph König2014-09-16
| | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* Merge pull request #312 from chris5560/for-14.07sbyx2014-09-16
|\ | | | | For 14.07 ddns-scripts: Implement latest fixes and updates from trunk
| * Add PKG_LICENSE and MAINTAINERChristian Schoenebeck2014-09-16
| | | | | | Add PKG_LICENSE and MAINTAINER and update PKG_RELEASE
| * start via hotplug only if enabledChristian Schoenebeck2014-09-16
| | | | | | | | | | | | To be consistent with other services only start via hotplug if enabled. Now full functionality of /etc/init.d/ddns enable/disable start/stop Optimization: Include script only if needed
| * only start via hotplug not via boot Christian Schoenebeck2014-09-16
| | | | | | | | Hotplug script will start service for each interface. To prevent duplicates and in general must not start on boot.
| * delete editor backup fileChristian Schoenebeck2014-09-16
| | | | | | delete editor backup file
| * Add "spdns.de" and "duiadns.net" servicesChristian Schoenebeck2014-09-16
|/ | | | | Add "spdns.de" and "duiadns.net" services Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Merge pull request #297 from remakeelectric/1407-collectd-modbussbyx2014-09-10
|\ | | | | Restore libmodbus and remove broken modbus collectd plugin
| * collectd: modbus: Drop failing module that requires old libKarl Palsson2014-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collectd-mod-modbus in collectd versions prior to 5.0.0 require libmodbus v2.0.x or earlier. libmodbus v2.x is old and outdated, and OpenWrt's packages feed has contained libmodbus v3.0.x for the entire lifetime of Attitude Adjustment and most of Barrier Breaker. Consequently, the collectd-mod-modbus plugin has never actually built for this time, so rather than downgrading libmodbus, we simply remove the collectd-mod-modbus plugin. If collectd moves to version 5+, it gains support for modern versions of libmodbus, and can be re-added. Signed-off-by: Karl Palsson <karlp@remake.is>
| * Revert "libmodbus: revert to 2.0.4 to unbreak collectd support"Karl Palsson2014-09-09
|/ | | | | | | | | | | | | | | | This reverts commit 98d5c3a15acb46ffa557afbda30f2760ad66168c. If collectd wants to stay on their own very outdated v4.10.x, that's fine, but they should not drag other packages down around with them. Support for modern versions of libmodbus has existed in collectd since v5.0.0, released 2011-03-28, so the actively maintained version of libmodbus in OpenWrt's modern package feed should remain at the modern versions in use by third party applications. This restores libmodbus to the existing version used throughout AA and BB prior to this collectd "fix" Signed-off-by: Karl Palsson <karlp@remake.is>
* gnutls: enable anon by default to allow gnutls-cli in gnutls-utilsNikos Mavrogiannopoulos2014-09-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* mpd: disable libsoupJohn Crispin2014-09-02
| | | | | | this showed up during the BB build Signed-off-by: John Crispin <blogic@openwrt.org>
* perl: properly stage libperl.soJohn Crispin2014-09-02
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* perl: also install libperl.soJohn Crispin2014-09-02
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* perl: Build shared libperlJohn Crispin2014-09-02
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: create the Host install path before using itJohn Crispin2014-09-02
| | | | | | this caused a compile fail on the BB builder Signed-off-by: John Crispin <blogic@openwrt.org>
* openconnect: openconnect-wrapper would trap signals and send the correct one ↵Nikos Mavrogiannopoulos2014-09-01
| | | | | | to server Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* openconnect: set config variable on teardown and correctly pass the passwordNikos Mavrogiannopoulos2014-09-01
| | | | | | This addresses https://dev.openwrt.org/ticket/16634 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: set USE_MIPS16 to zeroNikos Mavrogiannopoulos2014-08-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #253 from Naoir/perl-bbNaoir2014-08-30
|\ | | | | | | | | perl: Add missing files to perlbase packages Fixes https://dev.openwrt.org/ticket/17695
| * perl: Bump PKG_RELEASEMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add deprecate.pm to perlbase-essentialMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add parent.pm to perlbase-essentialMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Include Tie loadable moduleMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add missing files for perlbase-versionMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add loadable modules for mro and attributesMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add _charnames.pm to perlbase-charnamesMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl: Add Config_git.pl to perlbase-configMarcel Denia2014-08-27
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | nacl: increment package releaseMatthias Schiffer2014-08-30
| | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | nacl: disable mips16 as it significantly decreases performanceMatthias Schiffer2014-08-30
| | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | ocserv: updated to 0.8.4Nikos Mavrogiannopoulos2014-08-27
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | ocserv: use the system's protocol buffers by defaultNikos Mavrogiannopoulos2014-08-27
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* pulseaudio: fix CVE-2014-3970Jiri Slachta2014-08-26
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* libtasn1: updated to 4.1Nikos Mavrogiannopoulos2014-08-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: updated to 3.2.17Nikos Mavrogiannopoulos2014-08-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: added various patchesNikos Mavrogiannopoulos2014-08-23
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* collectd: modbus support works with libmodbus-2.0.xDaniel Golle2014-08-21
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmodbus: revert to 2.0.4 to unbreak collectd supportDaniel Golle2014-08-21
| | | | | | | | collectd is currently the only user of libmodbus. Thus include the version of libmodbus which allows collectd modbus plugin to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mwan3: update to version 1.5-4Adze15022014-08-21
| | | | | | Fix issue #219: Policy status output returns arithmetic syntax error Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes ↵Steven Barth2014-08-18
| | | | | | | with l2tpv3" This reverts commit 981f2da45747df72c5ae2c45f265fe8f29af3d52. OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
* mwan3: update to version 1.5-3Adze15022014-08-16
| | | | | | Better way of fixing the "icmp unreachable exits wrong interface" problem Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: Update to version 1.5-2Adze15022014-08-16
| | | | | | | Fix issue icmp unreachables go out wrong interface Remove unnecessary line Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: Update to version 1.5-1Adze15022014-08-16
| | | | | | | Add iptables -w option, which increases stability, requires iptables v1.4.20. Code cleanup Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* version bumped to 1.3-1Aedan ARFETT Renner2014-08-16
| | | | | | | shortened title so it fits on menuconfig screen added newline in description so no menuconfig side scrolling required Signed-off-by: Aedan Renner chipdankly@gmail.com
* Upload of mwan3 LuCI package for OpenWrt feeds.Aedan ARFETT Renner2014-08-16
| | | | Signed-off-by: Aedan Renner chipdankly@gmail.com