diff options
| author | Paavo-Einari Kaipila <pkaipila@gmail.com> | 2026-03-01 16:28:44 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-03-01 16:36:38 +0000 |
| commit | 59307162e29642f8281c1130ef0b09e9927edc1d (patch) | |
| tree | 5bd79ad5f2258b628f00eaebf4d24e14649012e9 | |
| parent | 0f99c33e2fe4e88b7db6064de4f27e7e5912995c (diff) | |
www/hiawatha: Update 11.8 => 12.0
Release Notes:
https://hiawatha.leisink.net/changelog
PR: 293528
| -rw-r--r-- | www/hiawatha/Makefile | 8 | ||||
| -rw-r--r-- | www/hiawatha/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index b62e498760e7..2c83b5f34be3 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,7 +1,7 @@ PORTNAME= hiawatha -DISTVERSION= 11.8 +DISTVERSION= 12.0 CATEGORIES= www -MASTER_SITES= https://hiawatha.leisink.net/files/ +MASTER_SITES= https://hiawatha.leisink.net/files/download/ MAINTAINER= pkaipila@gmail.com COMMENT= Advanced and secure web server for Unix @@ -10,7 +10,7 @@ WWW= https://hiawatha.leisink.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libmbedtls.so:security/mbedtls3 +LIB_DEPENDS= libmbedtls.so:security/mbedtls4 USES= cmake:insource compiler:c11 cpe localbase:ldflags shebangfix CPE_VENDOR= hiawatha-webserver @@ -56,6 +56,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ -e 's|/etc/hiawatha|${ETCDIR}|g' \ ${WRKSRC}/man/hiawatha.1.in + @${REINPLACE_CMD} -e 's|EnableSandbox|#EnableSandbox|g' \ + ${WRKSRC}/config/hiawatha.conf.in post-install: .for f in hiawatha.conf mimetype.conf cgi-wrapper.conf toolkit.conf error.xslt \ diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index fbcd961a8321..0fd6af0509ad 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758851777 -SHA256 (hiawatha-11.8.tar.gz) = 1376763750fb9a88a780bac6aba8707bc2a78f8ee089c62d433e50216a5183bd -SIZE (hiawatha-11.8.tar.gz) = 1922802 +TIMESTAMP = 1772372102 +SHA256 (hiawatha-12.0.tar.gz) = 8ea8a6fe6973c398e49af765fc63b7d9c5b3899d7c6bb001b7e12af174781704 +SIZE (hiawatha-12.0.tar.gz) = 2373929 |
