View | Details | Raw Unified | Return to bug 232886
Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	2.4.0
5
PORTVERSION=	2.5.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
Lines 60-65 Link Here
60
CONFIGURE_ARGS+=	--disable-gost
60
CONFIGURE_ARGS+=	--disable-gost
61
.endif
61
.endif
62
62
63
# openssl-1.1.1 (default after 1200080) doesn't  support GHOST (yet), punt for now. 
64
.if ${OSVERSION}>=1200080
65
CONFIGURE_ARGS+=	--disable-gost
66
.endif
67
63
post-install:
68
post-install:
64
	${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules
69
	${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules
65
	${INSTALL_DATA} ${WRKSRC}/softhsm2.module \
70
	${INSTALL_DATA} ${WRKSRC}/softhsm2.module \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1519738695
1
TIMESTAMP = 1540213808
2
SHA256 (softhsm-2.4.0.tar.gz) = 26aac12bdeaacd15722dc0a24a5a1981a3b711e61d10ac687a23ff0b7075da07
2
SHA256 (softhsm-2.5.0.tar.gz) = 92aa56cf45e25892326e98b851c44de9cac8559e208720e579bf8e2cd1c132b2
3
SIZE (softhsm-2.4.0.tar.gz) = 1042566
3
SIZE (softhsm-2.5.0.tar.gz) = 1078439

Return to bug 232886