Stan Grishin
901159b8c7
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-05-27 00:25:57 +00:00
Rosen Penev
dfd6bf328d
Merge pull request #12331 from dl12345/avahi
...
avahi: fix reliance on config symbol SSP_SUPPORT
2020-05-26 14:07:56 -07:00
Rosen Penev
a0caea5844
Merge pull request #12290 from neheb/doub
...
libdouble-conversion: remove
2020-05-26 13:23:27 -07:00
Rosen Penev
c94ded697b
Merge pull request #12323 from peter-stadler/nginx-util-clang
...
nginx-util: fix issues and cleanup
2020-05-26 13:12:22 -07:00
Rosen Penev
24803ff576
Merge pull request #12329 from rs/nextdns-1.6.3-master
...
nextdns: Update to version 1.6.3
2020-05-26 13:03:47 -07:00
Olivier Poitrey
711983118d
nextdns: Update to version 1.6.3
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-05-26 19:31:26 +00:00
Ian Cooper
918983044f
avahi: fix reliance on config symbol SSP_SUPPORT
...
The config symbol SSP_SUPPORT is ambiguous and means different
things to different packages: either "toolchain is compiled
with ssp support" or "toolchain uses gcc libssp". The use of the
symbol should be deprecated and the appropriate symbol used
instead.
Signed-off-by: Ian Cooper <iancooper@hotmail.com>
2020-05-26 20:27:09 +01:00
Rosen Penev
413b7dced7
Merge pull request #12280 from sgabe/sslh-transparent
...
sslh: add transparent proxy support
2020-05-26 11:17:38 -07:00
Hannu Nyman
e7470b1d7f
Merge pull request #12325 from rs/nextdns-1.6.0-master
...
nextdns: Update to version 1.6.0
2020-05-26 21:08:14 +03:00
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>
2020-05-26 20:02:15 +02:00
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>
2020-05-26 19:59:24 +02:00
Gabor Seljan
4950a37797
sslh: add http probe config
...
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 19:58:35 +02:00
Olivier Poitrey
76b7f669d4
nextdns: Update to version 1.6.0
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-05-26 17:58:23 +00:00
Hannu Nyman
4ae56c7713
Merge pull request #12315 from sartura/sqlite/security-bump
...
sqlite3: update to version 3.32.1
2020-05-26 20:44:10 +03:00
Rosen Penev
51bd6dd25b
Merge pull request #12321 from ja-pa/transmission-fix-init
...
transmission: init script check syscall list for seccomp
2020-05-26 10:19:30 -07:00
Rosen Penev
b98562f614
Merge pull request #12298 from pffmachado/issue-linuxptp
...
linuxptp: fix build failure
2020-05-26 10:17:24 -07:00
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>
2020-05-26 18:36:03 +02:00
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>
2020-05-26 16:29:39 +01:00
Hannu Nyman
5e6b871e9e
Merge pull request #12316 from commodo/python3-six
...
python-six: bump to version 1.15.0
2020-05-26 15:57:33 +03:00
Josef Schlehofer
49e01721ed
Merge pull request #12314 from Payne-X6/master
...
knot: update to version 2.9.5
2020-05-26 14:21:48 +02:00
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>
2020-05-26 14:19:44 +02:00
Jan Pavlinec
a6bffd306f
transmission: init script check syscall list for seccomp
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-05-26 14:16:40 +02:00
Rosen Penev
e8c831e236
Merge pull request #12296 from neheb/trans
...
transmission: update to 3.0
2020-05-26 02:05:40 -07:00
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
2020-05-26 01:57:59 -07:00
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>
2020-05-26 10:57:27 +02:00
Rosen Penev
3904727488
Merge pull request #12305 from peter-stadler/django-cors-headers
...
python3-django-cors-headers: update version to 3.3.0
2020-05-26 01:56:49 -07:00
Alexandru Ardelean
45946961b8
python-six: bump to version 1.15.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-05-26 11:42:53 +03:00
Gerard Ryan
d1fbd2ece8
docker-ce: Updated to 19.03.9
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-05-26 18:25:35 +10:00
Gerard Ryan
a8c8b11e40
libnetwork: Updated to 0941c3f4 for docker 19.03.9
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-05-26 18:25:30 +10:00
Peter Stadler
dd7f2ee695
python3-django-cors-headers: update version to 3.3.0
...
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-05-25 23:56:45 +02:00
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>
2020-05-25 22:49:03 +01:00
Kevin Darbyshire-Bryant
c2c91ea99e
collectd: sqm_collect: tidy interval string handling
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-05-25 22:37:17 +01:00
Rosen Penev
6d739af17c
Merge pull request #12289 from neheb/GIF
...
giflib: remove host build
2020-05-25 12:55:56 -07:00
Rosen Penev
f6d03d06fd
Merge pull request #12302 from aleksander0m/aleksander/mm-mtu
...
modemmanager: set interface MTU based on bearer settings
2020-05-25 12:08:17 -07:00
Hannu Nyman
01d385d599
Merge pull request #12301 from ja-pa/clamav-security-update
...
clamav: update to version 0.102.3 (security fix)
2020-05-25 18:45:35 +03:00
Gabor Seljan
888c580605
sslh: bump package release
...
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-25 17:25:29 +02:00
Daniel Golle
3696553314
Merge pull request #12272 from neheb/psql
...
postgresql: fix compilation with GCC4
2020-05-25 15:46:24 +01:00
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>
2020-05-25 15:35:50 +02:00
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>
2020-05-25 15:13:51 +02:00
Kevin Darbyshire-Bryant
947c85bff0
collectd: sqm_collectd: improve error handling
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-05-25 12:39:53 +01:00
Nikos Mavrogiannopoulos
5506decc3f
Merge pull request #12288 from neheb/tasn
...
libtasn1: fix host build under old GCC
2020-05-25 08:13:04 +02:00
Rosen Penev
93485dd317
transmission: update to 3.0
...
remove upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-24 21:20:36 -07:00
Rosen Penev
9eebabb725
Merge pull request #12285 from wt/update_sdk_url
...
Update the SDK URL in the README.
2020-05-24 21:09:46 -07:00
Rosen Penev
65f6a012a2
Merge pull request #12287 from neheb/proto
...
protobuf-c: fix host build on GCC4
2020-05-24 21:07:04 -07:00
Rosen Penev
96fb464110
Merge pull request #12261 from sartura/sqlite/security-bump
...
sqlite3: update to version 3.32.0
2020-05-24 21:06:23 -07:00
Rosen Penev
79edd13565
libdouble-conversion: remove
...
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-24 18:39:51 -07:00
Rosen Penev
23be4f9d7c
giflib: remove host build
...
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-24 18:38:41 -07:00
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>
2020-05-24 18:37:39 -07:00
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>
2020-05-24 18:36:13 -07:00
Rosen Penev
f50e2bde1d
Merge pull request #12077 from peter-stadler/uwsgi
...
uwsgi: make luci-webui single threaded and log more
2020-05-24 18:32:00 -07:00