svn commit: r473331 - head/security/easy-rsa

Matthias Andree mandree at FreeBSD.org
Mon Jun 25 19:00:27 UTC 2018


Author: mandree
Date: Mon Jun 25 19:00:26 2018
New Revision: 473331
URL: https://svnweb.freebsd.org/changeset/ports/473331

Log:
  Upgrade Easy-RSA to v3.0.4
  
  Upstream's ChangeLog (without Windows-/Travis related changes) since v3.0.1:
  
  * Remove use of egrep (#154)
  * Remove "local" from variable assignment (#165)
  * Assign values to variables defined previously w/local
  * Finally(?) fix the subjectAltName issues presented earlier (really fixes #168)
  * copy CSR extensions into signed certificate

Modified:
  head/security/easy-rsa/Makefile
  head/security/easy-rsa/distinfo
  head/security/easy-rsa/pkg-plist

Modified: head/security/easy-rsa/Makefile
==============================================================================
--- head/security/easy-rsa/Makefile	Mon Jun 25 17:44:13 2018	(r473330)
+++ head/security/easy-rsa/Makefile	Mon Jun 25 19:00:26 2018	(r473331)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	easy-rsa
-DISTVERSION=	3.0.1
-PORTREVISION=	1
+DISTVERSION=	3.0.4
 CATEGORIES=	security net-mgmt
-MASTER_SITES=	https://github.com/OpenVPN/easy-rsa/releases/download/${DISTVERSION}/
+MASTER_SITES=	https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/
 DISTNAME=	EasyRSA-${DISTVERSION}
 
 # Eric F. Crist <ecrist at secure-computing.net> does not require my
@@ -34,7 +33,7 @@ do-install:
 		${INSTALL_SCRIPT} ${WRKDIR}/easyrsa ${STAGEDIR}${PREFIX}/bin/
 		${INSTALL_SCRIPT} ${WRKSRC}/easyrsa ${STAGEDIR}${DATADIR}/easyrsa.real
 		${INSTALL_DATA} ${WRKSRC}/vars.example ${STAGEDIR}${DATADIR}/
-		${INSTALL_DATA} ${WRKSRC}/openssl-1.0.cnf ${STAGEDIR}${DATADIR}/openssl-1.0.cnf.example
+		${INSTALL_DATA} ${WRKSRC}/openssl-easyrsa.cnf ${STAGEDIR}${DATADIR}/openssl-easyrsa.cnf.example
 		(cd ${WRKSRC}/x509-types/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/x509-types/)
 
 do-install-DOCS-on:

Modified: head/security/easy-rsa/distinfo
==============================================================================
--- head/security/easy-rsa/distinfo	Mon Jun 25 17:44:13 2018	(r473330)
+++ head/security/easy-rsa/distinfo	Mon Jun 25 19:00:26 2018	(r473331)
@@ -1,2 +1,3 @@
-SHA256 (EasyRSA-3.0.1.tgz) = dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e
-SIZE (EasyRSA-3.0.1.tgz) = 40960
+TIMESTAMP = 1529952735
+SHA256 (EasyRSA-3.0.4.tgz) = 472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a
+SIZE (EasyRSA-3.0.4.tgz) = 37721

Modified: head/security/easy-rsa/pkg-plist
==============================================================================
--- head/security/easy-rsa/pkg-plist	Mon Jun 25 17:44:13 2018	(r473330)
+++ head/security/easy-rsa/pkg-plist	Mon Jun 25 19:00:26 2018	(r473331)
@@ -1,4 +1,4 @@
 bin/easyrsa
 %%DATADIR%%/easyrsa.real
- at sample %%DATADIR%%/openssl-1.0.cnf.example %%DATADIR%%/openssl-1.0.cnf
+ at sample %%DATADIR%%/openssl-easyrsa.cnf.example %%DATADIR%%/openssl-easyrsa.cnf
 @sample %%DATADIR%%/vars.example %%DATADIR%%/vars


More information about the svn-ports-all mailing list