From 9ba0679eee56641d14d275df5310a52bd9c229bc Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 23 Jan 2025 08:39:56 -0500 Subject: [PATCH] hiawatha: upgrade 10.12 -> 11.0 The https://www.hiawatha-webserver.org/ site is defunct. So move SRC_URI to use https://hiawatha.leisink.net/ instead. Update to 11.0 while we are here. Changelog: https://hiawatha.leisink.net/changelog mbed TLS updated to 3.0.0. Dropped support for TLSv1.0 and TLSv1.1. Configuration option MinTLSversion removed. Dropped support for HTTP Public Key Pinning (HPKP). Configuration option PublicKeyPins removed. Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../hiawatha/{hiawatha_10.12.bb => hiawatha_11.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_10.12.bb => hiawatha_11.0.bb} (93%) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.0.bb similarity index 93% rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_11.0.bb index 1111ef6f56..51177185fa 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.0.bb @@ -6,12 +6,11 @@ DEPENDS = "libxml2 libxslt virtual/crypt" SECTION = "net" -SRC_URI = "http://hiawatha-webserver.org/files/hiawatha-10/${BP}.tar.gz \ +SRC_URI = "https://hiawatha.leisink.net/files/hiawatha-${PV}.tar.gz \ file://hiawatha-init \ file://hiawatha.service " -SRC_URI[md5sum] = "d9e282be06ed456207726b7ac0df9d48" -SRC_URI[sha256sum] = "61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d" +SRC_URI[sha256sum] = "d6fffbe6938951b62f9e02b5382a810fdb83b1e1328f5333c1c733342a890b4b" INITSCRIPT_NAME = "hiawatha" INITSCRIPT_PARAMS = "defaults 70"