From 26dcfd9752525d94bbb4cbda468b08be4a57b735 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Mon, 27 Nov 2023 08:24:01 +0100 Subject: [PATCH] modules: update packages df580180d irqbalance: update to 1.9.3 023d6831a irqbalance: add banned_cpulist option 61ae8719f adblock-fast: bugfix: call to missing function 4f99ac645 ddns-scripts: Fix Route53 provider f7d0beb26 ddns-scripts: add new DDNS provider ipnodns.ru bf76672ac banip: update 0.9.2-4 e010d9d9f banip: update 0.9.2-3 01fca9e8b https-dns-proxy: fix unintentional call of service_stopped in boot() 183f008a4 sing-box: update to 1.6.6 a241e53ac rust: Update to 1.74.0 709456d06 adblock-fast: bufgix: fix boot() 22a1e22b2 https-dns-proxy: bugfix: prevent erros from boot() c4315fc5e haproxy: update to v2.8.4 4e152bc41 dhtd: update to 0.2.4 f8918644c acme-acmesh: Update to 3.0.7 0bcd6bbc8 dnsproxy: Update to 0.59.0 f8cd88d0d tailscale: Update to 1.54.0 01bfe4f6b tailscale: Update to 1.52.1 906e4703f tailscale: Update to 1.50.1 625efd967 gummiboot: release bump f9fa735ed netbird: update to version 0.24.2 481902f4e netbird: update to 0.23.9 91238177f netbird: update to 0.23.6 8d5ab4ca0 dhtd: update to 0.2.1 5ec47c5f1 dhtd: new package cad16d24f crowdsec: new upstream release version 1.5.5 f9b6c2c5d pymysql: add meta-package for sha256 support 5453ca57c freeradius3: Fix build when pcre is present 413260559 golang: Update to 1.21.4 b2e8a5bdd adblock-fast: bugfix: ensure downloaded block-lists end with newline 11252ef64 banip: update 0.9.2-2 4c197c1a2 banip: release 0.9.2-1 8cf81bccd tang: set the right permissions to keys 660c30cc2 v2raya: Update to 2.2.4.1 98c281532 v2ray-core: Update to 5.11.0 4df5572bb adblock-fast: update to 1.0.1-1 6439078a9 php8: update to 8.2.12 b2cdb8f45 php8: fix linking on riscv64 platform (again) 7519f1ff1 crowdsec-firewall-bouncer: add ujail d42ced507 perl: add support for riscv64 --- modules | 2 +- .../0001-perl-don-t-build-in-parallel-and-bump-release.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules b/modules index 4b30026ab..11e9dcb78 100644 --- a/modules +++ b/modules @@ -9,7 +9,7 @@ PACKAGES_GLUON_COMMIT=dc99bbb906f9faae472e48da013dbf67e1a00c23 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-23.05 -PACKAGES_PACKAGES_COMMIT=55aef54b755a3cb39cf9eb42513a2c3a3eeab36e +PACKAGES_PACKAGES_COMMIT=df580180d08b45818ff44ddaa22b4f1c126f71c8 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-23.05 diff --git a/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch b/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch index 49e0da3d6..2cf958edf 100644 --- a/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch +++ b/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch @@ -8,7 +8,7 @@ https://github.com/openwrt/packages/issues/8238 https://github.com/openwrt/packages/pull/17274 diff --git a/lang/perl/Makefile b/lang/perl/Makefile -index 40532b5f0163ffffc3ce8dfb697592c3a81e0af0..17e9202847b555a8e78a14f22b3536c2ceef9dd7 100644 +index 2763de2777f8e3e60db9917ad64da7d5d127ba8f..7468e6db8ea561a6285b77990c8786ef3d46967f 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -34,8 +34,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_NAME)-$(PKG_VERSION) -- GitLab