aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #5026 from pprindeville/perl-dot-exclude-breakagePhilip Prindeville2017-10-28
|\ \ \ \ | | | | | | | | | | perl: modules failing due to dot not in @INC
| * | | | perl: modules failing due to dot not in @INCPhilip Prindeville2017-10-27
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 5.26.1 introduced default_inc_excludes_dot which is causing perl-html-tags and possibly other modules to fail. Add explict dot back when invoking module's ./Makefile.PL. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #5011 from Borromini/mii-toolHannu Nyman2017-10-27
|\ \ \ \ | | | | | | | | | | mii-tool: fix kernel 4.9 compatibility
| * | | | net/mii-tool: fix kernel 4.9 compatibilityStijn Segers2017-10-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | Merge pull request #4996 from f00fc7c9/dynv6Hannu Nyman2017-10-27
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: fix dynv6.com "unchanged" response
| * | | | | ddns-scripts: fix dynv6.com "unchanged" responseErnest Moshkov2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com> Run tested: LEDE Reboot 17.01.3 r3533-d0bf257c46 Description: user.err ddns-scripts: IP update not accepted by DDNS Provider dynv6.com response "unchanged" is OK Signed-off-by: Ernest Moshkov <e.moshkov@gmail.com>
* | | | | | Merge pull request #5009 from commodo/squashsfs-tools-updateHannu Nyman2017-10-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | squashfs-tools: pull newer version from git repo
| * | | | | | squashfs-tools: pull newer version from git repoAlexandru Ardelean2017-10-27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squashfs-tools does not provide tar-balls. It looks like a good time to pull a newer version that obsoletes a few accepted patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | git: update to 2.14.3Peter Wagner2017-10-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #5016 from tru7/0.0.1.34Hannu Nyman2017-10-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | linknx: bump to version 0.0.1.34
| * | | | | | linknx: bump to version 0.0.1.34Othmar Truniger2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | tcsh: fix out of memory crashNuno Goncalves2017-10-26
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | Merge pull request #4956 from pprindeville/perl-update-5.26.1Philip Prindeville2017-10-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | perl: update to 5.26.1
| * | | | | | perl: update to 5.26.1Philip Prindeville2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required changes: * Add qualifying '.' to scripts or to @INC, as appropriate since we're enabling default_inc_excludes_dot; * Add new platform/library definitions like double-double format and locale library functions/headers; * Delete patch 020 as it's been upstreamed; Optional changes: * Instead of using -@rm and having that fail, emit an error message, and be ignored, just use @rm -f instead which will always succeed. Security [CVE-2017-12837] Heap buffer overflow in regular expression compiler Compiling certain regular expression patterns with the case-insensitive modifier could cause a heap buffer overflow and crash perl. This has now been fixed. [perl #131582] [CVE-2017-12883] Buffer over-read in regular expression parser For certain types of syntax error in a regular expression pattern, the error message could either contain the contents of a random, possibly large, chunk of memory, or could crash perl. This has now been fixed. [perl #131598] [CVE-2017-12814] $ENV{$key} stack buffer overflow on Windows A possible stack buffer overflow in the %ENV code on Windows has been fixed by removing the buffer completely since it was superfluous anyway. [perl #131665] Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | Merge pull request #5008 from commodo/ovs-upgrade-2.8.1Hannu Nyman2017-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
| * | | | | | | openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS buildAlexandru Ardelean2017-10-24
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I should have packaged the OVN stuff, VTEP and what-not earlier, but was not inspired to do this earlier. I made some time now to package those parts. Disabling flake8 & python3 explicitly. They might get detected and cause weird build errors. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #5013 from lucize/doveupHannu Nyman2017-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot: update to 2.2.33.2
| * | | | | | | dovecot: update to 2.2.33.2Lucian Cristian2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #5000 from kissg1988/seafileHannu Nyman2017-10-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | seafile: upgrade to 6.2.2
| * | | | | | | | seafile: upgrade to 6.2.2Gergely Kiss2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | Merge pull request #5014 from marcin1j/pr/20171025-nbd-fix-gnutls-dependecyHannu Nyman2017-10-25
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | nbd: fix gnutls dependency
| * | | | | | | | nbd: fix gnutls dependencyMarcin Jurkowski2017-10-25
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of gnutls dependency introduced in 5bca84b. Needs patching configure script to make gnutls existence test optional. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | / / / libwebsockets: Upgrade to 2.4.0 and drop wolfssl for mbedtlsKarl Palsson2017-10-25
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libwebsockets 2.4.0 now includes mbedtls as a first class citizen. Drop the problematic and poorly supported wolf/cyassl variant and add mbedtls variant instead. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #5010 from Wedmer/masterHannu Nyman2017-10-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [utils/zoneinfo] Updated to the latest release
| * | | | | | | zoneinfo: Updated to the latest releaseVladimir Ulrich2017-10-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | icu: fix CVE-2017-14952 Double-Free VulnerabilityHirokazu MORIKAWA2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.sourcebrella.com/blog/double-free-vulnerability-international-components-unicode-icu/ https://security-tracker.debian.org/tracker/CVE-2017-14952 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #5003 from sartura/lxc_bump_to_2.1.1Hannu Nyman2017-10-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lxc: bump to 2.1.1
| * | | | | | | lxc: bump to 2.1.1Marko Ratkaj2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first bugfix release for LXC 2.1. Full list of changes can be found here: https://linuxcontainers.org/lxc/news/ Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | Merge pull request #5002 from msva/zsh-5.4.2Hannu Nyman2017-10-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | zsh: updated to 5.4.2
| * | | | | | | zsh: updated to 5.4.2Vadim A. Misbakh-Soloviov2017-10-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* | | | | | | monit: update to 5.24, use https download urlEtienne Champetier2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #4995 from kuoruan/aria2Hannu Nyman2017-10-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Aria2 Update
| * | | | | | | aria2: Bump 1.33.0Hsing-Wang Liao2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | aria2: Fix typo in Config.inHsing-Wang Liao2017-10-22
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | Merge pull request #4999 from eduardoabinader/update_check_0_12_0Hannu Nyman2017-10-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libs/check: update to 0.12.0
| * | | | | | libs/check: update to 0.12.0Eduardo Abinader2017-10-22
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* / / / / / tor: update to 0.3.1.7Peter Wagner2017-10-22
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | sslh: simplify MakefileJonathan McCrohan2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug where sslh was being linked against libconfig, but libconfig CPPFLAGS were being ignored. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | ocserv: updated to 0.11.9Nikos Mavrogiannopoulos2017-10-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | gnutls: updated to 3.5.16Nikos Mavrogiannopoulos2017-10-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #4874 from jcadduono/minidlna-featureHannu Nyman2017-10-21
|\ \ \ \ \ | | | | | | | | | | | | minidlna: add allow wide links option
| * | | | | minidlna: add allow wide links optionJames Christopher Adduono2017-10-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users might create a minidlna root with symlinks to shared locations. While this could potentially create a vulnerability, the option should be available to allow users to do this should they choose to. wide_links=no : (default) no content served + error message [timestamp] upnphttp.c:1366: error: Rejecting wide link X wide_links=yes : content served, no error messages Signed-off-by: James Christopher Adduono <jc@adduono.com>
* | | | | Merge pull request #4933 from sartura/sysrepo_releaseHannu Nyman2017-10-21
|\ \ \ \ \ | | | | | | | | | | | | Sysrepo release
| * | | | | netopeer2: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | sysrepo: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | libnetconf2: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | libyang: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | Merge pull request #4973 from sartura/lxc_bump_to_2.1.0Hannu Nyman2017-10-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | lxc: bump to 2.1.0
| * | | | | | lxc: bump to 2.1.0Marko Ratkaj2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump LXC package from 1.1.5 to 2.1.0. Version 2.x includes many improvements and optimizations. https://linuxcontainers.org/lxc/news/ Some tools like lxc-top are rewritten in C and are no longer broken and dependent on lua. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2Hannu Nyman2017-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nbd: bump to 3.16.2