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:           Sat Aug  5 07:11:08 UTC 2023

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

Log Message:
easy-rsa: updated to 3.1.5

3.1.5 (2023-06-10)

Build Update: script now supports signing and verifying

Automate support-file creation (Free packaging)

build-ca: New command option 'raw-ca', abbrevation: 'raw'

This 'raw' method, is the most reliable way to build a CA,
with a password, without writing the CA password to a temp-file.

This option completely replaces both methods below:

build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin'
Option '--ca-via-stdin' offers no more security than standard method.
Easy-RSA version 3.1.4 ONLY.

build-ca: Replace password temp-files with file-descriptors
Using file-descriptors does not work in Windows.
Easy-RSA version 3.1.3 ONLY.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.14 -r1.15 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.13 pkgsrc/security/easy-rsa/Makefile:1.14
--- pkgsrc/security/easy-rsa/Makefile:1.13      Wed Jun  7 11:10:38 2023
+++ pkgsrc/security/easy-rsa/Makefile   Sat Aug  5 07:11:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/06/07 11:10:38 leot Exp $
+# $NetBSD: Makefile,v 1.14 2023/08/05 07:11:08 adam Exp $
 
-DISTNAME=      EasyRSA-3.1.4
+DISTNAME=      EasyRSA-3.1.5
 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.14 pkgsrc/security/easy-rsa/distinfo:1.15
--- pkgsrc/security/easy-rsa/distinfo:1.14      Wed Jun  7 11:10:38 2023
+++ pkgsrc/security/easy-rsa/distinfo   Sat Aug  5 07:11:08 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2023/06/07 11:10:38 leot Exp $
+$NetBSD: distinfo,v 1.15 2023/08/05 07:11:08 adam Exp $
 
-BLAKE2s (EasyRSA-3.1.4.tgz) = 608b15678f80043385638349f818f99badbe7c08b485cf7ec6e87cfe62e61933
-SHA512 (EasyRSA-3.1.4.tgz) = 1a1500c909f086fa45b13543a6ad0f0b8708055f95a07abc5ea67e3b1340cb884e5c6c4c3d7777cc05646b7d8d7ef3193a5506f51d01c27ea980204c4a24b231
-Size (EasyRSA-3.1.4.tgz) = 73536 bytes
+BLAKE2s (EasyRSA-3.1.5.tgz) = b7941b3578315089e3197bbcb6eaf31eb4c8a6861b025d1ab0c5e0818d264f33
+SHA512 (EasyRSA-3.1.5.tgz) = 1132a165d7f6a29aff08605e749110cabaeeb7169e7e9718148b175561f57c348a6a6f63b6eca7f8334bb7bcc3a081132098cfc9742bcf2e963b05905d82241d
+Size (EasyRSA-3.1.5.tgz) = 75808 bytes
 SHA1 (patch-easyrsa) = 9c5855682cee9674fc6695ad08dd69b1c3ee1561
 SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9



Home | Main Index | Thread Index | Old Index