diff mbox series

[meta-webserver] hiawatha: upgrade 10.12 -> 11.0

Message ID 20250123133956.21170-1-schonm@gmail.com
State Accepted
Headers show
Series [meta-webserver] hiawatha: upgrade 10.12 -> 11.0 | expand

Commit Message

Jason Schonberg Jan. 23, 2025, 1:39 p.m. UTC
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 <schonm@gmail.com>
---
 .../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 mbox series

Patch

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 1111ef6f5..51177185f 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"