feed/packages.git
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>
2 months agoalist: Update to 3.37.4
Tianling Shen [Thu, 19 Sep 2024 06:10:17 +0000 (14:10 +0800)]
alist: Update to 3.37.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agov2ray-geodata: Update to latest version
Tianling Shen [Thu, 19 Sep 2024 06:10:00 +0000 (14:10 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agov2ray-core: Update to 5.18.0
Tianling Shen [Thu, 19 Sep 2024 06:09:39 +0000 (14:09 +0800)]
v2ray-core: Update to 5.18.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agocurl: update to 8.10.1
Aleksey Vasilenko [Wed, 18 Sep 2024 09:42:02 +0000 (12:42 +0300)]
curl: update to 8.10.1

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agosexpect: update to 2.3.14 24802/head
Aleksey Vasilenko [Thu, 12 Sep 2024 07:17:51 +0000 (10:17 +0300)]
sexpect: update to 2.3.14

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoadblock: update to 4.2.2-4
Dirk Brenken [Tue, 17 Sep 2024 19:31:46 +0000 (21:31 +0200)]
adblock: update to 4.2.2-4

* fixed wrongly detected NX domains in adblock reporting
* remove existing pcap files when restarting/stopping adblock
   to prevent problems when changing tcpdump parameters

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agolibs/glib2: update to 2.82.0
Yegor Yefremov [Tue, 27 Aug 2024 21:36:52 +0000 (23:36 +0200)]
libs/glib2: update to 2.82.0

Remove the obsolete patch as the required functionality was already
available upstream.

Refresh 006-c99.patch.

Remove -Ddefault_library option from MESON_HOST_ARGS and MESON_ARGS as
this is now the default behavior.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2 months agolibarchive: disable linking with pcre2
Matthias FRANCK [Mon, 26 Aug 2024 19:54:23 +0000 (21:54 +0200)]
libarchive: disable linking with pcre2

Looks like libarchive v3.7.3 adds support for pcre2 (https://github.com/libarchive/libarchive/commit/d1231a7ea7df4db6ddba73f06df67dbab0174a5c).

Because of this, the following build error is observed (in the case pcre2 is compiled before libarchive):
Package libarchive is missing dependencies for the following libraries:
libpcre2-8.so.0
libpcre2-posix.so.3

So let's disable linking with pcre2, just like linking with pcre was disabled before.

Signed-off-by: Matthias FRANCK <matthias.franck@softathome.com>
2 months agolxc: update to 6.0.2
John Audia [Tue, 17 Sep 2024 08:12:07 +0000 (04:12 -0400)]
lxc: update to 6.0.2

No patches needed to be rebased, simple version bump.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2 months agomemcached: update to 1.6.31
Aleksey Vasilenko [Mon, 9 Sep 2024 02:07:03 +0000 (05:07 +0300)]
memcached: update to 1.6.31

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agozerotier: split configuration
Óscar García Amor [Mon, 12 Aug 2024 19:20:56 +0000 (21:20 +0200)]
zerotier: split configuration

Split configuration in global and per-network sections.
This change breaks existing configurations.

The following per-network settings are available:

* allow_managed
* allow_global
* allow_default
* allow_dns

See  https://docs.zerotier.com/config/#network-specific-configuration

Signed-off-by: Óscar García Amor <contact@ogarcia.me>
Reviewed-by: Moritz Warning <moritzwarning@web.de>
2 months agonetbird: update to 0.29.1
Wesley Gimenes [Tue, 10 Sep 2024 18:01:02 +0000 (15:01 -0300)]
netbird: update to 0.29.1

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2 months agodnsproxy: Update to 0.73.2
Milinda Brantini [Mon, 16 Sep 2024 05:32:41 +0000 (13:32 +0800)]
dnsproxy: Update to 0.73.2

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2 months agodocker-compose: Update to version 2.29.4
Javier Marcet [Mon, 16 Sep 2024 16:14:16 +0000 (18:14 +0200)]
docker-compose: Update to version 2.29.4

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

Signed-off-by: Javier Marcet <javier@marcet.info>
2 months agoboost: Updates package to version 1.86.0
Carlos Miguel Ferreira [Mon, 16 Sep 2024 16:34:17 +0000 (17:34 +0100)]
boost: Updates package to version 1.86.0

This commit updates boost to version 1.86.0

This update does not bring new libraries.

More info about Boost 1.86.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_86_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2 months agojool: update to 4.1.13
Goetz Goerisch [Thu, 5 Sep 2024 11:11:00 +0000 (13:11 +0200)]
jool: update to 4.1.13

* update jool to 4.1.13
* refresh patch

Changelog: https://github.com/NICMx/Jool/releases/tag/v4.1.13

Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
2 months agomdns-repeater: add respawn to init
Tina DiPierro [Mon, 16 Sep 2024 04:32:55 +0000 (08:32 +0400)]
mdns-repeater: add respawn to init

Sometimes mdns-repeater quits or crashes, leaving service stopped. This commit should fix that by enabling respawn in procd.

Signed-off-by: Tina DiPierro <tina@dipier.ro>
2 months agovncrepeater: remove package
Yanase Yuki [Tue, 10 Sep 2024 09:26:46 +0000 (18:26 +0900)]
vncrepeater: remove package

Upstream seems dead. NXDOMAIN.

Signed-off-by: Yanase Yuki <dev@zpc.st>
2 months agoripgrep: update to 4.1.1
Aleksey Vasilenko [Thu, 12 Sep 2024 14:25:09 +0000 (17:25 +0300)]
ripgrep: update to 4.1.1

- Add patch to fix build on riscv64

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agotravelmate: update to 2.1.3-1
Dirk Brenken [Sat, 14 Sep 2024 11:48:27 +0000 (13:48 +0200)]
travelmate: update to 2.1.3-1

* fixed STA connection issues / restart the travelmate interface on new connections via ubus
* fixed NTP hotplug issues / trigger the NTP hotplug event via ubus
* fixed minor log issues (mail/hotplug)
* readme update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agotravelmate: update online readme
Dirk Brenken [Fri, 13 Sep 2024 19:54:38 +0000 (21:54 +0200)]
travelmate: update online readme

- added a major readme update based on the work of @richb-hanover

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agodockerd: fix typo in config for no_proxy
Joe Zheng [Fri, 13 Sep 2024 09:01:31 +0000 (17:01 +0800)]
dockerd: fix typo in config for no_proxy

the "http_proxy" here should be "no_proxy"

Signed-off-by: Joe Zheng <joe.zheng@intel.com>
2 months agomiredo: remove package
Yanase Yuki [Thu, 12 Sep 2024 11:33:04 +0000 (20:33 +0900)]
miredo: remove package

According to official website [1], Miredo is no longer maintained
and default Teredo server has been terminated.

From upstream website:
> The source code and documentation will be
> kept here for historical reasons.

[1]: https://www.remlab.net/miredo/

Signed-off-by: Yanase Yuki <dev@zpc.st>
2 months agoexpat: update to 2.6.3
Yanase Yuki [Wed, 11 Sep 2024 09:13:08 +0000 (18:13 +0900)]
expat: update to 2.6.3

- This release contains fixes for CVE-2024-45490,
CVE-2024-45491, CVE-2024-45492.
- Since official place for expat development moved from SourceForge
to GitHub, SourceForge was removed from PKG_SOURCE_URL.
- Use gzip archive to avoid xz usage.
- Remove DOCBOOK_TO_MAN=OFF from CMAKE_OPTIONS because
we already have EXPAT_BUILD_DOCS=OFF, which has same effect.

Signed-off-by: Yanase Yuki <dev@zpc.st>
2 months agodockerd: increase PKG_RELEASE for http proxy update
Tianling Shen [Fri, 13 Sep 2024 05:03:19 +0000 (13:03 +0800)]
dockerd: increase PKG_RELEASE for http proxy update

Fixes: e795bab25325 ("dockerd: add config options for http proxy")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agodocker-compose: Update to version 2.29.3
Javier Marcet [Thu, 12 Sep 2024 22:16:48 +0000 (00:16 +0200)]
docker-compose: Update to version 2.29.3

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

Signed-off-by: Javier Marcet <javier@marcet.info>
2 months agonerdctl: update to 1.7.7
Fabian Lipken [Thu, 12 Sep 2024 10:16:05 +0000 (12:16 +0200)]
nerdctl: update to 1.7.7

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2 months agodockerd: add config options for http proxy
Joe Zheng [Fri, 6 Sep 2024 15:14:14 +0000 (23:14 +0800)]
dockerd: add config options for http proxy

add config options to set http porxy for dockerd, refer to
https://docs.docker.com/engine/daemon/proxy/ for details

use the *_proxy environment variable as the default value, so in most
cases, dockerd can use the system proxy settings just like opkg.

Signed-off-by: Joe Zheng <joe.zheng@intel.com>
2 months agocurl: update to 8.10.0
Aleksey Vasilenko [Wed, 11 Sep 2024 12:34:23 +0000 (15:34 +0300)]
curl: update to 8.10.0

- Refresh a patch

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agonghttp3: update to 1.5.0
Aleksey Vasilenko [Wed, 11 Sep 2024 12:32:36 +0000 (15:32 +0300)]
nghttp3: update to 1.5.0

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agongtcp2: update to 1.7.0
Aleksey Vasilenko [Wed, 11 Sep 2024 12:30:38 +0000 (15:30 +0300)]
ngtcp2: update to 1.7.0

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoxfsprogs: update to 6.10.1
Aleksey Vasilenko [Mon, 9 Sep 2024 11:20:55 +0000 (14:20 +0300)]
xfsprogs: update to 6.10.1

- libblkid is now a hard dependency
- Don't set configure options matching the default
- Enable LTO
- Disable debug asserts at configure stage, drop the patch
- Compile with target optimizations instead of -O2
- Update package URL

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agohaproxy: update to v3.0.4
Christian Lachner [Wed, 11 Sep 2024 07:22:22 +0000 (09:22 +0200)]
haproxy: update to v3.0.4

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

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 months agodaemonlogger: remove package
Yanase Yuki [Wed, 11 Sep 2024 06:12:00 +0000 (15:12 +0900)]
daemonlogger: remove package

Upstream repository[1] is now read-only.
It seems daemonlogger is no longer maintained.

[1] https://github.com/Cisco-Talos/Daemonlogger

Signed-off-by: Yanase Yuki <dev@zpc.st>
2 months agontpd: disable autoreconf fixup
Christian Svensson [Wed, 4 Sep 2024 09:27:51 +0000 (11:27 +0200)]
ntpd: disable autoreconf fixup

Fixes #24918 which got introduced with openwrt c364cb8.

Credit for the fix goes to Hirokazu MORIKAWA.

Signed-off-by: Christian Svensson <blue@cmd.nu>
2 months agozoneinfo: Updated to 2024b release.
Vladimir Ulrich [Mon, 9 Sep 2024 16:22:23 +0000 (19:22 +0300)]
zoneinfo: Updated to 2024b release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2 months agoalist: Update to 3.37.1
Tianling Shen [Tue, 10 Sep 2024 13:02:15 +0000 (21:02 +0800)]
alist: Update to 3.37.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agorclone: Update to 1.68.0
Tianling Shen [Tue, 10 Sep 2024 13:01:35 +0000 (21:01 +0800)]
rclone: Update to 1.68.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agopolipo: remove package
Yanase Yuki [Tue, 10 Sep 2024 09:23:58 +0000 (18:23 +0900)]
polipo: remove package

Polipo is no longer maintained by upstream
See https://www.irif.fr/~jch/software/polipo/

Signed-off-by: Yanase Yuki <dev@zpc.st>
2 months agobanip: update 1.0.0-6
Dirk Brenken [Mon, 9 Sep 2024 19:07:22 +0000 (21:07 +0200)]
banip: update 1.0.0-6

* automatic blocking of IP ranges via RDAP request now supports multiple CIDRs
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agohwdata: update to 0.387
Aleksey Vasilenko [Sat, 7 Sep 2024 03:09:10 +0000 (06:09 +0300)]
hwdata: update to 0.387

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agogolang: Update to 1.22.7
Milinda Brantini [Fri, 6 Sep 2024 13:59:54 +0000 (21:59 +0800)]
golang: Update to 1.22.7

go1.22.7(released 2024-09-05)includes security fixes to the encoding/gob,
go/build/constraint, and go/parser packages,
as well as bug fixes to the fix command and the runtime.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2 months agosqlite: update to 3460100
Aleksey Vasilenko [Sat, 7 Sep 2024 03:27:03 +0000 (06:27 +0300)]
sqlite: update to 3460100

- Change package URL to HTTPS

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

- Automatically refresh one patch
- Other patch is unchanged

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2 months agoowut: update to 2024.09.07
Eric Fahlgren [Sat, 7 Sep 2024 18:33:53 +0000 (11:33 -0700)]
owut: update to 2024.09.07

Bug fixes:
    efahl/owut@6564aa2 owut: handle non-JSON responses
Enhancements:
    efahl/owut@e0a0c49 owut: add age to build time output
    efahl/owut@d811a24 examples: compress the manifest

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2 months agocroc: update to 10.0.12
Jonas Jelonek [Sat, 7 Sep 2024 22:02:46 +0000 (00:02 +0200)]
croc: update to 10.0.12

release notes:
https://github.com/schollz/croc/releases/tag/v10.0.12

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2 months agoeza: update to 0.19.2
Jonas Jelonek [Sat, 7 Sep 2024 21:39:24 +0000 (23:39 +0200)]
eza: update to 0.19.2

release notes:
0.18.24: https://github.com/eza-community/eza/releases/tag/v0.18.24
0.19.0: https://github.com/eza-community/eza/releases/tag/v0.19.0
0.19.1: https://github.com/eza-community/eza/releases/tag/v0.19.1
0.19.2: https://github.com/eza-community/eza/releases/tag/v0.19.2

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2 months agoqbee-agent: bump version to 2024.36
Jon Henrik Bjørnstad [Thu, 5 Sep 2024 13:00:19 +0000 (15:00 +0200)]
qbee-agent: bump version to 2024.36

Signed-off-by: Jon Henrik Bjørnstad <jonhenrik@qbee.io>
2 months agochrony: update to 4.6
Miroslav Lichvar [Thu, 5 Sep 2024 18:26:43 +0000 (20:26 +0200)]
chrony: update to 4.6

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2 months agopbr: update to 1.1.7-7
Stan Grishin [Tue, 3 Sep 2024 20:15:49 +0000 (20:15 +0000)]
pbr: update to 1.1.7-7

Makefile:
* remove pbr-iptables flavour

Init-script:
* improve detection of wireguard server and client instances
* integrate wg_server_and_client into init script
* remove traffic_killswitch() and trap() and related options/code
* remove internal nft_file_support variable as fw4 nft file is the only running mode
* improve debug() and is_supported_interface() functions
* improve detection of incompatible user script files
* double-quote some strings due to shellcheck errors
* flush ip rules from pbr tables instead of deleting last one

Other files:
* remove /usr/share/pbr/pbr.user.wg_server_and_client as obsolete
* remove references to the file above in config on update thru uci-defaults
* minor updates to netifd uci-defaults script

Signed-off-by: Stan Grishin <stangri@melmac.ca>