Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 10:51:10 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r485594 - branches/2018Q4/security/pkcs11-helper
Message-ID:  <201811221051.wAMApAgA000985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Nov 22 10:51:09 2018
New Revision: 485594
URL: https://svnweb.freebsd.org/changeset/ports/485594

Log:
  MFH: r481942 r482900
  
  Update to 1.25.1 release and fix build with OpenSSL 1.1.
  
  Approved by:	ports-secteam (blanket, build fix)

Modified:
  branches/2018Q4/security/pkcs11-helper/Makefile
  branches/2018Q4/security/pkcs11-helper/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/security/pkcs11-helper/Makefile
==============================================================================
--- branches/2018Q4/security/pkcs11-helper/Makefile	Thu Nov 22 10:48:33 2018	(r485593)
+++ branches/2018Q4/security/pkcs11-helper/Makefile	Thu Nov 22 10:51:09 2018	(r485594)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	pkcs11-helper
-PORTVERSION=	1.11
-PORTREVISION=	3
+PORTVERSION=	1.25.1
+PORTREVISION=	1
 CATEGORIES=	security devel
-MASTER_SITES=	SF/opensc/pkcs11-helper/
+MASTER_SITES=	https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Helper library for multiple PKCS\#11 providers
@@ -16,17 +16,18 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPL
 
-BROKEN_SSL=	openssl-devel
-
 GNU_CONFIGURE=	yes
 USES=		libtool:keepla pathfix pkgconfig tar:bzip2 ssl
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
-		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
+		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
 
 CONFIGURE_ARGS=	--disable-crypto-engine-gnutls \
-		--disable-crypto-engine-nss
+		--disable-crypto-engine-nss \
+		--disable-crypto-engine-polarssl \
+		--disable-crypto-engine-mbedtls \
+		--disable-crypto-engine-cryptoapi
 
 OPTIONS_DEFINE=	DOCS
 

Modified: branches/2018Q4/security/pkcs11-helper/distinfo
==============================================================================
--- branches/2018Q4/security/pkcs11-helper/distinfo	Thu Nov 22 10:48:33 2018	(r485593)
+++ branches/2018Q4/security/pkcs11-helper/distinfo	Thu Nov 22 10:51:09 2018	(r485594)
@@ -1,2 +1,3 @@
-SHA256 (pkcs11-helper-1.11.tar.bz2) = 05a078efe1261247f26751fa616de732a64dbe1ed6c83e8ea5e6e85d8f70ff2f
-SIZE (pkcs11-helper-1.11.tar.bz2) = 380697
+TIMESTAMP = 1539380995
+SHA256 (pkcs11-helper-1.25.1.tar.bz2) = 10dd8a1dbcf41ece051fdc3e9642b8c8111fe2c524cb966c0870ef3413c75a77
+SIZE (pkcs11-helper-1.25.1.tar.bz2) = 425719



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811221051.wAMApAgA000985>