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 Sep 23 08:17:24 UTC 2024
Modified Files:
pkgsrc/security/easy-rsa: Makefile distinfo
Log Message:
easy-rsa: updated to 3.2.1
3.2.1
* inline: Add decimal value for cert. serial (Linux Only) (b33038e)
* Always exit with error for unknown command options (Except nopass)
(build-ca: b2f7912); (gen-req: 07f21d3); (build_full(): 0ff7f4c);
(export_pkcs(): 2c51288); (set-pass: 1266d4e)
* Integrate Easy-RSA TLS-Key for use with 'init-pki soft' (03d9dc2)
Note: Inline files that contain private key data are now created in sub-dir
'pki/inline/private'.
* easyrsa-tools.lib, show-expire: Add CA certificate to report (a36cd54)
* inline: OpenVPN TLS Keys inlining for TLS-AUTH, TLS-CRYPT-V1 (6e9e4a2)
Note: Command inline only writes directly to inline file not stdout.
* easyrsa-tools.lib: OpenVPN TLS Key gen. TLS-AUTH, TLS-CRYPT-V1 (cf0da16)
* easyrsa-tools.lib: expire_status_v2() (show-expire version 2) (1e43bf5)
* sign-req: Require 128bit serial number (806ee19)
* Move command 'verify-cert' to Tools-lib; drop 'verify' shortcut (ddbf304)
* Windows secure_session(): Ensure $secured_session dir is created (d99b242)
* Switch to '-f' for file existence (6ab98c9..a02f545)
* inline: Move auto-inline from build_full() to sign_req() (823f70f)
* gen-crl: Create additional CRL in DER format (69df0d8)
* self-sign: Allow Edwards Curve based keys (81b749b)
* Re-enable command 'renew' (version 2): Requires EasyRSA Tools (30fe311)
* bug-fix: revoke: Pass the correct certificate location (24d5514)
* vars.example: Add flags for auto-SAN and X509 critical attribute (a41dfcc)
* Global option --eku-crit: Mark X509 extendedKeyUsage as critical (ca09211)
* sign-req: Add critical and pathlen details to confirmation (deae705)
* export-p12: Automatically generate inline file (9d90370)
* Introduce global option --auto-san, use commonName as SAN (5c36d44)
* Introduce global option --san-crit, mark SAN critical (dd69f50)
* Introduce new global options: --ku-crit and --bc-crit (b79abee)
* gen-req: Always check for existing request file (7eab98e)
* revoke/revoke-expired/-renewed: Keep duplicate certificate (3da7f66)
* revoke-expired/-renewed: Keep req/key files for resigning (4537ae7)
* revoke: Add abbreviations for optional 'reason' (a88ccc7)
* build-ca: Allow use of --req-cn without batch mode (b77a0fb)
* gen-req: Re-enable use of --req-cn (5cf8c46)
* write: Change syntax, target as file, not directory
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/security/easy-rsa/Makefile:1.18
--- pkgsrc/security/easy-rsa/Makefile:1.17 Sat Jun 8 07:14:36 2024
+++ pkgsrc/security/easy-rsa/Makefile Mon Sep 23 08:17:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/06/08 07:14:36 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/09/23 08:17:24 adam Exp $
-DISTNAME= EasyRSA-3.2.0
+DISTNAME= EasyRSA-3.2.1
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.18 pkgsrc/security/easy-rsa/distinfo:1.19
--- pkgsrc/security/easy-rsa/distinfo:1.18 Sat Jun 8 07:14:36 2024
+++ pkgsrc/security/easy-rsa/distinfo Mon Sep 23 08:17:24 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2024/06/08 07:14:36 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/09/23 08:17:24 adam Exp $
-BLAKE2s (EasyRSA-3.2.0.tgz) = 6c2b9be5271ab090e58f15e87c5324b404bdb5469cb021ccffeaf5b752e9d06d
-SHA512 (EasyRSA-3.2.0.tgz) = 0f0006165857f9b00bfb2f5a3ac2fe2feba724d8122c8299323cddf584890c080b12ecfb99d127a40b82dbc2e373a1755f4ff6728c5cc8113bad5719dc23a6aa
-Size (EasyRSA-3.2.0.tgz) = 73675 bytes
+BLAKE2s (EasyRSA-3.2.1.tgz) = 2303931d44e2f7608345488e041d4bcff06bb6d163f4281e585503dbeec4a8ea
+SHA512 (EasyRSA-3.2.1.tgz) = 868a83f82e173f4df1af686cd5678e8d7295f62f7b8a88c73f46b7cc0799e451f4f51e0295002948875c00eba888851659306890ce7ade310f66a97f887dccf2
+Size (EasyRSA-3.2.1.tgz) = 79917 bytes
SHA1 (patch-easyrsa) = cc44e86031c875f102e140cea9582e4d88789b20
SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9
Home |
Main Index |
Thread Index |
Old Index