Stan Grishin [Sun, 7 May 2023 02:55:34 +0000 (02:55 +0000)]
https-dns-proxy: fixes/improvements
* use shared memory to store output data
* add family option to firewall json objects, due to reports that IPv6 hijacking
doesn't work without explicit family declaration
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
25801ddf7435e535fc0684911abdf6022549409f)
Stan Grishin [Fri, 5 May 2023 01:41:18 +0000 (19:41 -0600)]
Merge pull request #20913 from stangri/openwrt-22.03-pbr
[22.03] pbr: update to 1.1.1-1
Dirk Brenken [Thu, 4 May 2023 20:40:48 +0000 (22:40 +0200)]
banip: update 0.8.4-5
* fix remaining small issues
* standardize log wording
* polished up for branch 23.x
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
7e70de77d089e94e80a3ae71b60ec87ec31be1ac)
Hannu Nyman [Thu, 4 May 2023 14:21:48 +0000 (17:21 +0300)]
zoneinfo: adjust to current timezone data file structure
Tweak the package to better match the current file structure in the
upstream time zone database. Add missing aliases. Make some clarifications
* Combine -northmerica and -southamerica into -america, as all
current official America/xxx definitions were already in -northamerica
and only the unofficial/deprecated Brazil/xxx, Chile and Argentina were
in -southamerica. (Confusingly America/Sao_Paulo was in northamerica,
while Brazil was in southamerica.)
* Add PROVIDES for the old package names
* Add missing top-level dir country/nation alias links.
* Define Eire in -europe instead of -core.
* Rename -india to -indian, as it contains the Indian ocean islands
instead of the actual Asia/Kolkata zone for the mainland India.
* Add PROVIDES for the old package name
* Add 'Ocean' to all ocean zone titles.
* Make all zoneinfo-packages depend on zoneinfo-core, so that zone.tab,
the UTC based definitions and the still existing short zone codes are
always available.
* Clarify menuconfig menu as "Time Zone info"
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
b7b1fe6cb326136d6ab373359fa9cbf307fbaaa9)
Tianling Shen [Tue, 2 May 2023 13:40:18 +0000 (21:40 +0800)]
sqlite3: Update to 3.41.2
Fixes: CVE-2021-20227
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
f1e33826fb4e096758580c258acb43a052e1e328)
Dirk Brenken [Thu, 4 May 2023 10:07:09 +0000 (12:07 +0200)]
banip: update 0.8.4-4
* add housekeeping to the autoallow function, only the current uplink will be held
* fix small issues
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
97d6c8bf77a3fdb3e252fefaff7ad8584d2e2b1c)
Dirk Brenken [Tue, 2 May 2023 19:41:37 +0000 (21:41 +0200)]
banip: update 0.8.4-3
* add the option 'ban_autoallowuplink' to limit the uplink autoallow function: 'subnet' (default), 'ip' or 'disable'
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
829a9a61c26421032a4184c1dabc460bad4aea33)
Anna Tikhomirova [Wed, 3 May 2023 07:32:22 +0000 (10:32 +0300)]
mwan3: bump PKG_VERSION to 2.11.6
Signed-off-by: Anna Tikhomirova <vamp@vampik.ru>
(cherry picked from commit
d079652396b465bde3b5e2315a18085bf5001f29)
Anna Tikhomirova [Fri, 28 Apr 2023 20:12:37 +0000 (23:12 +0300)]
mwan3: fix addition of routes to mwan3_connected ipset
Addition of routes to mwan3_connected ipset is broken. The ipset name was
changed from mwan3_connected_v4/6 to mwan3_connected_ipv4/6, but this
change was not reflected in mwan3rtmon.
Signed-off-by: Anna Tikhomirova <vamp@vampik.ru>
* Update commit message
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
84b3de9eda29666bb96b656cdadaffd1c69897e7)
Li Xin [Thu, 10 Nov 2022 04:10:05 +0000 (12:10 +0800)]
shadowsocks-libev: ss-rules: Add 'auto-merge' flag to avoid conflicts
Link: https://github.com/openwrt/packages/pull/19872
Signed-off-by: Li Xin <i@crzidea.com>
(squash commits)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit
8966f49f9a715e07527580c50ac29ae560447670)
Anna Tikhomirova [Wed, 3 May 2023 06:40:34 +0000 (09:40 +0300)]
mwan3: bump PKG_VERSION to 2.11.5
Signed-off-by: Anna Tikhomirova <vamp@vampik.ru>
(cherry picked from commit
fd2e20f66be8568355ac3d6a13e54ed117cacb5b)
Anna Tikhomirova [Fri, 28 Apr 2023 20:33:39 +0000 (23:33 +0300)]
mwan3: fix addition of iptables rules for mwan3 sticky rules
Addition of iptables rules for mwan3 sticky rules is broken, resulting
in non-working sticky rules. The required parameters for the function
'mwan3_set_sticky_iptables' were passed in the wrong order.
Signed-off-by: Anna Tikhomirova <vamp@vampik.ru>
* Update commit message
* Quoting function arguments
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
66257510d9613478a9fd99c41d745329476f7574)
Stan Grishin [Tue, 2 May 2023 01:36:05 +0000 (19:36 -0600)]
Merge pull request #20769 from stangri/openwrt-22.03-simple-adblock
[22.03] simple-adblock: implement curl_additional_param compressed_cache_dir
Jeffery To [Mon, 17 Apr 2023 14:24:32 +0000 (22:24 +0800)]
slang2: Update to 2.3.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
47d67e43bf7447fdba3f30d88b217118d8846b41)
Stan Grishin [Mon, 1 May 2023 00:44:34 +0000 (00:44 +0000)]
pbr: update to 1.1.1-1
*** MAKEFILE ***
* remove libubus dependency as it was causing issues
https://forum.openwrt.org/t/policy-based-routing-pbr-package-discussion/140639/318
* move firewall hotplug directory/file creation out of default section into
pbr and pbr-iptables packages sections in preparation for dropping it from pbr
* fix no new line after output when uninstalling packages
*** UCI-DEFAULTS ***
* only add firewall include to firewall config if the include file exists
* add shellcheck exception to netifd uci-defaults file
*** SCRIPTS ***
* more informative logging for firewall and iface hotplug scripts
* more informative logging for firewall include script
*** SERVICE ***
* introduce lock-file to prevent package starting on external events if it hasn't
been auto- or manually started before
* use the `ip`, not `ip-full` command to prevent errors on OpenWrt 21.02
* parse firewall WAN zone to append list of interfaces
* append error and warning "arrays" with new messages
* used shared memory to store the service output/logging messages
* improve is_ovpn function to filter out false positives when interface names started
with `tun`
* introduce is_valid_ovpn to find OpenVPN tunnels where the device name in OpenVPN config
matches the device name in network config
* introduce opkg_get_version to compare versions of principal and luci packages
* better code to obtain AdGuardHome version with betas installed
* optimize code and add better logging for errors when inserting policies with iptables
* optimize code and add better logging for errors when inserting policies with nft
* bugfix: insert policies in all specified protocols
* bugfix: support using physical devices in policies in nft mode
* bugfix: use iptPrefix, not nftPrefix in iptables commands
* implement Tor support in nft mode
* bugfix: fix spelling for User File Syntax error
* restart service fully (instead of quick reload) for OpenVPN interface events, as
the order/number of supported interfaces
* more verbose output (showing handles) of status in nft mode
* improve `icmp_interface`, `ignored_interface`, `supported_interface` validation
regexes
* improve `interface`, validation regex
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
cdfff4a69327a3ed5f4f455090b4908c3df17dd1)
Tianling Shen [Wed, 26 Apr 2023 03:35:19 +0000 (11:35 +0800)]
librespeed-go: update file permissions for ujail
This fixes "permission denied" error when access files as a normal user.
Reported-by: Anya Lin <hukk1996@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
42d340bce0106538888f9e942dc3dd6f7f9e62ff)
Dirk Brenken [Fri, 28 Apr 2023 10:07:06 +0000 (12:07 +0200)]
banip: update 0.8.4-2
* fix domain lookup function (parse banIP config vars)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
16acda226255748c0501d64dd317ef0a844660f3)
Dirk Brenken [Sun, 23 Apr 2023 20:03:09 +0000 (22:03 +0200)]
banip: release 0.8.4-1
* add support for a custom feeds file (/etc/banip/banip.custom.feeds). Add new or edit existing banIP feeds on your own with the integrated custom feed editor (LuCI-component
* add a new option 'ban_blockpolicy' to overrule the default bblock policy (block all chains), see readme for details
* change the feed file format and add a new ipthreat feed, see readme
* refine (debug) logging
* multiple small fixes and improvements
* readme update
* luci update (separate commit)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c5d9b3ded28e13d34ae522179da609b2406f5cd8)
Josef Schlehofer [Mon, 24 Apr 2023 17:25:31 +0000 (19:25 +0200)]
Merge pull request #20866 from jefferyto/newt-0.52.23-openwrt-22.03
[openwrt-22.03] newt: Update to 0.52.23
Jeffery To [Mon, 17 Apr 2023 11:59:42 +0000 (19:59 +0800)]
newt: Update to 0.52.23
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
ce086321a0d39c19f8ac62c9293225663be8cb5e)
Josef Schlehofer [Sun, 23 Apr 2023 18:57:18 +0000 (20:57 +0200)]
Merge pull request #20843 from jefferyto/obfs4proxy-0.0.14-openwrt-22.03
[openwrt-22.03] obfs4proxy: Update to 0.0.14
Tianling Shen [Tue, 18 Apr 2023 20:11:52 +0000 (04:11 +0800)]
dnsproxy: Update to 0.49.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
9ff57568f5ddd586eecf7861a62181f7014b916c)
Tianling Shen [Thu, 13 Apr 2023 16:24:48 +0000 (00:24 +0800)]
dnsproxy: Update to 0.49.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
e43676a92f20301f613b22f04968589a280cf9be)
Tianling Shen [Tue, 18 Apr 2023 20:12:30 +0000 (04:12 +0800)]
xray-core: Update to 1.8.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
c1019c64ea8642b72137f23154aa5e80cb2c3b03)
Tianling Shen [Mon, 17 Apr 2023 15:27:11 +0000 (23:27 +0800)]
v2ray-core: Update to 5.4.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
8674af1b0aee3f623566aadf0099a6c5fbca6cfd)
Jeffery To [Mon, 17 Apr 2023 14:05:51 +0000 (22:05 +0800)]
obfs4proxy: Update to 0.0.14
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
0759341cd8bbc28a499a1098889be108ef91612f)
Stan Grishin [Tue, 18 Apr 2023 03:58:45 +0000 (21:58 -0600)]
Merge pull request #20741 from stangri/openwrt-22.03-curl
[22.03] curl: update to 8.0.1
Michael Heimpold [Mon, 17 Apr 2023 04:46:39 +0000 (06:46 +0200)]
Merge pull request #20816 from mhei/php8-update-to-8.1.18
[22.03] php8: update to 8.1.18
Luiz Angelo Daros de Luca [Mon, 10 Apr 2023 20:30:27 +0000 (17:30 -0300)]
ruby: update to 3.0.6
This release includes security fixes. Please check the topics below for
details.
- CVE-2023-28755: ReDoS vulnerability in URI
- CVE-2023-28756: ReDoS vulnerability in Time
This release also includes some bug fixes. See the
https://github.com/ruby/ruby/releases/tag/v3_0_6 for further details.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
John Audia [Sat, 15 Apr 2023 16:34:04 +0000 (19:34 +0300)]
htop: update to 3.2.2
Build-tested: x86/64
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit
3482ea24e43aafc23b8d26a6de90c13d2244f67e)
Michael Heimpold [Sat, 15 Apr 2023 13:57:32 +0000 (15:57 +0200)]
php8: update to 8.1.18
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Jeffery To [Fri, 14 Apr 2023 07:45:00 +0000 (15:45 +0800)]
Merge pull request #20805 from
1715173329/g1198
[openwrt-22.03] golang: Update to 1.19.8
Josef Schlehofer [Thu, 13 Apr 2023 22:50:02 +0000 (00:50 +0200)]
Merge pull request #20798 from gstrauss/lighttpd-1.4.69-1-openwrt-22.03
lighttpd: update to lighttpd 1.4.69 release hash - backport to openwrt 22.03
Tianling Shen [Thu, 13 Apr 2023 16:33:25 +0000 (00:33 +0800)]
golang: Update to 1.19.8
Included fixes for:
- CVE-2023-24534
- CVE-2023-24536
- CVE-2023-24537
- CVE-2023-24538
Refreshed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Glenn Strauss [Sun, 12 Feb 2023 05:29:06 +0000 (00:29 -0500)]
lighttpd: update to lighttpd 1.4.69 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
8f2fbf093a42040dcc226dee4fcd493a215645ed)
Glenn Strauss [Sat, 21 Jan 2023 01:13:39 +0000 (20:13 -0500)]
lighttpd: remove patch included upstream
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
c5297aca299524a0a2e44a40eebc85f06133784d)
Glenn Strauss [Sat, 21 Jan 2023 01:07:36 +0000 (20:07 -0500)]
lighttpd: add lighttpd-mod-webdav_min package
add lighttpd-mod-webdav_min package alternative to lighttpd-mod-webdav
lighttpd-mod-webdav_min is more minimal than full lighttpd-mod-webdav.
lighttpd-mod-webdav_min does not support PROPPATCH, LOCK, UNLOCK, and
by not supporting those methods, removes dependencies on libxml2,
libsqlite3, and libuuid.
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
ed6fe528c1efc549891144967eefe51a73999511)
Glenn Strauss [Wed, 4 Jan 2023 02:19:46 +0000 (21:19 -0500)]
lighttpd: collect mods now built into lighttpd exe
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
85279b49ceeb411f98623e6febef48b83f04813b)
Glenn Strauss [Tue, 3 Jan 2023 22:54:07 +0000 (17:54 -0500)]
lighttpd: fix meson build
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
74d26813f744ebdc195fb3fbe9b2cd5e8169b2a3)
Glenn Strauss [Tue, 3 Jan 2023 18:09:52 +0000 (13:09 -0500)]
lighttpd: remove patch included upstream
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
66001d5a91087dec6ff9e620b995beaff60506d7)
Glenn Strauss [Tue, 3 Jan 2023 17:52:02 +0000 (12:52 -0500)]
lighttpd: update to lighttpd 1.4.68 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
6383ae9407280df7f2ac29065bfe22d7bca73ed7)
Glenn Strauss [Thu, 24 Nov 2022 07:18:09 +0000 (02:18 -0500)]
lighttpd: modify build cmd for type: feature opts
modify build command for meson type: feature options
remove -Dwith_libev=disabled (option no longer has any effect)
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
4a3b62a92ab21bb6ae373dbbbfc1c5eb16ebc3f5)
Glenn Strauss [Wed, 30 Nov 2022 05:21:49 +0000 (00:21 -0500)]
lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1
add lighttpd-mod-rrdtool dependency on rrdtool1
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
9f299e881ba7ae665d5251d1e4c8a9585b039911)
Glenn Strauss [Wed, 30 Nov 2022 04:32:44 +0000 (23:32 -0500)]
lighttpd: lighttpd-1.4.67-4
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
a09dbfcf976f8d0c0247f068945dbd321e314bf8)
Glenn Strauss [Thu, 6 Oct 2022 08:32:04 +0000 (04:32 -0400)]
lighttpd: document crypto lib options in Makefile
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit
43741e748f8569be4aaf3ba3a99867eef32c74e4)
Tianling Shen [Wed, 12 Apr 2023 19:15:49 +0000 (03:15 +0800)]
cloudflared: Update to 2023.4.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
62fdfb827893a221975379a66ae30fa37396a4d8)
Julien Malik [Sun, 26 Mar 2023 20:55:00 +0000 (22:55 +0200)]
borgbackup: bump to 1.2.4
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
(cherry picked from commit
45a3afbfb771f43c39051916c6e920482d25fd09)
Julien Malik [Tue, 7 Feb 2023 22:34:10 +0000 (23:34 +0100)]
borgbackup: add missing dependencies
The initial package submission was missing
some required and optional dependencies
due to lack of testing on a system without any python
related packages pre-installed.
Some optional but highly recommended dependencies
were discovered with the stdlib module as described in:
https://github.com/openwrt/packages/blob/
392a68e24774294590abf9c08ea1832f2cee190d/lang/python/README.md
Fixes #20441
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
(cherry picked from commit
1f25be97b6c73691ec5a00a9deb9a7456e59be8c)
Dirk Brenken [Wed, 12 Apr 2023 13:31:31 +0000 (15:31 +0200)]
banip: update 0.8.3-2
* more init fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
d178bf5d35417141a201e9ada7d04e912e4d2d7d)
Dirk Brenken [Thu, 6 Apr 2023 17:37:28 +0000 (19:37 +0200)]
banip: release 0.8.3-1
* add the new init command 'lookup', to lookup the IPs of domain names in the local lists and update them
* significant acceleration of the domain lookup function
* multiple small fixes and improvements
* readme update
* luci update (separate commit)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c07fae25e70a159b48154fadcb3fcb3fd4f73ef1)
Hannu Nyman [Wed, 12 Apr 2023 14:23:48 +0000 (17:23 +0300)]
Merge pull request #20791 from hnyman/apinger2203
Apinger: backport apinger-rrd and the procd conversion to 22.03
Tianling Shen [Sun, 9 Apr 2023 19:48:23 +0000 (03:48 +0800)]
v2raya: Update to 2.0.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
23e134816688793d42cc52ad78a9fc65f4e6d3bc)
Jaymin Patel [Mon, 10 Apr 2023 18:26:43 +0000 (21:26 +0300)]
apinger: add rrd graph support
- add package apinger-rrd for RRD graphs
- add RPC to get an overview and update graphs
- fix interface hotplug to restart apinger instance
- add patch to split alarms list in the status
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
(cherry picked from commit
4281b7639c79ece68b50031f37ee8c693f32b4ef)
Jaymin Patel [Mon, 10 Apr 2023 18:23:25 +0000 (21:23 +0300)]
apinger: improve uci and procd support
- convert apinger into procd instances
- generate instance specific apinger.conf from uci
- hotplug handling for apinger alarms
- restart apinger interface instance on ifup action of interface
- don't exit on packet count mismatch, allows to use apinger as monitor
for multiple targets handling
- add srcip option to target configuration, allows specifying source ip
used to monitor target
- allow creating status file in script parseable format
Patches are ported against latest version of apinger and referenced from
https://git.pld-linux.org/?p=packages/apinger.git;a=summary
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
(cherry picked from commit
e4e3206f3283e673bfac717e00332deb8dd2c079)
Ryan Shi [Mon, 10 Apr 2023 18:13:13 +0000 (21:13 +0300)]
rrdtool: update PKG_SOURCE_URL
Signed-off-by: Ryan Shi <qweaszxcdf@users.noreply.github.com>
(cherry picked from commit
164e0257e7c079b06e5d862cbc31e1f11ac651cb)
Tianling Shen [Thu, 6 Apr 2023 10:49:30 +0000 (18:49 +0800)]
dnsproxy: Update to 0.48.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
04d5fa8dfc92047e2875db39ff10256d4b0aed12)
Tianling Shen [Mon, 3 Apr 2023 10:29:41 +0000 (18:29 +0800)]
yq: Update to 4.33.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
0b255830e9b33c4848c4ee65419ca3755baf883f)
Hannu Nyman [Wed, 5 Apr 2023 17:41:25 +0000 (20:41 +0300)]
nano: make nanorc world readable
If file /etc/nanorc is readable by everyone, "default" settings
are available for users as well without necessarily requiring
their own customized .nanorc in their home directory. Or if
they want one, but want it to be based on system's default
nanorc, they can copy it from /etc - without chmodding
file, it is in-accessible for users.
Suggested-by: Oskari Rauta <oskari.rauta@gmail.com>
[switched approach to use INSTALL_DATA]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
76d02f933f006fb854c03fa1738ed795acc32e50)
Vladimir Ulrich [Thu, 8 Dec 2022 14:28:30 +0000 (17:28 +0300)]
zoneinfo: updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit
23e6200e4d0a435915ab4ef9700a7297e89b68b3)
(cherry picked from commit
0ff1a8666be7cc3ebde5838c4b166a2438f87567)
Stan Grishin [Mon, 3 Apr 2023 21:20:31 +0000 (21:20 +0000)]
simple-adblock: implement curl_additional_param compressed_cache_dir
* curl_additional_param: to pass additional parameters (like proxy) to curl
* compressed_cache_dir: where to store compressed cache in non-volitile memory
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
549a66bbfab309af9564200877f6f478a86f06ad)
Hirokazu MORIKAWA [Sat, 1 Apr 2023 00:22:22 +0000 (09:22 +0900)]
node: bump to v16.20.0
Description:
Update to v16.20.0
Fixed a bug with system-icu.
Fixed a bug when selecting arm-fpu for vfpv3-d16.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Dirk Brenken [Thu, 30 Mar 2023 18:13:21 +0000 (20:13 +0200)]
banip: update to 0.8.2-6
* restored some accidently removed init stuff in last commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
692fe359a9afab6a388907491f0169e155b9e0cd)
Dirk Brenken [Thu, 30 Mar 2023 16:00:15 +0000 (18:00 +0200)]
banip: update to 0.8.2-5
* fixed missing version number when installed as separate package (not in build)
* fixed cornercase init and mailing issues
* sorted Country list by country names ascending
* fixed some shellcheck findings
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c9bf92c88d771cf4e3bbe851c271f641ff1a0957)
Tianling Shen [Mon, 27 Mar 2023 11:43:11 +0000 (19:43 +0800)]
yq: Update to 4.33.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
e2cf4fa9a119076d23f26e3803247b5d83c71547)
Tianling Shen [Sun, 26 Mar 2023 19:34:06 +0000 (03:34 +0800)]
dnsproxy: Update to 0.48.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
1ac880fb12264144aedcb756ba0763626598a25a)
Tianling Shen [Mon, 20 Mar 2023 17:33:22 +0000 (01:33 +0800)]
dnsproxy: Update to 0.48.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
e5395396bd34c8eba0e01529fe01637e4468e401)
Tianling Shen [Tue, 21 Feb 2023 07:57:38 +0000 (15:57 +0800)]
dnsproxy: Update to 0.48.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
dbf66a3ae51a3b657ebf4c8be79780109ee4d694)
Ray Wang [Wed, 22 Mar 2023 13:51:35 +0000 (21:51 +0800)]
natmap: update to
20230322
Signed-off-by: Ray Wang <r@hev.cc>
(cherry picked from commit
feccbf86124724d30e2e95773c4defb01b6b5732)
Stan Grishin [Sun, 26 Mar 2023 20:23:19 +0000 (20:23 +0000)]
curl: update to 8.0.1
* https://curl.se/changes.html#8_0_1
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
5640b7c94a6b90a2563c072b6080793f5fd86a1c)
Dirk Brenken [Sun, 26 Mar 2023 20:52:05 +0000 (22:52 +0200)]
banip: update to 0.8.2-4
* fixed a race condition if the service is in a disabled state
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
6b1df72e64628dbeb68a2b5fd2cfb68db87a2d2f)
Dirk Brenken [Wed, 22 Mar 2023 18:15:01 +0000 (19:15 +0100)]
banip: update to 0.8.2-3
* raise max. timeouts from 10 to 30 seconds to stabilize the autodetection on slow hardware
* made interface trigger action configurable, set 'ban_triggeraction' accordingly (default: 'start')
* made E-Mail notifications configurable to receive status E-Mais with every banIP run,
set 'ban_mailnotification' accordingly (default: disabled)
* small fixes & optimizations
* readme update
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
1f5bc3f0f143536892302da6a1436e235e860a54)
Tianling Shen [Sun, 12 Mar 2023 09:19:14 +0000 (17:19 +0800)]
sqlite3: Update to 3.41.1
Removed `SQLITE3_JSON1` option as it was dropped by upstream.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
a7dfb006fe7478841e9a0f81ea594ab1a2fb04bf)
Dirk Brenken [Mon, 20 Mar 2023 19:27:19 +0000 (20:27 +0100)]
adblock: update to 4.1.5-7
* fix cornercase issue with duplicate entries in black- and whitelist
* change cpbl source URL
* firewall redirects now blocks IPv4 and IPv6 (set family to "any")
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
a4b9697684ad13e9c60e22a830c5d5c28bd5e9ad)
Tianling Shen [Mon, 20 Mar 2023 07:25:35 +0000 (15:25 +0800)]
yq: Update to 4.32.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
65dc683efe329a13afdc632150f886b88d7f5edf)
Tianling Shen [Mon, 20 Mar 2023 07:25:04 +0000 (15:25 +0800)]
cloudflared: Update to 2023.3.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
67c26190089c99367140de63f1b1ba188567569d)
Tianling Shen [Sat, 18 Mar 2023 15:13:26 +0000 (23:13 +0800)]
v2raya: Update to 2.0.4
- Added TproxyNotSkipBr flag for OpenWrt.
- Removed all upstreamed patches.
- Removed deprecated option.
- Re-enable ipv6/nftables auto-detect.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
5062779dc79091d63929d44b6354e1cbefa2e8f5)
Dirk Brenken [Sun, 19 Mar 2023 18:31:19 +0000 (19:31 +0100)]
Merge pull request #20682 from dibdot/banIP
[22.03] banip: push 0.8.2-2 to stable branch
Dirk Brenken [Fri, 17 Mar 2023 17:08:37 +0000 (18:08 +0100)]
banip: push 0.8.2-2 to stable branch
* banIP is now nft/fw4 compatible and has been successfully tested by many 22.03 users.
Signed-off-by: Dirk Brenken <dev@brenken.org>
Florian Eckert [Fri, 17 Mar 2023 15:29:51 +0000 (16:29 +0100)]
Merge pull request #20678 from TDT-AG/pr/
20220416-openwrt-22.3-strongswan-cves
strongswan: backport CVE fix
Tianling Shen [Mon, 13 Mar 2023 08:40:57 +0000 (16:40 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
4dd80ed51995ca9e8047003ada33fc98cb9ec57d)
Tianling Shen [Mon, 13 Mar 2023 08:39:10 +0000 (16:39 +0800)]
xray-core: Update to 1.8.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
0e96d2f862a67763f0809c80aa5990a5bfbe23fc)
Florian Eckert [Wed, 15 Mar 2023 07:19:50 +0000 (08:19 +0100)]
strongswan: add fix for CVE-2022-40617
Full details of the CVE can be found at the following link:
https://www.strongswan.org/blog/2022/10/03/strongswan-vulnerability-(cve-2022-40617).html
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Josef Schlehofer [Thu, 16 Mar 2023 12:54:00 +0000 (13:54 +0100)]
Merge pull request #20612 from paper42/22-yt-dlp-2023.3.4
[22.03] yt-dlp: update to 2023.3.4
Josef Schlehofer [Thu, 16 Mar 2023 08:32:47 +0000 (09:32 +0100)]
Merge pull request #20675 from jefferyto/golang-1.19.7-openwrt-22.03
[openwrt-22.03] golang: Update to 1.19.7
Michael Heimpold [Thu, 16 Mar 2023 06:30:23 +0000 (07:30 +0100)]
Merge pull request #20666 from mhei/22.03-php8-update-8.1.16
[22.03] php8: update to 8.1.16
Jeffery To [Tue, 14 Mar 2023 06:23:35 +0000 (14:23 +0800)]
golang: Update to 1.19.7
Includes fix for CVE-2023-2453 (crypto/elliptic: specific unreduced
P-256 scalars produce incorrect results).
This also includes makefile updates for Go 1.19.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
8677ed11e30b78de526dfacca58f24e041ff7833)
Stijn Tintel [Sun, 5 Mar 2023 16:04:31 +0000 (18:04 +0200)]
miniupnpd: bump to 2.3.3
Fixes: #19637
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit
f7c0e413f4fac6bfc0c2d17b0bb87da359d9479a)
Michael Heimpold [Tue, 14 Mar 2023 20:57:59 +0000 (21:57 +0100)]
php8: update to 8.1.16
This fixes:
- CVE-2023-0567
- CVE-2023-0568
- CVE-2023-0662
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sun, 27 Nov 2022 23:38:44 +0000 (15:38 -0800)]
gphoto2: fix compilation with BUILD_NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
b90f1b5ad1d3bf8497d76b27f04a537f693e88a4)
Stan Grishin [Sat, 11 Mar 2023 22:59:25 +0000 (15:59 -0700)]
Merge pull request #20646 from stangri/openwrt-22.03-simple-adblock
[22.03] simple-adblock: update init file and config
Stan Grishin [Sat, 11 Mar 2023 22:58:32 +0000 (15:58 -0700)]
Merge pull request #20541 from stangri/openwrt-22.03-curl
[22.03] curl: update to 7.88.1
Etienne Champetier [Sat, 11 Mar 2023 19:54:05 +0000 (20:54 +0100)]
Merge pull request #20649 from champtar/mv88e6xxx_dump_update_2203
[22.03] mv88e6xxx_dump: update to 2023.03.08
Etienne Champetier [Sat, 11 Mar 2023 19:17:19 +0000 (14:17 -0500)]
mv88e6xxx_dump: update to 2023.03.08
This fixes 2 issues where mv88e6xxx_dump was displaying
data incorrectly for --vtu and --global2
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit
2bf3832193fdfe86e948f35fcc08b3ea5a341562)
Stan Grishin [Sat, 11 Mar 2023 10:43:48 +0000 (10:43 +0000)]
simple-adblock: update init file and config
* move network.sh and jshn.sh includes into load_validate_config function
to prevent errors when adding the package to image with the Image Builder
* add @bongochong compressed domains block-list to the config
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
35f4830de79f332dd532fcb26e704d1356f99c94)
S. Brusch [Sat, 25 Feb 2023 16:53:18 +0000 (17:53 +0100)]
crowdsec: update to 1.4.6
Update crowdsec to latest upstream release version 1.4.6
Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma GĂ©rald <gandalf@gk2.net>
Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.3
Van Waholtz [Wed, 8 Mar 2023 07:47:26 +0000 (15:47 +0800)]
frp: update to 0.48.0
Changelog: https://github.com/fatedier/frp/releases/tag/v0.48.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
(cherry picked from commit
4f8874f636f39928a71da053103eefc70e71d0de)
Van Waholtz [Thu, 16 Feb 2023 02:21:20 +0000 (10:21 +0800)]
frp: update to 0.47.0
A restart is only required if `$conf_file` has been modified.
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
(cherry picked from commit
8fcc48c339060b6652f6093278c8a74b0c7ca542)
Tianling Shen [Fri, 3 Mar 2023 03:50:29 +0000 (11:50 +0800)]
v2raya: switch to use nftables
Backport a pending PR to add nftables support.
Upstream PR: https://github.com/v2rayA/v2rayA/pull/805
As nftables merged ipv4/ipv6 support into a single command, so simply
enable ipv6 support by default.
While at it, backport a upstreamed fix for simple-obfs plugin.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
41987abc8406775c88538cac2377d4b82875d0af)
Tianling Shen [Mon, 6 Mar 2023 05:17:51 +0000 (13:17 +0800)]
perl-ack: Update to 3.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
26b92db22c9a051447ee445acaa11a795fb35a4e)
(cherry picked from commit
de085a237a63f37695b6f1758eee3759861104ba)
Tianling Shen [Tue, 21 Feb 2023 07:57:28 +0000 (15:57 +0800)]
v2ray-core: Update to 5.4.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
d40efc08119d1bb79313fda252e4450fb114615a)