svn commit: r479834 - in head/security/easy-rsa: . files
Matthias Andree
mandree at FreeBSD.org
Sat Sep 15 12:55:36 UTC 2018
Author: mandree
Date: Sat Sep 15 12:55:34 2018
New Revision: 479834
URL: https://svnweb.freebsd.org/changeset/ports/479834
Log:
Update security/easy-rsa to 3.0.5 release.
ChangeLog: <https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.5>
Added:
head/security/easy-rsa/files/patch-c5ff31e8 (contents, props changed)
Modified:
head/security/easy-rsa/Makefile
head/security/easy-rsa/distinfo
Modified: head/security/easy-rsa/Makefile
==============================================================================
--- head/security/easy-rsa/Makefile Sat Sep 15 12:34:47 2018 (r479833)
+++ head/security/easy-rsa/Makefile Sat Sep 15 12:55:34 2018 (r479834)
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= easy-rsa
-DISTVERSION= 3.0.4
+DISTVERSION= 3.0.5
CATEGORIES= security net-mgmt
MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/
-DISTNAME= EasyRSA-${DISTVERSION}
+DISTNAME= EasyRSA-nix-${DISTVERSION}
# Eric F. Crist <ecrist at secure-computing.net> does not require my
# approval for changes to this package. -- mandree at FreeBSD.org
@@ -17,6 +17,8 @@ CONFLICTS_INSTALL=easy-rsa2-*
USES= tar:tgz
NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/EasyRSA-${DISTVERSION}
OPTIONS_DEFINE= DOCS EXAMPLES
Modified: head/security/easy-rsa/distinfo
==============================================================================
--- head/security/easy-rsa/distinfo Sat Sep 15 12:34:47 2018 (r479833)
+++ head/security/easy-rsa/distinfo Sat Sep 15 12:55:34 2018 (r479834)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529952735
-SHA256 (EasyRSA-3.0.4.tgz) = 472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a
-SIZE (EasyRSA-3.0.4.tgz) = 37721
+TIMESTAMP = 1537015455
+SHA256 (EasyRSA-nix-3.0.5.tgz) = 5ebfe7dfa20008aa15cecb136f2b308f6e23e29f17568969a3ba772aa50bbb37
+SIZE (EasyRSA-nix-3.0.5.tgz) = 50270
Added: head/security/easy-rsa/files/patch-c5ff31e8
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/easy-rsa/files/patch-c5ff31e8 Sat Sep 15 12:55:34 2018 (r479834)
@@ -0,0 +1,11 @@
+--- easyrsa
++++ easyrsa
+@@ -546,7 +546,7 @@ current CA keypair. If you intended to start a new CA, run init-pki first."
+ if [ $sub_ca ]; then
+ notice "\
+ NOTE: Your sub-CA request is at $out_file
+-and now must be sent to you parent CA for signing. Place your resulting cert
++and now must be sent to your parent CA for signing. Place your resulting cert
+ at $EASYRSA_PKI/ca.crt prior to signing operations.
+ "
+ else notice "\
More information about the svn-ports-all
mailing list