View | Details | Raw Unified | Return to bug 258125 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/hiawatha/Makefile (-4 / +4 lines)
Lines 1-17 Link Here
1
# Created by: Hugo Leisink
1
# Created by: Hugo Leisink
2
2
3
PORTNAME=	hiawatha
3
PORTNAME=	hiawatha
4
PORTVERSION=	10.12
4
PORTVERSION=	11.0
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://www.hiawatha-webserver.org/files/
6
MASTER_SITES=	https://www.hiawatha-webserver.org/files/
7
7
8
MAINTAINER=	christopher.petrik@usm.edu
8
MAINTAINER=	christopher.petrik@usm.edu
9
COMMENT=	Advanced and secure webserver for Unix
9
COMMENT=	Advanced and secure webserver for Unix-Like
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
LIB_DEPENDS=	libmbedtls.so:security/mbedtls
14
#LIB_DEPENDS=	libmbedtls.so:security/mbedtls
15
15
16
USES=		cmake:insource compiler:c11 localbase:ldflags shebangfix
16
USES=		cmake:insource compiler:c11 localbase:ldflags shebangfix
17
USE_RC_SUBR=	hiawatha
17
USE_RC_SUBR=	hiawatha
Lines 20-26 SHEBANG_FILES= extra/letsencrypt/lefh.in Link Here
20
CMAKE_ARGS=	-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
20
CMAKE_ARGS=	-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
21
		-DWEBROOT_DIR=${WWWDIR} \
21
		-DWEBROOT_DIR=${WWWDIR} \
22
		-DWORK_DIR=/var/db/${PORTNAME}
22
		-DWORK_DIR=/var/db/${PORTNAME}
23
CMAKE_ON=	USE_SYSTEM_MBEDTLS
23
#CMAKE_ON=	USE_SYSTEM_MBEDTLS
24
24
25
OPTIONS_DEFINE=		CACHE CGIWRAPPER LEFH LOADCHECK MONITOR RPROXY TOMAHAWK \
25
OPTIONS_DEFINE=		CACHE CGIWRAPPER LEFH LOADCHECK MONITOR RPROXY TOMAHAWK \
26
			TOOLKIT XSLT
26
			TOOLKIT XSLT
(-)b/www/hiawatha/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1617048335
1
TIMESTAMP = 1630181575
2
SHA256 (hiawatha-10.12.tar.gz) = 61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
2
SHA256 (hiawatha-11.0.tar.gz) = d6fffbe6938951b62f9e02b5382a810fdb83b1e1328f5333c1c733342a890b4b
3
SIZE (hiawatha-10.12.tar.gz) = 1454134
3
SIZE (hiawatha-11.0.tar.gz) = 1460191
(-)b/www/hiawatha/pkg-plist (-1 / +92 lines)
Lines 5-10 bin/ssi-cgi Link Here
5
@sample %%ETCDIR%%/index.xslt.sample
5
@sample %%ETCDIR%%/index.xslt.sample
6
@sample %%ETCDIR%%/mimetype.conf.sample
6
@sample %%ETCDIR%%/mimetype.conf.sample
7
@sample %%ETCDIR%%/toolkit.conf.sample
7
@sample %%ETCDIR%%/toolkit.conf.sample
8
@sample %%WWWDIR%%/index.html.sample
9
cmake/MbedTLSConfig.cmake
10
cmake/MbedTLSConfigVersion.cmake
11
cmake/MbedTLSTargets-relwithdebinfo.cmake
12
cmake/MbedTLSTargets.cmake
13
include/mbedtls/aes.h
14
include/mbedtls/aria.h
15
include/mbedtls/asn1.h
16
include/mbedtls/asn1write.h
17
include/mbedtls/base64.h
18
include/mbedtls/bignum.h
19
include/mbedtls/build_info.h
20
include/mbedtls/camellia.h
21
include/mbedtls/ccm.h
22
include/mbedtls/chacha20.h
23
include/mbedtls/chachapoly.h
24
include/mbedtls/check_config.h
25
include/mbedtls/cipher.h
26
include/mbedtls/cmac.h
27
include/mbedtls/compat-2.x.h
28
include/mbedtls/config_psa.h
29
include/mbedtls/ctr_drbg.h
30
include/mbedtls/debug.h
31
include/mbedtls/des.h
32
include/mbedtls/dhm.h
33
include/mbedtls/ecdh.h
34
include/mbedtls/ecdsa.h
35
include/mbedtls/ecjpake.h
36
include/mbedtls/ecp.h
37
include/mbedtls/entropy.h
38
include/mbedtls/error.h
39
include/mbedtls/gcm.h
40
include/mbedtls/hkdf.h
41
include/mbedtls/hmac_drbg.h
42
include/mbedtls/mbedtls_config.h
43
include/mbedtls/md.h
44
include/mbedtls/md5.h
45
include/mbedtls/memory_buffer_alloc.h
46
include/mbedtls/net_sockets.h
47
include/mbedtls/nist_kw.h
48
include/mbedtls/oid.h
49
include/mbedtls/pem.h
50
include/mbedtls/pk.h
51
include/mbedtls/pkcs12.h
52
include/mbedtls/pkcs5.h
53
include/mbedtls/platform.h
54
include/mbedtls/platform_time.h
55
include/mbedtls/platform_util.h
56
include/mbedtls/poly1305.h
57
include/mbedtls/private_access.h
58
include/mbedtls/psa_util.h
59
include/mbedtls/ripemd160.h
60
include/mbedtls/rsa.h
61
include/mbedtls/sha1.h
62
include/mbedtls/sha256.h
63
include/mbedtls/sha512.h
64
include/mbedtls/ssl.h
65
include/mbedtls/ssl_cache.h
66
include/mbedtls/ssl_ciphersuites.h
67
include/mbedtls/ssl_cookie.h
68
include/mbedtls/ssl_ticket.h
69
include/mbedtls/threading.h
70
include/mbedtls/timing.h
71
include/mbedtls/version.h
72
include/mbedtls/x509.h
73
include/mbedtls/x509_crl.h
74
include/mbedtls/x509_crt.h
75
include/mbedtls/x509_csr.h
76
include/psa/crypto.h
77
include/psa/crypto_builtin_composites.h
78
include/psa/crypto_builtin_primitives.h
79
include/psa/crypto_compat.h
80
include/psa/crypto_config.h
81
include/psa/crypto_driver_common.h
82
include/psa/crypto_driver_contexts_composites.h
83
include/psa/crypto_driver_contexts_primitives.h
84
include/psa/crypto_extra.h
85
include/psa/crypto_platform.h
86
include/psa/crypto_se_driver.h
87
include/psa/crypto_sizes.h
88
include/psa/crypto_struct.h
89
include/psa/crypto_types.h
90
include/psa/crypto_values.h
91
lib/hiawatha/libmbedcrypto.so
92
lib/hiawatha/libmbedcrypto.so.10
93
lib/hiawatha/libmbedcrypto.so.%%GTK3_VERSION%%
94
lib/hiawatha/libmbedtls.so
95
lib/hiawatha/libmbedtls.so.16
96
lib/hiawatha/libmbedtls.so.%%GTK3_VERSION%%
97
lib/hiawatha/libmbedx509.so
98
lib/hiawatha/libmbedx509.so.%%GTK3_VERSION%%
99
lib/hiawatha/libmbedx509.so.4
8
%%LEFH%%lib/hiawatha/letsencrypt/acmev2.php
100
%%LEFH%%lib/hiawatha/letsencrypt/acmev2.php
9
%%LEFH%%lib/hiawatha/letsencrypt/config.php
101
%%LEFH%%lib/hiawatha/letsencrypt/config.php
10
%%LEFH%%lib/hiawatha/letsencrypt/hiawatha_config.php
102
%%LEFH%%lib/hiawatha/letsencrypt/hiawatha_config.php
Lines 24-29 man/man1/wigwam.1.gz Link Here
24
sbin/hiawatha
116
sbin/hiawatha
25
%%LEFH%%sbin/lefh
117
%%LEFH%%sbin/lefh
26
sbin/wigwam
118
sbin/wigwam
27
@sample %%WWWDIR%%/index.html.sample
28
@dir /var/log/hiawatha
119
@dir /var/log/hiawatha
29
@dir /var/db/hiawatha
120
@dir /var/db/hiawatha

Return to bug 258125