- Jan 10, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
The previously added patch for removing the check accidentally disabled the library init as well. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- Jan 09, 2016
-
-
Oliver Middleton authored
Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by:
Oliver Middleton <olliemail27@gmail.com>
-
Oliver Middleton authored
Includes fixes for CVE-2015-7981 and CVE-2015-8126. Signed-off-by:
Oliver Middleton <olliemail27@gmail.com>
-
Ian Leonard authored
Signed-off-by:
Ian Leonard <antonlacon@gmail.com>
-
- Jan 04, 2016
-
-
Jo-Philipp Wich authored
BB: freeradius2: completely disable runtime OpenSSL version checks
-
- Dec 28, 2015
-
-
Jo-Philipp Wich authored
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>
-
- Sep 03, 2015
-
-
Toke Høiland-Jørgensen authored
Backported changes from master. Signed-off-by:
Toke Høiland-Jørgensen <toke@toke.dk>
-
- Sep 01, 2015
-
-
Jan Čermák authored
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>
-
- Jul 20, 2015
-
-
Jo-Philipp Wich authored
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>
-
- Jul 12, 2015
-
-
Sebastian Moeller authored
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>
-
Sebastian Moeller authored
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>
-
heil authored
- this fixes CVE-2015-3281 and CVE-2014-6269 Signed-off-by:
heil <heil@terminal-consulting.de>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
- Jun 29, 2015
-
-
Cezary Jackiewicz authored
[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.
-
Hannu Nyman authored
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>
-
- Jun 19, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
- Jun 17, 2015
-
-
Toke Høiland-Jørgensen authored
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>
-
- Jun 10, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
- May 25, 2015
-
-
Mislav Novakovic authored
Signed-off-by:
Mislav Novakovic <mislav.novakovic@sartura.hr>
-
- May 08, 2015
-
-
Karl Palsson authored
Minor bugfix release Full changelog http://mosquitto.org/2014/10/version-1-3-5-released/ Signed-off-by:
Karl Palsson <karlp@remake.is>
-
- May 05, 2015
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
- Apr 30, 2015
-
-
Toke Høiland-Jørgensen authored
Fixes #1202. Signed-off-by:
Toke Høiland-Jørgensen <toke@toke.dk>
-
- Apr 19, 2015
-
-
Sebastian Moeller authored
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>
-
- Mar 29, 2015
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
- Mar 27, 2015
-
-
Ted Hess authored
mjpg-streamer: Fixed cambozola MD5 sum.
-
Jernej Kos authored
Signed-off-by:
Jernej Kos <jernej@kos.mx>
-
- Mar 25, 2015
-
-
Sebastian Moeller authored
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>
-
Sebastian Moeller authored
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>
-
Toke Høiland-Jørgensen authored
Sqm-scripts backport to BB14.07
-
- Mar 05, 2015
-
-
Hannu Nyman authored
Backport from trunk the commit improving hotplug action. https://github.com/openwrt/packages/commit/1b5afe8f464bae8fa38317548ec95fe303334c0d Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
- Mar 04, 2015
-
-
Hannu Nyman authored
Backport from trunk the commit that adds support for hotplug action. https://github.com/openwrt/packages/commit/5b61cfba076c61cf09783a7f6ef4150e55b74a3f Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
- Feb 17, 2015
-
-
Hannu Nyman authored
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>
-
Hannu Nyman authored
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>
-
Julen Landa Alustiza authored
Signed-off-by:
Julen Landa Alustiza <julen@zokormazo.info>
-