Rosen Penev
a0caea5844
Merge pull request #12290 from neheb/doub
libdouble-conversion: remove
5 years ago
Rosen Penev
c94ded697b
Merge pull request #12323 from peter-stadler/nginx-util-clang
nginx-util: fix issues and cleanup
5 years ago
Rosen Penev
24803ff576
Merge pull request #12329 from rs/nextdns-1.6.3-master
nextdns: Update to version 1.6.3
5 years ago
Olivier Poitrey
711983118d
nextdns: Update to version 1.6.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
5 years ago
Rosen Penev
413b7dced7
Merge pull request #12280 from sgabe/sslh-transparent
sslh: add transparent proxy support
5 years ago
Hannu Nyman
e7470b1d7f
Merge pull request #12325 from rs/nextdns-1.6.0-master
nextdns: Update to version 1.6.0
5 years ago
Gabor Seljan
46c253dfca
sslh: use tls option instead of deprecated ssl
Upstream will drop support for the ssl option in the next future version.
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
5 years ago
Gabor Seljan
f3aaffdd6f
sslh: add capabilities support
Compile with USELIBCAP=1 to make use of POSIX capabilities. This will
save the required capabilities needed for transparent proxying for
unprivileged processes.
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
5 years ago
Gabor Seljan
4950a37797
sslh: add http probe config
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
5 years ago
Olivier Poitrey
76b7f669d4
nextdns: Update to version 1.6.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
5 years ago
Hannu Nyman
4ae56c7713
Merge pull request #12315 from sartura/sqlite/security-bump
sqlite3: update to version 3.32.1
5 years ago
Rosen Penev
51bd6dd25b
Merge pull request #12321 from ja-pa/transmission-fix-init
transmission: init script check syscall list for seccomp
5 years ago
Rosen Penev
b98562f614
Merge pull request #12298 from pffmachado/issue-linuxptp
linuxptp: fix build failure
5 years ago
Peter Stadler
2d359a4556
nginx-util: fix issues and cleanup
* fix regex capture (to conform std)
* fix issues for Clang/libcxx (warnings/includes)
* fix CONFLICTS in the Makefile
* use /bin/sh in host scripts and shellcheck them
* add callback for setting arguments in ubus::call
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years ago
Paulo Machado
5f64b2d1e4
linuxptp: fix build failure
Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on
linux net_tstamp.h.
Moreover, the usual way of linuxptp build is looking for system includes
unless user defines differently. That also was tried to fix.
PKG_RELEASE bumped to 3.
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
5 years ago
Hannu Nyman
5e6b871e9e
Merge pull request #12316 from commodo/python3-six
python-six: bump to version 1.15.0
5 years ago
Josef Schlehofer
49e01721ed
Merge pull request #12314 from Payne-X6/master
knot: update to version 2.9.5
5 years ago
Jan Hak
9d81b6e4ca
knot: update to version 2.9.5
Removed patch
`03-configure-allow-to-manually-disable-POSIX-capabiliti.patch` that has been backported into release.
Signed-off-by: Jan Hak <jan.hak@nic.cz>
5 years ago
Jan Pavlinec
a6bffd306f
transmission: init script check syscall list for seccomp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Rosen Penev
e8c831e236
Merge pull request #12296 from neheb/trans
transmission: update to 3.0
5 years ago
Rosen Penev
e490211480
Merge pull request #12312 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.9 and updated relevant dependencies
5 years ago
Robert Marko
724e0f4f0d
sqlite3: update to version 3.32.1
Update SQLite to version 3.32.1 to mitigate two security vulnerability CVE-s.
This mitigates CVE-s: CVE-2020-13434 and CVE-2020-13435
https://nvd.nist.gov/vuln/detail/CVE-2020-13434
https://nvd.nist.gov/vuln/detail/CVE-2020-13435
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
5 years ago
Rosen Penev
3904727488
Merge pull request #12305 from peter-stadler/django-cors-headers
python3-django-cors-headers: update version to 3.3.0
5 years ago
Alexandru Ardelean
45946961b8
python-six: bump to version 1.15.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years ago
Gerard Ryan
d1fbd2ece8
docker-ce: Updated to 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years ago
Gerard Ryan
a8c8b11e40
libnetwork: Updated to 0941c3f4 for docker 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years ago
Peter Stadler
dd7f2ee695
python3-django-cors-headers: update version to 3.3.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years ago
Kevin Darbyshire-Bryant
295d77943c
miniupnpd: improve hotplug & interface handling
The existing interface selection/detection code was incomprehensible at
worst and convoluted at best. The uci config file suggested it
understood an external ipv6 interface but in reality the init script
took no notice. Re-work it so it is at least comprehendible and takes
notice of ipv6 interface details if specified.
Update the hotplug script to use the same interface selection/detection
code as the init script and take note of ipv6 interface selection, only
restarting miniupnpd on interface up events and only if that interface
isn't already known (for that ip class) by miniupnpd.
For me this has solved numerous 'flaky' startup problems, especially
with regard to ipv6.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
5 years ago
Kevin Darbyshire-Bryant
c2c91ea99e
collectd: sqm_collect: tidy interval string handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
5 years ago
Rosen Penev
6d739af17c
Merge pull request #12289 from neheb/GIF
giflib: remove host build
5 years ago
Rosen Penev
f6d03d06fd
Merge pull request #12302 from aleksander0m/aleksander/mm-mtu
modemmanager: set interface MTU based on bearer settings
5 years ago
Hannu Nyman
01d385d599
Merge pull request #12301 from ja-pa/clamav-security-update
clamav: update to version 0.102.3 (security fix)
5 years ago
Gabor Seljan
888c580605
sslh: bump package release
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
5 years ago
Daniel Golle
3696553314
Merge pull request #12272 from neheb/psql
postgresql: fix compilation with GCC4
5 years ago
Aleksander Morgado
41552c1cc2
modemmanager: set interface MTU based on bearer settings
Using the same method used by other protocol handlers like uqmi.
Fixes https://github.com/openwrt/packages/issues/11383
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years ago
Jan Pavlinec
168efe753d
clamav: update to version 0.102.3 (security fix)
Fixes:
CVE-2020-3341
CVE-2020-3327
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Kevin Darbyshire-Bryant
947c85bff0
collectd: sqm_collectd: improve error handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
5 years ago
Nikos Mavrogiannopoulos
5506decc3f
Merge pull request #12288 from neheb/tasn
libtasn1: fix host build under old GCC
5 years ago
Rosen Penev
93485dd317
transmission: update to 3.0
remove upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
9eebabb725
Merge pull request #12285 from wt/update_sdk_url
Update the SDK URL in the README.
5 years ago
Rosen Penev
65f6a012a2
Merge pull request #12287 from neheb/proto
protobuf-c: fix host build on GCC4
5 years ago
Rosen Penev
96fb464110
Merge pull request #12261 from sartura/sqlite/security-bump
sqlite3: update to version 3.32.0
5 years ago
Rosen Penev
79edd13565
libdouble-conversion: remove
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
23be4f9d7c
giflib: remove host build
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
6d100823e9
libtasn1: fix host build under old GCC
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
499564b1d1
protobuf-c: fix host build on GCC4
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
does not default to gnu++11. This fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
f50e2bde1d
Merge pull request #12077 from peter-stadler/uwsgi
uwsgi: make luci-webui single threaded and log more
5 years ago
Rosen Penev
03d230a909
Merge pull request #12284 from BKPepe/msmtp-update
msmtp: update to version 1.8.10
5 years ago
Rosen Penev
6b102f67d2
Merge pull request #12184 from peter-stadler/nginx-luci
nginx: set log level to crit for luci-static
5 years ago
Wren Turkal
e4dd99a45c
Update the SDK URL in the README.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
5 years ago