Tianling Shen [Mon, 23 May 2022 05:47:13 +0000 (13:47 +0800)]
dnsproxy: Update to 0.42.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
35961ec90d66f0615f541d5dcd45696efb9751ca)
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 [Mon, 16 May 2022 06:45:59 +0000 (08:45 +0200)]
haproxy: Update HAProxy to v2.4.17
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Magnus Kessler [Thu, 12 May 2022 05:13:52 +0000 (07:13 +0200)]
tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
(cherry picked from commit
b557e9f0d14e59435506fae0a31dfc908175dde4)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:17:19 +0000 (10:17 +0900)]
node-serialport: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
acd8384ede34015bffbcefeb4598bf3b7bd06952)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:10:30 +0000 (10:10 +0900)]
node-hid: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
20876aadf847d4266a1636d5f41d4a2c4f8b0f7c)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:07:24 +0000 (10:07 +0900)]
node-cylon: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
46ce0df5232d8031de2461e3b8d3de9bdc9b5226)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:01:20 +0000 (10:01 +0900)]
node-arduino-firmata: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
005e114ddd0d9a6b3bf63cac1d39b5a27ef7460d)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:15:20 +0000 (10:15 +0900)]
node-serialport-bindings: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
fb36a5226c74f8994d7882810ef29ee2f47bc47c)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:19:45 +0000 (10:19 +0900)]
node-yarn: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
285efba8ea9c3f49334c54cd6a96b2721deb0e2b)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:12:57 +0000 (10:12 +0900)]
node-homebridge: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
3138eacbe3d92a05e8c3f45879981e302362ecb4)
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:24:10 +0000 (10:24 +0900)]
node-javascript-obfuscator: Support for npm@8
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.
The modification method is different from other node modules.
The reason is due to the npm@8 issue.
https://github.com/npm/cli/issues/4027
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
eee26dbac657d8bdf33df0c71b5affcae094ee0c)
Hirokazu MORIKAWA [Mon, 4 Apr 2022 03:50:20 +0000 (12:50 +0900)]
node: Major update from v14 to v16
This update also changes npm from v6 to v8.
This change also requires node module packages to be modified.
Each package will be updated later.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
28be0c92c2f883df59b346631868d45c215098f4)
John Audia [Sun, 1 May 2022 12:21:50 +0000 (08:21 -0400)]
ffmpeg: update to 5.0.1
Bump to latest upstream version, patches automatically rebased.
Removed upstreamed:
060-configure-link-to-libatomic-when-its-present.patch
Tested using:
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg
Resulting mpg was good.
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit
5b85e7466c808dc88ba02f1b3fef066daf923ef6)
W. Michael Petullo [Wed, 11 May 2022 13:39:44 +0000 (08:39 -0500)]
pigeonhole: update to 2.3.18
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
c0fbb4f7fd66413ee70bf5e1e8f4b1fb442963b1)
W. Michael Petullo [Wed, 11 May 2022 13:39:33 +0000 (08:39 -0500)]
dovecot: update to 2.3.18
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
4c2306468a6c04a87073adacc8354a7bb307ca7b)
Rui Salvaterra [Thu, 12 May 2022 09:22:19 +0000 (10:22 +0100)]
openconnect: bump to version 9.01
Now with basic support for the Array Networks SSL VPN protocol.
Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs,
for the time being, so select them if compiling against OpenSSL.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
a85a057b145660127e2a47e4c64e8d9444baec9f)
Michal Vasilek [Thu, 12 May 2022 16:49:32 +0000 (18:49 +0200)]
miniflux: update to 2.0.36
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
68879aea2051fde1fee2d9ccf70431219c6806a8)
W. Michael Petullo [Fri, 20 May 2022 13:14:33 +0000 (08:14 -0500)]
openldap: drop use of HTTP in favor of HTTPS
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
bab2f020eec5524984902c382591fc562b6e08aa)
Eneas U de Queiroz [Wed, 11 May 2022 22:08:13 +0000 (19:08 -0300)]
audit: avoid interferece with base libaudit build
Both audit in the packages feed and libaudito from the base repo use the
same sources.
Have 'audit' use a different build directory than 'libaudit' package to
avoid interference between them.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
c0f26f4980cfb6d2abb1b1548530cee41c5f92aa)
Eneas U de Queiroz [Wed, 11 May 2022 22:37:12 +0000 (19:37 -0300)]
audit: remove host build
The audit package in the packages feed share the same sources as the
libaudit package in the base repo. libaudit performs a host build, used
only by libsemanage in base.
There is no package depending on 'audit/host', so we can remove it to
avoid possible confusion.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
1d54defb0fe7a964a19e3aa36e35a8159bcc2262)
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)
David Bauer [Sat, 19 Mar 2022 22:17:48 +0000 (23:17 +0100)]
poemgr: add package
Add the poemgr package. This package is required to control the PSE
controller for the PoE outputs on the Ubiquiti UniFi Switch Flex.
Signed-off-by: David Bauer <mail@david-bauer.net>
Yousong Zhou [Thu, 28 Apr 2022 03:09:51 +0000 (03:09 +0000)]
shadowsocks-libev: fix compat issue with newer version of ucode
Reported-by: Huangbin Zhan <zhanhb88@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit
93162b35c833569243592e650957cc66e45269fe)
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)
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)
Hirokazu MORIKAWA [Sat, 7 May 2022 02:57:34 +0000 (11:57 +0900)]
icu: bump to 71.1
Description:
ICU 71 updates to CLDR 41 locale data with various additions and corrections.
ICU 71 adds phrase-based line breaking for Japanese. Existing line breaking methods follow standards and conventions for body text but do not work well for short Japanese text, such as in titles and headings. This new feature is optimized for these use cases.
ICU 71 adds support for Hindi written in Latin letters (hi_Latn). The CLDR data for this increasingly popular locale has been significantly revised and expanded. Note that based on user expectations, hi_Latn incorporates a large amount of English, and can also be referred to as “Hinglish”
ICU 71 and CLDR 41 are minor releases, mostly focused on bug fixes and small enhancements. (The fall CLDR/ICU releases will update to Unicode 15 which is planned for September.) We are also working to re-establish continuous performance testing for ICU, and on development towards future versions.
ICU 71 updates to the time zone data version 2022a. Note that pre-1970 data for a number of time zones has been removed, as has been the case in the upstream tzdata release since 2021b.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit
d46237f17cd7ceb10e7a00d032b58c41aa6de0e4)
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:54 +0000 (12:00 +0300)]
Merge pull request #18363 from stangri/openwrt-22.03-https-dns-proxy
[22.03] 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:12 +0000 (11:07 +0800)]
Merge pull request #18543 from hexian000/openwrt-22.03
[openwrt-22.03] privoxy: update to 3.0.33 and fix the init script
Jeffery To [Sat, 14 May 2022 18:11:51 +0000 (02:11 +0800)]
golang: Update to 1.18.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
659f87d5d4a72507b16dca5b2962ff21580e1ff3)
Jeffery To [Sat, 14 May 2022 18:42:10 +0000 (02:42 +0800)]
micropython-lib: Update to latest master
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
8550edbe85a54427e7e28d4c18564216c821686e)
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)
Liang Yang [Sat, 30 Apr 2022 17:29:20 +0000 (01:29 +0800)]
docker: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
(cherry picked from commit
624f48a6027f99cd7f1213e43804bed57c8a3d55)
Liang Yang [Sat, 30 Apr 2022 17:30:47 +0000 (01:30 +0800)]
dockerd: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
(cherry picked from commit
9963312067185d7d47970d2abfb59b6c1a7bfdd5)
Gerard Ryan [Wed, 27 Apr 2022 11:11:14 +0000 (21:11 +1000)]
dockerd: Add firewall independent dependencies
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
1f96ec16ecdb98b83244b4c97faf314552948924)
Gerard Ryan [Sun, 1 May 2022 04:07:33 +0000 (14:07 +1000)]
dockerd: Sorted dependencies for better diffs
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit
34c77110f1b01e374d9dca0d288933cd6ef9a10e)
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)
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)
Tianling Shen [Sat, 14 May 2022 09:24:48 +0000 (17:24 +0800)]
cloudflared: Update to 2022.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
95a0d040467559ad81797f3465bd32796e3215c0)
Tianling Shen [Sat, 14 May 2022 09:26:04 +0000 (17:26 +0800)]
dnsproxy: Update to 0.42.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
dcb0495ca1dc617fd1e1f9201cefda9b4705fe52)
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)
Christian Lachner [Mon, 9 May 2022 06:31:08 +0000 (08:31 +0200)]
haproxy: Update HAProxy to v2.4.16
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Jeffery To [Wed, 11 May 2022 19:52:58 +0000 (03:52 +0800)]
Merge pull request #18469 from lowjoel/strongswan-wolfssl-22.03
strongswan: add wolfssl plugin
Jeffery To [Wed, 11 May 2022 19:25:36 +0000 (03:25 +0800)]
Merge pull request #18462 from
1715173329/cr
[openwrt-22.03] cloudreve: Update to 3.5.3
Jeffery To [Wed, 11 May 2022 19:22:35 +0000 (03:22 +0800)]
Merge pull request #18461 from
1715173329/cf
[openwrt-22.03] cloudflared: Update to 2022.5.0
Jeffery To [Tue, 10 May 2022 20:09:45 +0000 (04:09 +0800)]
Merge pull request #18339 from mwarning/zt-openwrt-22.03
[22.03] zerotier: fix segfault on ARM platforms
Jeffery To [Tue, 10 May 2022 19:51:11 +0000 (03:51 +0800)]
Merge pull request #18332 from clarkwang/v22.03-sexpect
[22.03] sexpect: Expect for Shells
Jeffery To [Tue, 10 May 2022 19:49:26 +0000 (03:49 +0800)]
Merge pull request #18333 from clarkwang/v22.03-passh
[22.03] passh: an sshpass alternative
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)
Jeffery To [Tue, 10 May 2022 07:00:55 +0000 (15:00 +0800)]
Merge pull request #18359 from
1715173329/v3
[openwrt-22.03] v2rayA: Update to 1.5.7
Derek Yerger [Thu, 8 Apr 2021 17:06:48 +0000 (12:06 -0500)]
strongswan: add wolfssl plugin
Signed-off-by: Derek Yerger <derek@altdevs.net>
Signed-off-by: Joel Low <joel@joelsplace.sg>
(cherry picked from commit
51203cae248dd9a32d79ba833d612c68fe8875c2)
John Audia [Mon, 9 May 2022 20:34:19 +0000 (23:34 +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)
Tianling Shen [Wed, 20 Apr 2022 19:01:39 +0000 (03:01 +0800)]
v2rayA: Update to 1.5.7
- Removed an upstreamed patch
- Move logs to /var/log in accordance with FHS 3.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
ff8f25cb98ce3117fac28020f96f3e7f49ff6106)
Tianling Shen [Tue, 3 May 2022 10:18:06 +0000 (18:18 +0800)]
cloudreve: Update to 3.5.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
fc090f1eebfbb23ab7fe2a87b61ba0000dbe4ef2)
[Removed wrong cherry-pick info]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 29 Apr 2022 02:06:17 +0000 (10:06 +0800)]
cloudreve: Update to 3.5.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
8f6bf937ca801f662365203e205c5476041ebd9c)
Tianling Shen [Wed, 4 May 2022 04:11:28 +0000 (12:11 +0800)]
cloudflared: Update to 2022.5.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
74d7af61fe23d3a9c1128669d9e9f3445c7dfdc9)
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)
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)
Mister Benjamin [Fri, 22 Apr 2022 12:42:23 +0000 (14:42 +0200)]
etherwake-nfqueue: swap iptables for nftables dependency
Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
Tianling Shen [Sat, 30 Apr 2022 00:11:48 +0000 (08:11 +0800)]
rclone: Update to 1.58.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
cf81132418cfe4c07b8b69e068e5663c0ceaa75b)
Dengfeng Liu [Tue, 5 Apr 2022 10:20:36 +0000 (10:20 +0000)]
apfree-wifidog: fix compile error
which requires libiptext library from iptables
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
(cherry picked from commit
7408185c1dcf4925671142314e2493861bb0e5e6)
Rosen Penev [Thu, 31 Mar 2022 03:22:15 +0000 (20:22 -0700)]
gst1-libav: fix compilation with ffmpeg5
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
1717048598443973df96cc30ec4044591b72718b)
Tianling Shen [Fri, 29 Apr 2022 02:09:26 +0000 (10:09 +0800)]
libtorrent-rasterbar: Update to 2.0.6
Added new dependency "libstdcpp".
Removed an upstreamed patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
2c78f8b1548d3070839bd1ee6977e25fc55030e6)
Tianling Shen [Fri, 29 Apr 2022 11:00:32 +0000 (19:00 +0800)]
yq: Update to 4.25.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
514ca20255ed514a032dce97fb56dadf11c63f0a)
Tianling Shen [Thu, 28 Apr 2022 11:18:35 +0000 (19:18 +0800)]
dnsproxy: Update to 0.42.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
f6b1169c20a0ad17fdc93545942e5a567872254e)
Jonathan Pagel [Sat, 30 Apr 2022 09:19:11 +0000 (11:19 +0200)]
telegraf: upgrade to version 1.22.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit
c5b668df5bc3a54c696d2903c7d45cae8890e235)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Van Waholtz [Sat, 30 Apr 2022 01:40:53 +0000 (09:40 +0800)]
frp: update to 0.42.0
Changelogs: https://github.com/fatedier/frp/releases
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
Peter van Dijk [Mon, 25 Apr 2022 10:33:00 +0000 (12:33 +0200)]
dnsdist: update to 1.7.1
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit
e2f8ac23f641647c5d9855639788465929f20a65)
Hannu Nyman [Fri, 29 Apr 2022 16:13:48 +0000 (19:13 +0300)]
nano: update to 6.3
Update nano editor to version 6.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
e076a9a40da733a9f4736cb503af79484db6b160)
Clark Wang [Sat, 23 Apr 2022 04:05:57 +0000 (12:05 +0800)]
passh: updated per OpenWrt's common practice
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh
Signed-off-by: Clark Wang <dearvoid@gmail.com>
(cherry picked from commit
580fe568d62a086f2f864435dd8545a38a2b5d43)
Clark Wang [Wed, 6 Apr 2022 14:29:14 +0000 (22:29 +0800)]
passh: an sshpass alternative
Sshpass does not work well in a few scenarios. Passh is an sshpass
alternative which tries to fix the issues.
Signed-off-by: Clark Wang <dearvoid@gmail.com>
(cherry picked from commit
1221ceed8d85199f1c48f1acd64f309a42f42c06)
Jan Hák [Fri, 1 Apr 2022 11:16:00 +0000 (13:16 +0200)]
knot: update to 3.1.7
Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry picked from commit
f30da8c572c7f1acf34d60c468a3a1cceafbf426)
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)
Clark Wang [Sat, 23 Apr 2022 03:53:20 +0000 (11:53 +0800)]
sexpect: updated per OpenWrt's common practice
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh
Signed-off-by: Clark Wang <dearvoid@gmail.com>
(cherry picked from commit
17d4d05fd5ae572d7621fe57b5feb610edfb4c07)
Clark Wang [Wed, 6 Apr 2022 13:55:32 +0000 (21:55 +0800)]
sexpect: Expect for Shells
Sexpect is another implementation of Expect which is specifically
designed for shells. It's lightweight and has no dependency on other
packages.
Signed-off-by: Clark Wang <dearvoid@gmail.com>
(cherry picked from commit
49b1e63444454a7d9142d09bc96ca5eabb2ffabc)
Alexandru Ardelean [Wed, 27 Apr 2022 05:52:23 +0000 (08:52 +0300)]
django: bump to version 4.0.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jitao Lu [Fri, 8 Apr 2022 02:35:03 +0000 (10:35 +0800)]
kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulator
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
Jonathan Pagel [Tue, 26 Apr 2022 07:41:18 +0000 (09:41 +0200)]
telegraf: Update to version 1.22.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit
a93b3baba12b8c2d21fb8b8cbcb2d6e4821b5f57)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Tianling Shen [Sat, 23 Apr 2022 23:55:20 +0000 (07:55 +0800)]
xray-core: Update to 1.5.5
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
67c0a17fee1a533e4106a6902260848645f39332)
Tianling Shen [Mon, 18 Apr 2022 19:27:36 +0000 (03:27 +0800)]
cloudreve: Update to 3.5.1
Removed statik which was deprecated by the project.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
f5401ff6dc515e0e3d4f59b6fa3fc70e7fc3d9af)
Peter van Dijk [Fri, 25 Mar 2022 14:31:36 +0000 (15:31 +0100)]
pdns-recursor: update to 4.6.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit
5f6dcc013dcf0c5ba06b3c2e43a3a4fdd10987ab)
(cherry picked from commit
cbcc4c08df0e8b6e0c821c90095d2db11e3fbf33)
Peter van Dijk [Fri, 25 Mar 2022 14:31:29 +0000 (15:31 +0100)]
pdns: update to 4.6.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit
0aaea23c079bd9ede81b77e22835cb102d5f4fb8)
(cherry picked from commit
da524a4d08ded783aab1daf71df712cb15cb4b09)
Daniel Golle [Fri, 15 Apr 2022 16:37:17 +0000 (17:37 +0100)]
uvol: update to version 0.8
Bump version to reset PKG_RELEASE counter.
Add missing dependency on ucode-mod-math which is needed for the
mkdtemp() implementation used to format UBI volumes.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 7 Apr 2022 10:54:50 +0000 (11:54 +0100)]
uvol: unbreak if LVM is installed but unused
Fix and simplify console output, make sure uvol doesn't break in case
of LVM being installed but not used.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
3959a9b22c52e3328e462af419c72a3a0f0814cd)
Daniel Golle [Mon, 4 Apr 2022 10:57:29 +0000 (11:57 +0100)]
uvol: yet another small compatibility hack
Shift ARGV until actual parameters start to compensate for older
versions of ucode passing the complete cmdline.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
31f02d5c1e1fcad0205ac814f52014ed8906db79)
Daniel Golle [Sun, 3 Apr 2022 15:13:45 +0000 (16:13 +0100)]
uvol: fixes and adapt to in-tree ucode
Don't use features which are not yet present in the version of ucode
currently shipped with OpenWrt (such as `fs.access()` or assuming raw
mode by default).
Fix syntax error in main executable.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
74caff0d5988b721c08b9a8e35bce79a3d167dd6)
Daniel Golle [Thu, 31 Mar 2022 20:41:17 +0000 (21:41 +0100)]
uvol: unbreak build and adapt to updated ucode
* Fix build which was broken by a wrong path in the Makefile.
Adapt to ucode commit
4618807 ("main: rework CLI frontend"):
* ucode now no longer needs the {% %} around each code file, remove
that and safe one level of indentation.
* ARGV now no longer includes ucode executable and script itself
Fixes: 6350c7bc6 ("uvol: replace with re-write in ucode")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
22d202e3a56d6756543713ec2a2af3c65da31572)