Stan Grishin [Fri, 26 Feb 2021 02:16:24 +0000 (02:16 +0000)]
vpn-policy-routing: update user netflix file
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Thu, 25 Feb 2021 14:15:12 +0000 (06:15 -0800)]
Merge pull request #14896 from rsalvaterra/torfix
tor: fix building without OpenSSL engine support
Florian Eckert [Thu, 25 Feb 2021 14:03:09 +0000 (15:03 +0100)]
Merge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dns
Dockerd: Added option to configrue docker to use host Dnsmasq for DNS
Rosen Penev [Thu, 25 Feb 2021 11:51:56 +0000 (03:51 -0800)]
Merge pull request #14752 from neheb/mc
mc: update to 4.8.26
Gerard Ryan [Sun, 21 Feb 2021 01:09:05 +0000 (11:09 +1000)]
dockerd: Package release bump
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 20 Feb 2021 07:59:58 +0000 (17:59 +1000)]
dockerd: set docker zone chain defaults to ACCEPT
* Since the docker0 is a private network by default we can be
more accepting like the LAN is by default
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 25 Jan 2021 06:58:17 +0000 (16:58 +1000)]
dockerd: Added option to set dns servers
* The default server is the default switch so that
queries will go through the hosts dnsmasq by default
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rui Salvaterra [Thu, 25 Feb 2021 08:19:22 +0000 (08:19 +0000)]
tor: fix building without OpenSSL engine support
Otherwise it would fail with linking errors.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Rosen Penev [Thu, 25 Feb 2021 04:08:15 +0000 (20:08 -0800)]
Merge pull request #14893 from cotequeiroz/setools
setools: Avoid using host libraries
Eneas U de Queiroz [Thu, 25 Feb 2021 01:10:06 +0000 (22:10 -0300)]
Merge pull request #14891 from cotequeiroz/snort-libdaq
snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir
Rosen Penev [Thu, 25 Feb 2021 00:54:34 +0000 (16:54 -0800)]
Merge pull request #14886 from cotequeiroz/golang
treewide, affected packages: fix build with golang 1.16
Rosen Penev [Thu, 25 Feb 2021 00:53:58 +0000 (16:53 -0800)]
Merge pull request #14885 from commodo/django-bump
django: bump to version 3.1.7
Rosen Penev [Thu, 25 Feb 2021 00:53:38 +0000 (16:53 -0800)]
Merge pull request #14887 from stangri/master-vpn-policy-routing
vpn-policy-routing: custom user scripts improvements
Rosen Penev [Thu, 25 Feb 2021 00:53:22 +0000 (16:53 -0800)]
Merge pull request #14881 from nickberry17/mm_libqmi_libqrtr
Update libqmi, ModemManager and add libqrtr-glib
Rosen Penev [Thu, 25 Feb 2021 00:52:41 +0000 (16:52 -0800)]
Merge pull request #14892 from cotequeiroz/libupm_python2
libupm: enforce disabling python2
Eneas U de Queiroz [Wed, 20 Jan 2021 00:20:55 +0000 (21:20 -0300)]
setools: Avoid using host libraries
This adds $STAGING_DIR to library search paths in setup.py, to avoid
picking up host libraries when linking.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 20 Jan 2021 01:03:45 +0000 (22:03 -0300)]
libupm: enforce disabling python2
If there are more than two python3 interpreters, and no python2,
libupm thinks one of them is python2 and fails. Avoid that by
telling it that python2 was not found.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq3,snort3: install/use libdaq3 in its own dir
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files. Install them in different places to
avoid trouble.
Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq,snort: install/use libdaq2 in its own dir
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files. Install them in different places to
avoid trouble.
Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
oci-runtime-tools: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
libnetwork: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
dockerd: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Stan Grishin [Wed, 24 Feb 2021 19:43:48 +0000 (19:43 +0000)]
vpn-policy-routing: custom user scripts improvements
Signed-off-by: Stan Grishin <stangri@melmac.net>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
docker: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
containerd: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
cni: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:43 +0000 (15:37 -0300)]
tor-fw-helper: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:12 +0000 (15:37 -0300)]
restic-rest-server: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.
Module-aware mode will be mandatory in the next golang release.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Alexandru Ardelean [Wed, 24 Feb 2021 18:09:57 +0000 (20:09 +0200)]
django: bump to version 3.1.7
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
Eneas U de Queiroz [Wed, 24 Feb 2021 11:33:42 +0000 (08:33 -0300)]
gost_engine: remove OPENSSL_WITH_GOST restraint
OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST
symbol was removed.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Hannu Nyman [Wed, 24 Feb 2021 15:48:34 +0000 (17:48 +0200)]
nano: update to version 5.6
Upgrade nano to version 5.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Yousong Zhou [Fri, 8 Jan 2021 07:18:43 +0000 (15:18 +0800)]
ovn: bump to version 20.12.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Sun, 21 Feb 2021 10:49:10 +0000 (18:49 +0800)]
openvswitch: bump to version 2.15.0
Quote NEWS item
> - Building the Linux kernel module from the OVS source tree is
> deprecated
> * Support for the Linux kernel is capped at version 5.8
> * Only bug fixes for the Linux OOT kernel module will be accepted.
> * The Linux kernel module will be fully removed from the OVS source
> tree
> in OVS branch 2.18
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Ilya Lipnitskiy [Wed, 24 Feb 2021 05:06:21 +0000 (21:06 -0800)]
CI: enhance package detection logic
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Nicholas Smith [Wed, 24 Feb 2021 01:06:29 +0000 (11:06 +1000)]
modemmanager: bump to version 1.16.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Nicholas Smith [Wed, 24 Feb 2021 03:42:54 +0000 (13:42 +1000)]
libqmi: bump to 1.28.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Nicholas Smith [Wed, 24 Feb 2021 01:05:33 +0000 (11:05 +1000)]
libqrtr-glib: add libqrtr-glib
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Rosen Penev [Wed, 24 Feb 2021 02:45:22 +0000 (18:45 -0800)]
Merge pull request #14860 from neheb/coov
coova-chilli: update to 1.6
Rosen Penev [Tue, 23 Feb 2021 23:39:11 +0000 (15:39 -0800)]
Merge pull request #14723 from svaaz/master
sysrepo: fix plugind option for verbosity
Rosen Penev [Tue, 23 Feb 2021 20:01:03 +0000 (12:01 -0800)]
Merge pull request #14862 from neheb/boi
boinc: update to 7.16.16
Rosen Penev [Tue, 23 Feb 2021 20:00:38 +0000 (12:00 -0800)]
Merge pull request #14782 from dddaniel/master
python-psycopg2: Add new package
Rosen Penev [Tue, 23 Feb 2021 19:59:36 +0000 (11:59 -0800)]
Merge pull request #14874 from neheb/jso
jsoncpp: disable exceptions
Daniel Danzberger [Sat, 6 Feb 2021 06:58:38 +0000 (07:58 +0100)]
python-psycopg2: Add new package
Psycopg is the most popular PostgreSQL adapter for the Python programming language
It's used by the python-sqlalchemy for postgresql
This package was removed by this commit for lacking python3 support:
c37b15e1c49cf27de8f34f43e93a7a5c184be9e0
Version 2.8.6 used in this package now supports pyhton3
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
Rosen Penev [Tue, 23 Feb 2021 13:20:04 +0000 (05:20 -0800)]
Merge pull request #14696 from luizluca/ruby-3.0.0
ruby: update to 3.0.0
Rosen Penev [Tue, 23 Feb 2021 13:17:53 +0000 (05:17 -0800)]
Merge pull request #14850 from
1715173329/xr-mter
xray-core: remove myself from maintainters
Rosen Penev [Tue, 23 Feb 2021 13:14:55 +0000 (05:14 -0800)]
Merge pull request #13677 from ja-pa/knot-resolver-upstream
knot-resolver: add new package
Rosen Penev [Tue, 23 Feb 2021 13:13:20 +0000 (05:13 -0800)]
Merge pull request #14838 from ja-pa/python-packaging-20.9
python-packaging: update to version 20.9
Rosen Penev [Tue, 23 Feb 2021 13:12:20 +0000 (05:12 -0800)]
Merge pull request #14859 from neheb/cu
curl: update to 7.75.0
Rosen Penev [Tue, 23 Feb 2021 13:11:43 +0000 (05:11 -0800)]
Merge pull request #14864 from neheb/sh
libshout: update to 2.4.5
Rosen Penev [Tue, 23 Feb 2021 13:10:38 +0000 (05:10 -0800)]
Merge pull request #14867 from stangri/master-vpn-policy-routing
vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
Rosen Penev [Tue, 23 Feb 2021 13:10:06 +0000 (05:10 -0800)]
Merge pull request #14841 from ja-pa/python-py-1.10.0-up
python-py: update to version 1.10.0
Rosen Penev [Tue, 23 Feb 2021 13:09:45 +0000 (05:09 -0800)]
Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1
python-pytest-xdist: update to version 2.2.1
Rosen Penev [Tue, 23 Feb 2021 13:08:54 +0000 (05:08 -0800)]
Merge pull request #14836 from Payne-X6/liburcu
liburcu: update to version 0.12.2
Rosen Penev [Tue, 23 Feb 2021 13:08:27 +0000 (05:08 -0800)]
Merge pull request #14835 from Payne-X6/master
libedit: update to version
20210216-3.1
Rosen Penev [Tue, 23 Feb 2021 13:07:41 +0000 (05:07 -0800)]
Merge pull request #14861 from neheb/canuti
canutils: update to 2020.12.0
Jan Pavlinec [Thu, 15 Oct 2020 13:14:41 +0000 (15:14 +0200)]
knot-resolver: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Etienne Champetier [Tue, 23 Feb 2021 11:07:14 +0000 (06:07 -0500)]
Merge pull request #14876 from BKPepe/screen-CVE-2021-26937
screen: backport fix for CVE-2021-26937
Florian Eckert [Tue, 23 Feb 2021 10:27:26 +0000 (11:27 +0100)]
Merge pull request #14816 from G-M0N3Y-2503/dockerd-maintainence
dockerd: misc maintainence
Rosen Penev [Tue, 23 Feb 2021 10:25:59 +0000 (02:25 -0800)]
Merge pull request #14878 from br101/pingcheck-update
pingcheck: Update (resolve bugfix)
Bruno Randolf [Tue, 23 Feb 2021 09:47:03 +0000 (09:47 +0000)]
pingcheck: Update (resolve bugfix)
Signed-off-by: Bruno Randolf <br1@einfach.org>
Jan Pavlinec [Mon, 22 Feb 2021 11:14:38 +0000 (12:14 +0100)]
python-py: update to version 1.10.0
Fixes CVE-2020-29651
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Tue, 23 Feb 2021 07:08:43 +0000 (08:08 +0100)]
screen: backport fix for CVE-2021-26937
Security reports:
- https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html
This issue can be reproduced even on OpenWrt
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 23 Feb 2021 06:53:58 +0000 (22:53 -0800)]
Merge pull request #14858 from neheb/dove
dovecot: update to 2.3.13
Rosen Penev [Tue, 23 Feb 2021 06:05:18 +0000 (22:05 -0800)]
jsoncpp: disable exceptions
Reduces size: 59724 to 44439
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 23 Feb 2021 04:45:23 +0000 (20:45 -0800)]
Merge pull request #14872 from neheb/bon
bonnie++: update to 2.00a
Rosen Penev [Sun, 21 Feb 2021 05:35:10 +0000 (21:35 -0800)]
libshout: update to 2.4.5
Remove upstreamed patch.
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 23 Feb 2021 04:38:40 +0000 (20:38 -0800)]
Merge pull request #14871 from luizluca/sane-backends-1.0.32
sane-backends: update to 1.0.32
Rosen Penev [Tue, 23 Feb 2021 03:49:29 +0000 (19:49 -0800)]
bonnie++: update to 2.00a
Add custom meson build since the Makefile requires too much patching
anyway.
Stop using uClibc++. It will be removed in the near future.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 23 Feb 2021 03:41:22 +0000 (19:41 -0800)]
Merge pull request #14854 from luizluca/hplip-3.21.2
hplip: bump to 3.21.2
Luiz Angelo Daros de Luca [Tue, 23 Feb 2021 02:44:53 +0000 (23:44 -0300)]
sane-backends: update to 1.0.32
Dropped 102-pixma_Restore_old_behaviour_in_case_XML_support_is_missing.patch (merged)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Tue, 23 Feb 2021 02:38:11 +0000 (18:38 -0800)]
Merge pull request #14865 from neheb/lou
loudmouth: update to 1.5.4
Luiz Angelo Daros de Luca [Mon, 22 Feb 2021 18:18:53 +0000 (15:18 -0300)]
hplip: bump to 3.21.2
Patches refreshed:
* 010-libusb_fix.patch
* 020-remove_cups_dep_on_scan.patch
* 060-fix-uclibc.patch renamed to 060-fix-glibc.patch
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Stan Grishin [Tue, 23 Feb 2021 01:12:17 +0000 (01:12 +0000)]
vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sun, 21 Feb 2021 04:20:11 +0000 (20:20 -0800)]
loudmouth: update to 1.5.4
Remove upstreamed patches.
Fix license.
Use AUTORELEASE to avoid bumping the release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 01:46:13 +0000 (17:46 -0800)]
boinc: update to 7.16.16
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 01:50:28 +0000 (17:50 -0800)]
canutils: update to 2020.12.0
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 01:56:33 +0000 (17:56 -0800)]
coova-chilli: update to 1.6
Remove usptreamed patches.
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 02:06:20 +0000 (18:06 -0800)]
curl: update to 7.75.0
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 02:16:47 +0000 (18:16 -0800)]
dovecot: update to 2.3.13
Fixed and refreshed patches.
Switched to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Luiz Angelo Daros de Luca [Mon, 28 Dec 2020 03:27:40 +0000 (00:27 -0300)]
ruby: update to 3.0.0
This release goal is performance, concurrency, and typing. See details
in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
New subpackages (reflect of mostly complete upstream ruby gemification)
- ruby-abbrev (from ruby-misc)
- ruby-base64 (from ruby-misc)
- ruby-coverage (from ruby-misc)
- ruby-continuation (from ruby-misc)
- ruby-debug (from ruby-debuglib)
- ruby-english (from ruby-misc)
- ruby-expect (from ruby-misc)
- ruby-fiber (from ruby-misc)
- ruby-find (from ruby-filelib)
- ruby-io-nonblock (from ruby-multithread)
- ruby-io-wait (from ruby-multithread)
- ruby-monitor (from ruby-multithread)
- ruby-net-ftp (from ruby-net)
- ruby-net-http (from ruby-net)
- ruby-net-imap (from ruby-net)
- ruby-net-pop (from ruby-net)
- ruby-net-protocol (from ruby-net)
- ruby-objspace (from ruby-debuglib)
- ruby-open-uri (from ruby-net)
- ruby-pathname (from ruby-filelib)
- ruby-pp (from ruby-prettyprint)
- ruby-pty (from ruby-misc)
- ruby-rbs (NEW)
- ruby-resolv (from ruby-socket)
- ruby-resolv-replace (from ruby-socket)
- ruby-securerandom (from ruby-misc)
- ruby-set (from ruby-misc)
- ruby-shellwords (from ruby-misc)
- ruby-syslog (from ruby-logger)
- ruby-tempfile (from ruby-filelib)
- ruby-tmpdir (from ruby-filelib)
- ruby-tsort (from ruby-misc)
- ruby-typeprof (NEW)
- ruby-un (from ruby-mkmf)
- ruby-weakref (from ruby-misc)
Removed subpackages
- ruby-debuglib (split into ruby-debug,ruby-objspace)
- ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir)
- ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation,
ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom,
ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref)
- ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor)
- ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop,
ruby-net-protocol,ruby-open-uri)
- ruby-net-telnet (removed upstream)
- ruby-sdbm (removed upstream)
- ruby-webrick (removed upstream)
- ruby-xmlrpc (removed upstream)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Mon, 22 Feb 2021 22:42:48 +0000 (14:42 -0800)]
Merge pull request #14849 from
1715173329/yq-mter
yq: bump to 4.6.0, remove myself from maintainters
Rosen Penev [Mon, 22 Feb 2021 21:54:31 +0000 (13:54 -0800)]
Merge pull request #14823 from neheb/gdbn
gdbm: update to 1.19
Rosen Penev [Mon, 22 Feb 2021 20:51:11 +0000 (12:51 -0800)]
Merge pull request #14842 from marcin1j/pr/
20200221-fix-mini_snmpd-source-repo
mini_snmpd: fix spurious version bump to 1.6
Rosen Penev [Mon, 22 Feb 2021 20:47:49 +0000 (12:47 -0800)]
Merge pull request #14826 from jjm2473/master-fix-icu-macos
libs/icu: fix host compile in macOS
Rosen Penev [Mon, 22 Feb 2021 20:41:46 +0000 (12:41 -0800)]
Merge pull request #14817 from neheb/sn
sane-backends: remove outdated C++ patch
Daniel Engberg [Mon, 22 Feb 2021 19:20:30 +0000 (20:20 +0100)]
Merge pull request #14832 from TDT-AG/pr/
20210222-stunnel
stunnel: update to 5.58
Daniel Engberg [Mon, 22 Feb 2021 18:52:19 +0000 (19:52 +0100)]
Merge pull request #14853 from BKPepe/netdata-1.29.2
netdata: update to version 1.29.2
Josef Schlehofer [Mon, 22 Feb 2021 18:11:33 +0000 (19:11 +0100)]
Merge pull request #14844 from ja-pa/python-more-itertools-8.7.0
python-more-itertools: update to version 8.7.0
Josef Schlehofer [Mon, 22 Feb 2021 18:10:49 +0000 (19:10 +0100)]
Merge pull request #14837 from ja-pa/libmaxminddb-1.5.2
libmaxminddb: update to version 1.5.2
Josef Schlehofer [Mon, 22 Feb 2021 18:10:16 +0000 (19:10 +0100)]
Merge pull request #14833 from jefferyto/golang-1.16
golang: Update to 1.16
Eric Luehrsen [Sun, 21 Feb 2021 05:51:49 +0000 (00:51 -0500)]
unbound: update to 1.13.1
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Josef Schlehofer [Mon, 22 Feb 2021 18:05:35 +0000 (19:05 +0100)]
netdata: update to version 1.29.2
Release notes:
https://github.com/netdata/netdata/releases/tag/v1.29.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 22 Feb 2021 17:47:04 +0000 (18:47 +0100)]
Merge pull request #14847 from jefferyto/python-3.9.2
python3: Update to 3.9.2, refresh patches
Tianling Shen [Mon, 22 Feb 2021 16:23:56 +0000 (00:23 +0800)]
yq: Update to 4.6.0
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Tianling Shen [Mon, 22 Feb 2021 16:14:23 +0000 (00:14 +0800)]
yq: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Tianling Shen [Mon, 22 Feb 2021 16:12:11 +0000 (00:12 +0800)]
xray-core: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Jeffery To [Mon, 22 Feb 2021 13:58:19 +0000 (21:58 +0800)]
python3: Update to 3.9.2, refresh patches
Includes fixes for:
* CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
* CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
as a query args separator
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jan Pavlinec [Mon, 22 Feb 2021 13:33:14 +0000 (14:33 +0100)]
python-pytest-xdist: update to version 2.2.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Mon, 22 Feb 2021 12:25:19 +0000 (13:25 +0100)]
python-more-itertools: update to version 8.7.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Marcin Jurkowski [Sun, 21 Feb 2021 18:42:53 +0000 (19:42 +0100)]
mini_snmpd: fix spurious version bump to 1.6
Fixes spurious version bump done in
5c8fb42 and reported in #14815 and
switches source proto from git to codeload.
Upstream has changed daemon binary name to `/usr/sbin/mini-snmpd`.
Package and config/init script name stays unchanged.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>