Diff below brings easy-rsa to 3.0.7. Changelog:
https://github.com/OpenVPN/easy-rsa/blob/v3.0.7/ChangeLog
(Lightly) run tested on amd64 by creating a CA and some client
certificates.
Comments/OK?
diff --git Makefile Makefile
index 22057c7dd02..69485902fce 100644
--- Makefile
+++ Makefile
@@ -2,9 +2,9 @@
COMMENT = small RSA key management package
-V = 3.0.6
+V = 3.0.7
PKGNAME = easy-rsa-$V
-DISTNAME = EasyRSA-unix-v$V
+DISTNAME = EasyRSA-$V
EXTRACT_SUFX = .tgz
CATEGORIES = security
@@ -18,8 +18,6 @@ MASTER_SITES = https://github.com/OpenVPN/easy-rsa/releases/download/v$V/
NO_BUILD = Yes
NO_TEST = Yes
-WRKDIST = ${WRKDIR}/${DISTNAME:S/unix-//}
-
I = ${PREFIX}/share/easy-rsa
do-install:
diff --git distinfo distinfo
index 85b374f752a..d83a2369fb0 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (EasyRSA-unix-v3.0.6.tgz) = yymu0tJ4JOWduq1UfxHcqzgKU8n+BWgSSegEr0NvE5Y=
-SIZE (EasyRSA-unix-v3.0.6.tgz) = 40840
+SHA256 (EasyRSA-3.0.7.tgz) = FX0ujBFcOtBwwbJkGkyRkeBqMqjlCXGEenGCUe61EKg=
+SIZE (EasyRSA-3.0.7.tgz) = 48215
diff --git pkg/PLIST pkg/PLIST
index 8741e6138e8..c8d8c707f26 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -22,5 +22,7 @@ share/easy-rsa/x509-types/COMMON
share/easy-rsa/x509-types/ca
share/easy-rsa/x509-types/client
share/easy-rsa/x509-types/code-signing
+share/easy-rsa/x509-types/email
+share/easy-rsa/x509-types/kdc
share/easy-rsa/x509-types/server
share/easy-rsa/x509-types/serverClient
No comments:
Post a Comment