Index: Makefile
===================================================================
RCS file: /cvs/ports/www/hiawatha/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- Makefile	27 Sep 2023 19:13:02 -0000	1.73
+++ Makefile	14 Apr 2024 22:45:41 -0000
@@ -1,8 +1,8 @@
 COMMENT =		secure webserver
-DISTNAME =		hiawatha-11.4
+DISTNAME =		hiawatha-11.5
 CATEGORIES =		www net
 
-HOMEPAGE =		https://www.hiawatha-webserver.org/
+HOMEPAGE =		https://hiawatha.leisink.net/
 
 # GPLv2 only
 PERMIT_PACKAGE =	mbedtls Apache 2 license incompatible with GPLv2
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/hiawatha/distinfo,v
retrieving revision 1.52
diff -u -p -r1.52 distinfo
--- distinfo	16 Jul 2023 13:57:57 -0000	1.52
+++ distinfo	14 Apr 2024 22:45:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-11.4.tar.gz) = 7doJnn7PjBJq8eBOHj4Qg1qdX28gc1mDcyjdKNLOmYw=
-SIZE (hiawatha-11.4.tar.gz) = 1727759
+SHA256 (hiawatha-11.5.tar.gz) = XJIf5cR1wC+XRKehBvwNbcwjaQdDRGZLlVj6pV6Wlhs=
+SIZE (hiawatha-11.5.tar.gz) = 1852032
Index: patches/patch-mbedtls_library_aesce_c
===================================================================
RCS file: patches/patch-mbedtls_library_aesce_c
diff -N patches/patch-mbedtls_library_aesce_c
--- patches/patch-mbedtls_library_aesce_c	26 Nov 2023 09:12:23 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,24 +0,0 @@
-set #pragma attribute after including arm_neon.h, so the attribute only
-applies to the local code
-
-Index: mbedtls/library/aesce.c
---- mbedtls/library/aesce.c.orig
-+++ mbedtls/library/aesce.c
-@@ -48,6 +48,8 @@
- 
- #if defined(MBEDTLS_HAVE_ARM64)
- 
-+#include <arm_neon.h>
-+
- #if !defined(__ARM_FEATURE_AES) || defined(MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG)
- #   if defined(__clang__)
- #       if __clang_major__ < 4
-@@ -66,8 +68,6 @@
- #       error "Only GCC and Clang supported for MBEDTLS_AESCE_C"
- #   endif
- #endif /* !__ARM_FEATURE_AES || MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG */
--
--#include <arm_neon.h>
- 
- #if defined(__linux__)
- #include <asm/hwcap.h>
