Update from 3.0.8 to 3.1.0.

Bracketed $V for clarity.

Changes from 3.0.9 include:

3.1.0 (2022-05-18)
   * Introduce basic support for OpenSSL version 3 (#492)
   * Update regex in grep to be POSIX compliant (#556)
   * Introduce status reporting tools (#555 & #557)
   * Display certificates using UTF8 (#551)
   * Allow certificates to be created with fixed date offset (#550)
   * Add 'verify' to verify certificate against CA (#549)
   * Add PKCS#12 alias 'friendlyName' (#544)
   * Disallow use of '--vars=FILE init-pki' (#566)
   * Support multiple IP-Addresses in SAN (#564)
   * Add option '--renew-days=NN', custom renew grace period (#557)
   * Add 'nopass' option to the 'export-pkcs' functions (#411)
   * Add support for 'busybox' (#543)
   * Add option '--tmp-dir=DIR' to declare Temp-dir (Commit f503a22)

thanks

g
Index: easy-rsa//Makefile
===================================================================
RCS file: /cvs/ports/security/easy-rsa/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- easy-rsa//Makefile	11 Mar 2022 19:53:22 -0000	1.13
+++ easy-rsa//Makefile	1 Jun 2022 23:16:42 -0000
@@ -1,8 +1,8 @@
 COMMENT =	small RSA key management package
 
-V =		3.0.8
-PKGNAME =	easy-rsa-$V
-DISTNAME =	EasyRSA-$V
+V =		3.1.0
+PKGNAME =	easy-rsa-${V}
+DISTNAME =	EasyRSA-${V}
 EXTRACT_SUFX =	.tgz
 CATEGORIES =	security
 
@@ -11,7 +11,7 @@ HOMEPAGE =	https://openvpn.net/
 # GPLv2 only
 PERMIT_PACKAGE =	Yes
 
-MASTER_SITES =	https://github.com/OpenVPN/easy-rsa/releases/download/v$V/
+MASTER_SITES =	https://github.com/OpenVPN/easy-rsa/releases/download/v${V}/
 
 NO_BUILD =	Yes
 NO_TEST =	Yes
Index: easy-rsa//distinfo
===================================================================
RCS file: /cvs/ports/security/easy-rsa/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- easy-rsa//distinfo	29 Dec 2020 15:18:22 -0000	1.8
+++ easy-rsa//distinfo	1 Jun 2022 23:16:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (EasyRSA-3.0.8.tgz) = yuEUwhKlvk2J8iU9NscKuU9o0pXyTotnEcLKsPq/fhg=
-SIZE (EasyRSA-3.0.8.tgz) = 48907
+SHA256 (EasyRSA-3.1.0.tgz) = AbB+y1jcAD5H1OdPn8TaNexoQuls0APWbtcqQ9+YNlk=
+SIZE (EasyRSA-3.1.0.tgz) = 61255

Reply via email to