diff mbox series

[meta-webserver] hiawatha: upgrade 11.8 -> 12.0

Message ID 20260312192108.2681082-1-skandigraun@gmail.com
State New
Headers show
Series [meta-webserver] hiawatha: upgrade 11.8 -> 12.0 | expand

Commit Message

Gyorgy Sarvari March 12, 2026, 7:21 p.m. UTC
Changelog:
* mbed TLS updated to 4.0.0.
* Replaced strcpy() with strlcpy() and sprintf() with snprintf().
* Added OS sandbox.
* Removed DHsize option.
* Known bug: mbed TLS v4.0.0 doesn't compile in Cygwin, so building
  a Windows package is not possible.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../hiawatha/{hiawatha_11.8.bb => hiawatha_12.0.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_11.8.bb => hiawatha_12.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.8.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb
similarity index 95%
rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_11.8.bb
rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb
index 720c292026..9c9aaed807 100644
--- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.8.bb
+++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb
@@ -6,12 +6,12 @@  DEPENDS = "libxml2 libxslt virtual/crypt"
 
 SECTION = "net"
 
-SRC_URI = "https://hiawatha.leisink.net/files/hiawatha-${PV}.tar.gz \
+SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-${PV}.tar.gz \
            file://hiawatha-init \
            file://hiawatha.service \
           "
 
-SRC_URI[sha256sum] = "1376763750fb9a88a780bac6aba8707bc2a78f8ee089c62d433e50216a5183bd"
+SRC_URI[sha256sum] = "942dd76e0b0369188612020cbcc92c19e11ea9e844f5dfaef4e9c7ab6892e247"
 
 INITSCRIPT_NAME = "hiawatha"
 INITSCRIPT_PARAMS = "defaults 70"