Florian Eckert
54809b2eb4
docker-ce: update PKG_RELEASE
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11 09:27:03 +02:00
Florian Eckert
138a60407f
docker-ce: add bridge device to network uci backend
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11 09:25:34 +02:00
Florian Eckert
7034020c13
docker-ce: fix hosts type to list
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11 09:25:34 +02:00
Florian Eckert
cc8d8bcf28
docker-ce: add postinst and prerm script for service start and stop
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11 09:25:34 +02:00
Florian Eckert
346e44d207
Merge pull request #13061 from G-M0N3Y-2503/docker-cgroups-v1
...
docker-ce: Enabled cgroups v1 by default
2020-08-11 09:18:17 +02:00
Rosen Penev
6a3e4671c4
Merge pull request #13077 from neheb/netd
...
netdiscover: fix compilation with GCC 10
2020-08-10 20:12:46 -07:00
Rosen Penev
3f26b8af4d
Merge pull request #13080 from neheb/minidlna
...
minidlna: fix GCC 10 multiple def compilation error
2020-08-10 19:34:37 -07:00
Rosen Penev
301f3a4d0e
Merge pull request #13071 from neheb/quot
...
quota: fix compilation without sys/cdefs
2020-08-10 19:29:01 -07:00
Syrone Wong
e8f0944337
minidlna: fix GCC 10 multiple def compilation error
...
Diffrent file use its own setjmp_buffer, thus
we have two global variables called setjmp_buffer
I am not sure if we should use only one instance of it.
The patch sent upstream uses a similar approach.
https://sourceforge.net/p/minidlna/bugs/327/
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2020-08-10 16:20:51 -07:00
Rosen Penev
33415ac6ad
Merge pull request #13070 from neheb/lcdpr
...
lcdproc: fix compilation with GCC 10
2020-08-10 15:55:26 -07:00
Rosen Penev
dd639f9aa1
netdiscover: fix compilation with GCC 10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:54:32 -07:00
Rosen Penev
8fa65a8754
Merge pull request #13066 from neheb/hfs2
...
hfsprogs: fix compilation without sys/cdefs
2020-08-10 15:38:03 -07:00
Rosen Penev
c67d5716bd
quota: fix compilation without sys/cdefs
...
sys/cdefs.h does not come included with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:30:53 -07:00
Rosen Penev
650b996dc0
lcdproc: fix compilation with GCC 10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:30:00 -07:00
Rosen Penev
41504f1579
hfsprogs: fix compilation without sys/cdefs
...
sys/cdefs.h does not come with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:25:52 -07:00
Rosen Penev
11c4323665
Merge pull request #13060 from wodu/linuxptp_maint
...
linuxptp: Update to version 3.0
2020-08-10 12:25:05 -07:00
Rosen Penev
50db30f8c6
Merge pull request #13059 from aparcar/which
...
treewide: replace `which` with `command -v`
2020-08-10 12:24:34 -07:00
Yousong Zhou
3f383103ee
openvswitch: bump to version 2.13.1
...
The two backported patches are included in 2.13.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-10 20:38:49 +08:00
Gerard Ryan
affce38fc4
docker-ce: Enabled cgroups v1 by default
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-08-10 19:58:28 +10:00
Wojciech Dubowik
ea6d3a3468
linuxptp: Update to version 3.0
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
2020-08-10 09:57:29 +02:00
Paul Spooren
30ea917518
treewide: replace which
with command -v
...
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.
Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-09 13:58:14 -10:00
Toke Høiland-Jørgensen
416dccf72a
Merge pull request #13058 from guidosarducci/master-fix-gcc10-netperf
...
netperf: fix compilation with GCC10
2020-08-09 10:14:25 +02:00
Tony Ambardar
c332d5fdf7
netperf: fix compilation with GCC10
...
GCC10 defaults to -fno-common, which breaks compilation when there are
multiple definitions of implicit "extern" variables. Remove the extra
definitions.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2020-08-09 00:02:48 -07:00
Rosen Penev
5be1783bfe
Merge pull request #13055 from micmac1/apa2446
...
apache: security bump to 2.4.46
2020-08-08 12:41:31 -07:00
Sebastian Kemper
d4addd14c0
apache: security bump to 2.4.46
...
From CHANGES_2.4:
SECURITY: CVE-2020-11984 (cve.mitre.org)
mod_proxy_uwsgi: Malicious request may result in information disclosure
or RCE of existing file on the server running under a malicious process
environment. [Yann Ylavic]
SECURITY: CVE-2020-11993 (cve.mitre.org)
mod_http2: when throttling connection requests, log statements
where possibly made that result in concurrent, unsafe use of
a memory pool. [Stefan Eissing]
SECURITY:
mod_http2: a specially crafted value for the 'Cache-Digest' header
request would result in a crash when the server actually tries
to HTTP/2 PUSH a resource afterwards.
[Stefan Eissing, Eric Covener, Christophe Jaillet]
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-08-08 16:15:46 +02:00
Rosen Penev
cdcbe880df
Merge pull request #13028 from neheb/ldnsss
...
ldns: fix compilation without deprecated APIs
2020-08-07 19:08:51 -07:00
Rosen Penev
b91235e150
Merge pull request #13025 from neheb/ulff
...
libulfius: update to 2.6.8
2020-08-07 12:04:37 -07:00
Rosen Penev
d179b11410
Merge pull request #13029 from neheb/boinc
...
boinc: fix compilation without deprecated OpenSSL APIs
2020-08-07 11:57:29 -07:00
Rosen Penev
f0606bd996
libulfius: update to 2.6.8
...
Upstream fixed the libmicrohttp issue. Removed local patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-07 11:56:26 -07:00
Rosen Penev
619fd038ba
liborcania: update to 2.1.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-07 11:56:26 -07:00
Rosen Penev
61b3532fe4
Merge pull request #13051 from ptpt52/miniupnpd-check-running
...
net/miniupnpd: check by /etc/init.d/miniupnpd running
2020-08-07 09:31:43 -07:00
Chen Minqiang
67b4871322
net/miniupnpd: check by /etc/init.d/miniupnpd running
...
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-08-08 00:12:38 +08:00
Rosen Penev
0a35968c37
Merge pull request #13049 from PolynomialDivision/dawn/bump_version
...
dawn: bump version
2020-08-07 07:24:50 -07:00
Nick Hainke
26fb6219de
dawn: bump version
...
test_storage: fix compilation with musl 1.2.0
datastorage/test: improve scalability and performance
datastorage: fixed use of wrong client search
general: add memory auditing
memory auditing: bug fixes to memory auditing and hearing map
datastorage: fixes to linked list handling
tcpsocket: fix read callback function and arbitrary memory allocations
tcpsocket: leave loop if we read 0 byte
Furthermore, you can now dump the memory usage by sending a SIGHUP to
dawn process.
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-08-07 12:35:59 +02:00
Rosen Penev
7d2f49239d
Merge pull request #13045 from EricLuehrsen/unbound_20200806
...
unbound: follow resolv.conf.auto to new location
2020-08-07 00:52:59 -07:00
Eric Luehrsen
f8ba0fe7bf
unbound: follow resolv.conf.auto to new location
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-08-07 01:30:52 -04:00
Rosen Penev
65c66ddd71
Merge pull request #13039 from peter-stadler/django-rest-framework
...
django-restframework: update to version 3.11.1
2020-08-06 13:17:59 -07:00
Rosen Penev
b71d8fa12c
Merge pull request #13042 from ja-pa/libssh-security-fix
...
libssh: patch security issue
2020-08-06 13:17:33 -07:00
Jan Pavlinec
ad457727bd
libssh: patch security issue
...
Fixes:
CVE-2020-16135
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-06 17:08:28 +02:00
Rosen Penev
34215c958e
Merge pull request #13020 from rittere/master
...
tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)
2020-08-06 00:37:23 -07:00
Rosen Penev
8b004dbfba
Merge pull request #12811 from TDT-AG/pr/20200714-ntpd
...
ntpd: add config include support
2020-08-05 13:29:20 -07:00
Eike Ritter
b8ca6814ad
tayga: PKG_RELEASE increased
...
Signed-off-by: Eike Ritter <git@rittere.co.uk>
2020-08-05 21:19:22 +01:00
Rosen Penev
1be8f072c8
Merge pull request #12976 from pprindeville/update-xtables-addons-3.10
...
xtables-addons: update for 3.10
2020-08-05 13:18:18 -07:00
Rosen Penev
c2525df796
Merge pull request #13031 from neheb/erl
...
erlang: fix compilation without deprecated OpenSSL APIs
2020-08-05 13:12:45 -07:00
Rosen Penev
df1edbd571
Merge pull request #13035 from ja-pa/python3-maxminddb-2.0.2
...
python3-maxminddb: update to version 2.0.2
2020-08-05 13:11:47 -07:00
Rosen Penev
43e054cf87
Merge pull request #13033 from commodo/pynacl-fix
...
python-pynacl: fix build with new libsodium patch
2020-08-05 13:11:25 -07:00
Rosen Penev
dca6a5b2fd
Merge pull request #13032 from neheb/freer
...
freeradius3: fix compilation without deprecated OpenSSL APIs
2020-08-05 13:10:49 -07:00
Rosen Penev
a640cfa263
Merge pull request #13026 from neheb/yarr
...
yara: fix compilation without deprecated OpenSSL APIs
2020-08-05 13:10:15 -07:00
Rosen Penev
91dbd669b3
Merge pull request #12549 from neheb/extr
...
libextractor: remove ffmpeg plugin
2020-08-05 13:09:45 -07:00
Rosen Penev
70b5ae920e
Merge pull request #13027 from neheb/ina
...
inadyn: update to 2.7
2020-08-05 13:08:50 -07:00