From 0c5517ff10dea49a14aba3c731d78369f61e1a5d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 15 Apr 2026 17:29:40 -0700 Subject: [PATCH] hiawatha: Upgrade to 12.1 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - HTTP/2 support added via the nghttp2 library (credits to Heiko Zimmermann) — noted as experimental, so testing carefully before enabling on production servers is recommended. - mbed TLS updated from 4.0.0 to 4.1.0. - ssi-cgi removed — the release notes suggest using Hiawatha's XSLT support as a more advanced alternative. Signed-off-by: Khem Raj --- .../hiawatha/{hiawatha_12.0.bb => hiawatha_12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_12.0.bb => hiawatha_12.1.bb} (97%) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb similarity index 97% rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb index d6fa250cb9..8299e58263 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.1.bb @@ -11,7 +11,7 @@ SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-${PV}.tar.gz \ file://hiawatha.service \ " -SRC_URI[sha256sum] = "57b61a6d2640e72601d5ba0a063d6f1639613b910287871216f7ea06c75bfb96" +SRC_URI[sha256sum] = "e93e5964e69d98061d366fa4a0ec7b5d33d3e92e6c02efa8b291a79c646006b1" INITSCRIPT_NAME = "hiawatha" INITSCRIPT_PARAMS = "defaults 70"