Commit Graph

659 Commits

Author SHA1 Message Date
Karl Palsson 7059d9e500 collectd: modbus: Drop failing module that requires old lib
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>
2014-09-09 10:16:09 +00:00
Karl Palsson c461550fbb Revert "libmodbus: revert to 2.0.4 to unbreak collectd support"
This reverts commit 98d5c3a15a.

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>
2014-09-09 10:13:46 +00:00
Nikos Mavrogiannopoulos fe13c18ebf gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-06 15:19:22 +02:00
John Crispin 62031da16a mpd: disable libsoup
this showed up during the BB build

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-02 16:02:08 +02:00
John Crispin 89ed65b04c perl: properly stage libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-02 14:19:39 +02:00
John Crispin 3a245420a8 perl: also install libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-02 12:37:22 +02:00
John Crispin db14acbfd9 perl: Build shared libperl
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-09-02 12:34:31 +02:00
John Crispin 144fbff727 perl: create the Host install path before using it
this caused a compile fail on the BB builder

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-02 09:26:08 +02:00
Nikos Mavrogiannopoulos 1a5a2dd446 openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 01:10:14 +02:00
Nikos Mavrogiannopoulos 45922bb086 openconnect: set config variable on teardown and correctly pass the password
This addresses https://dev.openwrt.org/ticket/16634

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 00:28:32 +02:00
Nikos Mavrogiannopoulos 99abb3ee9d gnutls: set USE_MIPS16 to zero
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-30 23:33:55 +02:00
Naoir 2e233b22d0 Merge pull request #253 from Naoir/perl-bb
perl: Add missing files to perlbase packages

Fixes https://dev.openwrt.org/ticket/17695
2014-08-30 20:08:19 +02:00
Matthias Schiffer eaa3e00d34 nacl: increment package release
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:40:20 +02:00
Matthias Schiffer dcf942c0fb nacl: disable mips16 as it significantly decreases performance
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:31:30 +02:00
Nikos Mavrogiannopoulos b90c261d34 ocserv: updated to 0.8.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:23:33 +02:00
Nikos Mavrogiannopoulos fe1862d395 ocserv: use the system's protocol buffers by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:22:46 +02:00
Marcel Denia b75d62e7d1 perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:26:58 +02:00
Marcel Denia 0d1b55e804 perl: Add deprecate.pm to perlbase-essential
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:01:39 +02:00
Marcel Denia 9705e9d9db perl: Add parent.pm to perlbase-essential
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:01:21 +02:00
Marcel Denia f1382fb6da perl: Include Tie loadable module
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:00:22 +02:00
Marcel Denia 2d8289b85d perl: Add missing files for perlbase-version
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:00:21 +02:00
Marcel Denia 79d0a60b5f perl: Add loadable modules for mro and attributes
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:00:21 +02:00
Marcel Denia ef58208bf9 perl: Add _charnames.pm to perlbase-charnames
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:00:21 +02:00
Marcel Denia 7087b58ef6 perl: Add Config_git.pl to perlbase-config
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-27 01:00:21 +02:00
Jiri Slachta cabea32ea3 pulseaudio: fix CVE-2014-3970
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-26 10:56:05 +02:00
Nikos Mavrogiannopoulos f951450541 libtasn1: updated to 4.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-24 10:18:58 +02:00
Nikos Mavrogiannopoulos 5a76333485 gnutls: updated to 3.2.17
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-24 10:16:14 +02:00
Nikos Mavrogiannopoulos bda3dc01cf ocserv: added various patches
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-23 18:32:58 +02:00
Daniel Golle 12de0b9bae collectd: modbus support works with libmodbus-2.0.x
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-21 11:52:40 +02:00
Daniel Golle 98d5c3a15a libmodbus: revert to 2.0.4 to unbreak collectd support
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>
2014-08-21 11:51:52 +02:00
Adze1502 a99e2c7a7c mwan3: update to version 1.5-4
Fix issue #219: Policy status output returns arithmetic syntax error

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-21 09:17:56 +02:00
Steven Barth 7c3d7ca550 Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3"
This reverts commit 981f2da457.
OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
2014-08-18 11:37:31 +02:00
Adze1502 7d2477e9ae mwan3: update to version 1.5-3
Better way of fixing the "icmp unreachable exits wrong interface" problem

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:03:14 +02:00
Adze1502 697bc45b2a mwan3: Update to version 1.5-2
Fix issue icmp unreachables go out wrong interface
Remove unnecessary line

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:03:00 +02:00
Adze1502 5623b229b7 mwan3: Update to version 1.5-1
Add iptables -w option, which increases stability, requires iptables v1.4.20.
Code cleanup

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 09:02:44 +02:00
Aedan ARFETT Renner ac55d3ef7a version bumped to 1.3-1
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
2014-08-16 09:02:24 +02:00
Aedan ARFETT Renner f9d5435f95 Upload of mwan3 LuCI package for OpenWrt feeds.
Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-08-16 08:59:58 +02:00
Adze1502 e35caf0640 Add mwan3 to packages feed
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-16 08:59:30 +02:00
sbyx 3d487572f8 Merge pull request #203 from fatbob313/for-14.07
Add package umurmur to BB packages
2014-08-15 09:09:08 +02:00
Martin Johansson 202622f351 umurmur: Set PKG_LICENSE
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2014-08-14 21:32:29 +02:00
Martin Johansson 1e83236297 Add package umurmur. Add myself as maintainer.
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2014-08-14 21:30:49 +02:00
Steven Barth 4da06b6a1d libpam: fix package source to unbreak BB build
Yesterday's CVE-fix changed the package source URL to an invalid location.
Reverting this change to unbreak builds.

Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 17:36:40 +02:00
Nikos Mavrogiannopoulos cd125028a0 libpam: Applied fix for CVE-2014-2583
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-11 18:24:34 +02:00
Marcel Denia 5ae950f0dc Merge branch perl-www-bb from https://github.com/Naoir/packages/
perl-www-bb: Backport CVE-2011-0633 fix
2014-08-11 18:06:12 +02:00
Marcel Denia 4579764554 perl-www: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 18:04:56 +02:00
Marcel Denia c8a94c6d92 perl-www: Default to verifying hostnames when using SSL
This is a backport of perl-www 6.00's CVE-2011-0633 fix.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 18:04:56 +02:00
Jiri Slachta 4b71632e7c tiff: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-11 15:10:41 +02:00
Jiri Slachta 20ee7a564c tiff: fix multiple CVE's
This commit fixes multiple CVE's for library tiff:
CVE-2012-4564
CVE-2013-1960
CVE-2013-1961
CVE-2013-4231
CVE-2013-4232
CVE-2013-4244
CVE-2013-4243

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-11 15:10:35 +02:00
Jiri Slachta 317c39a7ba tiff: add tiff package back, take over maintainership
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-11 15:10:27 +02:00
Karl Palsson fd1ae3eae7 net/mosquitto: Bump to version 1.3.4
A minor point release.

* Don’t ask client for certificate when require_certificate is false.
* Fix incorrect handling of anonymous bridges on the local broker.
* backout incomplete functionality incorrectly added in 1.3.2

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 11:46:38 +00:00