From af7c6b9b7ca81953af71d078113f14fe9cfc88b5 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Tue, 9 Aug 2022 21:31:03 +0200 Subject: [PATCH 1/2] modules: update openwrt ca58b8b4fe ramips: Add Xiaomi Mi Router 4A 100M International 707ec48ab3 zlib: backport null dereference fix 5e0173de51 zlib: bump PKG_RELEASE after CVE fix 7561eab8e8 zlib: backport fix for heap-based buffer over-read (CVE-2022-37434) 1f9d603141 odhcpd: update to git HEAD 39ac29a68a uboot-mvebu: update to v2022.07 ec8b5cf0e6 realtek: Fix typo in Kconfig prompt 247ef07540 ramips: support fw_printenv for Netgear WAX202 62fff4e1e6 umdns: add missing syscall to seccomp filter ecf0dc7055 ramips: Add support command fw_setsys for Xiaomi routers bd9bb13012 ltq-vdsl-app: Fix counter overflow resulting in negative values bd74c11155 kernel: silence refresh warning dcb782792b x86: add missing Lex 3I380NX network detection c2c32bdc80 lantiq: fix lan port 3+4 phy-mode settings for Fritzbox 3390 456d05d6d8 ipq40xx: fix RUTX10 Wi-Fi woes daa73dc681 libmnl: fix build when bash is not located at /bin/bash 596efe1356 OpenWrt v22.03.0-rc6: revert to branch defaults f1ff3fd95c OpenWrt v22.03.0-rc6: adjust config defaults 042d558536 mac80211: Update to version 5.15.58-1 c9cc3189ed wolfssl: fix math library build 535f4a5bff odhcp6c: update to latest git HEAD 5a7bcd6977 firewall3: update file hash c5f0eab222 uboot-at91: fix build on buildbots 972b833e91 uboot-at91: update to linux4sam-2022.04 39810995fb at91bootstrap: update at91bootstrap v4 targets to v4.0.3 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 8878a59a..bdce144f 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing gluon' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-22.03 -OPENWRT_COMMIT=8b6b73d0e895bbbfc448bea9fb5f3751593d7865 +OPENWRT_COMMIT=ca58b8b4feb7a56e262be7260032a06032264a48 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 From 69e8b98ca1d67493bff0d0ca4381a27be911e010 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Tue, 9 Aug 2022 21:31:12 +0200 Subject: [PATCH 2/2] modules: update packages 5343d6a09 yq: Update to 4.27.2 0fd2eb51a python-paho-mqtt: add missing dependency cd36b6eb8 sslh: update to v1.22c Change notes: Updated Makefile package version and hash. Added libpcre2 dependency Removed USELIBPCRE make flag (no longer optional within sslh) Updated patch 001 to work with new sslh Makefile 1eb707605 luajit: patch: PPC/e500 SPE: use soft float instead of failing b169fd026 libgpg-error: update to 1.45 8694f7f95 squashfs-tools: enable zstd compression by default 5c987e57d cryptsetup: fix library paths by calling autoreconf 79d1abd4c ffmpeg: update to 5.1 cec18eb0d chrony: Avoid building unused gnutls and ca dependencies 7727beb71 gensio: Avoid building unused python and libstdcpp dependecies 51ccd0761 gnutls: Avoid building unused gnutls dependency bf519e9bc fail2ban: fix patch for python 3.10 3c5270c9d django: bump to version 4.0.6 8fdc92b86 rclone: update to 1.59.0 77afaaa47 nano: update to 6.4 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index bdce144f..75cac5fe 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ OPENWRT_COMMIT=ca58b8b4feb7a56e262be7260032a06032264a48 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 -PACKAGES_PACKAGES_COMMIT=72abf7e9f4cd6bbb9098ded9e9a0fe28e515d47f +PACKAGES_PACKAGES_COMMIT=5343d6a0935895de9abe960c8cc0d9aec094d0a9 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-22.03