Date: Mon, 25 Jun 2018 19:00:26 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473331 - head/security/easy-rsa Message-ID: <201806251900.w5PJ0QQs055318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@sample %%DATADIR%%/openssl-1.0.cnf.example %%DATADIR%%/openssl-1.0.cnf +@sample %%DATADIR%%/openssl-easyrsa.cnf.example %%DATADIR%%/openssl-easyrsa.cnf @sample %%DATADIR%%/vars.example %%DATADIR%%/vars
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806251900.w5PJ0QQs055318>