feed/packages.git
11 months agopython3-dbus-fast: bump version to 2.20.0
Quintin Hill [Mon, 11 Dec 2023 23:19:59 +0000 (23:19 +0000)]
python3-dbus-fast: bump version to 2.20.0

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
(cherry picked from commit ca2171c00584bdf7448b2a754ba5b5a4431de0f2)

11 months agoMerge pull request #22875 from stangri/openwrt-23.05-https-dns-proxy
Stan Grishin [Mon, 11 Dec 2023 22:46:04 +0000 (15:46 -0700)]
Merge pull request #22875 from stangri/openwrt-23.05-https-dns-proxy

[23.05] https-dns-proxy: only restart firewall when needed

11 months agohttps-dns-proxy: only restart firewall when needed 22875/head
Stan Grishin [Mon, 11 Dec 2023 13:18:21 +0000 (13:18 +0000)]
https-dns-proxy: only restart firewall when needed

* only restart firewall when needed

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 8b6635bae9717babbc3dcf1347cf4727fc15f9bd)

11 months agoMerge pull request #22864 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Mon, 11 Dec 2023 10:40:49 +0000 (03:40 -0700)]
Merge pull request #22864 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: better allow-listing

11 months agoadblock-fast: better allow-listing 22864/head
Stan Grishin [Mon, 11 Dec 2023 00:54:17 +0000 (00:54 +0000)]
adblock-fast: better allow-listing

* improve allow-listing reliability by running sed from the script-file
  instead of the command-line
* fix user for smartdns files ownership

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 693287e9610b379111b1c2a5a7589a576a8ce663)

11 months agoMerge pull request #22854 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Sun, 10 Dec 2023 20:54:50 +0000 (13:54 -0700)]
Merge pull request #22854 from stangri/openwrt-23.05-adblock-fast

adblock-fast: bugfix: block domains from config when not using block-lists

11 months agoupmpdcli: Update to 1.8.6
Tianling Shen [Sat, 25 Nov 2023 06:56:20 +0000 (14:56 +0800)]
upmpdcli: Update to 1.8.6

Removed upstreamed patch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c438a1605215c449027d97cb1628e20a119c91da)

11 months agolibupnpp: Update to 0.24.1
Tianling Shen [Sat, 25 Nov 2023 07:23:18 +0000 (15:23 +0800)]
libupnpp: Update to 0.24.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 8facff466be9354d0376dc587237dec03d0cff64)

11 months agolibnpupnp: Update to 5.1.2
Tianling Shen [Sat, 25 Nov 2023 07:20:54 +0000 (15:20 +0800)]
libnpupnp: Update to 5.1.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 24b4173030329622f12d4955de2023608b02dfa4)

11 months agoupmpdcli: update to 1.8.4
Rosen Penev [Thu, 16 Nov 2023 21:00:19 +0000 (13:00 -0800)]
upmpdcli: update to 1.8.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 303b7b665c5f2aa177d1c4ebbc4346eafd51809b)

11 months agolibupnpp: update to 0.24.0
Rosen Penev [Thu, 16 Nov 2023 19:49:27 +0000 (11:49 -0800)]
libupnpp: update to 0.24.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit f53100b69e775caa01a53e48308e95b823fabfdc)

11 months agolibnpupnp: update to 5.1.1
Rosen Penev [Thu, 16 Nov 2023 19:46:09 +0000 (11:46 -0800)]
libnpupnp: update to 5.1.1

Build with meson. Faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 36360b7406e3fe62b38d45990689bb524c8d5603)

11 months agoadblock-fast: bugfix: block domains from config when not using block-lists 22854/head
Stan Grishin [Sun, 10 Dec 2023 02:49:51 +0000 (02:49 +0000)]
adblock-fast: bugfix: block domains from config when not using block-lists

* remove empty lines from the combined list to allo optimization code
  to work properly

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 1914114ed39f29c8dd81305969741f7636254280)

11 months agoMerge pull request #22851 from hnyman/irqfix
Hannu Nyman [Sat, 9 Dec 2023 09:27:20 +0000 (11:27 +0200)]
Merge pull request #22851 from hnyman/irqfix

[23.05] irqbalance: Fix log spam and correct meson version

11 months agoirqbalance: Fix log spam and correct meson version 22851/head
Hannu Nyman [Sat, 9 Dec 2023 09:00:33 +0000 (11:00 +0200)]
irqbalance: Fix log spam and correct meson version

Irqbalance 1.9.3 changed the handling of certain errors.
Specifically EINVAL, trying to set an invalid CPU core,
was changed to be a temporary error, causing log spam from
repeated balancing runs in some devices. See log and strace below.
Mark EINVAL as permanent.

Also correct the version in our own meson.build patch.

Log and strace:

Sat Dec  9 10:17:27 2023 daemon.warn irqbalance: Cannot change IRQ 48 affinity: Invalid argument

open("/proc/irq/48/smp_affinity", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ed9000
ioctl(6, TIOCGWINSZ, 0xbeb134e8)        = -1 ENOTTY (Not a tty)
writev(6, [{iov_base="00000001", iov_len=8}, {iov_base=NULL, iov_len=0}], 2) = -1 EINVAL (Invalid argument)
close(6)                                = 0
munmap(0xb6ed9000, 4096)                = 0
clock_gettime64(CLOCK_REALTIME, {tv_sec=1702109847, tv_nsec=340549081}) = 0
sendto(5, "<28>Dec  9 08:17:27 irqbalance: "..., 80, 0, NULL, 0) = 80
writev(1, [{iov_base="Cannot change IRQ 48 affinity: I"..., iov_len=47}, {iov_base="\n", iov_len=1}], 2Cannot change IRQ 48 affinity: Invalid argument
) = 48

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
11 months agodnsproxy: Update to 0.60.0
Tianling Shen [Fri, 8 Dec 2023 16:57:41 +0000 (00:57 +0800)]
dnsproxy: Update to 0.60.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 3a708afd04cfa297b3749734f5f46a334a831732)

11 months agoyq: Update to 4.40.4
Tianling Shen [Tue, 5 Dec 2023 11:02:35 +0000 (19:02 +0800)]
yq: Update to 4.40.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a18841e459195bd6ef27eb1062208f0df97b1d33)

11 months agorclone: Update to 1.65.0
Tianling Shen [Tue, 5 Dec 2023 11:02:27 +0000 (19:02 +0800)]
rclone: Update to 1.65.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ac17302410dfa0958494b004e07d427cad7dd9cf)

11 months agov2raya: update to 2.2.4.3
Tianling Shen [Tue, 5 Dec 2023 11:01:25 +0000 (19:01 +0800)]
v2raya: update to 2.2.4.3

Switched back to tar.gz archive to avoid potential permission issue.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 255e244980abf8c028d8ec72e3a15eddc3b63235)

11 months agopython-cryptography: Update to 41.0.7
Jeffery To [Mon, 4 Dec 2023 06:21:20 +0000 (14:21 +0800)]
python-cryptography: Update to 41.0.7

41.0.6 included a fix for CVE-2023-49083 (loading certificates from a
PKCS#7 bundle could lead to a null-pointer-dereference and segfault).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 5f829ad1625901054c75eee0cd6bc970f57e04b7)

11 months agopython-cryptography: Update to 41.0.5
Jeffery To [Tue, 31 Oct 2023 03:53:33 +0000 (11:53 +0800)]
python-cryptography: Update to 41.0.5

This also adds a CPE ID for the package and updates the test.sh script
to use an assert.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit c4a223ed8714d43a6e06d9c675447281f8c50127)

11 months agoMerge pull request #22840 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Fri, 8 Dec 2023 06:08:40 +0000 (23:08 -0700)]
Merge pull request #22840 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: bugfixes: getsize/resolver

11 months agoadblock-fast: bugfixes: getsize/resolver 22840/head
Stan Grishin [Fri, 8 Dec 2023 02:41:44 +0000 (02:41 +0000)]
adblock-fast: bugfixes: getsize/resolver

* do not use standalone grep-package dependent syntax to get the remote
  file size
* various bugfixes to prevent attempts to change/commit if dnsmasq/smartdns
  are not installed

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 496d9b71ab83b1cfcc8c71c894de432ff841616c)

11 months agoMerge pull request #22808 from jefferyto/ci-fix-helper-openwrt-23.05
Tianling Shen [Thu, 7 Dec 2023 18:58:27 +0000 (02:58 +0800)]
Merge pull request #22808 from jefferyto/ci-fix-helper-openwrt-23.05

[openwrt-23.05] CI: Fix CI_HELPER

11 months agoiperf3-mt: remove package
Jonas Jelonek [Fri, 1 Dec 2023 21:41:35 +0000 (22:41 +0100)]
iperf3-mt: remove package

This package was intended to provide the experimental multithreading
support for iperf3. With the update to 3.16, multithreading is available
in mainline iperf3. Thus, remove this package.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
(cherry picked from 4fb1bdc86c)

11 months agoiperf3: update to 3.16
Jonas Jelonek [Fri, 1 Dec 2023 21:37:39 +0000 (22:37 +0100)]
iperf3: update to 3.16

notable changes:
- multithreading support

changelog: https://github.com/esnet/iperf/releases/tag/3.16

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
(cherry picked from bdb6d2a37f)

11 months agofail2ban: Fix compatibility with Python 3.11
Jeffery To [Fri, 24 Nov 2023 07:21:26 +0000 (15:21 +0800)]
fail2ban: Fix compatibility with Python 3.11

This backports 2 commits from upstream[1]; the other 3 are not strictly
necessary. One of the patches has been updated to remove a change to a
regex that does not exist in 0.11.2.

[1]: https://github.com/fail2ban/fail2ban/pull/3267

Fixes: https://github.com/openwrt/packages/issues/22736
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 0d9cc4aed202c9126966f7a9e73eaa7f48d51b6b)

11 months agodhtd: udpate to 0.2.6
Moritz Warning [Wed, 6 Dec 2023 17:56:45 +0000 (18:56 +0100)]
dhtd: udpate to 0.2.6

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit 75d5ffd1677d4375996ce4d19de13cf4189c1f5f)

11 months agoMerge pull request #22825 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Wed, 6 Dec 2023 15:40:42 +0000 (08:40 -0700)]
Merge pull request #22825 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: add smartdns ipset/nftset support

11 months agoadblock-fast: add smartdns ipset/nftset support 22825/head
Stan Grishin [Wed, 6 Dec 2023 10:09:02 +0000 (10:09 +0000)]
adblock-fast: add smartdns ipset/nftset support

* bugfix: correct URL to config-update file
* bugfix: check if uci configs exist before chacking for changes
* add support for smartdns ipset-based blocking
* add support for smartfns nftset-based blocking
* disallow non-ascii symbols for smartdns blocking
* add check wherever fw4 restart is needed before calling
  procd_set_config_changed firewall
* improve clean-up code in resolver()
* improve case code for different resolver settings
* modify load_validate_config to allow smartdns.ipset and smartdns.nftset

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 28cd5ecf6e29fedfbd8dfcb63ea5124dac69880c)

11 months agouspot: add package
Thibaut VARÈNE [Tue, 28 Nov 2023 15:47:36 +0000 (16:47 +0100)]
uspot: add package

uspot is an OpenWrt-native captive portal system.

It leverages existing OpenWrt tools such as uhttpd, dnsmasq, firewall4,
ucode, without needing any external kernel module.

It can achieve the maximum performance allowed by nftables (flow
offloading works).

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
(cherry picked from commit e6e8e58ae0ca981a2301f8951f6416be3b74fbe5)

11 months agoAriaNg: bump 1.3.2 to 1.3.6
Ariel Xiong [Sun, 17 Sep 2023 03:12:44 +0000 (11:12 +0800)]
AriaNg: bump 1.3.2 to 1.3.6

    Fix the problem that cannot create new task after clearing checksum option
    Other bug fix and user interface optimization

    Support overriding aria2 global settings with empty content when create new download task (#712)
    Other bug fix and user interface optimization

    Update Traditional Chinese translation (#705, thx @ChiaYen-Kan)
    Other bug fix and user interface optimization

    Add check-integrity to task settings tab (#693, thx @raytrap)
    Fix a spelling mistake (#696, thx @rusq)

     fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files.

Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
(cherry picked from commit 904438be39d2fb80573ab45ce606a20bb4fbe7e1)

11 months agonetbird: update to version 0.24.3
Oskari Rauta [Thu, 30 Nov 2023 09:26:13 +0000 (11:26 +0200)]
netbird: update to version 0.24.3

Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 2dd3b1b17740740096539dfc88be80e2e7bedcba)

11 months agoaardvark-dns: update to version 1.9.0
Oskari Rauta [Thu, 30 Nov 2023 09:16:08 +0000 (11:16 +0200)]
aardvark-dns: update to version 1.9.0

Changelog:
 - update trust-dns to hickory
 - never report an error when the syslog init fails
 - dependency updates

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 88ed83a55b28127e336cd4636362e49a0c2104df)

11 months agonetavark: update to version 1.9.0
Oskari Rauta [Thu, 30 Nov 2023 09:08:23 +0000 (11:08 +0200)]
netavark: update to version 1.9.0

Changes:
 - add firewalld-reload subcommand
 - bridge: force static mac on bridge interface
 - dependency updates
 - numerous fixes to test suite

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit aa3abde67e32e193e4fcc23ff6f27190440a3e94)

11 months agopodman: update to version 4.8.0
Oskari Rauta [Thu, 30 Nov 2023 08:48:04 +0000 (10:48 +0200)]
podman: update to version 4.8.0

Changelog: https://github.com/containers/podman/releases

I also updated containers.conf - it has gotten quite a many new
options. I added crun to depends, every other distribution
seems to ship it with podman, and after all it is a default
OCI Container Runtime for podman anyway and has a super low
footprint, so shouldn't be a problem for anyone running
containers, after all you need some storage for that anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 9ab2b8a04dfe250139799a8e51fc36232c3c4145)

11 months agocrun: update to version 1.12
Oskari Rauta [Thu, 30 Nov 2023 06:36:49 +0000 (08:36 +0200)]
crun: update to version 1.12

Changelog: https://github.com/containers/crun/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit ff51a0b495148ac143deff5bf4e838a144aaeb8d)

11 months agoCI: Fix CI_HELPER 22808/head
Jeffery To [Tue, 28 Nov 2023 05:12:05 +0000 (13:12 +0800)]
CI: Fix CI_HELPER

Commit 18d3c529fa4ab8dafcf6c147cf3cb55792d8ca10 caused CI_HELPER to be
set to "''" (two single quotes), leading to an error when test.sh tries
to source $CI_HELPER.

CI_HELPER is not set anywhere else and not passed into the container
environment, so there is no need to test if it has a value.

This fixes the value of CI_HELPER.

Fixes: 18d3c529fa4a ("github-ci: error on any shell errors")
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 562f5df67fd9436dface35a410e9ce591d9a2894)

11 months agonode: bump to v18.19.0
Hirokazu MORIKAWA [Sat, 2 Dec 2023 23:46:11 +0000 (08:46 +0900)]
node: bump to v18.19.0

Notable Changes
* npm updated to v10
* ESM and customization hook changes
* New node:module API register for module customization hooks; new initialize hook
* import.meta.resolve unflagged
* --experimental-default-type flag to flip module defaults

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 months agopostfix: Fix enabling PCRE support
Felix Matouschek [Mon, 27 Nov 2023 10:12:03 +0000 (11:12 +0100)]
postfix: Fix enabling PCRE support

After the change from PCRE to PCRE2 when enabling POSTFIX_PCRE the
resulting postfix build no longer reports pcre as an available module.
(postfconf -m). This is caused by using the wrong syntax for the
HAS_PCRE build flag (HAS_PCRE2 vs HAS_PCRE=2). This fixes the build flag
to use the correct syntax.

Signed-off-by: Felix Matouschek <felix@matouschek.org>
11 months agoMerge pull request #22773 from stangri/openwrt-23.05-ngtcp2
Stan Grishin [Fri, 1 Dec 2023 19:56:05 +0000 (12:56 -0700)]
Merge pull request #22773 from stangri/openwrt-23.05-ngtcp2

[23.05] ngtcp2: update to 1.1.0

11 months agoMerge pull request #22771 from stangri/openwrt-23.05-nghttp3
Stan Grishin [Fri, 1 Dec 2023 19:55:54 +0000 (12:55 -0700)]
Merge pull request #22771 from stangri/openwrt-23.05-nghttp3

[23.05] nghttp3: update to 1.1.0

11 months agodhtd: update to 0.2.5
Moritz Warning [Sun, 26 Nov 2023 01:05:26 +0000 (02:05 +0100)]
dhtd: update to 0.2.5

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit fd1892ef063de6b952ee28a76641d370c09205d0)

11 months agoxray-core: Update to 1.8.6
Tianling Shen [Sun, 26 Nov 2023 06:22:28 +0000 (14:22 +0800)]
xray-core: Update to 1.8.6

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c0704be027f73c4c7d437a2f3807240b72228a7a)

11 months agonetifyd: Updated to v4.4.7
Darryl Sokoloski [Thu, 10 Aug 2023 15:48:32 +0000 (15:48 +0000)]
netifyd: Updated to v4.4.7

Release notes: https://gitlab.com/netify.ai/public/netify-agent/-/releases/v4.4.7

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
(cherry picked from commit 41c9155a802727a95d4c110752190c2a24611196)

11 months agoexternal-protocol: rename and update cni-protocol
Oskari Rauta [Sun, 19 Nov 2023 03:19:23 +0000 (05:19 +0200)]
external-protocol: rename and update cni-protocol

cni-protocol can be used for both cni and netavark
and also for many other things, such as vpn's that
lack customized protocol supports for openwrt as a
general externally managed protocol, so it was due
to rename it.

I also added one extra option, search domain, which
is optional and updated scripts retrieving ip address
and routing information.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit a0d7e404949170ee6f6307b64c8b14a6488f14d4)

11 months agov2ray-geodata: Update to latest version
Tianling Shen [Sun, 26 Nov 2023 06:25:50 +0000 (14:25 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit e766690d131825d28552b2b5a56243ed8010e721)

11 months agov2ray-geodata: Update to latest version
Tianling Shen [Mon, 16 Oct 2023 09:14:34 +0000 (17:14 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 03a69f84bcf95bf2d54aa8c26814dbfe218e706a)

11 months agov2ray-core: Update to 5.12.1
Tianling Shen [Sun, 26 Nov 2023 06:22:09 +0000 (14:22 +0800)]
v2ray-core: Update to 5.12.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 11913a72cc7d6adf677b7ce932702be07d3cc0eb)

11 months agoyq: Update to 4.40.3
Tianling Shen [Sun, 26 Nov 2023 06:22:03 +0000 (14:22 +0800)]
yq: Update to 4.40.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 5fc95dce02547e8b70d24fe57c6e47447253c5fe)

11 months agodnsproxy: Update to 0.59.1
Tianling Shen [Sun, 26 Nov 2023 06:21:57 +0000 (14:21 +0800)]
dnsproxy: Update to 0.59.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a678f5891200e674792c42bf57799309bd1408be)

11 months agongtcp2: update to 1.1.0 22773/head
Stan Grishin [Mon, 27 Nov 2023 17:45:52 +0000 (17:45 +0000)]
ngtcp2: update to 1.1.0

* Changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.1.0

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 05cf7cff10d39429d8faa3bb05afeb3f09aab13b)

11 months agonghttp3: update to 1.1.0 22771/head
Stan Grishin [Mon, 27 Nov 2023 17:39:36 +0000 (17:39 +0000)]
nghttp3: update to 1.1.0

* Changelog: https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 353bdb9cf08d3921bcae90d75a84665a329501db)

11 months agoirqbalance: update to 1.9.3
Hannu Nyman [Sun, 26 Nov 2023 19:22:08 +0000 (21:22 +0200)]
irqbalance: update to 1.9.3

Update irqbalance to version 1.9.3.
* remove upstreamed patch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit b8298a9b9114b20b1b104e36a40dc5769b26549d)

11 months agoirqbalance: add banned_cpulist option
Hentioe Cl [Sun, 26 Nov 2023 19:21:52 +0000 (21:21 +0200)]
irqbalance: add banned_cpulist option

Configure CPUs to ignore with `IRQBALANCE_BANNED_CPULIST` environment variable

Signed-off-by: Hentioe Cl <meow.i5.br@gmail.com>
[added PKG_RELEASE bump]
(cherry picked from commit e1ff9619a3c6d3ae9f5cf04a3b6ce8d91d45ad83)

11 months agoMerge pull request #22748 from stangri/openwrt-23.05-https-dns-proxy
Stan Grishin [Sun, 26 Nov 2023 00:12:44 +0000 (17:12 -0700)]
Merge pull request #22748 from stangri/openwrt-23.05-https-dns-proxy

[23.05] https-dns-proxy: fix unintentional call of service_stopped in boot()

11 months agoMerge pull request #22754 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Sun, 26 Nov 2023 00:12:12 +0000 (17:12 -0700)]
Merge pull request #22754 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: bugfix: call to missing function

11 months agoadblock-fast: bugfix: call to missing function 22754/head
Stan Grishin [Sat, 25 Nov 2023 20:53:27 +0000 (20:53 +0000)]
adblock-fast: bugfix: call to missing function

* fix call to is_number to is_integer
* improve boot()

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit ffb396bca93ba5675ec0f999cf2dc9397b28e138)

11 months agoddns-scripts: Fix Route53 provider
Max Berger [Mon, 30 Oct 2023 19:14:40 +0000 (20:14 +0100)]
ddns-scripts: Fix Route53 provider

This fixes the Invalid Resource Record: FATAL problem: ARRDATAIllegalIPv4Address error message described in https://forum.openwrt.org/t/route53v1-script-error/160068

Maintainer: @chris5560, @maxberger, @dibdot
Tested: Checked on local system
Signed-off-by: Max Berger <max@berger.name>
(cherry picked from commit 86a620f644ae5a57022bddb6d7ee98a263143a35)

11 months agoddns-scripts: add new DDNS provider ipnodns.ru
Igor Baidasov [Sat, 14 Oct 2023 13:02:21 +0000 (16:02 +0300)]
ddns-scripts: add new DDNS provider ipnodns.ru

Signed-off-by: Igor Baidasov <igorbay@bk.ru>
(cherry picked from commit a80fec48506260f77e1d325e481c664d0e2d731a)

11 months agobanip: update 0.9.2-4
Dirk Brenken [Sat, 25 Nov 2023 07:57:43 +0000 (08:57 +0100)]
banip: update 0.9.2-4

* fix: accidently upload a faulty urlhaus feed regex in the former commit

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit e7979d6b04e761e6b01a4eec7144841da1c8d9da)

11 months agobanip: update 0.9.2-3
Dirk Brenken [Sat, 25 Nov 2023 07:22:42 +0000 (08:22 +0100)]
banip: update 0.9.2-3

* fix the urlhaus regex
* fix a possible init race condition

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 1557ddfe83fb1045237fb882b6a80860726b1d0f)

12 months agohttps-dns-proxy: fix unintentional call of service_stopped in boot() 22748/head
Stan Grishin [Fri, 24 Nov 2023 16:11:57 +0000 (16:11 +0000)]
https-dns-proxy: fix unintentional call of service_stopped in boot()

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 2e9f6c44460a48876cd85cde3557ce373693df6b)

12 months agosing-box: update to 1.6.6
Van Waholtz [Wed, 22 Nov 2023 08:03:40 +0000 (16:03 +0800)]
sing-box: update to 1.6.6

Changes: https://github.com/SagerNet/sing-box/compare/v1.6.0...v1.6.6

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
12 months agorust: Update to 1.74.0
Tianling Shen [Tue, 21 Nov 2023 08:40:43 +0000 (16:40 +0800)]
rust: Update to 1.74.0

- Bumped libc to 0.2.147 to align deps.
- Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 11279e54eda923782b587cf0a55e30e174ad283f)

12 months agoMerge pull request #22741 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Fri, 24 Nov 2023 07:13:40 +0000 (00:13 -0700)]
Merge pull request #22741 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: bufgix: fix boot()

12 months agoMerge pull request #22739 from stangri/openwrt-23.05-https-dns-proxy
Stan Grishin [Fri, 24 Nov 2023 07:13:28 +0000 (00:13 -0700)]
Merge pull request #22739 from stangri/openwrt-23.05-https-dns-proxy

[23.05] https-dns-proxy: bugfix: prevent erros from boot()

12 months agoadblock-fast: bufgix: fix boot() 22741/head
Stan Grishin [Thu, 23 Nov 2023 22:43:25 +0000 (22:43 +0000)]
adblock-fast: bufgix: fix boot()

* fix boot()
* reintroduce procd_boot_delay variable to control delay of service
  start on boot
* introduce `check_lists` command to check enabled block-lists for
  domain(s)
* use config_get_bool instead of config_get for boolean options

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 96ad0ab6fda173b27d9392f7c16d1e9bea327662)

12 months agohttps-dns-proxy: bugfix: prevent erros from boot() 22739/head
Stan Grishin [Thu, 23 Nov 2023 22:38:12 +0000 (22:38 +0000)]
https-dns-proxy: bugfix: prevent erros from boot()

* fixes https://github.com/openwrt/packages/issues/22674
* rename resolver_health_check to is_resolver_running for readability
* reorder functions in the init file by name

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit f519b68401b68f011091e83badadb54a43eae33d)

12 months agohaproxy: update to v2.8.4
Christian Lachner [Mon, 20 Nov 2023 07:07:23 +0000 (08:07 +0100)]
haproxy: update to v2.8.4

- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
12 months agodhtd: update to 0.2.4
Moritz Warning [Sun, 19 Nov 2023 15:48:00 +0000 (16:48 +0100)]
dhtd: update to 0.2.4

* add option to execute a script for each result

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit 0f3a2070dc85fc401efe53270c39e6a1e5437e17)

12 months agoacme-acmesh: Update to 3.0.7
Kevin White [Fri, 17 Nov 2023 07:16:27 +0000 (07:16 +0000)]
acme-acmesh: Update to 3.0.7

Signed-off-by: Kevin White <kwhite@kevbo.org>
12 months agodnsproxy: Update to 0.59.0
Tianling Shen [Sun, 19 Nov 2023 06:38:30 +0000 (14:38 +0800)]
dnsproxy: Update to 0.59.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 1ce0e4c14bb4b0eb95a8ae0b07fc28b3591d47e3)

12 months agotailscale: Update to 1.54.0
Zephyr Lykos [Fri, 17 Nov 2023 06:15:08 +0000 (14:15 +0800)]
tailscale: Update to 1.54.0

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
(cherry picked from commit facf954779284217c1d82f6344d7fa695972bb2e)

12 months agotailscale: Update to 1.52.1
Zephyr Lykos [Fri, 10 Nov 2023 13:40:13 +0000 (21:40 +0800)]
tailscale: Update to 1.52.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
(cherry picked from commit 7e9ed3b117ce5fc1dbd46c19ecde14e4de655056)

12 months agotailscale: Update to 1.50.1
Zephyr Lykos [Fri, 6 Oct 2023 10:55:02 +0000 (18:55 +0800)]
tailscale: Update to 1.50.1

https://github.com/tailscale/tailscale/releases/tag/v1.50.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
(cherry picked from commit 5cd966ca4f44f9c98fe036cc4fd4933b695762bf)

12 months agogummiboot: release bump
Oskari Rauta [Sat, 18 Nov 2023 10:03:38 +0000 (12:03 +0200)]
gummiboot: release bump

Changes:
 - fixes conflicts with EFI headers mentioned in issue #22433

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 339360045328a3338c08dfe39e6105dac886bf4f)

12 months agonetbird: update to version 0.24.2
Oskari Rauta [Sun, 19 Nov 2023 03:36:51 +0000 (05:36 +0200)]
netbird: update to version 0.24.2

Release notes: https://github.com/netbirdio/netbird/releases/tag/v0.24.2

Also fixes issue of not being able to build with musl (>1.2.4)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 7b3d033ab651dd11e0db5fb099d106c9e09a2dc6)

12 months agonetbird: update to 0.23.9
Oskari Rauta [Fri, 13 Oct 2023 13:23:15 +0000 (16:23 +0300)]
netbird: update to 0.23.9

Changelog:
 - Add Pagination for IdP Users Fetch by @bcmmbaga in #1210
 - Rework peer connection status based on the update channel existence by @surik in #1213
 - Fix nil pointer exception in group delete by @pappz in #1211
 - Fix/key backup in config script by @pappz in #1206

Full changelog: https://github.com/netbirdio/netbird/compare/v0.23.8...v0.23.9

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 53dc7146f4623a99b62da5918b3f4ce002697a32)

12 months agonetbird: update to 0.23.6
Oskari Rauta [Sun, 1 Oct 2023 16:40:03 +0000 (19:40 +0300)]
netbird: update to 0.23.6

A lot of changes since previous packaged openwrt version of netbird,
changes available at: https://github.com/netbirdio/netbird/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 1efe76cee40e86153a6369628ab9dd34253369de)

12 months agodhtd: update to 0.2.1
Moritz Warning [Thu, 16 Nov 2023 20:07:28 +0000 (21:07 +0100)]
dhtd: update to 0.2.1

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit 0e863b3f1f02597180d64d91dcfb9b88607969d3)

12 months agodhtd: new package
Moritz Warning [Sun, 12 Nov 2023 16:31:28 +0000 (17:31 +0100)]
dhtd: new package

Co-authored-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit 6dc262aa41bffd74a7f46b2bfd2092d683734bf7)

12 months agocrowdsec: new upstream release version 1.5.5
S. Brusch [Wed, 15 Nov 2023 12:12:17 +0000 (13:12 +0100)]
crowdsec: new upstream release version 1.5.5

Update crowdsec to latest upstream release version 1.5.5

Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Package tested. not able to test run due to limited space (package is big)

Description: update to latest version of upstream
(cherry picked from commit 6ff496d113a69a1a6a55cb0ac0ae46241007dddc)

12 months agoMerge pull request #22670 from jefferyto/freeradius3-fix-pcre-openwrt-23.05
Tianling Shen [Fri, 17 Nov 2023 03:59:01 +0000 (11:59 +0800)]
Merge pull request #22670 from jefferyto/freeradius3-fix-pcre-openwrt-23.05

[openwrt-23.05] freeradius3: Fix build when pcre is present

12 months agoMerge pull request #22668 from commodo/pymysql_sha256_23_05
Jeffery To [Thu, 16 Nov 2023 07:44:37 +0000 (15:44 +0800)]
Merge pull request #22668 from commodo/pymysql_sha256_23_05

[23.05] pymysql: add meta-package for sha256 support

12 months agopymysql: add meta-package for sha256 support 22668/head
Eneas U de Queiroz [Wed, 4 Oct 2023 11:54:15 +0000 (08:54 -0300)]
pymysql: add meta-package for sha256 support

Replace the PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT option, which is
causing circular dependencies, with a meta-package that installs both
python3-pymysql and python3-cryptography.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 79b173a0c5e7cbb610a510ab759af1de488196c5)

12 months agofreeradius3: Fix build when pcre is present 22670/head
Jeffery To [Wed, 15 Nov 2023 09:32:22 +0000 (17:32 +0800)]
freeradius3: Fix build when pcre is present

If pcre is built before freeradius, then freeradius' configure will
detect pcre and freeradius will be built with pcre functionality
enabled. This causes a "missing dependencies" error at the end of
package build.

This passes --without-pcre to configure to disable this autodetection.

This also removes the dependency on libpcre2 as freeradius v3 does not
have support for pcre2.

Fixes: 19ec30255f13 ("freeradius3: switch to pcre2")
Fixes: https://github.com/openwrt/packages/issues/22574
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 92aadf7e4acfaf89ef83b43244027e10f7f80d1f)

12 months agogolang: Update to 1.21.4
Jeffery To [Mon, 13 Nov 2023 08:01:30 +0000 (16:01 +0800)]
golang: Update to 1.21.4

Includes fixes for CVE-2023-45283 and CVE-2023-45284 (path/filepath:
insecure parsing of Windows paths).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 0ebc7159818acf40a8eada46058312d2aff0281d)

12 months agoMerge pull request #22656 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Mon, 13 Nov 2023 21:44:38 +0000 (14:44 -0700)]
Merge pull request #22656 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: bugfix: ensure downloaded block-lists end with newline

12 months agoadblock-fast: bugfix: ensure downloaded block-lists end with newline 22656/head
Stan Grishin [Mon, 13 Nov 2023 10:07:46 +0000 (10:07 +0000)]
adblock-fast: bugfix: ensure downloaded block-lists end with newline

* ensure downloaded block-lists end with newline
* turn free/total RAM checks into functions calls

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 3787b4135584ad2a6510dbd883406d30575dce5c)

12 months agoMerge pull request #22547 from wigyori/openwrt-23.05-riscv
Philip Prindeville [Sun, 12 Nov 2023 18:21:04 +0000 (11:21 -0700)]
Merge pull request #22547 from wigyori/openwrt-23.05-riscv

[23.05] perl: add support for riscv64

12 months agoMerge pull request #22620 from stangri/openwrt-23.05-adblock-fast
Stan Grishin [Fri, 10 Nov 2023 19:48:32 +0000 (12:48 -0700)]
Merge pull request #22620 from stangri/openwrt-23.05-adblock-fast

[23.05] adblock-fast: update to 1.0.1-1

12 months agobanip: update 0.9.2-2
Dirk Brenken [Wed, 8 Nov 2023 14:59:08 +0000 (15:59 +0100)]
banip: update 0.9.2-2

* support backup/restore for remote allowlists
* report the used log variant in status message

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 2411bcffaf273b901e61193b18f1ca7355dc832f)

12 months agobanip: release 0.9.2-1
Dirk Brenken [Sun, 5 Nov 2023 08:19:55 +0000 (09:19 +0100)]
banip: release 0.9.2-1

* the log file monitor now supports standard log files used by other log daemons like syslog-ng
  Set 'ban_logreadfile' accordingly, by default it points to /var/log/messages
* removed logd dependency, closes #21932

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit c4e814074003a1d45bb583e98cac435575e09ca4)

12 months agotang: set the right permissions to keys
Nikos Mavrogiannopoulos [Thu, 9 Nov 2023 19:06:34 +0000 (20:06 +0100)]
tang: set the right permissions to keys

Resolves: #22632

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
12 months agov2raya: Update to 2.2.4.1
Tianling Shen [Mon, 6 Nov 2023 04:04:28 +0000 (12:04 +0800)]
v2raya: Update to 2.2.4.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit eabb6b8a747acb2292b81ff59417310f12e319f7)

12 months agov2ray-core: Update to 5.11.0
Tianling Shen [Mon, 6 Nov 2023 04:01:34 +0000 (12:01 +0800)]
v2ray-core: Update to 5.11.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 56e29ed7daf39b683be49f06cb4bc065b2bdfd35)

12 months agoadblock-fast: update to 1.0.1-1 22620/head
Stan Grishin [Wed, 8 Nov 2023 09:53:06 +0000 (09:53 +0000)]
adblock-fast: update to 1.0.1-1

* update Makefile copyright info
* organize functions shared between the init script, uci-defaults and
  luci app in alphabetical order
* update error, warning and status messaging
* use single quotes instead double quotes for static text labels
* better warning for missing recommended packages
* rename dns function to resolver to better reflect its purpose
* improve resolver cleanup code
* move _resolver_config function inside resolver function to improve code readlibity
* rename _process_file_url to process_file_url_wrapper to better reflect its purpose
* add preflight check for available RAM vs total size of block lists
* move _config_add_url_size function inside adb_sizes function to improve code readlibity
* remove uci validation from status_service function to improve performance
* source init script from uci-defaults to include shared functions

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 11df396a18733111a0801d3967142ec0014b564b)

12 months agoMerge pull request #22611 from mhei/23.05-php8-update-to-8.2.12
Michael Heimpold [Wed, 8 Nov 2023 06:38:31 +0000 (07:38 +0100)]
Merge pull request #22611 from mhei/23.05-php8-update-to-8.2.12

[23.05] php8: update to 8.2.12

12 months agophp8: update to 8.2.12 22611/head
Michael Heimpold [Fri, 27 Oct 2023 05:45:18 +0000 (07:45 +0200)]
php8: update to 8.2.12

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 8d6a63df8ad0b8bdb4073e20774f34ae26791c5d)