From 69e8b98ca1d67493bff0d0ca4381a27be911e010 Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Tue, 9 Aug 2022 21:31:12 +0200 Subject: [PATCH] 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 bdce144f8..75cac5fe2 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 -- GitLab