Ted Hess [Fri, 28 Aug 2015 16:08:42 +0000 (12:08 -0400)]
Merge pull request #1727 from roger-/micropython
micropython: update to latest
Roger [Fri, 28 Aug 2015 15:26:45 +0000 (10:26 -0500)]
micropython: update to latest
Signed-off-by: Roger D <[email protected]>
Steven Barth [Fri, 28 Aug 2015 08:25:25 +0000 (10:25 +0200)]
Merge pull request #1713 from databeille/patch-1
e2guardian : typo into procd init script
Steven Barth [Fri, 28 Aug 2015 08:24:15 +0000 (10:24 +0200)]
Merge pull request #1717 from hnyman/collectd-entropy
collectd: Enable entropy plugin
Steven Barth [Fri, 28 Aug 2015 08:22:22 +0000 (10:22 +0200)]
Merge pull request #1721 from dirkfeytons/master
strongswan: add a couple more plugins
Ted Hess [Thu, 27 Aug 2015 19:14:15 +0000 (15:14 -0400)]
Merge pull request #1723 from thess/boost-build
boost: Fix building without hard float (fenv.h)
Michael Heimpold [Thu, 27 Aug 2015 19:12:10 +0000 (21:12 +0200)]
Merge pull request #1714 from lynxis/libxml2_nonparallel
libxml2: disable parallel build
Ted Hess [Thu, 27 Aug 2015 18:31:29 +0000 (14:31 -0400)]
boost: Fix building without hard float (fenv.h)
Signed-off-by: Ted Hess <[email protected]>
Ted Hess [Thu, 27 Aug 2015 17:10:22 +0000 (13:10 -0400)]
alsa-lib: Add missing comma to maintainer list
Signed-off-by: Ted Hess <[email protected]>
Ted Hess [Thu, 27 Aug 2015 13:08:50 +0000 (09:08 -0400)]
Merge pull request #1718 from changeway/libstrophe
libstrophe : Update to version 0.8.8
Dirk Feytons [Thu, 27 Aug 2015 12:09:18 +0000 (14:09 +0200)]
strongswan: add a couple more plugins
Signed-off-by: Dirk Feytons <[email protected]>
Nikos Mavrogiannopoulos [Wed, 26 Aug 2015 20:59:29 +0000 (22:59 +0200)]
openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
Hannu Nyman [Wed, 26 Aug 2015 18:35:35 +0000 (21:35 +0300)]
collectd: Enable entropy plugin
Enable the entropy plugin that monitors the available entropy in a Linux system.
Works ok and has no library dependencies. Tested on ar71xx/WNDR3700.
Signed-off-by: Hannu Nyman <[email protected]>
Alexander Couzens [Wed, 26 Aug 2015 14:09:47 +0000 (16:09 +0200)]
libxml2: disable parallel build
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <[email protected]>
databeille [Wed, 26 Aug 2015 14:09:39 +0000 (16:09 +0200)]
e2guardian : fix a typo in procd init script
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>
Signed-off-by: Julien Paquit [email protected]
Yousong Zhou [Wed, 26 Aug 2015 13:13:35 +0000 (21:13 +0800)]
reaver: build without MIPS16.
Thanks hnyman for reporting it.
Signed-off-by: Yousong Zhou <[email protected]>
Steven Barth [Wed, 26 Aug 2015 13:07:27 +0000 (15:07 +0200)]
Merge pull request #1681 from the-alien/master
python-psycopg2, python-egenix-mx-base: added new versions of packages
Steven Barth [Wed, 26 Aug 2015 07:20:31 +0000 (09:20 +0200)]
Merge pull request #1700 from aTanW/master
gammu: bump to mainstream v 1.36.4, full-language version build fix
Steven Barth [Wed, 26 Aug 2015 07:20:02 +0000 (09:20 +0200)]
Merge pull request #1708 from uweber/master
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Ted Hess [Tue, 25 Aug 2015 20:10:52 +0000 (16:10 -0400)]
crelay: Fix link error with BUILD_NLS=y
Signed-off-by: Ted Hess <[email protected]>
John Crispin [Tue, 25 Aug 2015 22:25:35 +0000 (00:25 +0200)]
avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <[email protected]>
Peter Wagner [Wed, 26 Aug 2015 16:58:14 +0000 (18:58 +0200)]
openssh: update to 7.1p1
Signed-off-by: Peter Wagner <[email protected]>
Toke Høiland-Jørgensen [Tue, 25 Aug 2015 22:18:12 +0000 (00:18 +0200)]
sqm-scripts: Bump to v1.0.2.
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
Marcel Denia [Tue, 25 Aug 2015 19:27:55 +0000 (21:27 +0200)]
bash: Update to 4.3.42
Signed-off-by: Marcel Denia <[email protected]>
Karl Palsson [Tue, 25 Aug 2015 13:47:57 +0000 (13:47 +0000)]
mosquitto: fix crash on client disconnect
Patch backported from upstream. Was only noticed on musl and freebsd
clients. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707
Fixes github issue #1692
Signed-off-by: Karl Palsson <[email protected]>
Karl Palsson [Tue, 25 Aug 2015 13:47:08 +0000 (13:47 +0000)]
mosquitto: bump to version 1.4.3
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/
Signed-off-by: Karl Palsson <[email protected]>
Ulrich Weber [Tue, 25 Aug 2015 08:12:58 +0000 (10:12 +0200)]
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Signed-off-by: Ulrich Weber <[email protected]>
Steven Barth [Tue, 25 Aug 2015 06:43:53 +0000 (08:43 +0200)]
dbus: bump to 1.9.20
Signed-off-by: Steven Barth <[email protected]>
Steven Barth [Tue, 25 Aug 2015 06:43:38 +0000 (08:43 +0200)]
libsigc++: bump to 2.5.2
Signed-off-by: Steven Barth <[email protected]>
Steven Barth [Tue, 25 Aug 2015 06:30:22 +0000 (08:30 +0200)]
Merge pull request #1653 from yousong/xl2tpd-fix
Xl2tpd fix
Chih-Wei Chen [Mon, 24 Aug 2015 14:51:06 +0000 (22:51 +0800)]
libstrophe : Update to version 0.8.8
Signed-off-by: Chih-Wei Chen <[email protected]>
Steven Barth [Mon, 24 Aug 2015 09:12:38 +0000 (11:12 +0200)]
Merge pull request #1702 from the-alien/python-ldap
python-ldap: added python-ldap package
Steven Barth [Mon, 24 Aug 2015 09:11:40 +0000 (11:11 +0200)]
Merge pull request #1705 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.2
Steven Barth [Mon, 24 Aug 2015 09:11:31 +0000 (11:11 +0200)]
Merge pull request #1706 from commodo/python-pip-upgrade
python-pip: upgrade to version 7.1.2
heil [Mon, 24 Aug 2015 08:54:30 +0000 (10:54 +0200)]
memcached: fix musl build
- thx to alpinelinux for the patch
(http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch)
- remove depency to libenvent and replace it libevent2
should fix issue #1542
Signed-off-by: heil <[email protected]>
heil [Mon, 24 Aug 2015 08:44:59 +0000 (10:44 +0200)]
haproxy: fixes for upstream version 1.5.14
- [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in
- [PATCH 2/4] DOC: usesrc root privileges requirements
- [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3.
- [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works
Signed-off-by: heil <[email protected]>
heil [Mon, 24 Aug 2015 08:40:38 +0000 (10:40 +0200)]
unixodbc: update to 2.3.3
Signed-off-by: heil <[email protected]>
heil [Mon, 24 Aug 2015 08:33:33 +0000 (10:33 +0200)]
acpid: update to 2.0.25
- remove 001-musl-compat-patch
Signed-off-by: heil <[email protected]>
Alexandru Ardelean [Mon, 24 Aug 2015 07:04:22 +0000 (10:04 +0300)]
python-pip: upgrade to version 7.1.2
Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean [Mon, 24 Aug 2015 06:59:07 +0000 (09:59 +0300)]
python-setuptools: upgrade to version 18.2
Signed-off-by: Alexandru Ardelean <[email protected]>
Nuno Goncalves [Sun, 23 Aug 2015 13:29:46 +0000 (14:29 +0100)]
rtklib: bump version to 2.4.2 p11, close #1624
Signed-off-by: Nuno Goncalves <[email protected]>
Toke Høiland-Jørgensen [Sun, 23 Aug 2015 11:01:01 +0000 (12:01 +0100)]
Merge pull request #1667 from plntyk/fix_gcc5_netperf
netperf: fix gcc5
alien [Sat, 22 Aug 2015 14:07:07 +0000 (17:07 +0300)]
python-ldap: added python-ldap package
Signed-off-by: Dimtrij Trefilov <[email protected]>
alien [Sun, 16 Aug 2015 13:19:51 +0000 (16:19 +0300)]
python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as a dependency
Signed-off-by: Dmitrij Trefilov <[email protected]>
Steven Barth [Sun, 23 Aug 2015 07:36:48 +0000 (09:36 +0200)]
Merge pull request #1698 from mstorchak/lsof
lsof: update to 4.89
Steven Barth [Sun, 23 Aug 2015 07:36:27 +0000 (09:36 +0200)]
Merge pull request #1699 from yousong/reaver
reaver: import from oldpackages.
Ted Hess [Sat, 22 Aug 2015 11:02:36 +0000 (07:02 -0400)]
Merge pull request #1701 from thess/hidapi-fix
hidapi: Fix iconv depends
John Crispin [Fri, 21 Aug 2015 23:12:31 +0000 (01:12 +0200)]
libuv: fix download path
Signed-off-by: John Crispin <[email protected]>
John Crispin [Fri, 21 Aug 2015 23:11:29 +0000 (01:11 +0200)]
python: add dependency to bz2 host build
Signed-off-by: John Crispin <[email protected]>
Etienne CHAMPETIER [Sun, 23 Aug 2015 20:09:08 +0000 (20:09 +0000)]
zabbix: update to 2.4.6 (and refresh patches)
Signed-off-by: Etienne CHAMPETIER <[email protected]>
Ted Hess [Fri, 21 Aug 2015 21:58:37 +0000 (17:58 -0400)]
mpd: Fix BUILD_NLS=y full language support (regression)
Signed-off-by: Ted Hess <[email protected]>
Michael Heimpold [Fri, 21 Aug 2015 20:32:24 +0000 (22:32 +0200)]
php5: fix the two different maintainer fields into one (fixes #1688)
Signed-off-by: Michael Heimpold <[email protected]>
Ted Hess [Fri, 21 Aug 2015 19:19:35 +0000 (15:19 -0400)]
hidapi: Fix iconv depends
Signed-off-by: Ted Hess <[email protected]>
Ted Hess [Fri, 21 Aug 2015 18:40:30 +0000 (14:40 -0400)]
crelay: Update to V0.9, add startup config file
Signed-off-by: Ted Hess <[email protected]>
aTanW [Fri, 21 Aug 2015 15:13:19 +0000 (18:13 +0300)]
gammu: bump to mainstream v 1.36.4, full-language version build fix
Signed-Off-By: Vitaly Protsko <[email protected]>
---
Makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
Jonas Gorski [Fri, 21 Aug 2015 13:20:13 +0000 (15:20 +0200)]
Merge pull request #1671 from plntyk/fix_musl_dtndht
dtndht: fix musl build
Jonas Gorski [Fri, 21 Aug 2015 13:15:18 +0000 (15:15 +0200)]
Merge pull request #1694 from jsiverskog/protobuf-maintainer2
protobuf: add myself as maintainer.
Maxim Storchak [Sun, 2 Aug 2015 21:14:04 +0000 (00:14 +0300)]
lsof: update to 4.89
- build from original tarball
- fix ipv6 support: enable if not completely disabled
- drop useless LSOF_INCLUDE override
Signed-off-by: Maxim Storchak <[email protected]>
Yousong Zhou [Tue, 18 Aug 2015 06:49:00 +0000 (14:49 +0800)]
reaver: import from oldpackages.
- Update copyright year.
- Add PKG_LICENSE:=GPL-2.0 from the Google Code project page.
- Add autoreconf as the PKG_FIXUP method.
- Add myself as the package maintainer.
- Add a patch to fix building with musl-libc.
Signed-off-by: Yousong Zhou <[email protected]>
Jo-Philipp Wich [Fri, 21 Aug 2015 08:23:14 +0000 (10:23 +0200)]
Merge pull request #1670 from plntyk/fix_musl_crtmpserver
crtmpserver: fix musl build
Jo-Philipp Wich [Fri, 21 Aug 2015 08:20:26 +0000 (10:20 +0200)]
Merge pull request #1695 from plntyk/fix_postgresql_various
Fix various postgresql issues
Dirk Neukirchen [Fri, 21 Aug 2015 07:59:27 +0000 (09:59 +0200)]
postgresql: fix potential snprintf issue
adopt buildroot commit:
3d3f70b567718ae308b5704ddd7d107c4849309e
spotted while reviewing buildroot changes to postgresql
Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen [Fri, 21 Aug 2015 07:53:39 +0000 (09:53 +0200)]
postgresql: fix uclibc locale.h bug
reported in forum:
https://forum.openwrt.org/viewtopic.php?id=59137
issue was discovered and fixed already in buildroot
git commit id:
f5e4ca10220e2325d3a34c0a423388e40b27dbdf
Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen [Fri, 21 Aug 2015 07:20:05 +0000 (09:20 +0200)]
postgresql: add missing librt dependency
fixes build error with uclibc
Signed-off-by: Dirk Neukirchen <[email protected]>
Jacob Siverskog [Fri, 21 Aug 2015 07:40:10 +0000 (09:40 +0200)]
protobuf: add myself as maintainer.
Signed-off-by: Jacob Siverskog <[email protected]>
Jonas Gorski [Thu, 20 Aug 2015 18:54:32 +0000 (20:54 +0200)]
Merge pull request #1691 from commodo/python-pip-maintainer
python-pip: add myself as maintainer
Jonas Gorski [Thu, 20 Aug 2015 18:54:17 +0000 (20:54 +0200)]
Merge pull request #1690 from commodo/python-setuptools-maintainer
python-setuptools: add myself as maintainer
Alexandru Ardelean [Thu, 20 Aug 2015 18:49:44 +0000 (21:49 +0300)]
python-pip: add myself as maintainer
Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean [Thu, 20 Aug 2015 18:48:21 +0000 (21:48 +0300)]
python-setuptools: add myself as maintainer
Signed-off-by: Alexandru Ardelean <[email protected]>
Ted Hess [Thu, 20 Aug 2015 18:14:13 +0000 (14:14 -0400)]
alsa-lib: Combine package maintainers
Signed-off-by: Ted Hess <[email protected]>
Ted Hess [Thu, 20 Aug 2015 17:43:13 +0000 (13:43 -0400)]
ntfs-3g: Update to latest, add myself as maintainer, cleanup packages content
Signed-off-by: Ted Hess <[email protected]>
Ted Hess [Thu, 20 Aug 2015 14:55:42 +0000 (10:55 -0400)]
Merge pull request #1682 from ClaymorePT/master
boost: Boost Makefile Update to Version 1.59
cmf [Thu, 20 Aug 2015 13:28:47 +0000 (14:28 +0100)]
Boost Makefile Update to Version 1.59
This commit updates Boost to version 1.59, released in the 13th of August of 2015 [1].
- The new version adds two new template libraries, Convert [2] and CoRoutine2 [3].
- [Warning]-> CoRoutine2 library absolutly requires a C++14 compiler.
- patch 001-mips-options-fix.patch was removed, since it is already incorporated upstream.
[1] - http://www.boost.org/users/history/version_1_59_0.html
[2] - http://www.boost.org/libs/convert/
[3] - http://www.boost.org/libs/coroutine2/
Signed-off-by: Carlos Ferreira <[email protected]>
Jonas Gorski [Thu, 20 Aug 2015 10:15:36 +0000 (12:15 +0200)]
znc: update to 1.6.1
Signed-off-by: Jonas Gorski <[email protected]>
Steven Barth [Thu, 20 Aug 2015 05:40:53 +0000 (07:40 +0200)]
Merge pull request #1675 from sairon/python-setuptools-revamp-installation
python-setuptools: revamp installation procedure, update to 18.1
Steven Barth [Thu, 20 Aug 2015 05:40:25 +0000 (07:40 +0200)]
Merge pull request #1680 from yousong/strongswan
strongswan: split out libtls.so as a separate package.
Yousong Zhou [Tue, 11 Aug 2015 05:26:03 +0000 (13:26 +0800)]
strongswan: split out libtls.so as a separate package.
When only strongswan-minimal is selected, libtls.so will not be built
yet package strongswan will still try to copy the file causing build
failure.
Signed-off-by: Yousong Zhou <[email protected]>
Ted Hess [Wed, 19 Aug 2015 17:49:59 +0000 (13:49 -0400)]
Merge pull request #1677 from luizluca/ruby_update
ruby: bump version to 2.2.3
Ted Hess [Wed, 19 Aug 2015 17:48:42 +0000 (13:48 -0400)]
Merge pull request #1668 from plntyk/fix_gcc5_mocp
mocp: fix build with gcc5
Luiz Angelo Daros de Luca [Wed, 19 Aug 2015 17:04:03 +0000 (14:04 -0300)]
ruby: bump version to 2.2.3
This is a bug and security fix release, including:
- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog
Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
Steven Barth [Wed, 19 Aug 2015 15:48:37 +0000 (17:48 +0200)]
Merge pull request #1664 from sairon/python-pip-revamp-installation
python-pip: revamp installation procedure (use setuptools machinery)
Rafał Miłecki [Thu, 13 Aug 2015 20:19:17 +0000 (22:19 +0200)]
lighttpd: backport a fix for running out of filedescriptors
It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658
Signed-off-by: Rafał Miłecki <[email protected]>
Jan Čermák [Wed, 19 Aug 2015 14:35:10 +0000 (16:35 +0200)]
python-setuptools: revamp installation procedure, update to 18.1
It's better to install setuptools-enabled Python packages with a special
flag that makes a flatter structure of the egg and does not create
site.py file. Already done for python-pip recently. Also, version was
bumped to 18.1.
Signed-off-by: Jan Čermák <[email protected]>
Dirk Neukirchen [Thu, 13 Aug 2015 17:21:15 +0000 (19:21 +0200)]
dtndht: fix musl build
add missing headers on musl
Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen [Thu, 9 Jul 2015 11:13:06 +0000 (13:13 +0200)]
crtmpserver: fix musl build
MAX values should be defined in stdint.h
Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen [Thu, 13 Aug 2015 17:00:47 +0000 (19:00 +0200)]
netperf: fix gcc5
default C standard changed in gcc5 so set old variant
Signed-off-by: Dirk Neukirchen <[email protected]>
Dirk Neukirchen [Mon, 15 Jun 2015 09:45:13 +0000 (11:45 +0200)]
mocp: fix build with gcc5
change in default CPP settings lead to build errors
explicitly set flag to enable old behaviour
Signed-off-by: Dirk Neukirchen <[email protected]>
Jo-Philipp Wich [Wed, 19 Aug 2015 09:03:04 +0000 (11:03 +0200)]
Merge pull request #1666 from hnyman/collectd-simplify
collectd: interface plugin: revert to Linux defaults from BSD-like operations
Hannu Nyman [Tue, 18 Aug 2015 21:34:03 +0000 (00:34 +0300)]
collectd: interface plugin: revert to Linux defaults from BSD-like operations
Change the interface plugin to operate with collectd's default way for Linux
instead of trying to use BSD functionality with patches.
Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980
(in 2007, no explanations given for the reasons to add that config option),
causing the addition of 110-net-device-stats.patch in 2010 to fix things,
and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link
to undo BSD-specific changes in collectd code meant for only BSD systems
(as AF_LINK does not exist in Linux).
Revert to collectd's intended way in Linux by removing the config option
and deleting the two corresponding patches.
The same data fieds should be provided, so there is no visbile change to users.
References:
===========
Collectd changes introducing/explaining the option and later breaking things:
http://git.verplant.org/?p=collectd.git;a=commit;h=
a05e34a0d4fdb2c15db8226689268a27f6f7163d
http://git.verplant.org/?p=collectd.git;a=commit;h=
14740db4b415655abc58307352e406442f9933a0
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=
645dadb3fcc466e8880fda4eb23b21ad433631fc
Openwrt:
intro at r7980: https://dev.openwrt.org/changeset/7980
fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467
fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298
Signed-off-by: Hannu Nyman <[email protected]>
Ted Hess [Tue, 18 Aug 2015 16:10:50 +0000 (12:10 -0400)]
Merge pull request #1662 from thess/crelay-import
crelay: import usb relay control daemon
Jan Čermák [Tue, 18 Aug 2015 10:55:39 +0000 (12:55 +0200)]
python-pip: revamp installation procedure (use setuptools machinery)
PIP's installation procedure was too complicated, requiring obscure
postinstall and prerm scripts to move files created by setup procedure.
But since setuptools is required anyway, it's better to use a special
flag created for the purpose of package creation. Resulting directory
structure is flatter and unnecessary files that had to be moved by
prerm/postinstall scripts are not created anymore.
Signed-off-by: Jan Čermák <[email protected]>
Steven Barth [Tue, 18 Aug 2015 05:58:38 +0000 (07:58 +0200)]
Merge pull request #1663 from hnyman/vsftpd303
vsftpd: update to 3.0.3
Luka Perkov [Mon, 17 Aug 2015 21:59:10 +0000 (23:59 +0200)]
Merge pull request #1596 from danielg4/master
squid: version bump and dependency fixes
Hannu Nyman [Mon, 17 Aug 2015 19:21:23 +0000 (22:21 +0300)]
vsftpd: update to 3.0.3
Update vsftpd to 3.0.3 released in July 2015.
Changelog: https://security.appspot.com/vsftpd/Changelog.txt
Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html
- Increase VSFTP_AS_LIMIT to 200MB; various reports.
- Make the PWD response more RFC compliant; report from Barry Kelly
<
[email protected]>.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop <
[email protected]>.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
<
[email protected]>. At least, syslogging seems to work on my Fedora now.
- Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I
probably have a different distro / libc / etc. and there are multiple reports.
- Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle
this case gracefully. Report from Vasily Averin <
[email protected]>.
- List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default.
- Make some compile-time SSL defaults (such as correct client shutdown
handling) stricter.
- Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms
delays. From Tim Kosse <
[email protected]>.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn <
[email protected]>.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse <
[email protected]>.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse <
[email protected]>.
- Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384.
- Minor SSL logging improvements.
- Un-default tunable_strict_ssl_write_shutdown again. We still have
tunable_strict_ssl_read_eof defaulted now, which is the important one to prove
upload integrity.
Signed-off-by: Hannu Nyman <[email protected]>
Ted Hess [Mon, 3 Aug 2015 00:08:34 +0000 (20:08 -0400)]
crelay: import usb relay control daemon
Signed-off-by: Ted Hess <[email protected]>
heil [Mon, 17 Aug 2015 12:34:29 +0000 (14:34 +0200)]
apache: bump to version 2.2.31
Signed-off-by: heil <[email protected]>
Toke Høiland-Jørgensen [Mon, 17 Aug 2015 11:23:57 +0000 (12:23 +0100)]
sqm-scripts: Bump to v1.0.1.
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
Noah Meyerhans [Fri, 14 Aug 2015 15:29:01 +0000 (08:29 -0700)]
bind: update to version 9.9.7-p2
Signed-off-by: Noah Meyerhans <[email protected]>
Yousong Zhou [Thu, 13 Aug 2015 01:17:29 +0000 (09:17 +0800)]
xl2tpd: switch to github devel branch.
Several patches here and pull requests at the upstream github project
page were merged into the devel branch. Switch to that until the next
stable release.
Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou [Wed, 12 Aug 2015 02:55:00 +0000 (10:55 +0800)]
xl2tpd: conditionally build with flags for more verbose log output.
Signed-off-by: Yousong Zhou <[email protected]>