summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-12 20:21:08 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 22:02:53 -0700
commitf2d8476ca2eb4be8e37d081c98df3efa5b31d7e0 (patch)
tree88cbdc1e610003aa9523e925c70fb8f4a806b082 /meta-webserver/recipes-httpd
parent6d6c0b99d386f8fa229a65fec6a91130146dac3b (diff)
downloadmeta-openembedded-f2d8476ca2eb4be8e37d081c98df3efa5b31d7e0.tar.gz
hiawatha: upgrade 11.8 -> 12.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/hiawatha/hiawatha_12.0.bb (renamed from meta-webserver/recipes-httpd/hiawatha/hiawatha_11.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.8.bb b/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"
6 6
7SECTION = "net" 7SECTION = "net"
8 8
9SRC_URI = "https://hiawatha.leisink.net/files/hiawatha-${PV}.tar.gz \ 9SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-${PV}.tar.gz \
10 file://hiawatha-init \ 10 file://hiawatha-init \
11 file://hiawatha.service \ 11 file://hiawatha.service \
12 " 12 "
13 13
14SRC_URI[sha256sum] = "1376763750fb9a88a780bac6aba8707bc2a78f8ee089c62d433e50216a5183bd" 14SRC_URI[sha256sum] = "942dd76e0b0369188612020cbcc92c19e11ea9e844f5dfaef4e9c7ab6892e247"
15 15
16INITSCRIPT_NAME = "hiawatha" 16INITSCRIPT_NAME = "hiawatha"
17INITSCRIPT_PARAMS = "defaults 70" 17INITSCRIPT_PARAMS = "defaults 70"