| Commit message (Collapse) | Author | Age |
... | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
docker-ce: improvements / changes
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
docker-ce: Enabled cgroups v1 by default
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
netdiscover: fix compilation with GCC 10
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
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>
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
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>
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
lcdproc: fix compilation with GCC 10
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
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>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
linuxptp: Update to version 3.0
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
The two backported patches are included in 2.13.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
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>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
ldns: fix compilation without deprecated APIs
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libulfius: update to 2.6.8
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Upstream fixed the libmicrohttp issue. Removed local patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
boinc: fix compilation without deprecated OpenSSL APIs
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
net/miniupnpd: check by /etc/init.d/miniupnpd running
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
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>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
unbound: follow resolv.conf.auto to new location
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
django-restframework: update to version 3.11.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
libssh: patch security issue
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes:
CVE-2020-16135
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Eike Ritter <git@rittere.co.uk>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Eike Ritter <git@rittere.co.uk>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ntpd: add config include support
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|