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:   gdt
Date:           Tue Feb  4 02:02:32 UTC 2025

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

Log Message:
security/easy-rsa: Update to 3.2.2

3.2.2 (2025-02-01)

   * Fold easyrsa-tools.lib into easyrsa (56cfa0c) (#1288)
   * Revert da3c249: Do not remove index.txt.attr (a236b97) (#1287)
   * Windows: Remove mktemp binary and text files (135f642) (#1285)
   * op-test.sh: Disable download ossl3 and shellcheck binaries (473c43b) (#1284)
   * Forbid self-signed certificate from being expired/renewed/revoked (ab45ae7) (#1274)
   * Rename global option --ssl-conf (DEPRECATED) to --ssl-cnf (c788423) (#1270)
   * bugfix: Save and Restore $EASYRSA_SSL_CONF for compound commands (7cdb14d) (#1270)
   * bugfix: Always use locate_support_files() after secure_session() (d530bc3) (#1270)
   * bugfix: easyrsa-tools.lib: renew, write full metadata to temp-file (b47d2af) (#1267)
   * Introduce new command 'revoke-issued' (38bf2d8) (#1266)
     Commands 'revoke' and 'revoke-issued' are identical.
     Command 'revoke' can ONLY be used in batch mode.
   * vars.example: Remove $EASYRSA_PKI (8ee8dcf) (#1262)
     There is no effect on existing 'vars' files.
   * easyrsa-tools.lib: Move to 'easyrsa3' directory (d30b688) (#1259)
     This now includes 'easyrsa-tools.lib' in the distribution tarballs.
   * Upgrade easyrsa-tools.lib to version 322 - As of command 'renew-ca'
   * easyrsa-tools.lib: Introduce new command 'renew-ca' (ba32b0d) (#1255)
   * easyrsa-tools.lib: show-expire, allow --days to be zero (a1033a5) (#1254)
   * Command 'help': Ignore EASYRSA_SILENT (8804d6b) (#1249)
   * bugfix: easyrsa-tools.lib: renew SAN, remove excess word 'Address' (af17492) (#1251)
   * New global variable 'EASYRSA_DISABLE_INLINE' (ad257ab) (#1245)
   * bugfix: revoke, renew: Remove pki/inline/private/$file.inline (febef85) (#1244)
     Initial bug report #1242 (Minor)
     Stop removing old credentials file pki/$file.creds (a871e9c)
   * Add LibreSSL version 4 to supported SSL Libraries (7df616b) (#1240)
   * sign-req: Allow custom X509 Types (2ee08cc) (#1238)
   * Remove redundant file index.txt.attr (da3c249) (#1233)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.19 -r1.20 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.18 pkgsrc/security/easy-rsa/Makefile:1.19
--- pkgsrc/security/easy-rsa/Makefile:1.18      Mon Sep 23 08:17:24 2024
+++ pkgsrc/security/easy-rsa/Makefile   Tue Feb  4 02:02:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/09/23 08:17:24 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/04 02:02:32 gdt Exp $
 
-DISTNAME=      EasyRSA-3.2.1
+DISTNAME=      EasyRSA-3.2.2
 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.19 pkgsrc/security/easy-rsa/distinfo:1.20
--- pkgsrc/security/easy-rsa/distinfo:1.19      Mon Sep 23 08:17:24 2024
+++ pkgsrc/security/easy-rsa/distinfo   Tue Feb  4 02:02:32 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2024/09/23 08:17:24 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/02/04 02:02:32 gdt Exp $
 
-BLAKE2s (EasyRSA-3.2.1.tgz) = 2303931d44e2f7608345488e041d4bcff06bb6d163f4281e585503dbeec4a8ea
-SHA512 (EasyRSA-3.2.1.tgz) = 868a83f82e173f4df1af686cd5678e8d7295f62f7b8a88c73f46b7cc0799e451f4f51e0295002948875c00eba888851659306890ce7ade310f66a97f887dccf2
-Size (EasyRSA-3.2.1.tgz) = 79917 bytes
+BLAKE2s (EasyRSA-3.2.2.tgz) = 9934115a08d26dee7df26d00d90422d64319d3a06ce068351da803fda84ba7ae
+SHA512 (EasyRSA-3.2.2.tgz) = 329114b48a1f2e4135aceca01da47d01e1871d489fc2189a1771295b1fce0716d5676842339dbb6ccc8255ae42b773225ffb79f1acef9ebc107b881c96ba94a7
+Size (EasyRSA-3.2.2.tgz) = 86324 bytes
 SHA1 (patch-easyrsa) = cc44e86031c875f102e140cea9582e4d88789b20
 SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9



Home | Main Index | Thread Index | Old Index