Rosen Penev [Wed, 3 Jun 2020 21:35:39 +0000 (14:35 -0700)]
zstd: update to 1.4.5
Switch to zst archives for smaller size.
Removed patches in favor of a better solution for uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Nikos Mavrogiannopoulos [Thu, 4 Jun 2020 03:52:44 +0000 (05:52 +0200)]
gnutls: updated to 3.6.14
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Hannu Nyman [Wed, 3 Jun 2020 15:25:56 +0000 (18:25 +0300)]
Merge pull request #12395 from tru7/knxd
knxd: backport fix for usblowlever.cpp from upstream
Hannu Nyman [Wed, 3 Jun 2020 15:24:40 +0000 (18:24 +0300)]
Merge pull request #12362 from PolynomialDivision/feature/dawn_bump
dawn: bump to latest version
Hannu Nyman [Wed, 3 Jun 2020 15:21:37 +0000 (18:21 +0300)]
Merge pull request #12333 from stangri/master-simple-adblock
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
Othmar Truniger [Wed, 3 Jun 2020 14:59:25 +0000 (16:59 +0200)]
knxd: backport fix for usblowlever.cpp from upstream
Signed-off-by: Othmar Truniger <github@truniger.ch>
Rosen Penev [Wed, 3 Jun 2020 14:42:24 +0000 (07:42 -0700)]
Merge pull request #12393 from ja-pa/redis-6.0.4
redis: update to version 6.0.4
Rosen Penev [Wed, 3 Jun 2020 14:36:57 +0000 (07:36 -0700)]
Merge pull request #12378 from neheb/exf
exfat-utils: import from base
Rosen Penev [Wed, 3 Jun 2020 14:35:36 +0000 (07:35 -0700)]
Merge pull request #12256 from neheb/xfs
xfsprogs: import from base
Rosen Penev [Wed, 3 Jun 2020 14:35:06 +0000 (07:35 -0700)]
Merge pull request #12255 from neheb/libconfig
libconfig: import from base
Rosen Penev [Wed, 3 Jun 2020 14:28:12 +0000 (07:28 -0700)]
Merge pull request #12386 from neheb/kisme
kismet: fix compilation with libcxx 10
David Bauer [Tue, 2 Jun 2020 22:05:33 +0000 (00:05 +0200)]
unbound: expose interface-auto to UCI
This exposes the interface-auto option to UCI.
By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.
Devices with a packet filter might not receive the reply in this case.
Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.
Signed-off-by: David Bauer <mail@david-bauer.net>
Jan Pavlinec [Wed, 3 Jun 2020 12:15:27 +0000 (14:15 +0200)]
redis: update to version 6.0.4
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 2 Jun 2020 23:29:28 +0000 (16:29 -0700)]
nmap: fix compilation with libcxx 10
Seems nmap's time header logic is broken.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Nick Hainke [Sat, 30 May 2020 07:17:46 +0000 (09:17 +0200)]
dawn: bump to latest version
Includes:
- ubus/datastorage: don't repeatedly ask devices for beacon reports if
don't support it
- uci: fix loading of config
- utils/ubus: fix memory leak at blobmsg_format_json
- ubus: add local flag to network overview
- ubus: fix network overview
- network/tcpsocket: make sure every msg is complete before handle
- datastorage: refactor to support scalability testing
- network/tcpsocket: make sure every msg is complete before handle
- ubus: fix network overview
- ubus: add local flag to network overview
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Tue, 2 Jun 2020 23:25:43 +0000 (16:25 -0700)]
kismet: fix compilation with libcxx 10
Seems a bind call is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 2 Jun 2020 23:15:25 +0000 (16:15 -0700)]
Merge pull request #12385 from neheb/gerbb
gerbera: fix compilation with libcxx 10
Rosen Penev [Tue, 2 Jun 2020 23:07:12 +0000 (16:07 -0700)]
gerbera: fix compilation with libcxx 10
Missing header for pid_t.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 2 Jun 2020 20:38:24 +0000 (13:38 -0700)]
Merge pull request #12372 from neheb/pkgc
pkgconf: update to 0.7.3
Rosen Penev [Mon, 1 Jun 2020 01:29:19 +0000 (18:29 -0700)]
pkgconf: update to 0.7.3
Switched to building with meson. Faster.
Add missing InstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 28 May 2020 21:00:43 +0000 (14:00 -0700)]
libnpupnp: update to 4.0.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Karl Palsson [Tue, 2 Jun 2020 09:56:24 +0000 (09:56 +0000)]
net/mosquitto: bump to 1.6.10
Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/
Fixes openssl 3.0 support,
Minor fixes, nothing standout as applicable specifically to OpenWrt.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Sun, 26 Apr 2020 23:17:31 +0000 (16:17 -0700)]
exfatprogs: update to 1.0.3
This release removes iconv dependency which needed nls.mk before.
It also removes the library component.
Switch from old name to new name in Makefile.
Fixed license information.
Several other cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 2 Jun 2020 02:11:29 +0000 (19:11 -0700)]
exfat-utils: rename to exfatprogs as upstream has done
Based on kernel.org feedback, this has been renamed for consistency
between the other filesystem progs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 2 Jun 2020 02:10:42 +0000 (19:10 -0700)]
exfat-utils: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 1 Jun 2020 18:49:42 +0000 (21:49 +0300)]
Merge pull request #12373 from dengqf6/ksmbd
ksmbd: update
Jiri Slachta [Mon, 1 Jun 2020 11:09:56 +0000 (13:09 +0200)]
Merge pull request #12337 from commodo/lxml-bump-4-5-1
Lxml bump 4 5 1
Rosen Penev [Mon, 1 Jun 2020 08:54:42 +0000 (01:54 -0700)]
Merge pull request #12374 from tru7/knxd
knxd: bump to upstream version 0.14.38
Othmar Truniger [Mon, 1 Jun 2020 08:08:24 +0000 (10:08 +0200)]
knxd: bump to upstream version 0.14.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
DENG Qingfang [Mon, 1 Jun 2020 03:03:55 +0000 (11:03 +0800)]
ksmbd-tools: update to 3.2.6
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
DENG Qingfang [Mon, 1 Jun 2020 03:03:24 +0000 (11:03 +0800)]
ksmbd: update to 3.2.0
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Sun, 31 May 2020 21:33:53 +0000 (14:33 -0700)]
Merge pull request #12370 from lucize/nssup
nss: update to 3.53
Rosen Penev [Sun, 31 May 2020 21:33:23 +0000 (14:33 -0700)]
Merge pull request #12281 from dl12345/bind
bind: add nslookup alternative to busybox nslookup
Rosen Penev [Sun, 31 May 2020 21:19:12 +0000 (14:19 -0700)]
Merge pull request #12368 from clehner/ncdu
ncdu: update to 1.15
Lucian Cristian [Sun, 31 May 2020 21:15:24 +0000 (00:15 +0300)]
nss: update to 3.53
also enable parallel build as now is safe
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Rosen Penev [Mon, 25 May 2020 02:56:00 +0000 (19:56 -0700)]
ola: fix compilation with GCC4
The configure script confusingly sets CXXFLAGS to gnu++11 but does
not use that to check the important stuff. Fix that.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 31 May 2020 21:00:36 +0000 (14:00 -0700)]
Merge pull request #12303 from hammer-is/master
lxc: start() during boot()
Rosen Penev [Sun, 31 May 2020 20:59:09 +0000 (13:59 -0700)]
Merge pull request #12369 from gladiac1337/haproxy-2.1.5
haproxy: Update HAProxy to v2.1.5
Rosen Penev [Sun, 31 May 2020 20:55:02 +0000 (13:55 -0700)]
Merge pull request #12359 from ja-pa/dovecot-security-fix-2.3.10.1
dovecot: update to version 2.3.10.1 (security fix)
Charles E. Lehner [Sun, 31 May 2020 15:51:50 +0000 (11:51 -0400)]
ncdu: update to 1.15
Signed-off-by: Charles E. Lehner <cel@celehner.com>
Christian Lachner [Sun, 31 May 2020 18:32:24 +0000 (20:32 +0200)]
haproxy: Update HAProxy to v2.1.5
- Update haproxy download URL and hash
- This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h)
- Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support.
- A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC.
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Dirk Brenken [Sun, 31 May 2020 16:28:27 +0000 (18:28 +0200)]
adblock: update 4.0.5-4
* remove dumb list cache
* start adblock processing after adding/removing
list sources via CLI
* add regional list source for france
Signed-off-by: Dirk Brenken <dev@brenken.org>
Toke Høiland-Jørgensen [Sun, 31 May 2020 10:24:50 +0000 (12:24 +0200)]
Merge pull request #12346 from wt/acme_cron_improvement
acme: remove cron entry on package removal
Wren Turkal [Thu, 28 May 2020 06:20:21 +0000 (23:20 -0700)]
acme: remove cron entry on package removal
Previously, the cron config was not removed on uninstall. This change fixes
that.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
Rosen Penev [Sat, 30 May 2020 23:18:58 +0000 (16:18 -0700)]
Merge pull request #12363 from aleksander0m/aleksander/qmi-1-24-14
libqmi: update version to 1.24.14
Rosen Penev [Sat, 30 May 2020 23:18:12 +0000 (16:18 -0700)]
Merge pull request #12357 from wt/uacme_cron_improvement
uacme: remove cron entry on package removal
Rosen Penev [Sat, 30 May 2020 23:17:41 +0000 (16:17 -0700)]
Merge pull request #12351 from neheb/syss
sysstat: update to 12.2.2
Aleksander Morgado [Sat, 30 May 2020 07:45:58 +0000 (09:45 +0200)]
libqmi: update version to 1.24.14
https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003321.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Dirk Brenken [Sat, 30 May 2020 04:10:59 +0000 (06:10 +0200)]
adblock: update 4.0.5-3
* fix oisd_nl source parser (format has been changed)
* enable safesearch support for kresd (ip based)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Fri, 29 May 2020 23:18:50 +0000 (16:18 -0700)]
Merge pull request #12225 from neheb/swiggg
libmraa: disable swig
Jan Pavlinec [Fri, 29 May 2020 13:05:18 +0000 (15:05 +0200)]
dovecot: update to version 2.3.10.1 (security fix)
Fixes:
CVE-2020-10957
CVE-2020-10958
CVE-2020-10967
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Wren Turkal [Fri, 29 May 2020 05:36:20 +0000 (22:36 -0700)]
uacme: remove cron entry on package removal
Previously, the cron config was not removed on uninstall. This change fixes
that.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
Rosen Penev [Fri, 29 May 2020 02:10:32 +0000 (19:10 -0700)]
Merge pull request #12352 from BKPepe/youtubedl
youtube-dl: update to version 2020.5.29
Josef Schlehofer [Thu, 28 May 2020 22:59:16 +0000 (00:59 +0200)]
youtube-dl: update to version 2020.5.29
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 28 May 2020 19:58:21 +0000 (12:58 -0700)]
Merge pull request #12350 from neheb/make
make: update to 4.3
Rosen Penev [Thu, 28 May 2020 19:49:48 +0000 (12:49 -0700)]
sysstat: update to 12.2.2
Removed default log path as it interferes with the configuration
setting.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 15 Feb 2020 00:44:33 +0000 (16:44 -0800)]
make: update to 4.3
Switch to gz tarball. bz2 one went away.
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 28 May 2020 18:28:55 +0000 (11:28 -0700)]
Merge pull request #12349 from ja-pa/pytest-update-5.4.2
python-pytest: update to version 5.4.2
Jan Pavlinec [Thu, 28 May 2020 15:09:01 +0000 (17:09 +0200)]
python-pytest: update to version 5.4.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hannu Nyman [Thu, 28 May 2020 14:25:46 +0000 (17:25 +0300)]
Merge pull request #12347 from ja-pa/python-packaging-update
python-packaging: update to version 20.4
Jan Pavlinec [Thu, 28 May 2020 11:53:03 +0000 (13:53 +0200)]
python-packaging: update to version 20.4
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Álvaro Fernández Rojas [Thu, 28 May 2020 08:50:54 +0000 (10:50 +0200)]
bcm27xx-eeprom: update to latest version
Provides a new stable firmware.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Rosen Penev [Thu, 28 May 2020 00:43:41 +0000 (17:43 -0700)]
Merge pull request #12344 from James-TR/pdns-4.2.2-bump
pdns: update to 4.2.2
Rosen Penev [Thu, 28 May 2020 00:43:30 +0000 (17:43 -0700)]
Merge pull request #12343 from James-TR/pdns-recursor-4.2.2-bump
pdns-recursor: update to 4.2.2
Hannu Nyman [Wed, 27 May 2020 19:31:53 +0000 (22:31 +0300)]
Merge pull request #12345 from PolynomialDivision/feature/bump_dawn_prometheus
dawn: bump to latest version
Rosen Penev [Wed, 27 May 2020 18:27:34 +0000 (11:27 -0700)]
Merge pull request #12341 from notnyt/acpid-fix
acpid: fix init script
Nick Hainke [Wed, 27 May 2020 15:42:03 +0000 (17:42 +0200)]
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>
Hannu Nyman [Wed, 27 May 2020 14:31:16 +0000 (17:31 +0300)]
Merge pull request #12340 from jefferyto/python-crypto-remove-package
python-crypto: Remove package
James Taylor [Wed, 27 May 2020 13:10:25 +0000 (13:10 +0000)]
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>
Rob Mosher [Wed, 27 May 2020 10:48:34 +0000 (06:48 -0400)]
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>
Jeffery To [Wed, 27 May 2020 09:39:45 +0000 (17:39 +0800)]
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>
Yousong Zhou [Tue, 26 May 2020 14:54:49 +0000 (22:54 +0800)]
openvswitch: pass KERNEL_MAKE_FLAGS for reproducible build
Reported-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Tue, 26 May 2020 14:30:16 +0000 (22:30 +0800)]
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>
Alexandru Ardelean [Fri, 17 Apr 2020 08:40:30 +0000 (11:40 +0300)]
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>
Alexandru Ardelean [Wed, 27 May 2020 08:01:03 +0000 (11:01 +0300)]
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>
Stan Grishin [Wed, 27 May 2020 00:25:57 +0000 (00:25 +0000)]
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Tue, 26 May 2020 21:07:56 +0000 (14:07 -0700)]
Merge pull request #12331 from dl12345/avahi
avahi: fix reliance on config symbol SSP_SUPPORT
Rosen Penev [Tue, 26 May 2020 20:23:27 +0000 (13:23 -0700)]
Merge pull request #12290 from neheb/doub
libdouble-conversion: remove
Rosen Penev [Tue, 26 May 2020 20:12:22 +0000 (13:12 -0700)]
Merge pull request #12323 from peter-stadler/nginx-util-clang
nginx-util: fix issues and cleanup
Rosen Penev [Tue, 26 May 2020 20:03:47 +0000 (13:03 -0700)]
Merge pull request #12329 from rs/nextdns-1.6.3-master
nextdns: Update to version 1.6.3
Olivier Poitrey [Tue, 26 May 2020 19:31:26 +0000 (19:31 +0000)]
nextdns: Update to version 1.6.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Ian Cooper [Tue, 26 May 2020 19:27:09 +0000 (20:27 +0100)]
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>
Rosen Penev [Tue, 26 May 2020 18:17:38 +0000 (11:17 -0700)]
Merge pull request #12280 from sgabe/sslh-transparent
sslh: add transparent proxy support
Hannu Nyman [Tue, 26 May 2020 18:08:14 +0000 (21:08 +0300)]
Merge pull request #12325 from rs/nextdns-1.6.0-master
nextdns: Update to version 1.6.0
Gabor Seljan [Sun, 24 May 2020 15:44:25 +0000 (17:44 +0200)]
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>
Gabor Seljan [Sun, 24 May 2020 16:57:15 +0000 (18:57 +0200)]
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>
Gabor Seljan [Sun, 24 May 2020 15:51:47 +0000 (17:51 +0200)]
sslh: add http probe config
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
Olivier Poitrey [Tue, 26 May 2020 17:58:23 +0000 (17:58 +0000)]
nextdns: Update to version 1.6.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Hannu Nyman [Tue, 26 May 2020 17:44:10 +0000 (20:44 +0300)]
Merge pull request #12315 from sartura/sqlite/security-bump
sqlite3: update to version 3.32.1
Rosen Penev [Tue, 26 May 2020 17:19:30 +0000 (10:19 -0700)]
Merge pull request #12321 from ja-pa/transmission-fix-init
transmission: init script check syscall list for seccomp
Rosen Penev [Tue, 26 May 2020 17:17:24 +0000 (10:17 -0700)]
Merge pull request #12298 from pffmachado/issue-linuxptp
linuxptp: fix build failure
Peter Stadler [Tue, 26 May 2020 14:21:10 +0000 (16:21 +0200)]
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>
Ian Cooper [Tue, 26 May 2020 15:48:52 +0000 (16:48 +0100)]
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>
Paulo Machado [Mon, 25 May 2020 10:31:18 +0000 (11:31 +0100)]
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>
James Taylor [Tue, 26 May 2020 13:31:48 +0000 (13:31 +0000)]
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>
Hannu Nyman [Tue, 26 May 2020 12:57:33 +0000 (15:57 +0300)]
Merge pull request #12316 from commodo/python3-six
python-six: bump to version 1.15.0
Josef Schlehofer [Tue, 26 May 2020 12:21:48 +0000 (14:21 +0200)]
Merge pull request #12314 from Payne-X6/master
knot: update to version 2.9.5
Jan Hak [Tue, 26 May 2020 08:31:18 +0000 (10:31 +0200)]
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>
Jan Pavlinec [Mon, 25 May 2020 10:56:06 +0000 (12:56 +0200)]
transmission: init script check syscall list for seccomp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 26 May 2020 09:05:40 +0000 (02:05 -0700)]
Merge pull request #12296 from neheb/trans
transmission: update to 3.0