Javier Marcet [Sun, 9 Jan 2022 19:56:56 +0000 (20:56 +0100)]
python-pynacl: update to v1.5.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Sun, 9 Jan 2022 18:44:03 +0000 (19:44 +0100)]
docker-compose: Update to version 2.2.3
What's Changed
- compose images should list images of created containers by @kiniou
- Ignore missing (swarm) overlay networks by @ndeloof
- Remove intermediate containers when build succeeded in classic
build by @notok
- compose ps: fix typo "unknow" -> "unknown" by @webignition
- Add 2 modes test mechanism by @ulyssessouza
- Handle "stop" event by @ndeloof
- Only kill running containers by @ulyssessouza
- compose cp doesn't need a full project and can copy from stopped
containers by @ndeloof
- Add dependabot by @ulyssessouza
- Do not try to guess when to allocate a TTY and keep it as default
by @ulyssessouza
- Bump github.com/golang/mock from 1.5.0 to 1.6.0 by @dependabot
- Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot
- Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 by
@dependabot
- Bump github.com/buger/goterm from 1.0.0 to 1.0.3 by @dependabot
- Propagate GroupAdd from ServiceConfig to HostConfig by
@lancechentw
- Bump github.com/containerd/console from 1.0.2 to 1.0.3 by
@dependabot
- Bump github.com/AlecAivazis/survey/v2 from 2.2.3 to 2.3.2 by
@dependabot
- Added volume bind option SELinux label :z :Z by @tymonx
- Downgrade goterm to 1.0.1 by @ulyssessouza
Signed-off-by: Javier Marcet <javier@marcet.info>
Jonathan Pagel [Sun, 9 Jan 2022 18:21:37 +0000 (19:21 +0100)]
telegraf: Update package to version 1.21.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Sergey V. Lobanov [Sun, 9 Jan 2022 17:54:43 +0000 (20:54 +0300)]
erlang: update to version 24.2
1. updated to 24.2 (RN: https://github.com/erlang/otp/releases/tag/OTP-24.2)
2. added libstdcpp dependency
3. erlang-hipe was removed in upstream
(ref https://github.com/erlang/otp/commit/
fccb8482efc47bf2e48911564df502f087cce5ed)
everything related to erlang-hipe was removed from Makefile
4. updated and refreshed patches
5. host-compile ssl library forced to OpenWrt LibreSSL to avoid using system library
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Kerma Gérald [Fri, 7 Jan 2022 13:41:00 +0000 (14:41 +0100)]
crowdsec-firewall-bouncer: update to 0.0.21
Update crowdsec-firewall-bouncer to latest upstream release version 0.0.21
Makefile rework
- use tagged version for download
Fixes
- set API_KEY in firewall bouncer config file
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
Sergey V. Lobanov [Thu, 6 Jan 2022 15:07:01 +0000 (18:07 +0300)]
krb5: fix build on macos
backport of upstream commit
https://github.com/krb5/krb5/commit/
3c66c1fec7ce4edeff284a5e4abe32d0b4398539
Original author: Nikhil Benesch <nikhil.benesch@gmail.com>
Remove unnecessary flag in macOS build
The configuration logic for adding the `-search_paths_first` linker
flag on Darwin does not correctly handle cross compilation. It should
check the value of $krb5_cv_host rather than `uname -s` to detect when
the compilation target is Darwin, rather than the build machine.
It turns out `-search_paths_first` has been the default behavior of ld
on macOS since XCode 4. So just remove that bit of logic entirely.
(The flag was added in commit
acd27af0e845f8b93de2e226cc2ec9ac8af52077
in 2004; XCode 4 was released in 2010.)
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Matthew Hagan [Thu, 30 Dec 2021 20:55:03 +0000 (20:55 +0000)]
transmission: add ca_bundle support with procd-ujail
With procd-ujail enabled, it is not possible to use HTTPS URLs, for
example when either for downloading torrent files or blocklists. The
followig example occurs when downloading a URL from the "Upload Torrent
Files" dialogue box:
Error adding
"https://releases.ubuntu.com/21.10/ubuntu-21.10-desktop-amd64.iso.torrent":
gotMetadataFromURL: http error 0: No Response
syslog will also hint that no CA_BUNDLE is being used:
transmission-daemon[6683]: [2021-12-30 20:01:30.990] web will verify
tracker certs using envvar CURL_CA_BUNDLE: none (web.c:455)
This patch rectifies this issue by adding a ca_bundle configurable,
enabled by default. This explicitly fixes the ca_bundle file location
to /etc/ssl/certs/ca-certificates.crt and adds this file to the procd
jail. On subsequent testing, HTTPS URL download functionality is
restored.
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Stan Grishin [Sun, 9 Jan 2022 20:05:20 +0000 (12:05 -0800)]
Merge pull request #17551 from stangri/master-curl
curl: update to 7.81.0
Stan Grishin [Sun, 9 Jan 2022 19:51:41 +0000 (19:51 +0000)]
curl: update to 7.81.0
* changes: https://curl.se/changes.html#7_81_0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Alexandru Ardelean [Sun, 9 Jan 2022 17:13:27 +0000 (19:13 +0200)]
Merge pull request #17441 from commodo/django4
django: bump to version 4.0.1
Alexandru Ardelean [Mon, 27 Dec 2021 11:12:46 +0000 (13:12 +0200)]
django: bump to version 4.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sun, 9 Jan 2022 17:00:24 +0000 (19:00 +0200)]
haveged: update to 1.9.17
Update havged to version 1.9.17.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Sergey V. Lobanov [Sat, 8 Jan 2022 11:46:15 +0000 (14:46 +0300)]
bossa: fix build on macos
override OS=Linux Makefile variable to support building on macos
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Nick Hainke [Sun, 9 Jan 2022 12:13:47 +0000 (13:13 +0100)]
wg-installer: fix typo in cleanup function
The delete variable was misspelled leading to devices always being
removed although they had connected neighbors.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Sun, 9 Jan 2022 09:04:48 +0000 (10:04 +0100)]
wg-installer: add cleanup script
Add script to cleanup unused wireguard interfaces.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Alexandru Ardelean [Sun, 9 Jan 2022 08:21:34 +0000 (10:21 +0200)]
Merge pull request #17531 from neheb/1
fuse: fix compilation with recent glibc
Alexandru Ardelean [Sun, 9 Jan 2022 08:21:21 +0000 (10:21 +0200)]
Merge pull request #17532 from neheb/2
bluez: fix compilation with glibc
Rosen Penev [Sun, 9 Jan 2022 04:22:28 +0000 (20:22 -0800)]
bluez: fix compilation with glibc
sync() is implemented now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 9 Jan 2022 03:59:49 +0000 (19:59 -0800)]
fuse: fix compilation with recent glibc
closefrom is implemented now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 9 Jan 2022 03:06:07 +0000 (19:06 -0800)]
Revert "pdns-recursor: temp"
This reverts commit
96e355836db7b83c4b1d46217a745be93ca019cb.
Rosen Penev [Fri, 7 Jan 2022 02:22:34 +0000 (18:22 -0800)]
pdns-recursor: temp
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 7 Jan 2022 02:20:12 +0000 (18:20 -0800)]
boost: fix libboost_context for mips64
There was an upstream patch that changes mips1 to mips.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Kerma Gérald [Fri, 7 Jan 2022 13:29:58 +0000 (14:29 +0100)]
crowdsec: update to 1.2.2
Update crowdsec to latest upstream release version 1.2.2
Makefile rework
- use tagged version for download
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
Nick Hainke [Sat, 8 Jan 2022 21:08:33 +0000 (22:08 +0100)]
wg-installer: fix ipv4 meshing via olsr
The ipv4 address space was not allowed.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Sergey V. Lobanov [Fri, 7 Jan 2022 23:10:02 +0000 (02:10 +0300)]
lua-curl-v3: fix build on macos
lua-curl-v3 detects OS and changes compilation flags depends on OS.
If Darwin is detected then it adds GCC non-compatible flags.
OpenWrt is always Linux, OS detection is disabled via UNAME=Linux
as a part of MAKE_FLAGS
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Sergey V. Lobanov [Fri, 7 Jan 2022 22:48:08 +0000 (01:48 +0300)]
luajit: fix build on macos (ldconfig issue)
fix ldconfig build issue. This patch is a backport from upstream:
https://github.com/LuaJIT/LuaJIT/commit/
18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Josef Schlehofer [Fri, 7 Jan 2022 20:40:56 +0000 (21:40 +0100)]
Merge pull request #17491 from jefferyto/obfs4proxy-0.0.12
obfs4proxy: Update to 0.0.12
Josef Schlehofer [Fri, 7 Jan 2022 20:40:50 +0000 (21:40 +0100)]
Merge pull request #17492 from jefferyto/python-attrs-21.4.0
python-attrs: Update to 21.4.0
Oleg Derevenetz [Fri, 7 Jan 2022 19:11:02 +0000 (22:11 +0300)]
bwping: update to version 2.4
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
Nick Hainke [Thu, 6 Jan 2022 23:22:00 +0000 (00:22 +0100)]
wg-installer: add ipv4 support
Add base_v4prefix to allow ipv4 mesh connections.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Jeffery To [Fri, 7 Jan 2022 02:42:40 +0000 (10:42 +0800)]
Merge pull request #17429 from erdoukki/2to3
2to3: add package host tool
Josef Schlehofer [Thu, 6 Jan 2022 22:29:24 +0000 (23:29 +0100)]
Merge pull request #17502 from jefferyto/radicale2-2.1.12
radicale2: Update to 2.1.12
Josef Schlehofer [Thu, 6 Jan 2022 22:29:10 +0000 (23:29 +0100)]
Merge pull request #17500 from jefferyto/radicale-1.1.7
radicale: Update to 1.1.7
Josef Schlehofer [Thu, 6 Jan 2022 22:24:27 +0000 (23:24 +0100)]
Merge pull request #17481 from jefferyto/python-3.10.1
python3: Update to 3.10.1, refresh/remove patches
Sergey V. Lobanov [Mon, 3 Jan 2022 18:10:50 +0000 (21:10 +0300)]
rtty: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Sergey V. Lobanov [Mon, 3 Jan 2022 16:41:37 +0000 (19:41 +0300)]
libuhttpd: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Nick Hainke [Thu, 6 Jan 2022 21:03:18 +0000 (22:03 +0100)]
wg-installer: add hotplug script for olsr
Add hotplug-olsrd to automatically mesh with olsrd via new wireguard
links.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Kerma Gérald [Sat, 25 Dec 2021 10:46:36 +0000 (11:46 +0100)]
2to3: add package host tool
2to3 is a Python program that reads Python 2.x source code and applies a
series of fixers to transform it into valid Python 3.x code. The standard
library contains a rich set of fixers that will handle almost all code. 2to3
supporting library lib2to3 is, however, a flexible and generic library, so it
is possible to write your own fixers for 2to3. lib2to3 could also be adapted
to custom applications in which Python code needs to be edited automatically.
This tool is necessary for fail2ban package because of issue
https://github.com/openwrt/packages/issues/17311
https://github.com/openwrt/packages/pull/17341
Simple 2to3.py script from Debian, thanks to Matthias Klose <doko@ubuntu.com>
From: https://salsa.debian.org/cpython-team/python3-defaults
Co-authored-by: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
Jeffery To [Wed, 5 Jan 2022 11:23:55 +0000 (19:23 +0800)]
radicale2: Update to 2.1.12
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 5 Jan 2022 10:48:17 +0000 (18:48 +0800)]
radicale: Update to 1.1.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stijn Tintel [Wed, 5 Jan 2022 09:23:39 +0000 (11:23 +0200)]
Merge pull request #17094 from stintel/miniupnpd
miniupnpd: drop igdv1 variant, add nftables support
Stijn Tintel [Fri, 5 Nov 2021 22:39:09 +0000 (00:39 +0200)]
miniupnpd: create iptables and nftables variant
The next OpenWrt stable release aims to use firewall4 by default. As
this uses nftables as backend, miniupnpd will no longer work. Create an
iptables and nftables variant of the miniupnpd package so that miniupnpd
can be used with either firewall variant.
See #16818 for more info.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Fri, 5 Nov 2021 22:31:12 +0000 (00:31 +0200)]
Revert "miniupnpd: introduce IGDv1 variant"
Since version 2.2.3, miniupnpd will detect MS clients and force IGDv1.
This reverts commit
7f5534ac7a88124c59b23188bcdc39bd9e92d879.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Jeffery To [Tue, 28 Dec 2021 09:11:24 +0000 (17:11 +0800)]
python3: Update to 3.10.1, refresh/remove patches
Removed patches:
* 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch
Already merged.
* 029-disable-deprecation-warning.patch
Packages should be patched/fixed to remove the use of distutils
instead of disabling this warning.
Also:
* Updates PKG_LICENSE to use the correct SPDX license identifier
* Fixes build for mipsel_24kc_24kf
Fixes https://github.com/openwrt/packages/issues/17217.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Shaleen Jain [Tue, 4 Jan 2022 07:23:42 +0000 (07:23 +0000)]
miniupnpc: update to version 2.2.3
Signed-off-by: Shaleen Jain <shaleen@jain.sh>
Shaleen Jain [Tue, 4 Jan 2022 07:23:14 +0000 (07:23 +0000)]
miniupnpd: update to version 2.2.3
Signed-off-by: Shaleen Jain <shaleen@jain.sh>
Jeffery To [Tue, 4 Jan 2022 06:48:29 +0000 (14:48 +0800)]
python-attrs: Update to 21.4.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 4 Jan 2022 05:56:42 +0000 (13:56 +0800)]
obfs4proxy: Update to 0.0.12
Parts of the meek_lite transport are GPL3 (added in 0.0.9), the rest of
the program is BSD 2-Clause.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 3 Jan 2022 01:53:59 +0000 (17:53 -0800)]
inadyn: update to 2.9.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Mon, 3 Jan 2022 22:07:44 +0000 (15:07 -0700)]
Merge pull request #17435 from pprindeville/perl-cgi-update-4.53
perl-cgi: update to 4.53
Philip Prindeville [Mon, 3 Jan 2022 22:07:18 +0000 (15:07 -0700)]
Merge pull request #17434 from pprindeville/perl-text-csv_xs-update-1.47
perl-text-csv_xs: update to 1.47
Jeffery To [Mon, 3 Jan 2022 17:56:20 +0000 (01:56 +0800)]
Merge pull request #17460 from BKPepe/stem
python-stem: backport patch to fix Python 3.10
Jeffery To [Mon, 3 Jan 2022 17:44:14 +0000 (01:44 +0800)]
Merge pull request #17442 from commodo/django-restframework
django-restframework: bump to version 3.13.1
Jeffery To [Mon, 3 Jan 2022 14:57:05 +0000 (22:57 +0800)]
Merge pull request #17466 from BKPepe/markdown
python-markdown: update to version 3.3.6
Jeffery To [Mon, 3 Jan 2022 14:54:40 +0000 (22:54 +0800)]
Merge pull request #17463 from BKPepe/voluptuous-serialize
python-voluptuous-serialize: update to version 2.5.0
Josef Schlehofer [Thu, 30 Dec 2021 21:33:40 +0000 (22:33 +0100)]
python-stem: backport patch to fix Python 3.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Mon, 3 Jan 2022 14:52:30 +0000 (22:52 +0800)]
Merge pull request #17462 from BKPepe/zeroconf-update
python-zeroconf: update to version 0.38.1
Jeffery To [Mon, 3 Jan 2022 14:42:05 +0000 (22:42 +0800)]
Merge pull request #17458 from BKPepe/dnspython-2.1.0
python-dns: update to version 2.1.0
Jeffery To [Mon, 3 Jan 2022 14:35:16 +0000 (22:35 +0800)]
Merge pull request #17440 from commodo/openblas-numpy
openblas,numpy: bump versions
Rafał Miłecki [Mon, 3 Jan 2022 12:47:45 +0000 (13:47 +0100)]
dtc: drop package
It has been imported as core package into OpenWrt repository. Its fdtget
is required by sysupgrade on U-Boot devices so it couldn't live in an
extra feed.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Rui Salvaterra [Mon, 9 Nov 2020 21:32:50 +0000 (21:32 +0000)]
getdns: add optional support for libevent2
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Rui Salvaterra [Mon, 9 Nov 2020 21:25:14 +0000 (21:25 +0000)]
getdns: clean up the configuration menu
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Rui Salvaterra [Sun, 2 Jan 2022 11:01:25 +0000 (11:01 +0000)]
stubby: clean up the makefile
These cmake modules are actually never referenced. Stubby itself doesn't link to
libidn or libunbound, only getdns does. They're most likely leftovers from when
stubby was split from getdns to its own repository.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Philip Prindeville [Sun, 26 Dec 2021 20:22:30 +0000 (13:22 -0700)]
perl-text-csv_xs: update to 1.47
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Sun, 26 Dec 2021 20:40:06 +0000 (13:40 -0700)]
perl-cgi: update to 4.53
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
James White [Sat, 1 Jan 2022 16:48:55 +0000 (16:48 +0000)]
adguardhome: Update to v0.107.2 stable
Signed-off-by: James White <james@jmwhite.co.uk>
Josef Schlehofer [Sun, 2 Jan 2022 08:37:00 +0000 (09:37 +0100)]
Merge pull request #17475 from
1715173329/dp
dnsproxy: Update to 0.40.3
Tianling Shen [Sun, 2 Jan 2022 06:13:36 +0000 (14:13 +0800)]
dnsproxy: Update to 0.40.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Philip Prindeville [Sun, 26 Dec 2021 22:51:37 +0000 (15:51 -0700)]
acpica-unix: Update to
20211217
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Josef Schlehofer [Sat, 1 Jan 2022 18:04:17 +0000 (19:04 +0100)]
Merge pull request #17464 from BKPepe/libtorrent-rasterbar
libtorrent-rasterbar: backport patch to fix compilation with boost 1.…
Josef Schlehofer [Fri, 31 Dec 2021 11:38:05 +0000 (12:38 +0100)]
python-markdown: update to version 3.3.6
- Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 30 Dec 2021 23:29:01 +0000 (00:29 +0100)]
libtorrent-rasterbar: add patch to fix compile with boost 1.78.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 30 Dec 2021 23:10:40 +0000 (00:10 +0100)]
python-voluptuous-serialize: update to version 2.5.0
- Release notes:
https://github.com/home-assistant-libs/voluptuous-serialize/releases/tag/2.5.0
- Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 30 Dec 2021 23:06:19 +0000 (00:06 +0100)]
python-zeroconf: update to version 0.38.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 30 Dec 2021 19:02:47 +0000 (20:02 +0100)]
python-dns: update to version 2.1.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Carlos Miguel Ferreira [Wed, 29 Dec 2021 02:27:24 +0000 (02:27 +0000)]
boost: Bump to version 1.78.0
This commit updates boost to version 1.78.0
More info about Boost 1.78.0 can be found at the usual place [1].
No new libraries have been added.
[1]: https://www.boost.org/users/history/version_1_78_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Josef Schlehofer [Wed, 29 Dec 2021 17:35:01 +0000 (18:35 +0100)]
Merge pull request #17446 from jefferyto/golang-1.17.5
golang: Update to 1.17.5, add patch
Tianling Shen [Wed, 29 Dec 2021 08:29:06 +0000 (16:29 +0800)]
dnsproxy: Update to 0.40.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Hirokazu MORIKAWA [Tue, 28 Dec 2021 06:36:55 +0000 (15:36 +0900)]
mg: bump to 7.0
This is mg as it appears in OpenBSD 7.0.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Florian Eckert [Tue, 28 Dec 2021 13:52:06 +0000 (14:52 +0100)]
Merge pull request #17418 from TDT-AG/pr/
20211222-mwan3
mwan3: fix mwan3 flush conntrack table call
Jeffery To [Tue, 28 Dec 2021 07:00:09 +0000 (15:00 +0800)]
golang: Update to 1.17.5, add patch
Includes fixes for:
* CVE-2021-44716: unbounded growth of HTTP/2 header canonicalization
cache
* CVE-2021-44717: syscall.ForkExec error can close file descriptor 0
Added patches:
* 001-cmd-link-use-gold-on-ARM-ARM64-only-if-gold-is-available.patch:
https://github.com/golang/go/pull/49748 backported for Go 1.17,
this removes the requirement for the gold linker when building Go
programs that use Go plugins on arm/arm64
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Mon, 27 Dec 2021 14:15:31 +0000 (16:15 +0200)]
django-restframework: bump to version 3.13.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Florian Eckert [Mon, 27 Dec 2021 13:18:00 +0000 (14:18 +0100)]
Merge pull request #17282 from TDT-AG/pr/
20211207-openwisp
openwisp-config: refactoring and update openwisp-config package
Alexandru Ardelean [Mon, 27 Dec 2021 10:17:58 +0000 (12:17 +0200)]
numpy: bump to version 1.21.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 27 Dec 2021 10:16:12 +0000 (12:16 +0200)]
libs: openblas: bump to version v0.3.19
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Javier Marcet [Sun, 26 Dec 2021 18:22:03 +0000 (19:22 +0100)]
python3-paramiko: update to version 2.9.1
Signed-off-by: Javier Marcet <javier@marcet.info>
Dmitry Mikhirev [Thu, 23 Dec 2021 22:31:43 +0000 (02:31 +0400)]
stubby: quote address value in config
fixes #17421
Signed-off-by: Dmitry Mikhirev <mikhirev@gmail.com>
Josef Schlehofer [Sat, 25 Dec 2021 22:49:36 +0000 (23:49 +0100)]
Merge pull request #17409 from alaviss/adguardhome-update
adguardhome: update to 0.107.0
David Bauer [Tue, 14 Dec 2021 23:28:09 +0000 (00:28 +0100)]
usteer: fix PKG_SOURCE_DATE
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: David Bauer <mail@david-bauer.net>
Jonathan Davies [Sun, 19 Dec 2021 01:35:11 +0000 (01:35 +0000)]
prometheus-node-exporter-lua: Added entropy.lua.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
Josef Schlehofer [Fri, 24 Dec 2021 17:41:41 +0000 (18:41 +0100)]
Merge pull request #17388 from AuthorReflex/openvpn-2.5.5
openvpn: update to 2.5.5
Josef Schlehofer [Fri, 24 Dec 2021 17:39:15 +0000 (18:39 +0100)]
Merge pull request #17427 from
1715173329/xr
xray-core: Update to 1.5.2
Josef Schlehofer [Fri, 24 Dec 2021 17:39:01 +0000 (18:39 +0100)]
Merge pull request #17426 from
1715173329/yq
yq: Update to 4.16.2
Josef Schlehofer [Fri, 24 Dec 2021 17:38:49 +0000 (18:38 +0100)]
Merge pull request #17425 from
1715173329/dp
dnsproxy: Update to 0.40.1
Tianling Shen [Fri, 24 Dec 2021 15:17:12 +0000 (23:17 +0800)]
yq: Update to 4.16.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 24 Dec 2021 15:15:51 +0000 (23:15 +0800)]
dnsproxy: Update to 0.40.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 24 Dec 2021 15:12:16 +0000 (23:12 +0800)]
xray-core: Update to 1.5.2
Removed upstreamed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Florian Eckert [Thu, 23 Dec 2021 11:40:42 +0000 (12:40 +0100)]
Merge pull request #17389 from clayface/openldap
openldap: hide configurables when libopenldap is not enabled
Hiếu Lê [Tue, 21 Dec 2021 16:22:57 +0000 (10:22 -0600)]
adguardhome: update to 0.107.0
Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0
packr has been removed from build dependencies, per
https://github.com/AdguardTeam/AdGuardHome/commit/
c6888326b034daea9e69de5ee0a8f37aede45892#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261L2
Also added the ability to configure working directory location and moved
the directory to /var. On most setups this should not change anything,
as /var is symlinked to /tmp. The move mostly benefits setups where /var
is configured to be persistent.
The working directory is used by AdGuard to store persistent data like
query logs, filter lists, etc.
Data stored in this directory can get really huge, as such allowing
this directory to be moved elsewhere (ie. an USB drive) is very
beneficial.
Co-authored-by: Dobroslaw Kijowski <dobo90@gmail.com>
Co-authored-by: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
Dirk Brenken [Wed, 22 Dec 2021 12:19:40 +0000 (13:19 +0100)]
adblock: 4.1.3-4
* fix backup dir creation in raw mode
Signed-off-by: Dirk Brenken <dev@brenken.org>