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

Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	2.0.0.b1
5
PORTVERSION=	2.0.0.b2
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://dist.opendnssec.org/source/ \
7
MASTER_SITES=	http://dist.opendnssec.org/source/ \
8
		http://dist.opendnssec.org/source/testing/
8
		http://dist.opendnssec.org/source/testing/
9
PKGNAMESUFFIX=	2
9
PKGNAMESUFFIX=	2
10
DISTNAME=	softhsm-2.0.0b1
10
DISTNAME=	softhsm-2.0.0b2
11
11
12
MAINTAINER=	jaap@NLnetLabs.nl
12
MAINTAINER=	jaap@NLnetLabs.nl
13
COMMENT=	Software implementation of a Hardware Security Module (HSM)
13
COMMENT=	Software implementation of a Hardware Security Module (HSM)
Lines 37-42 Link Here
37
37
38
CRYP_BOTAN_CONFIGURE_WITH=	crypto-backend=botan
38
CRYP_BOTAN_CONFIGURE_WITH=	crypto-backend=botan
39
39
40
.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
41
CONFIGURE_ARGS+=	--disable-gost
42
.endif
43
40
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
41
45
42
.if ${PORT_OPTIONS:MCRYP_BOTAN}
46
.if ${PORT_OPTIONS:MCRYP_BOTAN}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (softhsm-2.0.0b1.tar.gz) = b72ffae3feadbc669eecb58f4da5dce7e5124e666173e816ae58f98824515ae6
1
SHA256 (softhsm-2.0.0b2.tar.gz) = 6ea993bf97a2a4a7e40be59d7f583cfd99d2c543c39ef51f69051d6d27c059b9
2
SIZE (softhsm-2.0.0b1.tar.gz) = 922134
2
SIZE (softhsm-2.0.0b2.tar.gz) = 929045

Return to bug 199008