summaryrefslogtreecommitdiff
path: root/security/easy-rsa
diff options
context:
space:
mode:
Diffstat (limited to 'security/easy-rsa')
-rw-r--r--security/easy-rsa/Makefile4
-rw-r--r--security/easy-rsa/distinfo6
-rw-r--r--security/easy-rsa/files/pkg-message.in11
3 files changed, 12 insertions, 9 deletions
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index f8d323fc3043..b10997333c64 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,6 +1,6 @@
PORTNAME= easy-rsa
-DISTVERSION= 3.2.4
-PORTREVISION= 0 # leave in if 0 to avoid accidental PORTEPOCH bumps
+DISTVERSION= 3.2.5
+PORTREVISION= 1 # leave in if 0 to avoid accidental PORTEPOCH bumps
PORTEPOCH= 1
CATEGORIES= security net-mgmt
MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ \
diff --git a/security/easy-rsa/distinfo b/security/easy-rsa/distinfo
index 82af886df254..5dc09239b421 100644
--- a/security/easy-rsa/distinfo
+++ b/security/easy-rsa/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756297960
-SHA256 (EasyRSA-3.2.4.tgz) = ed65e88cea892268efa71eb1161ce13af3beded6754301e1e713e36ff3613cac
-SIZE (EasyRSA-3.2.4.tgz) = 89360
+TIMESTAMP = 1766129798
+SHA256 (EasyRSA-3.2.5.tgz) = 662ee3b453155aeb1dff7096ec052cd83176c460cfa82ac130ef8568ec4df490
+SIZE (EasyRSA-3.2.5.tgz) = 92106
diff --git a/security/easy-rsa/files/pkg-message.in b/security/easy-rsa/files/pkg-message.in
index 0127f30927bb..7094bcc18cdb 100644
--- a/security/easy-rsa/files/pkg-message.in
+++ b/security/easy-rsa/files/pkg-message.in
@@ -1,4 +1,6 @@
-
+[
+{
+ type: [install, upgrade], message: <<EOM
NOTE: easyrsa will require you to initialize a PKI upon first use.
ONLY for the very first run for a new PKI, do something such as this,
@@ -10,8 +12,7 @@ See %%PREFIX%%/share/doc/easy-rsa/README.quickstart.md for further information.
An on-line help is available, you can run:
- easyrsa help # for help on commands
- easyrsa help options # for help on options
+ easyrsa help # for help on commands and options
**** SECURITY WARNING FOR PAST security/easy-rsa versions ****
**** easyrsa may have encrypted your CA private key with a weak cipher
@@ -30,4 +31,6 @@ by using the easyrsa set-pass ca command.
For details, see https://community.openvpn.net/openvpn/wiki/CVE-2024-13454.
**** END SECURITY WARNING FOR PAST security/easy-rsa versions ****
-
+EOM
+}
+]