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 Nov 17 12:14:17 UTC 2020

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

Log Message:
easy-rsa: updated to 3.0.8

3.0.8 (2020-09-09)
* Provide --version option
* Version information now within generated certificates like on *nix
* Fixed issue where gen-dh overwrote existing files without warning
* Fixed issue with ED/EC certificates were still signed by RSA
* Added support for export-p8
* Clarified error message
* 2->3 upgrade now errors and prints message when vars isn't found
* Update OpenSSL Windows binaries to 1.1.1g


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/easy-rsa/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/security/easy-rsa/Makefile:1.11
--- pkgsrc/security/easy-rsa/Makefile:1.10      Fri Apr  3 08:27:05 2020
+++ pkgsrc/security/easy-rsa/Makefile   Tue Nov 17 12:14:17 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/04/03 08:27:05 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/11/17 12:14:17 adam Exp $
 
-DISTNAME=      EasyRSA-3.0.7
+DISTNAME=      EasyRSA-3.0.8
 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.9 pkgsrc/security/easy-rsa/distinfo:1.10
--- pkgsrc/security/easy-rsa/distinfo:1.9       Fri Apr  3 08:27:05 2020
+++ pkgsrc/security/easy-rsa/distinfo   Tue Nov 17 12:14:17 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2020/04/03 08:27:05 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/11/17 12:14:17 adam Exp $
 
-SHA1 (EasyRSA-3.0.7.tgz) = 0f08ae1b5fc32c9867d3623f13c2520082af6ca2
-RMD160 (EasyRSA-3.0.7.tgz) = 6c36cb7147a52eaa3878711049b27da210305fde
-SHA512 (EasyRSA-3.0.7.tgz) = 538b4dc4e4277e842849da41e77a10089cfa4652ba6e46355aff5e96a86eab78b2548ea8f81a6b2e20549cc1f2f4c426572185e998df19770cc4df94ee86e83f
-Size (EasyRSA-3.0.7.tgz) = 48215 bytes
+SHA1 (EasyRSA-3.0.8.tgz) = c8377691b15a8fba9f19c46202b4d4b4d8708953
+RMD160 (EasyRSA-3.0.8.tgz) = 328a0158fbbff426847d6828d4989328357b26d1
+SHA512 (EasyRSA-3.0.8.tgz) = fd2cde4725cffd60c6af1b6aeaff0dbf15f31f0f322c9df75c22838e2297ba9dc3bba610d956464c8227bd74b3e63840e2a3da41fbc5ee1c79c1e7f5350adc94
+Size (EasyRSA-3.0.8.tgz) = 48907 bytes
 SHA1 (patch-easyrsa) = e64deb7ca97eba9e2a3bd07688ce720ebef5331e
 SHA1 (patch-vars.example) = 31ffcf40ced1fb07a7531ec7de373ad24c04455e



Home | Main Index | Thread Index | Old Index