diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-01-23 08:39:56 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:08 -0800 |
| commit | 9ba0679eee56641d14d275df5310a52bd9c229bc (patch) | |
| tree | 289bae507d9a667ce16fc6d65f8ab4a43c79d1e4 | |
| parent | 276c30c8ec0ab887044c8a0650f41035476b84b3 (diff) | |
| download | meta-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 | ||
| 7 | SECTION = "net" | 7 | SECTION = "net" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://hiawatha-webserver.org/files/hiawatha-10/${BP}.tar.gz \ | 9 | SRC_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 | ||
| 13 | SRC_URI[md5sum] = "d9e282be06ed456207726b7ac0df9d48" | 13 | SRC_URI[sha256sum] = "d6fffbe6938951b62f9e02b5382a810fdb83b1e1328f5333c1c733342a890b4b" |
| 14 | SRC_URI[sha256sum] = "61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d" | ||
| 15 | 14 | ||
| 16 | INITSCRIPT_NAME = "hiawatha" | 15 | INITSCRIPT_NAME = "hiawatha" |
| 17 | INITSCRIPT_PARAMS = "defaults 70" | 16 | INITSCRIPT_PARAMS = "defaults 70" |
