pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/easy-rsa



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 30 08:24:00 UTC 2026

Modified Files:
        pkgsrc/security/easy-rsa: Makefile distinfo

Log Message:
easy-rsa: updated to 3.2.6

3.2.6 (2026-03-13)

* Introduce command 'import-tls-key' - Import an OpenVPN TLS key (cb4735b)
* X509-Type ca: Enable 'basicConstraints = critical' for CA/subCA certificates
  (5a5adb4)
* inline_file(): $inline_incomplete, add descriptive message (0df7946)
* Introduce new command 'import-ca' (fae716f)
* inline_file(): Introduce external CA list file (ce61d91)
* set_no_clobber(): Try shell long option 'set -o noclobber' first (87e31ce)
* CI: Enable shell switch errexit, set by env-var $EASYRSA_SET_ERREXIT (772d6f6)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/easy-rsa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/easy-rsa/Makefile
diff -u pkgsrc/security/easy-rsa/Makefile:1.22 pkgsrc/security/easy-rsa/Makefile:1.23
--- pkgsrc/security/easy-rsa/Makefile:1.22      Mon Dec 22 08:00:11 2025
+++ pkgsrc/security/easy-rsa/Makefile   Mon Mar 30 08:24:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/12/22 08:00:11 adam Exp $
+# $NetBSD: Makefile,v 1.23 2026/03/30 08:24:00 adam Exp $
 
-DISTNAME=      EasyRSA-3.2.5
+DISTNAME=      EasyRSA-3.2.6
 PKGNAME=       ${DISTNAME:S/EasyRSA/easy-rsa/}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenVPN/}

Index: pkgsrc/security/easy-rsa/distinfo
diff -u pkgsrc/security/easy-rsa/distinfo:1.23 pkgsrc/security/easy-rsa/distinfo:1.24
--- pkgsrc/security/easy-rsa/distinfo:1.23      Mon Dec 22 08:00:11 2025
+++ pkgsrc/security/easy-rsa/distinfo   Mon Mar 30 08:24:00 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2025/12/22 08:00:11 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/03/30 08:24:00 adam Exp $
 
-BLAKE2s (EasyRSA-3.2.5.tgz) = 106c88c2b508f9dd94b1141cba576d40023c2b477197b647c3e0f62861074eb8
-SHA512 (EasyRSA-3.2.5.tgz) = 939663d0046d906051113c562605803be5d0abd4803ef9089ed87389ff54dd0d6c2a3fb9929c2d3a88088154ee7ec7e9aee75fcdb53e9efd53b3c8381b3d9cd9
-Size (EasyRSA-3.2.5.tgz) = 92106 bytes
+BLAKE2s (EasyRSA-3.2.6.tgz) = ad917b1b77f5d08c378d490f9296463cb8b9b4d8463c074152b90f8cd2784f9e
+SHA512 (EasyRSA-3.2.6.tgz) = eb4ffa93884f9d8d3c6886855357a9bd119689dd0fb040e6d5e4e66a9f796ad9c27639b90652834c6bf0c10507f857136cbb05104dff1ff0e7c06abf0c874954
+Size (EasyRSA-3.2.6.tgz) = 93543 bytes
 SHA1 (patch-easyrsa) = cc44e86031c875f102e140cea9582e4d88789b20
 SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9



Home | Main Index | Thread Index | Old Index