Commit Graph

786 Commits

Author SHA1 Message Date
Daniel Golle 2a7dda8fab Merge pull request #2867 from dgazineu/patch-1
debootstrap: Filename, version and MD5SUM
2016-06-16 23:26:36 +02:00
Douglas Gazineu a0c134bddd debootstrap: Filename, versionand MD5SUM
Update debootstrap package data to reflect available file on Debian pool
2016-06-16 18:22:59 -03:00
Jo-Philipp Wich fe038181ef BB: freeradius2: bump package release
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-10 13:58:53 +01:00
Jo-Philipp Wich 4e93e94379 BB: freeradius2: fix disabling of OpenSSL version check
The previously added patch for removing the check accidentally disabled
the library init as well.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-10 13:58:05 +01:00
Oliver Middleton ee6369a645 libpng: update to 1.2.56
Fixes CVE-2015-8126 and CVE-2015-8540.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2016-01-09 14:40:32 +01:00
Oliver Middleton e11a6cb421 libpng: update to 1.2.54
Includes fixes for CVE-2015-7981 and CVE-2015-8126.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2016-01-09 13:57:01 +01:00
Ian Leonard 4e9dcbbd40 libpng: update to 1.2.52
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2016-01-09 13:56:57 +01:00
Jo-Philipp Wich a304a63397 Merge pull request #2194 from jow-/for-14.07
BB: freeradius2: completely disable runtime OpenSSL version checks
2016-01-04 09:06:34 +01:00
Jo-Philipp Wich 76684de82e freeradius2: completely disable runtime OpenSSL version checks
Whenever we ship fixed libopenssl binaries in BB, the Freeradius daemon fails
at startup because it detects a mismatch of the build time and runtime OpenSSL
version.

Since our OpenSSL updates for BB 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>
2015-12-28 15:26:44 +01:00
Toke Høiland-Jørgensen c36d2e8735 sqm-scripts: Bump to v1.0.3.
Backported changes from master.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-09-03 15:37:11 +02:00
Jan Čermák a77f6728a4 libevent: update to 1.4.15 (fixes CVE-2014-6272)
This update fixes CVE-2014-6272. Change of source URL was needed,
because the older location does not contain the latest version.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-09-01 19:56:29 +02:00
Jo-Philipp Wich de5e37ac5b freeradius2: backport fix for CVE-2015-4680
Backport upstream commit 5e698b407dcac2bc45cf03484bac4398109d25c3 to fix
missing intermediate certificate validation in Freeradius2.

Advisory:

The FreeRADIUS server relies on OpenSSL to perform certificate validation,
including Certificate Revocation List (CRL) checks. The FreeRADIUS usage of
OpenSSL, in CRL application, limits the checks to leaf certificates,
therefore not detecting revocation of intermediate CA certificates.

An unexpired client certificate, issued by an intermediate CA with a revoked
certificate, is therefore accepted by FreeRADIUS.

Specifically sets the X509_V_FLAG_CRL_CHECK flag for leaf certificate CRL
checks, but does not use X509_V_FLAG_CRL_CHECK_ALL for CRL checks on the
complete trust chain.

The FreeRADIUS project advises that the recommended configuration is to use
self-signed CAs for all EAP-TLS methods.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-07-20 10:38:03 +02:00
Sebastian Moeller df564f3987 [SQM/luci-app-sqm] Fix SQM GUI help messages.
Make clear that configuration options guarded by checkboxes are only
effective as long as those boxes are checked.

The sqm gui has giarded some advanced configuration options behind exposing
checkboxes, meaning these optiopn's values were only used as long
as those boxes were checked. This commit just improves the description of
the checkboxes to included this useage instruction...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:30:57 +02:00
Sebastian Moeller a01d871099 [SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabled
The SQM gui has confused its users with an enable button, that only served to
selecively activate/de-activate sqm instances instead of controlling sqm's
initscript (which needs to be enabled so the sqm properly starts up after a reboot
and also for hotplug to work properly). luci-app-sqm will now enable sqm's
initscript when a single sqm instance get enabled. It also informs the user about
this fact in the top margin of the sqm page. Note sqm will not disable the
initscript behind the user's back if sqm instances get disabled.
While I would have prefered this notice to be more prominent an attentive user
should notice, and most users should not care anyway. This also increases the
package release number.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:30:34 +02:00
heil b4b1bcfcf8 haproxy: bump to version 1.5.14
- this fixes CVE-2015-3281 and CVE-2014-6269

Signed-off-by: heil <heil@terminal-consulting.de>
2015-07-12 21:58:21 +02:00
Nikos Mavrogiannopoulos bddb5b4b46 gnutls: updated to 3.3.16
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-12 21:44:45 +02:00
Cezary Jackiewicz 289cc15051 [packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing. 2015-06-29 18:14:25 +02:00
Hannu Nyman 3b0f173db6 vsftpd: fix musl compatibility
Make vsftpd to compile with musl, while preserving uclibc compatibility.

When using musl:
* disable UTMPX functionality
* disable -lnsl option in upstream Makefile

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-06-29 18:14:06 +02:00
Steven Barth 52b28091fd strongswan: fix musl builds, reenable lost modules
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-19 18:39:32 +02:00
Toke Høiland-Jørgensen 725b31909b [sqm-scripts/luci-app-sqm] Document how to disable shaping on a per direction basis
sqm-scripts for a long time interprets a "Down- or Upload speed" of zero as
an indication that the shaper should be disabled. Note that really shaping
an individual direction down  o zero will make the link effectively dead
for tcp (think reverse ACK traffic). Son instead of allowing the user to
configure something broken, 0 was "over-loaded" to denote no shaping
since several years, but that information has not been documented visibly
to the users. This commit aims at fixing that oversight.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-06-17 13:04:54 +02:00
Steven Barth aad08fea87 strongswan: bump to 5.3.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-10 13:39:54 +02:00
Steven Barth f83939e33d strongswan: update to 5.3.1, cleanup broken modules
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-10 13:39:47 +02:00
Steven Barth 2ee307b5d3 strongswan: add missing dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-10 13:39:41 +02:00
Steven Barth a45e3fbf78 strongswan: bump to 5.3.0
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-10 13:39:35 +02:00
Steven Barth df44b2c331 strongswan: fix IKEv1 support
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-10 13:39:28 +02:00
Mislav Novakovic 1f650f580a freeradius2: add mirror for older releases
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 00:42:26 +02:00
Karl Palsson e9e1c3071e mosquitto: upgrade 1.3.4 to 1.3.5
Minor bugfix release

Full changelog http://mosquitto.org/2014/10/version-1-3-5-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-05-08 10:13:46 +00:00
Nikos Mavrogiannopoulos 85580ca4b1 gnutls: updated to 3.3.15
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-05 08:04:52 +02:00
Toke Høiland-Jørgensen e9db7f4001 sqm-scripts: Only run on hotplug if the init script is enabled.
Fixes #1202.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-04-30 14:22:57 +02:00
Sebastian Moeller 0b8ec3e5f9 Remove dependeny on iptables-mod-filter from sqm-scripts
As Hnyman noted in https://github.com/dtaht/ceropackages-3.10/issues/13
we carry a few unnecessary dependecies in sqm-scripts, so remove one of
them (iptables-mod-filter) as we neither use it nor plan to use it.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-04-19 14:18:17 +02:00
Nikos Mavrogiannopoulos c76ded73f9 libtasn1: updated to 4.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-29 21:01:42 +02:00
Nikos Mavrogiannopoulos f3b19cda52 openconnect: list the defaultroute option
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-29 08:22:54 +02:00
Ted Hess a4c17009f4 Merge pull request #1079 from wlanslovenija/for-14.07
mjpg-streamer: Fixed cambozola MD5 sum.
2015-03-27 16:38:39 -04:00
Jernej Kos b6e02ff5bf mjpg-streamer: Fixed cambozola MD5 sum.
Signed-off-by: Jernej Kos <jernej@kos.mx>
2015-03-27 07:41:41 +01:00
Sebastian Moeller 74e3c57fe0 sqm-scripts: clean up interface selection for hotplugging
The initial conversion to restart sqm on interfaces it is configured
for in case of (transient) dis- and reappearance was half finished.
These changes clean up the handling of exlicitly passed interfaces
in run.sh: no second argument defaults to all configured interfaces
the alternative is an individual interface name passed as 2nd
argument to run.sh. The first argument either is start or stop.
No argument at all will behave as if start was passed.
Survives light testing...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-25 10:38:11 +01:00
Sebastian Moeller 6604f9ede0 sqm-scripts: change default for qdisc target parameter
Alan Jenkins noted a bug in the smq luci GUI that effectively
erased several configuration paramters if two checkboxes were deselected.
This behaviour seems consistent in luci but certainly has the potential
to confuse users. While confusion can not really be avoided generally
it seems wise to change the default interpretation for empty or non-existent
itarget and etarget variables from the qdisc's default (5ms in the case of
one of the codels) to automatic determination of tghis variable dependent on
the configured bandwidth, as codels target variable should be large enough
to contain at least one full packet. With this change sqm-scripts will
do the right thing by default, but will yet allow the user to specify
over-ridding values (as long as the user does not un-check the
entry-field exposing check boxes). Survives light testing...
This change set also changes the sqm-scripts luci gui to note the user
of the change. For compatibility with existing setups sqm-scripts
will still honor "auto" as an alternative explicit way of requesting
automatic target selection. This might turn into a warning in the future
and might be phased out...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-25 10:38:03 +01:00
Toke Høiland-Jørgensen c13e819dfc Merge pull request #918 from hnyman/sqm-backport
Sqm-scripts backport to BB14.07
2015-03-25 10:30:30 +01:00
Hannu Nyman 44356cac79 sqm-scripts: backport "make run.sh ignore spurious incomplete hotplug ifups"
Backport from trunk the commit improving hotplug action.
1b5afe8f46

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-03-05 17:57:48 +02:00
Hannu Nyman 17b6911cde sqm-scripts: backport from trunk "Teach SQM hotplug tricks"
Backport from trunk the commit that adds support for hotplug action.
5b61cfba07

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-03-04 21:34:19 +02:00
Hannu Nyman bafecb73ad luci-app-sqm: backport package from trunk
Backport of luci-app-sqm package from trunk.
I have been using it in my BB14.07 build without any problems.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-02-17 20:09:34 +02:00
Hannu Nyman 2797914b37 sqm-scripts: backport package from trunk
Backport of sqm-scripts package from trunk.
I have been using it in my BB14.07 build without any problems.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-02-17 20:07:30 +02:00
Julen Landa Alustiza 01fcd1f291 grep: Fix CVE-2015-1345 heap buffer overrun
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-02-17 12:59:59 +01:00
Julen Landa Alustiza 44686f6d90 grep: update to 2.21, add license and maintainer
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-02-17 12:59:53 +01:00
Jo-Philipp Wich 0879099928 Merge pull request #914 from openwrt-es/for-14.07-next
unzip: patch CVE-2014-8139, CVE-2014-8140, CVE-2014-8141 and CVE-2014-9636
2015-02-17 12:44:49 +01:00
Álvaro Fernández Rojas a47b22260c unzip: patch CVE-2014-8139, CVE-2014-8140, CVE-2014-8141 and CVE-2014-9636
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-02-16 15:07:46 +01:00
Maxim Storchak 90fad61a79 rsync: patch CVE-2014-9512
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-15 22:45:20 +01:00
Steven Barth ca0d453af9 strongswan: bump to 5.2.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-13 12:16:55 +01:00
Steven Barth 00c2f3d436 strongswan: correctly install plugin include configs
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-13 12:16:51 +01:00
Steven Barth 29f23f24d5 strongswan: update to 5.2.1
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-13 12:16:46 +01:00
Steven Barth e60cbd46cb strongswan: import, update, adopt
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-13 12:16:41 +01:00