feed/packages.git
6 weeks agoxray-core: update to 24.9.30
Milinda Brantini [Thu, 3 Oct 2024 08:25:58 +0000 (16:25 +0800)]
xray-core: update to 24.9.30

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
6 weeks agogo2rtc: initial package
Vladimir Ermakov [Sun, 29 Sep 2024 15:49:14 +0000 (17:49 +0200)]
go2rtc: initial package

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
6 weeks agonetbird: update to 0.30.0
Wesley Gimenes [Sun, 6 Oct 2024 10:06:43 +0000 (07:06 -0300)]
netbird: update to 0.30.0

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
6 weeks agomwan3: add check_quality for httping
William Solichin [Fri, 13 Sep 2024 15:40:05 +0000 (16:40 +0100)]
mwan3: add check_quality for httping

Example output of TRACK_OUTPUT (httping -c 1 -t 1 'http://www.google.co.uk'):

PING www.google.co.uk:80 (/):
connected to 142.250.200.35:80 (654 bytes), seq=0 time=136.58 ms
--- http://www.google.co.uk/ ping statistics ---
1 connects, 1 ok, 0.00% failed, time 1137 ms
round-trip min/avg/max = 136.6/136.6/136.6 ms

Signed-off-by: William Solichin <william.r.solichin@protonmail.com>
6 weeks agoutils/xz: fix license
Fabrice Fontaine [Tue, 1 Oct 2024 17:23:10 +0000 (19:23 +0200)]
utils/xz: fix license

Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:

 The build system contains public domain files, and files that
 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
 in the binaries being built.

Moreover, add 0BSD which is used since version 5.6.0 [2]

[1]: https://github.com/tukaani-project/xz/commit/02ddf09bc3079b3e17297729b9e43f14d407b8fc
[2]: https://github.com/tukaani-project/xz/commit/689e0228baeb95232430e90d628379db89583d71

Fixes: b9e87eeb7deb8b3890415b835c9c69764893c023 (xz: import from old packages feed)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
6 weeks agohaveged: Update to 1.9.19
Hannu Nyman [Sun, 6 Oct 2024 16:33:19 +0000 (19:33 +0300)]
haveged: Update to 1.9.19

Update haveged to version 1.9.19.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 weeks agophp8: update to 8.3.12
Michael Heimpold [Mon, 30 Sep 2024 16:30:48 +0000 (18:30 +0200)]
php8: update to 8.3.12

This fixes:
    - CVE-2024-8925
    - CVE-2024-8926
    - CVE-2024-8927
    - CVE-2024-9026

Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.3.12

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 weeks agonetbird: update to 0.29.4
Wesley Gimenes [Thu, 3 Oct 2024 00:48:45 +0000 (21:48 -0300)]
netbird: update to 0.29.4

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
6 weeks agonetbird: update to 0.29.3
Wesley Gimenes [Thu, 3 Oct 2024 00:47:11 +0000 (21:47 -0300)]
netbird: update to 0.29.3

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
6 weeks agonetbird: update to 0.29.2
Wesley Gimenes [Tue, 17 Sep 2024 19:30:20 +0000 (16:30 -0300)]
netbird: update to 0.29.2

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
6 weeks agohev-socks5-server: update to 2.6.8
Ray Wang [Sun, 6 Oct 2024 02:12:40 +0000 (10:12 +0800)]
hev-socks5-server: update to 2.6.8

Signed-off-by: Ray Wang <r@hev.cc>
6 weeks agolibxslt: update to 1.1.42
Rosen Penev [Sat, 5 Oct 2024 19:21:57 +0000 (12:21 -0700)]
libxslt: update to 1.1.42

Fixes compilation with newer libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 weeks agometa: VS Code: Git: Always Sign Off
Andrey Butirsky [Wed, 25 Sep 2024 18:34:48 +0000 (18:34 +0000)]
meta: VS Code: Git: Always Sign Off

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
7 weeks agodnsdist: update to 1.9.7
Peter van Dijk [Fri, 4 Oct 2024 07:46:16 +0000 (09:46 +0200)]
dnsdist: update to 1.9.7

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
7 weeks agojool: add hotplug script to disable fraglist GRO
Felix Fietkau [Sun, 22 Sep 2024 08:21:07 +0000 (10:21 +0200)]
jool: add hotplug script to disable fraglist GRO

The kernel module translation code cannot deal with it

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 weeks agojool: add missing dependency
Felix Fietkau [Sun, 22 Sep 2024 08:20:20 +0000 (10:20 +0200)]
jool: add missing dependency

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 weeks agogolang: Update to 1.23.2
Milinda Brantini [Wed, 2 Oct 2024 15:34:49 +0000 (23:34 +0800)]
golang: Update to 1.23.2

go1.23.2 (released 2024-10-01) includes fixes to the compiler, cgo,
the runtime, and the maps, os, os/exec, time, and unique packages.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agoCONTRIBUTING.md: remove incorrect info about `PKG_VERSION`
Wesley Gimenes [Fri, 13 Sep 2024 23:25:32 +0000 (20:25 -0300)]
CONTRIBUTING.md: remove incorrect info about `PKG_VERSION`

The documentation stated that `PKG_VERSION` is the OpenWrt version
and therefore includes the `PKG_RELEASE`, but this statement
was incorrect and has been removed to avoid confusion.

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
7 weeks agorclone: Update to 1.68.1
Tianling Shen [Thu, 3 Oct 2024 08:55:47 +0000 (16:55 +0800)]
rclone: Update to 1.68.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
7 weeks agov2ray-geodata: Update to latest version
Tianling Shen [Thu, 3 Oct 2024 08:55:20 +0000 (16:55 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
7 weeks agov2ray-core: Update to 5.19.0
Tianling Shen [Thu, 3 Oct 2024 08:55:14 +0000 (16:55 +0800)]
v2ray-core: Update to 5.19.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
7 weeks agostress-ng: bump to version 0.18.05
John Audia [Wed, 2 Oct 2024 18:30:17 +0000 (14:30 -0400)]
stress-ng: bump to version 0.18.05

Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.18.05

Signed-off-by: John Audia <therealgraysky@proton.me>
7 weeks agotmux: update to 3.5
Maxim Storchak [Wed, 2 Oct 2024 17:47:16 +0000 (20:47 +0300)]
tmux: update to 3.5

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
7 weeks agolsof: update to 4.99.3
Maxim Storchak [Wed, 2 Oct 2024 17:49:46 +0000 (20:49 +0300)]
lsof: update to 4.99.3

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
7 weeks agoqemu: update to 9.1.0
Vladimir Ermakov [Sun, 29 Sep 2024 14:11:44 +0000 (16:11 +0200)]
qemu: update to 9.1.0

- Update version
- Refresh patches
- Remove unsupported config options:
  - `--enable-live-block-migration`
  - `--disable-pvrdma`

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
7 weeks agotailscale: add Sandro Jäckel as a maintainer
Zephyr Lykos [Tue, 1 Oct 2024 15:25:32 +0000 (23:25 +0800)]
tailscale: add Sandro Jäckel as a maintainer

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
7 weeks agotailscale: Update to 1.74.1
Zephyr Lykos [Tue, 1 Oct 2024 10:34:57 +0000 (18:34 +0800)]
tailscale: Update to 1.74.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
7 weeks agotailscale: Update to 1.74.0
Zephyr Lykos [Wed, 18 Sep 2024 06:24:22 +0000 (14:24 +0800)]
tailscale: Update to 1.74.0

https://github.com/tailscale/tailscale/releases/v1.74.0

This commit also updates package maintainer to me, since Jan Pavlinec
has been unresponsive for a year.

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
7 weeks agonut: specify pid path during build
Matt Merhar [Fri, 23 Aug 2024 19:21:41 +0000 (15:21 -0400)]
nut: specify pid path during build

nut was recently upgraded to 2.8.1 which includes a change in
configure.ac that uses /run for the pidfile if it exists during build.

Explicitly specify --with-pidpath to use the path that was used with
2.8.0 and prior.

The symptom here was that there'd be leftover processes when nut-monitor
was restarted.

Fixes: 82f36e0c781d ("nut: update to 2.8.1")
Fixes: https://github.com/openwrt/packages/issues/24106
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
7 weeks agorunc: Update to 1.1.14
Milinda Brantini [Tue, 1 Oct 2024 10:12:50 +0000 (18:12 +0800)]
runc: Update to 1.1.14

This is the fourteenth patch release in the 1.1.z release branch of
runc. It includes a fix for a low severity security issue
(CVE-2024-45310) as well as some minor build-related fixes (including Go
1.23 support).
Fix CVE-2024-45310, a low-severity attack that allowed
maliciously configured containers to create empty files and directories on
the host.
Add support for Go 1.23.
Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION.
rootfs: consolidate mountpoint creation logic.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agodockerd: Update to 27.3.1
Milinda Brantini [Tue, 1 Oct 2024 09:24:56 +0000 (17:24 +0800)]
dockerd: Update to 27.3.1

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agocontainerd: Update to 1.7.22
Milinda Brantini [Tue, 1 Oct 2024 09:24:00 +0000 (17:24 +0800)]
containerd: Update to 1.7.22

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agodocker: Update to 27.3.1
Milinda Brantini [Tue, 1 Oct 2024 09:21:08 +0000 (17:21 +0800)]
docker: Update to 27.3.1

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agogstreamer1: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:52:30 +0000 (17:52 +0200)]
gstreamer1: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-plugins-ugly: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:52:21 +0000 (17:52 +0200)]
gst1-plugins-ugly: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-plugins-good: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:52:04 +0000 (17:52 +0200)]
gst1-plugins-good: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-plugins-base: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:51:53 +0000 (17:51 +0200)]
gst1-plugins-base: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-plugins-bad: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:51:41 +0000 (17:51 +0200)]
gst1-plugins-bad: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-libav: bump to 1.24.8
Koen Vandeputte [Tue, 1 Oct 2024 15:51:27 +0000 (17:51 +0200)]
gst1-libav: bump to 1.24.8

Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agogst1-plugins-bad: switch to https source
Koen Vandeputte [Tue, 1 Oct 2024 15:49:46 +0000 (17:49 +0200)]
gst1-plugins-bad: switch to https source

The current http simply points to the new https.

Switch to it directly like it's already done for
the other gstreamer libs.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
7 weeks agoopenwisp-config: update to 1.1.0
Gagan Deep [Thu, 26 Sep 2024 21:40:02 +0000 (03:10 +0530)]
openwisp-config: update to 1.1.0

Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
7 weeks agoopenwisp-monitoring: update to 0.2.0
Gagan Deep [Thu, 26 Sep 2024 21:49:58 +0000 (03:19 +0530)]
openwisp-monitoring: update to 0.2.0

Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
7 weeks agotailscale: build with less features
Zephyr Lykos [Wed, 18 Sep 2024 06:29:20 +0000 (14:29 +0800)]
tailscale: build with less features

Omit usually unused features:

- ipn.StateStore implementation using AWS SSM
- BIRD Internet Routing Daemon client
- tstun TAP device for bridging
- Kubernetes kubectl configuration utility
- Command line completion script generation

This shaves off about 500kb from the final executable.

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
7 weeks agoctop: Drop unused variable
Milinda Brantini [Sun, 29 Sep 2024 16:01:34 +0000 (00:01 +0800)]
ctop: Drop unused variable

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agogolang: Optimized values to suit golang 1.23
Milinda Brantini [Sun, 29 Sep 2024 15:36:35 +0000 (23:36 +0800)]
golang: Optimized values to suit golang 1.23

Added GOARM64 and GORISCV64 in golang-build.sh.
Drop deprecated GOROOT_FINAL in GoCompiler/Default/Make.
Updated environment vars in golang-values.mk for GOARM64 and GORISCV64.
Refined host build in golang/Makefile for openbsd_riscv64.

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agogolang: Update to 1.23.1
Milinda Brantini [Wed, 18 Sep 2024 15:48:26 +0000 (23:48 +0800)]
golang: Update to 1.23.1

Go 1.23.1 (released 2024-09-05) includes security fixes to
the encoding/gob, go/build/constraint, and go/parser
packages. It also addresses bug fixes in the compiler,
go command, runtime, and the database/sql, go/types,
os, runtime/trace, and unique packages.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
7 weeks agoowut: update to 2024.09.28
Eric Fahlgren [Mon, 30 Sep 2024 02:46:58 +0000 (19:46 -0700)]
owut: update to 2024.09.28

Bug fixes:
    efahl/owut@20d5afb owut: translate mapped names from platform 'supported_devices'

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
7 weeks agorust: use `TARGET_LINKER` as linker
hingbong lo [Thu, 26 Sep 2024 14:58:55 +0000 (14:58 +0000)]
rust: use `TARGET_LINKER` as linker

Signed-off-by: hingbong lo <hingbonglo@gmail.com>
7 weeks agoeza: update to 0.20.0
Jonas Jelonek [Sat, 28 Sep 2024 22:26:22 +0000 (22:26 +0000)]
eza: update to 0.20.0

eza has been relicensed to European Union Public License 1.2 (EUPL-1.2)
with v0.20.0.

Release notes:
0.19.3: https://github.com/eza-community/eza/releases/tag/v0.19.3
0.19.4: https://github.com/eza-community/eza/releases/tag/v0.19.4
0.20.0: https://github.com/eza-community/eza/releases/tag/v0.20.0

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 weeks agobtop: Update to 1.4.0
Tianling Shen [Sat, 28 Sep 2024 07:46:14 +0000 (15:46 +0800)]
btop: Update to 1.4.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
8 weeks agogit: update to 2.46.2
Aleksey Vasilenko [Tue, 24 Sep 2024 12:28:17 +0000 (15:28 +0300)]
git: update to 2.46.2

- Refresh patches

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
8 weeks agocrowdsec-firewall-bouncer: updated to new upstream release version 0.0.31
S. Brusch [Thu, 26 Sep 2024 15:23:08 +0000 (15:23 +0000)]
crowdsec-firewall-bouncer: updated to new upstream release version 0.0.31

Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.5

Description:

    updated to new upstream release version 0.0.31

8 weeks agopbr: update to 1.1.7-15
Stan Grishin [Thu, 26 Sep 2024 20:43:56 +0000 (20:43 +0000)]
pbr: update to 1.1.7-15

* implement system health check on start for required fw4 table/chains
* add error messages for failed health checks
* move resolver check & config from load_package_config to load_environment
* no longer filter only static rules for pbr_* tables

Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 weeks agoRevert "mwan3: use network_get_preferred_ipaddr6"
Florian Eckert [Fri, 27 Sep 2024 13:19:05 +0000 (15:19 +0200)]
Revert "mwan3: use network_get_preferred_ipaddr6"

This reverts commit fc3cc2fe5c33b36014178d3652785d00cae1c9eb.

As long as the related pullrequest [1] is not merged, this change must be
revert.

[1] https://github.com/openwrt/openwrt/pull/14333

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
8 weeks agosquid: update to 6.11
Aleksey Vasilenko [Thu, 19 Sep 2024 08:16:45 +0000 (11:16 +0300)]
squid: update to 6.11

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
8 weeks agolibpng: update to 1.6.44
Aleksey Vasilenko [Thu, 19 Sep 2024 07:04:06 +0000 (10:04 +0300)]
libpng: update to 1.6.44

- Refresh patch

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
8 weeks agosing-box: Update to 1.9.6
Milinda Brantini [Mon, 23 Sep 2024 13:10:04 +0000 (21:10 +0800)]
sing-box: Update to 1.9.6

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
8 weeks agosing-box: Update to 1.9.5
Milinda Brantini [Mon, 23 Sep 2024 13:09:09 +0000 (21:09 +0800)]
sing-box: Update to 1.9.5

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
8 weeks agoopenssh: bump to 9.9p1
John Audia [Sun, 22 Sep 2024 18:07:20 +0000 (14:07 -0400)]
openssh: bump to 9.9p1

Release notes: https://www.openssh.com/txt/release-9.9

Added upstream patch to fix build[1]

1. https://github.com/openssh/openssh-portable/commit/76a618d2842c34c16cd21a4efc7230e2f459008d.patch

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
8 weeks agoiputils: bump to 20240905
Noah Meyerhans [Mon, 9 Sep 2024 13:06:29 +0000 (09:06 -0400)]
iputils: bump to 20240905

Refresh patches

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
8 weeks agoddns-scripts: fix update_porkbun_v3 shell syntax
Florian Eckert [Wed, 25 Sep 2024 14:35:57 +0000 (16:35 +0200)]
ddns-scripts: fix update_porkbun_v3 shell syntax

The closing bracket was forgotten in a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
8 weeks agopbr: bugfix: filter only static routes for new tables
Stan Grishin [Mon, 23 Sep 2024 21:00:11 +0000 (21:00 +0000)]
pbr: bugfix: filter only static routes for new tables

* fixes https://github.com/openwrt/packages/issues/24999

Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 weeks agofwupd: add package
Lukas Voegl [Mon, 24 Jun 2024 14:28:42 +0000 (16:28 +0200)]
fwupd: add package

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
8 weeks agolibgudev: add package
Lukas Voegl [Mon, 1 Jul 2024 09:37:00 +0000 (11:37 +0200)]
libgudev: add package

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
8 weeks agolibxmlb: add package
Lukas Voegl [Mon, 24 Jun 2024 14:28:23 +0000 (16:28 +0200)]
libxmlb: add package

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
8 weeks agolibjcat: add package
Lukas Voegl [Mon, 24 Jun 2024 14:28:11 +0000 (16:28 +0200)]
libjcat: add package

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
8 weeks agoiperf3: explicitly disable SCTP
Aleksey Vasilenko [Mon, 23 Sep 2024 20:13:51 +0000 (23:13 +0300)]
iperf3: explicitly disable SCTP

Since https://github.com/openwrt/openwrt/commit/3fa5ee0b28b736c5d06af34ed5c3e80f78235fe8
OpenWrt no longer disables SCTP support by default.
It caused the leak of libsctp dependency to iperf3.
Here we disable it explicitly to fix the build.

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoknot-resolver: update to version 5.7.4
Jan Hák [Thu, 19 Sep 2024 10:37:10 +0000 (12:37 +0200)]
knot-resolver: update to version 5.7.4

Knot Resolver 5.7.4 (2024-07-23)
================================

Security
--------
- reduce buffering of transmitted data, especially TCP-based in userspace
  Also expose some of the new tweaks in lua:
   (require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000
   (require 'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv}

Improvements
------------
- add the fresh DNSSEC root key KSK-2024 already, Key ID 38696

Incompatible changes
--------------------
- libknot 3.0.x support is dropped
  Upstream last maintained 3.0.x in spring 2022.

Knot Resolver 5.7.3 (2024-05-30)
================================

Improvements
------------
- stats: add separate metrics for IPv6 and IPv4

Bugfixes
--------
- fix NSEC3 records missing in answer for positive wildcard expansion
  with the NSEC3 having over-limit iteration count

Knot Resolver 5.7.2 (2024-03-27)
================================

Bugfixes
--------
- fix on 32-bit systems with 64-bit time_t

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 months agolibmariadb: update to 3.4.1
Aleksey Vasilenko [Sat, 7 Sep 2024 13:50:17 +0000 (16:50 +0300)]
libmariadb: update to 3.4.1

- Remove a mirror with invalid certificate
- Manually rebase 010-link-to-libucontext.patch
- Add new 020-fix-ucontext-maybe-uninitialized.patch

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agomariadb: update to 11.4.3
Aleksey Vasilenko [Sat, 7 Sep 2024 13:35:44 +0000 (16:35 +0300)]
mariadb: update to 11.4.3

- Remove 2 upstreamed libfmt patches
- Manually refresh 180-relax-mysql_install-db-wrt-pam-tool.patch
- Automatically refresh remaining patches

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoclamav: update to 1.4.1
Aleksey Vasilenko [Sat, 7 Sep 2024 16:52:23 +0000 (19:52 +0300)]
clamav: update to 1.4.1

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agonghttp2: update to 1.63.0
Aleksey Vasilenko [Wed, 11 Sep 2024 12:31:33 +0000 (15:31 +0300)]
nghttp2: update to 1.63.0

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoowut: update to 2024.09.21
Eric Fahlgren [Sat, 21 Sep 2024 13:39:28 +0000 (06:39 -0700)]
owut: update to 2024.09.21

Bug fixes:
    efahl/owut@e791bd2 owut: more robust handling of build errors
Enhancements:
    efahl/owut@853f5ab owut: don't use "extra" versions
    efahl/owut@4629b0f owut: minor cleanups

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2 months agodnsproxy: fix set hosts options
Tianling Shen [Mon, 23 Sep 2024 07:12:53 +0000 (15:12 +0800)]
dnsproxy: fix set hosts options

1. Mount hosts files since the daemon is in ujail
2. Set hosts options at last as all other options set after it will
   be ignored

Drop redundant reload_service func while at it.

Fixes: ecdf98767e03 ("dnsproxy: add hosts configurations")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agostress-ng: bump to version 0.18.04
John Audia [Sat, 21 Sep 2024 16:24:25 +0000 (12:24 -0400)]
stress-ng: bump to version 0.18.04

Patch needed a refresh

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
2 months agoexfatprogs: update to 1.2.5
Aleksey Vasilenko [Sun, 8 Sep 2024 07:29:54 +0000 (10:29 +0300)]
exfatprogs: update to 1.2.5

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agobtrfs-progs: update to 6.11
Aleksey Vasilenko [Fri, 20 Sep 2024 11:01:32 +0000 (14:01 +0300)]
btrfs-progs: update to 6.11

- Update package URL

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agotgt: update to 1.0.93
Maxim Storchak [Tue, 17 Sep 2024 13:53:12 +0000 (16:53 +0300)]
tgt: update to 1.0.93

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2 months agodocker-compose: Update to version 2.29.7
Javier Marcet [Fri, 20 Sep 2024 16:37:33 +0000 (18:37 +0200)]
docker-compose: Update to version 2.29.7

Release notes:
https://github.com/docker/compose/releases/tag/v2.29.7

Signed-off-by: Javier Marcet <javier@marcet.info>
2 months agodocker-compose: Update to version 2.29.6
Javier Marcet [Thu, 19 Sep 2024 18:22:49 +0000 (20:22 +0200)]
docker-compose: Update to version 2.29.6

Release notes:
https://github.com/docker/compose/releases/tag/v2.29.6

Signed-off-by: Javier Marcet <javier@marcet.info>
2 months agodocker-compose: Update to version 2.29.5
Javier Marcet [Tue, 17 Sep 2024 18:29:21 +0000 (20:29 +0200)]
docker-compose: Update to version 2.29.5

Release notes:
https://github.com/docker/compose/releases/tag/v2.29.5

Signed-off-by: Javier Marcet <javier@marcet.info>
2 months agotailscale: Fix README.md
John Schmidt [Fri, 20 Sep 2024 02:07:31 +0000 (19:07 -0700)]
tailscale: Fix README.md

There is only one package since commit 7bef195bbabcec88a2b9055846880fd93c2a8a7a. Not two like the readme says.

Signed-off-by: John Schmidt <john@schmidthaus.rocks>
2 months agodnsproxy: migrate old options
Tianling Shen [Fri, 20 Sep 2024 06:00:23 +0000 (14:00 +0800)]
dnsproxy: migrate old options

Migrate "all_servers" and "fastest_addr" to new option "upstream_mode".

Fixes: d0823a8244a0 ("dnsproxy: Update to 0.73.2")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agohaproxy: update to v3.0.5
Christian Lachner [Fri, 20 Sep 2024 06:12:35 +0000 (08:12 +0200)]
haproxy: update to v3.0.5

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

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 months agocrowdsec-firewall-bouncer: updated to new upstream release version 0.0.30
S. Brusch [Fri, 20 Sep 2024 08:11:06 +0000 (08:11 +0000)]
crowdsec-firewall-bouncer: updated to new upstream release version 0.0.30

Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.4

Description:

    updated to new upstream release version 0.0.30

2 months agopbr: update to 1.1.7-10
Stan Grishin [Thu, 19 Sep 2024 16:20:41 +0000 (16:20 +0000)]
pbr: update to 1.1.7-10

* allow using WG servers as gateways if explicitly set in supported_interface
* automatically execute user scripts in /etc/pbr.d/
* change the dnsmasq restart logic on start/reload/restart
* further nft file atomic mode-related code cleanup
* fix spelling in error message

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 months agoadblock-fast: bugfixes and shellcheck update
Stan Grishin [Thu, 19 Sep 2024 16:14:35 +0000 (16:14 +0000)]
adblock-fast: bugfixes and shellcheck update

* BUGFIX: correctly identify available RAM
* BUGFIX: properly store remote list filesize in config
* shellcheck updates

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 months agozerotier: test network is called earth
Moritz Warning [Wed, 18 Sep 2024 19:17:18 +0000 (21:17 +0200)]
zerotier: test network is called earth

The official name of this public network
for testing is Earth.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 months agozerotier: fix option disabled
Moritz Warning [Wed, 18 Sep 2024 19:13:02 +0000 (21:13 +0200)]
zerotier: fix option disabled

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 months agozerotier: update to 1.14.1
Moritz Warning [Wed, 18 Sep 2024 09:59:52 +0000 (11:59 +0200)]
zerotier: update to 1.14.1

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 months agobanIP: update to 1.0.0-7
Dirk Brenken [Fri, 20 Sep 2024 08:04:09 +0000 (10:04 +0200)]
banIP: update to 1.0.0-7

* fixed auto allow-/blocklist-issue with IPv6 addresses in CIDR notation
* removed edrop feed from readme (had been removed from feeds for a while)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agolinuxptp: update to v4.4
Shenghao Yang [Tue, 17 Sep 2024 14:12:08 +0000 (22:12 +0800)]
linuxptp: update to v4.4

- Replaced SF project and download URLs with nwtime ones.
  The project is now hosted at https://linuxptp.nwtime.org/.

- Removed 020-gcc14.patch. Missing include was fixed upstream
  in v4.2.

- Added patch to disable MAC library autodetection. That
  can silently pick up unwanted dependencies, depending on
  package build order. We can add linuxptp-<mac lib> variants
  of this package later if there are users of authenticated
  PTP.

Signed-off-by: Shenghao Yang <me@shenghaoyang.info>
2 months agopodman: Update to 5.2.2 24977/head
Tianling Shen [Sun, 15 Sep 2024 08:29:17 +0000 (16:29 +0800)]
podman: Update to 5.2.2

- Cleanup Makefile
- Refresh patches
- Simplify go tags
- Separate go tags with space due to upstream change
- Remove vars which are indentical to upstream or empty
- Invoke built-in go vars instead of duplicating one by one

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tested-by: Dirk Buchwalder <buchwalder@posteo.de>
2 months agoaardvark-dns: Update to 1.12.2
Tianling Shen [Sun, 15 Sep 2024 08:16:15 +0000 (16:16 +0800)]
aardvark-dns: Update to 1.12.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tested-by: Dirk Buchwalder <buchwalder@posteo.de>
2 months agonetavark: Update to 1.12.2
Tianling Shen [Sun, 15 Sep 2024 08:16:05 +0000 (16:16 +0800)]
netavark: Update to 1.12.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tested-by: Dirk Buchwalder <buchwalder@posteo.de>
2 months agoslirp4netns: Update to 1.3.1
Tianling Shen [Sun, 15 Sep 2024 08:15:50 +0000 (16:15 +0800)]
slirp4netns: Update to 1.3.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agocrun: Update to 1.17
Tianling Shen [Sun, 15 Sep 2024 08:15:36 +0000 (16:15 +0800)]
crun: Update to 1.17

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agoconmon: Update to 2.1.12
Tianling Shen [Sun, 15 Sep 2024 08:15:22 +0000 (16:15 +0800)]
conmon: Update to 2.1.12

Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agoadblock: update to 4.2.2-5
Dirk Brenken [Fri, 20 Sep 2024 03:57:24 +0000 (05:57 +0200)]
adblock: update to 4.2.2-5

* filter out unrelated multicast traffic from reporting

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agotiff: update to 4.7.0
Aleksey Vasilenko [Thu, 19 Sep 2024 07:05:23 +0000 (10:05 +0300)]
tiff: update to 4.7.0

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>