git: bbf70c5027c5 - 2025Q4 - security/easy-rsa: update to v3.2.5

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Fri, 26 Dec 2025 16:59:34 UTC
The branch 2025Q4 has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf70c5027c52878eb904f2c041cfc9f0ee876ea

commit bbf70c5027c52878eb904f2c041cfc9f0ee876ea
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-12-19 07:46:18 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-12-26 12:21:47 +0000

    security/easy-rsa: update to v3.2.5
    
    Also convert files/pkg-message.in to UCL
    so it's also displayed on upgrade not only on install.
    
    ChangeLog:      https://github.com/OpenVPN/easy-rsa/releases/tag/v3.2.5
    MFH:            2025Q4 in a few days (due to UCL pkg-message)
    (cherry picked from commit 3d7e6c146a8a2734d77c5f11ec3e339ca0f6145d)
---
 security/easy-rsa/Makefile             | 2 +-
 security/easy-rsa/distinfo             | 6 +++---
 security/easy-rsa/files/pkg-message.in | 8 ++++++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index f8d323fc3043..4a7e4df1f41f 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	easy-rsa
-DISTVERSION=	3.2.4
+DISTVERSION=	3.2.5
 PORTREVISION=	0  # leave in if 0 to avoid accidental PORTEPOCH bumps
 PORTEPOCH=	1
 CATEGORIES=	security net-mgmt
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..aa6fcbb7be4b 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,
@@ -30,4 +32,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
+}
+]