Diff below brings security/easy-rsa to 3.0.4.

Lightly tested by initialising a pki and generating some certs.

Comments?

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git Makefile Makefile
index 72cda61c371..db2a3a76079 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =      small RSA key management package
 
-V =            3.0.3
+V =            3.0.4
 PKGNAME =      easy-rsa-$V
 DISTNAME =     EasyRSA-$V
 EXTRACT_SUFX = .tgz
diff --git distinfo distinfo
index ed1a32d7ef9..d551ee2e959 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (EasyRSA-3.0.3.tgz) = +yOdZ/S9CfgXsAJUUNQi7Xrj7pOvc3xX1KzY/bZGB54=
-SIZE (EasyRSA-3.0.3.tgz) = 40960
+SHA256 (EasyRSA-3.0.4.tgz) = RyFn+XbGy3yGDOxhUKVhbhY64gNlyB8XmBHW7gd57Fo=
+SIZE (EasyRSA-3.0.4.tgz) = 37721
diff --git patches/patch-easyrsa patches/patch-easyrsa
index a6903bcef34..801861037b3 100644
--- patches/patch-easyrsa
+++ patches/patch-easyrsa
@@ -10,7 +10,7 @@ OpenSSL from ports instead.
 Index: easyrsa
 --- easyrsa.orig
 +++ easyrsa
-@@ -1042,7 +1042,7 @@ Note: using Easy-RSA configuration from: $vars"
+@@ -1061,7 +1061,7 @@ Note: using Easy-RSA configuration from: $vars"
        
        # Set defaults, preferring existing env-vars if present
        set_var EASYRSA         "${0%/*}"
diff --git pkg/PLIST pkg/PLIST
index 92f6816e282..314ababc49d 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -3,6 +3,7 @@
 share/easy-rsa/
 share/easy-rsa/COPYING.md
 share/easy-rsa/ChangeLog
+share/easy-rsa/README.md
 share/easy-rsa/README.quickstart.md
 share/easy-rsa/doc/
 share/easy-rsa/doc/EasyRSA-Advanced.md
@@ -12,11 +13,12 @@ share/easy-rsa/doc/Hacking.md
 share/easy-rsa/doc/Intro-To-PKI.md
 share/easy-rsa/easyrsa
 share/easy-rsa/gpl-2.0.txt
-share/easy-rsa/openssl-1.0.cnf
+share/easy-rsa/mktemp.txt
+share/easy-rsa/openssl-easyrsa.cnf
 share/easy-rsa/vars.example
 share/easy-rsa/x509-types/
 share/easy-rsa/x509-types/COMMON
 share/easy-rsa/x509-types/ca
 share/easy-rsa/x509-types/client
-share/easy-rsa/x509-types/san
+share/easy-rsa/x509-types/code-signing
 share/easy-rsa/x509-types/server

Reply via email to