From 63fa42673592b8c573fd575b89cc2787a919e334 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:05:06 +0800 Subject: [PATCH] hiawatha: upgrade 12.1 -> 12.2 Changelog: ============ * Let's Encrypt script processes variables in Hiawatha configuration. * Reintroduced ssi-cgi, as requested. * Small improvements and bugfixes. * Bugfix: CAcertificates setting didn't work. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../hiawatha/{hiawatha_12.1.bb => hiawatha_12.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_12.1.bb => hiawatha_12.2.bb} (97%) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.2.bb similarity index 97% rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_12.2.bb index 8299e58263..525aa06e84 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.2.bb @@ -11,7 +11,7 @@ SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-${PV}.tar.gz \ file://hiawatha.service \ " -SRC_URI[sha256sum] = "e93e5964e69d98061d366fa4a0ec7b5d33d3e92e6c02efa8b291a79c646006b1" +SRC_URI[sha256sum] = "f0343f5bf0a200973ebdf16668ab8e845e78498682ca83b05b78b2cc78fbe736" INITSCRIPT_NAME = "hiawatha" INITSCRIPT_PARAMS = "defaults 70"