Commit graph

19724 commits

Author SHA1 Message Date
Rosen Penev
79664cec4f
Merge pull request #12343 from James-TR/pdns-recursor-4.2.2-bump
pdns-recursor: update to 4.2.2
2020-05-27 17:43:30 -07:00
Hannu Nyman
7547e171aa
Merge pull request #12345 from PolynomialDivision/feature/bump_dawn_prometheus
dawn: bump to latest version
2020-05-27 22:31:53 +03:00
Rosen Penev
35bc19b96e
Merge pull request #12341 from notnyt/acpid-fix
acpid: fix init script
2020-05-27 11:27:34 -07:00
Nick Hainke
79e3889cf3 dawn: bump to latest version
Prepare DAWN for prometheus-node-exporter by always showing the whole
network overview.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-05-27 17:42:03 +02:00
Hannu Nyman
08afcf26fe
Merge pull request #12340 from jefferyto/python-crypto-remove-package
python-crypto: Remove package
2020-05-27 17:31:16 +03:00
James Taylor
15264ff156 pdns: update to 4.2.2
Updates pdns to latest release in the 4.2 series.

Full change log for this release is available at:
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2

Signed-off-by: James Taylor <james@jtaylor.id.au>
2020-05-27 13:13:13 +00:00
Rob Mosher
bf668c35b7 acpid: fix init script
init script would error:

procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 18: procd_send_signal: not found
procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 19: syntax error: unexpected "}"

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2020-05-27 06:48:34 -04:00
Jeffery To
c0a0b7cc3b
python-crypto: Remove package
The pycrypto package is not maintained; the last stable release was in
2013.

This also updates python3-cryptodome, from conflicting with
python3-crypto, to providing python3-crypto.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-27 17:39:45 +08:00
Yousong Zhou
26291bba4e openvswitch: pass KERNEL_MAKE_FLAGS for reproducible build
Reported-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-05-27 16:38:56 +08:00
Yousong Zhou
931ff98633 openvswitch: rework disabling docs build
This is needed since openvswitch 2.13 commit 2a97891eb23b
("Documentation: Work with sphinx-build for Python 3 also.")

The 4th patch was also reworked to serve as another guard

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-05-27 16:38:56 +08:00
Alexandru Ardelean
43403ccb46 python-lxml: bump to version 4.5.1
This took a while to get running.
It turns out, the fix is mostly in libxslt.
lxml uses the xsltGetProfileInformation() function, which is disabled from
libxslt via --without-profiler.
This causes a runtime error, since it cannot find the symbol.
So, libxslt is also updated to re-enable the profiler.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-05-27 11:14:55 +03:00
Alexandru Ardelean
852c117c60 libs: libxslt: allow profiler to be enabled
The lxml package depends on the xsltGetProfileInformation() symbol to be
available.
Without it, the library is unusable at newer versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-05-27 11:03:29 +03:00
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
Dylan Bourdon
2986f4c24c
coova-chilli: Update pkg_release
Signed-off-by: Dylan Bourdon <dbourdon@student.42.fr>
2020-05-26 17:51:26 -04:00
Dylan Bourdon
740cf4fb18
coova-chilli: Add json interface build option
Signed-off-by: Dylan Bourdon <dbourdon@student.42.fr>
2020-05-26 17:44:44 -04: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
Ian Cooper
4cb5aa57fd
bind: add nslookup alternative to busybox nslookup
Add alternative to busybox nslookup. Busybox throws an error when
the host does not have an AAAA record.

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
2020-05-26 16:48:52 +01: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
James Taylor
490157fe2a pdns-recursor: update to 4.2.2
Updates pdns-recursor to latest release in the 4.2 series.

Includes backported fixes for CVE-2020-10995, CVE-2020-12244 and
CVE-2020-10030, plus avoid a crash when loading an invalid RPZ.

Full change log for this release is available at:
https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.2

Signed-off-by: James Taylor <james@jtaylor.id.au>
2020-05-26 13:31:48 +00: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
Martin Hammer
610f90b644 lxc: bump version
Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com>
Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
2020-05-25 23:44:58 +02: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
Martin Hammer
dcfaef0da5 lxc: start() during boot()
Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com>
Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
2020-05-25 22:23:59 +02:00