Commit graph

10747 commits

Author SHA1 Message Date
Ansuel Smith
034e2bde7a
ariang: Bump to latest version
This upgrade ariang webui to latest version

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-05-31 20:18:40 +02:00
Jo-Philipp Wich
58eb061f33
Merge pull request #4615 from xdarklight/vnstat-port-init-to-procd
vnstat: port init-script to procd and enable auto-respawn
2018-05-31 13:15:24 +02:00
Martin Blumenstingl
96ae89c801 net/vnstat: enable auto-respawn when vnstatd crashes
Originally this was indended as a fix for devices without RTC support
which do not have the correct time set after a reboot (until ntp is able
to update the system time). vnstat checks if there is a time difference
between the latest entry in the database and detects that the system time
is incorrect. In this case vnstat does not start (to prevent database
corruption), the following message is reported instead:
'Error: Interface "..." has previous update date too much in the future,
exiting.'
Once we have network connectivity (and ntp has updated the system time)
vnstat starts correctly though.
vnstat 1.18 fixes this by waiting a few minutes (instead of exiting) and
the following message is logged:
"Latest database update is in the future (db: 2018-04-28 08:39:11 > now:
2018-04-28 08:07:18). Giving the system clock up to 5 minutes to sync
before continuing."

This still adds a procd respawn trigger to let procd automatically
restart vnstat in case:
- vnstat it crashes
- no valid system time is received for a long time (no network
  connectivity, broken NTP servers, ...)

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2018-05-31 13:03:38 +02:00
Martin Blumenstingl
e1acbd55b6 net/vnstat: port the init-script to procd
This ports the init-script from the legacy functions to procd. There
should be no functional changes with this patch.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2018-05-31 13:03:38 +02:00
Ted Hess
9764354572
Merge pull request #6146 from neheb/libshout
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
2018-05-30 17:04:42 +00:00
Hannu Nyman
4bacddbbed
Merge pull request #6131 from cotequeiroz/conserver_openssl-1.1
conserver: bump to v8.2.2 - adds openssl 1.1 compatibility
2018-05-30 17:42:46 +03:00
Hannu Nyman
a02335741d
Merge pull request #6153 from TDT-AG/pr/20180530-net-mwan3-fix-connected-networks
net/mwan3: fix connected networks
2018-05-30 16:40:51 +03:00
Hannu Nyman
08e38e52e2
Merge pull request #6151 from philenotfound/mutt-bump
mutt: bump to version 1.10.0
2018-05-30 16:40:05 +03:00
Florian Eckert
acf7278fb8 net/mwan3: update version to 2.6.17
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-30 12:57:49 +02:00
Florian Eckert
7ea690ea3c net/mwan3: fix update on connected ip networks
If an interface is not tracked by mwan3 or enabled and this interface is
setup by netifd, then the connected ipset is not update by mwan3.
To fix this also call connected ipset update code even if the interface
is not tracked or enabled by mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-30 12:56:50 +02:00
Phil Eichinger
2dc1ed718d mutt: bump to version 1.10.0
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-05-30 06:32:56 +02:00
Rosen Penev
f51d3846d8 libshout: Fix OpenSSL 1.1.0 without deprecated APIs
Previous patch was incomplete and broke with deprecated APIs
disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-29 18:31:20 -07:00
Peter Wagner
1673e33b20 git: update to 2.17.1
Fixes CVE-2018-11233 and CVE-2018-11235

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-30 01:07:15 +02:00
Eneas U de Queiroz
b941c8d932 noddos: add compatibility with openssl 1.1
Adapted minor piece of code to the new API.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-29 16:42:31 -03:00
Hannu Nyman
1024a23021
Merge pull request #6114 from kenkeys/protobuf-lite
Protobuf lite
2018-05-29 21:14:29 +03:00
Xavier Franquet
429b955ca2 Merge remote-tracking branch 'upstream/master' 2018-05-29 09:07:16 +02:00
Hannu Nyman
d7ffa9ca0e
Merge pull request #6145 from EricLuehrsen/unbound_defdoc
unbound: add root zone file cache option
2018-05-29 08:05:38 +03:00
Eric Luehrsen
36e1aa0892 unbound: add root zone file cache option
Add the possibility to use Unbound auto-zone: clause to
fetch complete root, arpa, in-addr.arpa, and ip6.arpa
zone files. This can speed up recursion when users
access many ccTLD or connection logging hits many PTR.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-28 23:32:12 -04:00
Eric Luehrsen
cdeefec73e unbound: provide transparent defaults with documentation
Some resource options bundled many Unbound.conf options and
made customizing on top of UCI difficult. Make it easier to
use Unbound built defaults (blank conf sections).

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-28 23:32:12 -04:00
Eneas U de Queiroz
731a00aae5 conserver: update to v8.2.2
Adds openssl compatibility.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-28 23:31:54 -03:00
Stijn Tintel
7bb68c74e2 strongswan: bump to 5.6.3
Fixes the following CVEs:
- CVE-2018-5388
- CVE-2018-10811

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-05-28 23:38:53 +03:00
Hannu Nyman
1dc97d9206
Merge pull request #6140 from neheb/tr
transmission: Update to 2.94
2018-05-30 13:59:07 +03:00
Hannu Nyman
bcb725fe40
Merge pull request #6144 from Shulyaka/master
postfix: version update to 3.3.1
2018-05-28 22:34:33 +03:00
Hannu Nyman
3d71f929ba
Merge pull request #6143 from DocLM/libgphoto2
libgphoto2: update package 2.5.18
2018-05-28 22:34:09 +03:00
Peter Wagner
0d1f48893c nfs-kernel-server: update to 2.3.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-28 20:53:18 +02:00
Denis Shulyaka
dbbeae5944 postfix: version update to 3.3.1
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2018-05-28 21:51:34 +03:00
Leonardo Medici
737ecaa3ed libgphoto2: update package 2.5.18
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-05-28 20:44:29 +02:00
Yousong Zhou
86ece31c66 openvswitch: remove ovs-parse-backtrace
It's a python script and requires backtrace support when building
openvswitch which requires glibc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-28 18:06:44 +08:00
Yousong Zhou
a65da6a79a openvswitch: remove docker related utilities
The overlay and underlay driver, and ovs-docker utilities requires setup
and dependencies that are just not available in known maintained state.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-28 17:41:51 +08:00
Rosen Penev
a46d0ffb83 transmission: Update to 2.94
Mainly a bugfix for XSS. Patches have been refreshed.

Added an upstream fix for TLS verification. Now enabled by default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-27 15:18:12 -07:00
Hannu Nyman
64b5b2ed97
Merge pull request #6138 from ejurgensen/libunistring_update_0910
libunistring: update to 0.9.10
2018-05-28 00:37:45 +03:00
Hannu Nyman
763dab4eb8
Merge pull request #5897 from oldium/fwknopd-device-fix
fwknopd: More reliable network dependency
2018-05-28 00:37:11 +03:00
Espen Jürgensen
b57c254cf9 libunistring: update to 0.9.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-05-27 23:19:30 +02:00
Michael Heimpold
ff319fe353 php7: update to 7.2.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-05-27 17:04:08 +02:00
Michael Heimpold
68f1d3555a
Merge pull request #6134 from MikePetullo/php7-pecl-krb5
php7-pecl-krb5: add new package
2018-05-27 14:07:49 +02:00
Michael Heimpold
f5a0e3bcac
Merge pull request #6135 from MikePetullo/php7-pecl-mcrypt
php7-pecl-mcrypt: add new package
2018-05-27 14:06:49 +02:00
Eneas U de Queiroz
86e4b33a9d ibrdtnd: added openssl 1.1 compatibility
This patch adds compatibility with openssl 1.1.0 to ibrdtnd.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-27 07:48:06 -03:00
Hannu Nyman
908acafafd
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
libevhtp: add openssl 1.1 compatibility
2018-05-27 09:44:19 +03:00
W. Michael Petullo
294117e847 php7-pecl-mcrypt: add new package
PHP 7.2 dropped support for the libmcrypt binding. The binding is now
provided by PECL, and a number of applications still rely on this package.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-26 19:51:21 -04:00
W. Michael Petullo
c27403d8f8 php7-pecl-krb5: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-26 19:49:53 -04:00
Hannu Nyman
85e66d906f
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
uw-imap: add openssl 1.1 compatibility
2018-05-26 20:50:18 +03:00
Eneas U de Queiroz
9ded227056 freeradius3: update to 3.0.17
Latest stable release, support for openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 17:33:12 -03:00
Hannu Nyman
eca7da688c
Merge pull request #6130 from MikePetullo/dovecot
dovecot: add GSSAPI module
2018-05-25 19:23:45 +03:00
W. Michael Petullo
25fb926c40 dovecot: add GSSAPI module
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-25 12:00:11 -04:00
Eneas U de Queiroz
3c78b49ab5 chaosvpn: add compatibility with openssl 1.1
This patch has been merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 09:24:27 -03:00
Hannu Nyman
61c4f98c4c
Merge pull request #6127 from mwarning/zerotier
zerotier: update to version 1.2.10
2018-05-25 15:19:59 +03:00
Thomas Heil
f66dddc066
Merge pull request #6115 from cotequeiroz/crtmpserver_openssl-1.1
crtmpserver: add compatibility with openssl 1.1
2018-05-25 13:40:36 +02:00
Moritz Warning
0bc668aded zerotier: update to version 1.2.10
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-25 13:08:06 +02:00
Eneas U de Queiroz
b2dcf42108 bitlbee: added openssl 1.1 support
This patch was submitted upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 23:57:24 -03:00
Eneas U de Queiroz
168ccaafbf aircrack-ng: adds openssl 1.1 compatibility
Applied a patch that was merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 22:19:13 -03:00