Florian Eckert [Tue, 15 Mar 2022 14:03:46 +0000 (15:03 +0100)]
collectd: smart: add patch to check udev_enumerate_scan_devices return value
The function udev_enumarte_scan_devices returns a value less than 0 on
failure. If this is the case then we terminate the read for this smart
information.
This change was already send upstream. And could be delete in feature
collectd versions.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
896a0f0db66950b984f89b7f41bfdf60a47bc499)
Florian Eckert [Tue, 15 Mar 2022 13:52:05 +0000 (14:52 +0100)]
collectd: remove not needed fix
This was not a real fix but a workaround. It is no longer clear to me
why this was necessary. Deleting the patch restores the upstream
behaviour of the collected for the smart plugin. I have tested it and on
my system the hard disk to be monitored is recognised.
root@system ~ # cat /sys/class/block/sda/uevent
MAJOR=8
MINOR=0
DEVNAME=sda
DEVTYPE=disk
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
a9ea1cf6ed08940be08c6d0170514665ac41d6c1)
Florian Eckert [Thu, 30 Jun 2022 09:45:57 +0000 (11:45 +0200)]
Merge pull request #18838 from
1715173329/y2
[openwrt-21.02] yq: Update to 4.25.3
Tianling Shen [Mon, 27 Jun 2022 08:18:05 +0000 (16:18 +0800)]
yq: Update to 4.25.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
15aff102319f1405ace9f50aed42f6c3ce2cbbe9)
Sebastian Kemper [Sun, 26 Jun 2022 09:26:10 +0000 (11:26 +0200)]
protobuf: fix
022aef6
The cherry-pick done in
022aef6 includes changing the build setup from
cmake to ninja, but it was overlooked that this was actually reverted in
2e654b1.
The ninja build results in headers not being installed for the host pkg,
so protobuf-c/host can't be build.
This commit reverts the package back to cmake.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Josef Schlehofer [Fri, 24 Jun 2022 12:25:57 +0000 (14:25 +0200)]
syslog-ng: update to version 3.37.1
- Changelog:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1
- Bump config version
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
ae7aefe111382630c7046cfb4539b3f1a72ff402)
Stijn Tintel [Wed, 18 May 2022 10:46:01 +0000 (13:46 +0300)]
Revert "lxc: export systemd cgroups after install"
The postinst script is sourced during image build, which causes the
follow failure:
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory
postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1
Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so
already. Unfortunately removing that line from the init script is not
enough to fix the problem. The postinst script should also check
IPKG_INSTROOT. As these two changes are unrelated, they should go in
separate commits, and the solution to the image build problem is to
revert the commit that introduced the breakage.
This reverts commit
2cde10b95053bf958a4001fb0a82c4563bf345e2.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit
039912dec5d3ba2b0f6f53ab8330ab9fea2f7adf)
Michal Vasilek [Wed, 8 Jun 2022 12:48:22 +0000 (14:48 +0200)]
lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.
originally committed in
2cde10b95053bf958a4001fb0a82c4563bf345e2
reverted in
039912dec5d3ba2b0f6f53ab8330ab9fea2f7adf
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
7da73565399f915f516c6cdd74a58f984d519e4b)
(cherry picked from commit
345ae974bcd7ef27cfdfb7c7bf55a0241ea482de)
Lucian Cristian [Thu, 20 May 2021 21:08:09 +0000 (00:08 +0300)]
libreswan: update to 4.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
(cherry picked from commit
b8c2ab47e1ebe1dac76aace0d31262269e10cba0)
Lucian Cristian [Sun, 28 Feb 2021 12:59:08 +0000 (14:59 +0200)]
libreswan: update to 4.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
(cherry picked from commit
7087177bb03066e1952b8efa4b75cbd15021ea3e)
W. Michael Petullo [Tue, 10 May 2022 19:41:20 +0000 (14:41 -0500)]
nfdump: update to 1.6.24
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
d3b96a4b26ef278b3d38d47b88ae221aa967492f)
Josef Schlehofer [Wed, 22 Jun 2022 15:00:02 +0000 (17:00 +0200)]
knot-resolver: update to version 5.5.1
Changelog for versions:
- 5.4.4 [1]
- 5.5.0 [2]
- 5.5.1 [3]
[1] https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html
[2] https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html
[3] https://www.knot-resolver.cz/2022-06-14-knot-resolver-5.5.1.html
And refresh patch to avoid offset
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
f74754fac189d7315db3b615da2afc8c95e920bb)
Michael Heimpold [Thu, 23 Jun 2022 05:37:40 +0000 (07:37 +0200)]
Merge pull request #18795 from mhei/21.02-php8-update
[21.02] php8: update to 8.0.20
Michael Heimpold [Thu, 23 Jun 2022 05:37:11 +0000 (07:37 +0200)]
Merge pull request #18794 from mhei/21.02-php7-update
[21.02] php7: update to 7.4.30
Rosen Penev [Tue, 21 Jun 2022 18:52:36 +0000 (11:52 -0700)]
luajit: backport softfloat ppc support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
24c0007ea2561611776e50c8876a7b040ffd6fdc)
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>
(cherry picked from commit
42c4d254552c04f41a2b93811147ef56af45bf9c)
Michael Heimpold [Tue, 21 Jun 2022 21:42:17 +0000 (23:42 +0200)]
php8: update to 8.0.20
This fixes:
- CVE-2022-31625
- CVE-2022-31626
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 21 Jun 2022 21:38:21 +0000 (23:38 +0200)]
php7: update to 7.4.30
This fixes:
- CVE-2022-31625
- CVE-2022-31626
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Stan Grishin [Tue, 21 Jun 2022 18:42:04 +0000 (12:42 -0600)]
Merge pull request #18699 from stangri/openwrt-21.02-curl
[21.02] curl: bump to 7.83.1
Tianling Shen [Mon, 20 Jun 2022 17:27:59 +0000 (01:27 +0800)]
xray-core: Update to 1.5.8
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
c6103fe402822e91050b427fcb981e725e681f45)
Nick Hainke [Mon, 13 Jun 2022 20:54:31 +0000 (22:54 +0200)]
dawn: update to 2022-06-13
88c78b4 memory_utils: fix reallocation
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
4a9eaecf5812561499c30f74095e450a9992a657)
Nick Hainke [Sat, 11 Jun 2022 18:29:28 +0000 (20:29 +0200)]
dawn: update to 2022-06-11
4cf9d0b treewide: code and documentation cleanup
48b12ee datastorage: Minor chnages to kicking algorithm to tidy up some handling.
7b615b6 treewide: improve beacon/probe logging
185f31b treewide: improve beacon request handling
0c2e713 datastorage/ubus: Add "soft" kicking algorithm
38f60c5 treewide: RSSI / RCPI handling updates
aba3e81 documentation: Parameter defaults and documentation
3979fdf treewide: cleanup code
e3b3753 scoring: improve scoring algorithm
33f380f treewide: cleanup code
b42193f kicking: improve kicking algorithm
16deab3 treewide: improve mutex handling
31f0a37 test: cleanup tests and add some test scripts
43ca8b8 treewide: fix bugs from Coverity Scan
8ae2a42 utils/storage: improve descriptions
9a9b4dd ubus: Simplify loops and scans in generating hearing map
c833064 treewide: rework mutex
1df5bc5 (master) network: cleanup and improve network handling
3bd349a utils: cleanup
a855087 utils/storage: cleanup
439fe95 ubus/datastorage/msghandler: cleanup
335ace2 datastorage: improve linked list
40ebf48 ubus/datastorage: cleanup
c13c285 utils: cleanup
0e4fc50 documentation: Heavily revised Markdown documentation files
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
0c74ab9a790c81ff57ad1d7741489bf5e1839839)
Nick Hainke [Thu, 9 Jun 2022 06:03:24 +0000 (08:03 +0200)]
dawn: update to 2022-06-09
850a75c fix compilation with GCC12
2ac7b9d workflow: fix workflow
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
96975a1f785f4b0a8fae2b97feb6df0753c96ee7)
Jonathan Pagel [Mon, 13 Jun 2022 18:38:45 +0000 (20:38 +0200)]
telegraf: update to version 1.23.0
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit
e8f6600851557f89a77389db7840ce0a45494df7)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Rosen Penev [Sun, 13 Jun 2021 03:48:05 +0000 (20:48 -0700)]
libprotobuf-c: update to 1.4.0
Remove patch. Upstream fixed it.
Add AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
40d2b7c43e7cd93ea0879030c198eb55f14a33a7)
Rosen Penev [Sun, 19 Sep 2021 08:40:02 +0000 (01:40 -0700)]
protobuf: update to 3.17.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
0c3ee90b076409b0af94e910e90bac6adb4c7b6b)
Rosen Penev [Sun, 13 Jun 2021 03:53:53 +0000 (20:53 -0700)]
protobuf: update to 3.17.2
Refreshed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
11acce8fa9747d90d05223b84e90a2cecf8a3d25)
Glenn Strauss [Fri, 21 Jan 2022 16:29:54 +0000 (11:29 -0500)]
lighttpd: update to lighttpd 1.4.65 release hash
* update to lighttpd 1.4.65 release hash
* specify lua version w/ -Dlua_version=lua to avoid patching meson.build
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
db8205e5458e27152b02c57609f2224586843271)
Hannu Nyman [Sun, 12 Jun 2022 17:26:02 +0000 (20:26 +0300)]
irqbalance: upstream patch to fix segfault
Apply post-1.9.0 patch from upstream to fix a segfault.
savedptr can be NULL, so guard for that.
Fixes #18741
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
ab7a23102e85aaab1e0ff2ba6874e7d6b09f45d5)
Hannu Nyman [Sun, 12 Jun 2022 17:24:36 +0000 (20:24 +0300)]
irqbalance: upstream patch to fix irq-module relation
Apply post-1.9.0 patch from upstream to fix the irq-->module
relation detection.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
358c2293fabe8c12baa4b9d9788790594cc606a4)
Jottr Doe [Wed, 18 May 2022 17:15:19 +0000 (19:15 +0200)]
mosh-full: Add perlbase-text dependency
Fixes https://github.com/openwrt/packages/issues/18182
Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
(cherry picked from commit
17d7efe7e74f04415f17a96de156bed4964ff0c2)
Jottr Doe [Wed, 18 May 2022 17:13:47 +0000 (19:13 +0200)]
mosh-full: Sort dependencies alphabetically
Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
(cherry picked from commit
eaa37d2e8d2424f347aa582841aebbbdcc015041)
Josef Schlehofer [Tue, 1 Jan 2019 02:38:00 +0000 (03:38 +0100)]
beep: change git repository to fix CVE-2018-0492 and CVE-2018-
1000532
1. Changed Git repository, which is used for Fedora packaging
https://github.com/johnath/beep/issues/11#issuecomment-
450277122
Fixed CVEs:
CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492
CVE-2018-
1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-
1000532
2. Fixed SPDX License Identifier
3. Add patch to comment out -D_FORTIFY_SOURCE
Otherwise, it can not be built by default.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
6488eaf2502c75ffc8ac11fffd539f5c070f77c3)
Tianling Shen [Tue, 7 Jun 2022 08:51:44 +0000 (16:51 +0800)]
xray-core: increase nofile limitation
This fixes "too many open files" error caused by max-file limitation
when xray processes large traffic.
Reported-by: Terry Ding <terryding77@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
d98fd528652c58e106a9bb4becd5ac8bb19a0ffb)
Tianling Shen [Sun, 5 Jun 2022 12:41:16 +0000 (20:41 +0800)]
xray-core: Update to 1.5.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
a60ebb597a9023f5a3f27690b0fa61ed2899efe1)
[Removed upstreamed patch]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
John Audia [Tue, 7 Jun 2022 17:37:47 +0000 (20:37 +0300)]
htop: update to 3.2.1
Build-tested: x86/64
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit
6d73b8a09a1978519e8f2c1e5b77cad4190fa218)
Stan Grishin [Thu, 19 May 2022 09:17:21 +0000 (09:17 +0000)]
curl: bump to 7.83.1
* https://curl.se/changes.html#7_83_1
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
b0f213a726a019fa864420fc9d50523ab8ec8901)
Jeffery To [Mon, 6 Jun 2022 08:57:54 +0000 (16:57 +0800)]
golang: Update to 1.17.11
Includes fix for CVE-2022-30634 (crypto/rand: Read hangs when passed
buffer larger than 1<<32 - 1).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Mon, 6 Jun 2022 13:33:10 +0000 (15:33 +0200)]
Merge pull request #18695 from jefferyto/python-3.9.13-openwrt-21.02
[openwrt-21.02] python3: Update to 3.9.13
Šimon Bořek [Thu, 28 Apr 2022 15:31:09 +0000 (17:31 +0200)]
netatalk: backport pending PR to fix segfaults
This commit backports pending PR, which solves segfaults:
- https://github.com/Netatalk/Netatalk/pull/174
To fix issues with segfaults described here:
- https://github.com/openwrt/packages/issues/18571
- https://github.com/Netatalk/Netatalk/issues/175
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
Jeffery To [Mon, 6 Jun 2022 12:47:16 +0000 (20:47 +0800)]
python3: Update to 3.9.13
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Sat, 29 Jan 2022 12:18:01 +0000 (13:18 +0100)]
CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10
Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be
on 30th June 2022, let's update it to Debian 10 (buster).
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
599e41c14b8d5ab513a6a7581458a60e06543f89)
Hannu Nyman [Sat, 4 Jun 2022 11:12:28 +0000 (14:12 +0300)]
irqbalance: remove local patch for socket directory
Upstream has finally patched the UI communication socket
creation to happen only if the irqbalance UI is enabled.
As we do not use the irqbalance UI, we can remove
our local fix implemented by
4f0c847828.
(If you want to enable irqbalance UI, the fix is still needed.)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
8e71e0ad972ddb105264bdce3fffd0622edbd59b)
Hannu Nyman [Sat, 4 Jun 2022 09:11:11 +0000 (12:11 +0300)]
irqbalance: update to 1.9.0
Update irqbalance to version 1.9.0
* adopt AUTORELEASE
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
e9002ff3d956c719b3b57707f1ef690aeb4d707c)
Rosen Penev [Tue, 19 Oct 2021 07:47:16 +0000 (00:47 -0700)]
protobuf-c: don't build shared host library
No point and can avoid rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
89c2971c6effb3c1b3525cdb26e20c95013f6701)
Rosen Penev [Sat, 20 Mar 2021 23:45:12 +0000 (16:45 -0700)]
protobuf: update to 3.15.6
Remove upstreamed patch.
Switch to AUTORELEASE for simplicity.
Switch to building with Ninja for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
1d0d8e057cab2a2fb573c3952b88b26a9def5d96)
Federico Capoano [Sat, 28 May 2022 18:45:37 +0000 (14:45 -0400)]
openwisp-config: update to 1.0.0
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
Tianling Shen [Tue, 31 May 2022 07:59:21 +0000 (15:59 +0800)]
xray-core: fix build in go 1.17
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Mon, 30 May 2022 16:33:29 +0000 (00:33 +0800)]
xray-core: Update to 1.5.6
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
2f5980d589f48345ec98a0808cfbd8b5cb0ca190)
Tianling Shen [Mon, 30 May 2022 13:11:52 +0000 (21:11 +0800)]
yq: Update to 4.25.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
31f9d48ff30315124f8e3733bac62b5846a23c24)
Michael Heimpold [Wed, 1 Jun 2022 05:38:59 +0000 (07:38 +0200)]
Merge pull request #18653 from mhei/21.02-libxml2-update
[21.02] libxml2: update to 2.9.14
Michael Heimpold [Sun, 29 May 2022 20:01:45 +0000 (22:01 +0200)]
libxml2: update to 2.9.14
This fixes CVE-2022-29824.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
c12e1cfcab318d0a5b48d63d5952af418e62822e)
Michael Heimpold [Mon, 30 May 2022 21:07:47 +0000 (23:07 +0200)]
Merge pull request #18630 from mhei/21.02-php8-update
[21.02] php8: update to 8.0.19
Michael Heimpold [Sun, 29 May 2022 09:02:54 +0000 (11:02 +0200)]
php8: update to 8.0.19
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hirokazu MORIKAWA [Thu, 26 May 2022 02:46:20 +0000 (11:46 +0900)]
node: bump to v14.19.3
Updates OpenSSL to 1.1.1o (No impact in openwrt)
Upgrade npm to v6.14.17.
etc...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Andreas Erhard [Wed, 18 May 2022 08:04:39 +0000 (10:04 +0200)]
vpnc: Update to 0.5.3+git20220517
The new version of vpnc supports additional DH groups for improved key exchange security.
Signed-off-by: Andreas Erhard <andreas.erhard@i-med.ac.at>
(cherry picked from commit
e82106eaeb8cd43b765ba65e70a036820c03de83)
Christian Lachner [Wed, 25 May 2022 08:19:59 +0000 (10:19 +0200)]
haproxy: Update HAProxy to v2.2.24
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Eneas U de Queiroz [Thu, 5 May 2022 12:58:02 +0000 (09:58 -0300)]
audit: Fix compilation with kernel 5.15
Linux 5.15 does not have the linux/ipx.h header.
The patch is a partial cherry-pick (skipped ChangeLog) of upstream
commit
6b09724c6 ("Make IPX packet interpretation dependent on the ipx
header file existing").
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
7be14da0d59ef59bfcb4b8c38fa9c93038cde8fb)
Jeffery To [Tue, 17 May 2022 09:38:45 +0000 (17:38 +0800)]
bluez: Update to 5.64, update/refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
d3cdfa3c307ff3c1d549ff8ab1eb005a2b9dcd67)
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>
(cherry picked from commit
df8a0f324d377d1ebdca11fef45f877c3256185d)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Thu, 16 Dec 2021 00:41:57 +0000 (16:41 -0800)]
bluez: update to 5.62
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
3ee221d0166f3e555e5cc7f07a68113f6d2697bf)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Wed, 21 Jul 2021 03:34:29 +0000 (20:34 -0700)]
bluez: update to 5.60
Switch to AUTORELEASE for simplicity.
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
5c467bb76f38179dcbba3868c686b9b6cc8d4c55)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Gerard Ryan [Mon, 16 May 2022 12:01:20 +0000 (22:01 +1000)]
docker: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
b05dac56718b64c29780a6464d39ef5e1f5c5278)
Gerard Ryan [Mon, 16 May 2022 11:58:44 +0000 (21:58 +1000)]
dockerd: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
81dd38677b129555835a79c064166c170bf3ae53)
Gerard Ryan [Mon, 16 May 2022 11:54:44 +0000 (21:54 +1000)]
libnetwork: Updated to 339b97 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
127aa63898deb76cc1645301f07d579366c5d08b)
Gerard Ryan [Mon, 16 May 2022 11:51:30 +0000 (21:51 +1000)]
containerd: Update to v1.6.4 for docker v20.10.16
* Overrode `PREFIX` to have the old behaviour
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
9a7e3c0b7bdcefe5e9c97e0f8ec17bc4f97b9251)
Gerard Ryan [Mon, 16 May 2022 11:48:09 +0000 (21:48 +1000)]
runc: Update to v1.1.1 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
8cf4c156c495b88265165f9ed9093559f7ee5136)
W. Michael Petullo [Mon, 10 May 2021 17:56:18 +0000 (12:56 -0500)]
openldap: update to 2.4.58
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
f200ccd6fc6050357874e4732533aee14a6b2ea1)
* remove a dead mirror
* use https
* fixes CVE-2021-27212
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
David Bauer [Tue, 17 May 2022 14:24:43 +0000 (16:24 +0200)]
usteer: update to latest HEAD
7afab96 usteer: Fix better candidate not being set in policy
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
c46095085a0578d0759e5a03309e5be38cf746db)
Stan Grishin [Thu, 19 May 2022 09:00:48 +0000 (12:00 +0300)]
Merge pull request #18362 from stangri/openwrt-21.02-https-dns-proxy
[21.02] https-dns-proxy: 2021-11-22-3: add support for Canary Domains
Jonathan Pagel [Tue, 17 May 2022 19:26:54 +0000 (21:26 +0200)]
telegraf: Update to version 1.22.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit
f43a5f03bbc7b66439437429fbd4f2c9fbfa0725)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Jeffery To [Tue, 17 May 2022 03:07:28 +0000 (11:07 +0800)]
Merge pull request #18544 from hexian000/openwrt-21.02
[openwrt-21.02] privoxy: update to 3.0.33 and fix the init script
Jeffery To [Mon, 16 May 2022 08:19:45 +0000 (16:19 +0800)]
golang: Update to 1.17.10
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 11 May 2022 09:21:52 +0000 (17:21 +0800)]
ci: Look for changed packages in the PR branch only
Fixes https://github.com/openwrt/packages/issues/15267.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
6b2294ac379ecae55993a8faa583910423f620e7)
He Xian [Wed, 13 Apr 2022 09:32:48 +0000 (17:32 +0800)]
privoxy: update to 3.0.33 and fix the init script
1. Fixed init script would kill itself when trying to stop a service.
2. Upgrade privoxy release to 3.0.33
3. Set PKG_RELEASE to AUTORELEASE
Signed-off-by: He Xian <hexian000@outlook.com>
(cherry picked from commit
5d917b957891c23d030c1e64c4857cb1a1035650)
Michal Vasilek [Fri, 8 Apr 2022 20:49:53 +0000 (22:49 +0200)]
lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
2cde10b95053bf958a4001fb0a82c4563bf345e2)
Michal Vasilek [Fri, 13 May 2022 16:39:54 +0000 (18:39 +0200)]
postgresql: security update to 13.7
* fixes CVE-2022-1552
* refresh a patch
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Nick Hainke [Mon, 9 May 2022 13:57:26 +0000 (15:57 +0200)]
dawn: update to 2022-05-09
7a72674 datastorage/ubus: rework kicking algorithm
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
8b41e959d0ec6e2046c9e652eb6bf061034082f1)
Andy Dodd [Mon, 2 May 2022 17:53:57 +0000 (13:53 -0400)]
docker: Update to 20.10.14
Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit
cd99c4cafb8fc30e33f6d4fa670f7379d4d31e6a)
Andy Dodd [Mon, 2 May 2022 17:54:18 +0000 (13:54 -0400)]
dockerd: Update to 20.10.14, and update version checking mechanism
https://github.com/moby/moby/commit/
a7a7c732c0dc02ee5b5515f4ca868ef50cafa4a1
changed package pinning from commit hash to version for some dependencies
(but not all, libnetwork is still referenced by commit)
Support the version-based pinning mechanism in addition to commit-based
Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit
c3166c5a22a89bfdf4dd1edac25e4a8256717a68)
Andy Dodd [Mon, 2 May 2022 17:58:04 +0000 (13:58 -0400)]
containerd: Update to 1.5.11
Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit
a134a23a0784f1b0a04670f38ffedddb46087dee)
Michal Vasilek [Fri, 10 Dec 2021 22:29:38 +0000 (23:29 +0100)]
runc: update to 1.0.3
* fixes CVE-2021-43784
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
9a4423995ab3c6d56c22b282c277a9335ba978f0)
Jeffery To [Tue, 10 May 2022 19:56:02 +0000 (03:56 +0800)]
Merge pull request #18324 from jamesmacwhite/21.02-adguardhome-v0.107.6
[21.02] adguardhome: Update v0.107.6
Dirk Brenken [Tue, 10 May 2022 14:53:52 +0000 (16:53 +0200)]
adblock: list maintenance
* add new oisd nsfw source (XL)
* change korean source name (again)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
7c66d054bf00f387a04cd174da99064f88c21cab)
Dirk Brenken [Mon, 11 Apr 2022 19:33:57 +0000 (21:33 +0200)]
adblock: 4.1.3-8
* add new 'hblock' compilation source (XL, see https://hblock.molinero.dev for reference)
* print runtime/date information in ISO-8601 standard format
* minor cleanups
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
51a5ec60690674d4525dd14bade280110743e61b)
Dirk Brenken [Thu, 24 Mar 2022 20:01:12 +0000 (21:01 +0100)]
adblock: 4.1.3-7
* removed discontinued source 'gaming'
* changed url of source 'reg_kr'
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
bed70d5f4b366f0fe90d4b0cda5a78f91aa4a738)
Dirk Brenken [Mon, 7 Mar 2022 20:25:31 +0000 (21:25 +0100)]
adblock: 4.1.3-6
* remove discontinued sources: shallalist, stalkerware
* fix a logical glitch in startup trigger handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
81d468489f922dfc30195772f63d6284a6f6f508)
Rosen Penev [Tue, 8 Feb 2022 06:00:12 +0000 (22:00 -0800)]
adblock: make reproducible
Need to get rid of the timestamp.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
5d095a136610e599bbd73ff164aeec89d2cde171)
John Audia [Mon, 9 May 2022 20:35:01 +0000 (23:35 +0300)]
htop: update to 3.2.0
Build-tested: x86/64
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit
b4043d92257505526a5b8ceac94f9f28f887abbd)
Michal Vasilek [Fri, 6 May 2022 12:28:46 +0000 (14:28 +0200)]
youtube-dl: update to 2021.12.17
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
ef29bf0163669257c137ebf4e459757b37ddce96)
Josef Schlehofer [Tue, 6 Jul 2021 15:09:41 +0000 (17:09 +0200)]
youtube-dl: update to version 2021.6.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
fbe30791792f47e6b925f80ca32f6b4573f4fb0d)
David Bauer [Thu, 5 May 2022 21:45:53 +0000 (23:45 +0200)]
usteer: update to latest HEAD
46539ae policy: abort kick process for missing candidate
408bbca policy: don't kick clients immediatly
444b233 policy: only send preferred candidate with transition request
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
dcd33d5da67bb5247667cc3e1fa7d8a6b4669621)
Matthias Schiffer [Thu, 5 May 2022 16:33:00 +0000 (18:33 +0200)]
ecdsautils: update to v0.4.1
This fixes CVE-2022-24884.
Also update the package URL to match the source repository.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit
de5671e58226a4cd062e92c2b12e20dcd7854e82)
Josef Schlehofer [Wed, 4 May 2022 15:54:49 +0000 (17:54 +0200)]
hwdata: update to version 0.359
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
600eecbac6a765695e652b1029478611ef4f0e79)
Rui Salvaterra [Sat, 30 Apr 2022 23:55:18 +0000 (00:55 +0100)]
tor: bump to 0.4.7.7 stable
The first stable release in the 0.4.7.x series.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
0b50456514443f0cf74f0a302e31752d2cb55496)
Rui Salvaterra [Thu, 31 Mar 2022 19:37:24 +0000 (20:37 +0100)]
tor: bump to 0.4.6.10 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
17e78a9790b74dcd4da352e70e059c9585a3f8d7)
Rui Salvaterra [Tue, 11 Jan 2022 11:46:27 +0000 (11:46 +0000)]
tor: bump to 0.4.6.9 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
72974bed43d5af0ea17769f33ce6a3824cc858ec)
Rui Salvaterra [Thu, 28 Oct 2021 12:44:54 +0000 (13:44 +0100)]
tor: bump to 0.4.6.8 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
2997d2dcf53a6a687b9a37016a7dbbdb68096831)
Rui Salvaterra [Thu, 2 Sep 2021 07:39:09 +0000 (08:39 +0100)]
tor: bump to 0.4.6.7
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
c12cb0cdde8e7e43ed8c208797cc80e0a3c9ca81)
Rui Salvaterra [Mon, 19 Jul 2021 09:04:47 +0000 (10:04 +0100)]
tor: bump to 0.4.6.6 stable
Run-tested on mvebu/cortexa9 (tor-basic) without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
a45b962eef0b2cb85525ddafce11a63b4f9190d5)