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:           Tue Dec  5 18:29:16 UTC 2023

Modified Files:
        pkgsrc/security/easy-rsa: Makefile distinfo
        pkgsrc/security/easy-rsa/patches: patch-easyrsa

Log Message:
easy-rsa: updated to 3.1.7

3.1.7 (2023-10-13)

Rewrite vars-auto-detect, adhere to EasyRSA-Advanced.md
Under the hood, this is a considerable change but there are no user
noticable differences. With the exception of:
Caveat: The default '$PWD/pki/vars' file is forbidden to change either
EASYRSA or EASYRSA_PKI, which are both implied by default.
EasyRSA-Advanced.md: Correct vars-auto-detect hierarchy
Commit: ecd6506
EASYRSA/vars is moved to a higher priority than a default PKI.
vars-auto-detect no longer searches 'easyrsa' program directory.
gen-crl: preserve existing crl.pem ownership+mode
New command: make-vars - Print vars.example (here-doc) to stdout
show-expire: Calculate cert. expire seconds from DB date
Update OpenSSL to 3.1.2


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/easy-rsa/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/easy-rsa/patches/patch-easyrsa

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.15 pkgsrc/security/easy-rsa/Makefile:1.16
--- pkgsrc/security/easy-rsa/Makefile:1.15      Wed Sep  6 20:13:08 2023
+++ pkgsrc/security/easy-rsa/Makefile   Tue Dec  5 18:29:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/09/06 20:13:08 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/12/05 18:29:16 adam Exp $
 
-DISTNAME=      EasyRSA-3.1.6
+DISTNAME=      EasyRSA-3.1.7
 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.16 pkgsrc/security/easy-rsa/distinfo:1.17
--- pkgsrc/security/easy-rsa/distinfo:1.16      Wed Sep  6 20:13:08 2023
+++ pkgsrc/security/easy-rsa/distinfo   Tue Dec  5 18:29:16 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2023/09/06 20:13:08 adam Exp $
+$NetBSD: distinfo,v 1.17 2023/12/05 18:29:16 adam Exp $
 
-BLAKE2s (EasyRSA-3.1.6.tgz) = 7e4a4216083010bcb2dd281bc58166352ac70762d37e4d1ed5f718d7b679cd77
-SHA512 (EasyRSA-3.1.6.tgz) = 5e67fb2be8c21ff4377acdb4e93e8b108ef5939f6f9145324d77328dd40700069af9181493a5b1f5c415631e8a6cbfc3d7ed564b2c6db70d2c4d7bfd46610151
-Size (EasyRSA-3.1.6.tgz) = 81177 bytes
-SHA1 (patch-easyrsa) = 9c5855682cee9674fc6695ad08dd69b1c3ee1561
+BLAKE2s (EasyRSA-3.1.7.tgz) = b34db3fbb27c87114e106abb1e79550dc6d3f185958f4fc102c7dac282f6ee35
+SHA512 (EasyRSA-3.1.7.tgz) = eb3978b07c313af148c6ae94b60e213c8b810c5974242855560b22ad949cfc094d311e4cc04a95ddd0f817bfec54971caa5289e5fc532895e1e58499d265c705
+Size (EasyRSA-3.1.7.tgz) = 81373 bytes
+SHA1 (patch-easyrsa) = d08b55e92e9d3cdece0e7861cd0e950f1d4f1f78
 SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9

Index: pkgsrc/security/easy-rsa/patches/patch-easyrsa
diff -u pkgsrc/security/easy-rsa/patches/patch-easyrsa:1.4 pkgsrc/security/easy-rsa/patches/patch-easyrsa:1.5
--- pkgsrc/security/easy-rsa/patches/patch-easyrsa:1.4  Wed Jun  7 11:10:38 2023
+++ pkgsrc/security/easy-rsa/patches/patch-easyrsa      Tue Dec  5 18:29:16 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-easyrsa,v 1.4 2023/06/07 11:10:38 leot Exp $
+$NetBSD: patch-easyrsa,v 1.5 2023/12/05 18:29:16 adam Exp $
 
-- Set a sane default for config file. Needs to be SUBSTed.
+Set a sane default for config file. Needs to be SUBSTed.
 
---- easyrsa.orig       2023-05-24 12:02:30.000000000 +0000
+--- easyrsa.orig       2023-10-13 22:27:51.000000000 +0000
 +++ easyrsa
-@@ -1308,7 +1308,7 @@ install_data_to_pki() {
+@@ -1443,7 +1443,7 @@ install_data_to_pki() {
        # '/usr/local/share/easy-rsa' - Default user installed
        # '/usr/share/easy-rsa' - Default system installed
        # Room for more..
@@ -13,7 +13,7 @@ $NetBSD: patch-easyrsa,v 1.4 2023/06/07 
  
        # Find and optionally copy data-files, in specific order
        for area in \
-@@ -1318,7 +1318,7 @@ install_data_to_pki() {
+@@ -1453,7 +1453,7 @@ install_data_to_pki() {
                "${0%/*}" \
                '/usr/local/share/easy-rsa' \
                '/usr/share/easy-rsa' \
@@ -22,12 +22,3 @@ $NetBSD: patch-easyrsa,v 1.4 2023/06/07 
                # EOL
        do
                if [ "$context" = x509-types-only ]; then
-@@ -5143,6 +5143,8 @@ The 'vars' file was not found:
-               # Some other place vars, out of scope.
-               if [ "$EASYRSA" ]; then
-                       easy_vars="${EASYRSA}/vars"
-+              elif [ -f "@SYSCONFDIR@/vars" ]; then
-+                      easy_vars="@SYSCONFDIR@/vars"
-               else
-                       unset -v easy_vars
-               fi



Home | Main Index | Thread Index | Old Index