Florian Eckert
9fe837f0f2
Merge pull request #13017 from TDT-AG/pr/20200804-docker-ce
docker-ce: improvements / changes
4 years ago
Zbyněk Kocur
46ec570c65
javascript-obfuscator: update to 1.9.0
New version of package node-javascript-obfuscator
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
4 years ago
Florian Eckert
54809b2eb4
docker-ce: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
138a60407f
docker-ce: add bridge device to network uci backend
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
7034020c13
docker-ce: fix hosts type to list
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
cc8d8bcf28
docker-ce: add postinst and prerm script for service start and stop
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
346e44d207
Merge pull request #13061 from G-M0N3Y-2503/docker-cgroups-v1
docker-ce: Enabled cgroups v1 by default
4 years ago
Rosen Penev
6a3e4671c4
Merge pull request #13077 from neheb/netd
netdiscover: fix compilation with GCC 10
4 years ago
Rosen Penev
3f26b8af4d
Merge pull request #13080 from neheb/minidlna
minidlna: fix GCC 10 multiple def compilation error
4 years ago
Rosen Penev
301f3a4d0e
Merge pull request #13071 from neheb/quot
quota: fix compilation without sys/cdefs
4 years ago
Rosen Penev
2d155c82ff
alpine: fix compilation without sys/cdefs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
Rosen Penev
df6c468a5a
oor: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
ca2da3f315
pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
33415ac6ad
Merge pull request #13070 from neheb/lcdpr
lcdproc: fix compilation with GCC 10
4 years ago
Rosen Penev
dd639f9aa1
netdiscover: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
0c0f6f450d
open-iscsi: fix compilation with musl 1.2.0
GLOB_ONLYDIR is not defined.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
e3c67016f8
tvheadend: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
8fa65a8754
Merge pull request #13066 from neheb/hfs2
hfsprogs: fix compilation without sys/cdefs
4 years ago
Rosen Penev
f3fdcb4288
atftp: completely remove cdefs usage
sys/cdefs.h is not provided by musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
dc74b11e34
lcd4linux: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
Rosen Penev
650b996dc0
lcdproc: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
af76685638
micropython: fix compilation without sys/cdefs
sys/cdefs.h is not provided by musl. micropython also includes its own
copy.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
286e42b3f4
chaosvpn: 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>
4 years ago
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>
4 years ago
Rosen Penev
0b37205d21
knxd: 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>
4 years ago
Rosen Penev
95c6c66ed1
linknx: fix compilation without sys/cdefs
sys/cdefs.h is not included with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
f10ec9241e
sendmail: fix compilation without sys/cdefs
sys/cdefs is deprecated. It's also not included with musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
effa44f3b4
mpd: enable opus support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
44eb12f3c7
mpd: make ffmpeg support dependent on BUILD_PATENTED
ffmpeg includes patented functionality.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
11c4323665
Merge pull request #13060 from wodu/linuxptp_maint
linuxptp: Update to version 3.0
4 years ago
Rosen Penev
50db30f8c6
Merge pull request #13059 from aparcar/which
treewide: replace `which` with `command -v`
4 years ago
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>
4 years ago
Gerard Ryan
affce38fc4
docker-ce: Enabled cgroups v1 by default
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years ago
Wojciech Dubowik
ea6d3a3468
linuxptp: Update to version 3.0
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
4 years ago
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>
4 years ago
Toke Høiland-Jørgensen
416dccf72a
Merge pull request #13058 from guidosarducci/master-fix-gcc10-netperf
netperf: fix compilation with GCC10
4 years ago
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>
4 years ago
Rosen Penev
5be1783bfe
Merge pull request #13055 from micmac1/apa2446
apache: security bump to 2.4.46
4 years ago
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>
4 years ago
Rosen Penev
cdcbe880df
Merge pull request #13028 from neheb/ldnsss
ldns: fix compilation without deprecated APIs
4 years ago
Rosen Penev
b91235e150
Merge pull request #13025 from neheb/ulff
libulfius: update to 2.6.8
4 years ago
Rosen Penev
d179b11410
Merge pull request #13029 from neheb/boinc
boinc: fix compilation without deprecated OpenSSL APIs
4 years ago
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>
4 years ago
Rosen Penev
619fd038ba
liborcania: update to 2.1.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
61b3532fe4
Merge pull request #13051 from ptpt52/miniupnpd-check-running
net/miniupnpd: check by /etc/init.d/miniupnpd running
4 years ago
Chen Minqiang
67b4871322
net/miniupnpd: check by /etc/init.d/miniupnpd running
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
4 years ago
Rosen Penev
0a35968c37
Merge pull request #13049 from PolynomialDivision/dawn/bump_version
dawn: bump version
4 years ago
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>
4 years ago