summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-23 08:39:56 -0500
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:08 -0800
commit9ba0679eee56641d14d275df5310a52bd9c229bc (patch)
tree289bae507d9a667ce16fc6d65f8ab4a43c79d1e4
parent276c30c8ec0ab887044c8a0650f41035476b84b3 (diff)
downloadmeta-openembedded-9ba0679eee56641d14d275df5310a52bd9c229bc.tar.gz
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 <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-webserver/recipes-httpd/hiawatha/hiawatha_11.0.bb (renamed from meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/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"
6 6
7SECTION = "net" 7SECTION = "net"
8 8
9SRC_URI = "http://hiawatha-webserver.org/files/hiawatha-10/${BP}.tar.gz \ 9SRC_URI = "https://hiawatha.leisink.net/files/hiawatha-${PV}.tar.gz \
10 file://hiawatha-init \ 10 file://hiawatha-init \
11 file://hiawatha.service " 11 file://hiawatha.service "
12 12
13SRC_URI[md5sum] = "d9e282be06ed456207726b7ac0df9d48" 13SRC_URI[sha256sum] = "d6fffbe6938951b62f9e02b5382a810fdb83b1e1328f5333c1c733342a890b4b"
14SRC_URI[sha256sum] = "61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d"
15 14
16INITSCRIPT_NAME = "hiawatha" 15INITSCRIPT_NAME = "hiawatha"
17INITSCRIPT_PARAMS = "defaults 70" 16INITSCRIPT_PARAMS = "defaults 70"