Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2024 22:28:25 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8da1a43b25b7 - main - security/easy-rsa: revert to 3.1.7
Message-ID:  <202406272228.45RMSPvA077921@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

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

commit 8da1a43b25b7a82cbe9a9636df178043052c003c
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-06-27 22:24:15 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2024-06-27 22:28:16 +0000

    security/easy-rsa: revert to 3.1.7
    
    to avoid regressions. Everyone tells me 3.2.0 were a "development
    snapshot" and it seems to have broken --req-cn.
    
    Let us revert to 3.1.7 so we don't surprise quarterly tree users
    next week.
    
    Reported by:    vvd@
---
 security/easy-rsa/Makefile | 3 ++-
 security/easy-rsa/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index 6ae64ff70223..a5863bfd61f2 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	easy-rsa
-DISTVERSION=	3.2.0
+PORTEPOCH=	1
+DISTVERSION=	3.1.7
 CATEGORIES=	security net-mgmt
 MASTER_SITES=	https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ \
 		LOCAL/mandree/
diff --git a/security/easy-rsa/distinfo b/security/easy-rsa/distinfo
index 672e1f43a5c9..2c6d7f89d628 100644
--- a/security/easy-rsa/distinfo
+++ b/security/easy-rsa/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716037822
-SHA256 (EasyRSA-3.2.0.tgz) = db8164165a109bf1f6dbf578c3341349821bb4fde5629398d82918330134b43c
-SIZE (EasyRSA-3.2.0.tgz) = 73675
+TIMESTAMP = 1697487333
+SHA256 (EasyRSA-3.1.7.tgz) = aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
+SIZE (EasyRSA-3.1.7.tgz) = 81373


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406272228.45RMSPvA077921>