Commit graph

9044 commits

Author SHA1 Message Date
Gergely Kiss
1ae1024041 django-statici18n: update to 1.4.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-29 06:36:29 +01:00
Philip Prindeville
a4aaaf8d8f perl: when Makefile.PL fails give more feedback
There are a few packages which mysteriously fail during the configure
stage.  Give us better means of understanding why.

Also, some Makefile.PL's have "use" statements which reference
files which are in or under ".".

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-10-27 18:22:13 -06:00
Philip Prindeville
72cb164486
Merge pull request #5026 from pprindeville/perl-dot-exclude-breakage
perl: modules failing due to dot not in @INC
2017-10-28 00:16:35 +01:00
Philip Prindeville
c79911b66d perl: modules failing due to dot not in @INC
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>
2017-10-27 15:43:14 -06:00
Hannu Nyman
80c3c0bd2f
Merge pull request #5011 from Borromini/mii-tool
mii-tool: fix kernel 4.9 compatibility
2017-10-27 22:27:51 +03:00
Stijn Segers
8b829cdbc1 net/mii-tool: fix kernel 4.9 compatibility
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2017-10-27 20:16:53 +02:00
Hannu Nyman
0f1e755ec2 Merge pull request #4996 from f00fc7c9/dynv6
ddns-scripts: fix dynv6.com "unchanged" response
2017-10-27 16:28:59 +03:00
Hannu Nyman
a072a746f3 Merge pull request #5009 from commodo/squashsfs-tools-update
squashfs-tools: pull newer version from git repo
2017-10-27 11:44:25 +03:00
Alexandru Ardelean
401b376b75 squashfs-tools: pull newer version from git repo
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>
2017-10-27 09:55:23 +03:00
Peter Wagner
314aad053b git: update to 2.14.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-27 00:12:31 +02:00
Hannu Nyman
9ad97d7585 Merge pull request #5016 from tru7/0.0.1.34
linknx: bump to version 0.0.1.34
2017-10-26 18:28:12 +03:00
Nuno Goncalves
4e82a56ccd tcsh: fix out of memory crash
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2017-10-26 14:40:52 +02:00
Karl Vogel
8b92595621 utils/lxc: disable gnutls during configure
Previous versions of LXC never compiled in gnutls support due to a bug in the
configure script. As other TLS implementations are not supported and the feature
was disabled in previous builds, disable it during configure.

See https://github.com/lxc/lxc/pull/1360 for details regarding the bug in the
autoconf of the previous versions.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
2017-10-26 11:29:43 +02:00
Philip Prindeville
aacfbb244a Merge pull request #4956 from pprindeville/perl-update-5.26.1
perl: update to 5.26.1
2017-10-26 01:28:49 +01:00
Othmar Truniger
3c668250f9 linknx: bump to version 0.0.1.34
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-10-25 20:26:27 +02:00
Hannu Nyman
5e6b44559e Merge pull request #5008 from commodo/ovs-upgrade-2.8.1
openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
2017-10-25 20:02:02 +03:00
Hannu Nyman
381055b2d9 Merge pull request #5013 from lucize/doveup
dovecot: update to 2.2.33.2
2017-10-25 20:00:14 +03:00
Hannu Nyman
bc4671ac5b Merge pull request #5000 from kissg1988/seafile
seafile: upgrade to 6.2.2
2017-10-25 19:59:35 +03:00
Hannu Nyman
07fe7c1d77 Merge pull request #5014 from marcin1j/pr/20171025-nbd-fix-gnutls-dependecy
nbd: fix gnutls dependency
2017-10-25 19:57:56 +03:00
Marcin Jurkowski
f3bf7eb125 nbd: fix gnutls dependency
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>
2017-10-25 16:52:28 +02:00
Lucian Cristian
134164a8a7 dovecot: update to 2.2.33.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-25 16:28:40 +03:00
Karl Palsson
c97d4999f8 libwebsockets: Upgrade to 2.4.0 and drop wolfssl for mbedtls
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>
2017-10-25 10:53:25 +00:00
Philip Prindeville
4a94479f96 perl: update to 5.26.1
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>
2017-10-24 11:40:34 -06:00
Hannu Nyman
b1dc90e41d Merge pull request #5010 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
2017-10-24 20:19:28 +03:00
Vladimir Ulrich
5db8bd9136 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-10-24 18:43:19 +03:00
Alexandru Ardelean
1a53301cd1 openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
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>
2017-10-24 14:57:12 +03:00
Hirokazu MORIKAWA
f90bba4046 icu: fix CVE-2017-14952 Double-Free Vulnerability
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>
2017-10-24 02:35:19 -05:00
Hannu Nyman
5d4ded7c6b Merge pull request #5003 from sartura/lxc_bump_to_2.1.1
lxc: bump to 2.1.1
2017-10-23 21:26:33 +03:00
Hannu Nyman
e13b4b27c2 Merge pull request #5002 from msva/zsh-5.4.2
zsh: updated to 5.4.2
2017-10-23 21:25:44 +03:00
Marko Ratkaj
792c5713ad lxc: bump to 2.1.1
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>
2017-10-23 15:31:21 +02:00
Vadim A. Misbakh-Soloviov
dc9654770a
zsh: updated to 5.4.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2017-10-23 18:12:11 +07:00
Etienne Champetier
4c26e09cb7 monit: update to 5.24, use https download url
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-22 18:43:08 -07:00
Gergely Kiss
252442d294 seafile: upgrade to 6.2.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-22 23:43:09 +02:00
Hannu Nyman
71f79a6e23 Merge pull request #4995 from kuoruan/aria2
Aria2 Update
2017-10-22 23:15:53 +03:00
Hannu Nyman
505d295744 Merge pull request #4999 from eduardoabinader/update_check_0_12_0
libs/check: update to 0.12.0
2017-10-22 23:14:09 +03:00
Peter Wagner
39a9b7867c tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-22 21:32:59 +02:00
Eduardo Abinader
2fb9ccdbc9 libs/check: update to 0.12.0
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-10-22 20:00:06 +02:00
Ernest Moshkov
6943f44550 ddns-scripts: fix dynv6.com "unchanged" response
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>
2017-10-22 17:08:38 +03:00
Hsing-Wang Liao
e66bfeafae aria2: Bump 1.33.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:59 +08:00
Hsing-Wang Liao
fda73d7422 aria2: Fix typo in Config.in
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:40 +08:00
Jonathan McCrohan
770ca2d401 sslh: simplify Makefile
Fixes bug where sslh was being linked against libconfig, but libconfig
CPPFLAGS were being ignored.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-10-21 22:12:39 +01:00
Nikos Mavrogiannopoulos
10473e43d2 ocserv: updated to 0.11.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:27:45 +02:00
Nikos Mavrogiannopoulos
889ef7e32d gnutls: updated to 3.5.16
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:24:35 +02:00
Hannu Nyman
d90ca6cd3a Merge pull request #4874 from jcadduono/minidlna-feature
minidlna: add allow wide links option
2017-10-21 09:49:12 +03:00
Hannu Nyman
3c1fb8eb24 Merge pull request #4933 from sartura/sysrepo_release
Sysrepo release
2017-10-21 09:45:28 +03:00
Hannu Nyman
e6ade7d67b Merge pull request #4973 from sartura/lxc_bump_to_2.1.0
lxc: bump to 2.1.0
2017-10-21 09:13:15 +03:00
Hannu Nyman
9d374eb0c3 Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2
nbd: bump to 3.16.2
2017-10-21 09:12:20 +03:00
Hannu Nyman
b321f478d3 Merge pull request #4971 from StevenHessing/noddos
noddos: v0.5.4 SendUdpPing fix
2017-10-21 09:12:01 +03:00
Hannu Nyman
7cf6c96203 Merge pull request #4969 from kissg1988/vala
vala: bump to version 0.34.5
2017-10-21 09:11:39 +03:00
Hannu Nyman
655f96fe05 Merge pull request #4985 from ClaymorePT/boost_1.65.1_r2
boost: Bug-fix release
2017-10-21 09:11:11 +03:00