Received: by mail.netbsd.org (Postfix, from userid 605) id E542B84DD0; Fri, 3 Apr 2020 08:27:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F3AF84DCF for ; Fri, 3 Apr 2020 08:27:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id R3OYRRUB_jYm for ; Fri, 3 Apr 2020 08:27:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E6B4484CEA for ; Fri, 3 Apr 2020 08:27:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0750FB27; Fri, 3 Apr 2020 08:27:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585902425108150" MIME-Version: 1.0 Date: Fri, 3 Apr 2020 08:27:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/easy-rsa To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200403082705.E0750FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585902425108150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 3 08:27:05 UTC 2020 Modified Files: pkgsrc/security/easy-rsa: Makefile distinfo Log Message: easy-rsa: updated to 3.0.7 3.0.7: Include OpenSSL libs and binary for Windows 1.1.0j Remove RANDFILE environment variable Workaround for bug in win32 mktemp Handle IP address in SAN and renewals Workaround for ash and no set -o echo Shore up windows testing framework Provide upgrade mechanism for older versions of EasyRSA Add support for KDC certificates Add support for Edward Curves Add support for EASYRSA_PASSIN and EASYRSA_PASSOUT env vars Add support for RID to SAN To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/easy-rsa/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/easy-rsa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585902425108150 Content-Disposition: inline Content-Length: 1887 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/easy-rsa/Makefile diff -u pkgsrc/security/easy-rsa/Makefile:1.9 pkgsrc/security/easy-rsa/Makefile:1.10 --- pkgsrc/security/easy-rsa/Makefile:1.9 Wed Feb 6 08:07:59 2019 +++ pkgsrc/security/easy-rsa/Makefile Fri Apr 3 08:27:05 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2019/02/06 08:07:59 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/03 08:27:05 adam Exp $ -DISTNAME= EasyRSA-unix-v3.0.6 -PKGNAME= ${DISTNAME:S/EasyRSA-unix-v/easy-rsa-/} +DISTNAME= EasyRSA-3.0.7 +PKGNAME= ${DISTNAME:S/EasyRSA/easy-rsa/} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenVPN/} GITHUB_RELEASE= v${PKGVERSION_NOREV} Index: pkgsrc/security/easy-rsa/distinfo diff -u pkgsrc/security/easy-rsa/distinfo:1.8 pkgsrc/security/easy-rsa/distinfo:1.9 --- pkgsrc/security/easy-rsa/distinfo:1.8 Wed Feb 6 08:07:59 2019 +++ pkgsrc/security/easy-rsa/distinfo Fri Apr 3 08:27:05 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2019/02/06 08:07:59 adam Exp $ +$NetBSD: distinfo,v 1.9 2020/04/03 08:27:05 adam Exp $ -SHA1 (EasyRSA-unix-v3.0.6.tgz) = 797c9c6498e37c28d8e40b9faf0848cf8791624a -RMD160 (EasyRSA-unix-v3.0.6.tgz) = 8ceebe348ab266c1a44727070c9396d135e8e8fe -SHA512 (EasyRSA-unix-v3.0.6.tgz) = 1e0eb08fb343345c2bc079d622474f1b34dda3a0517b119efc7cb09113ab467f1346a6678e67d65e535bd404c2abb350d47a00c8f24e4541d54dbeb5600fab72 -Size (EasyRSA-unix-v3.0.6.tgz) = 40840 bytes +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 (patch-easyrsa) = e64deb7ca97eba9e2a3bd07688ce720ebef5331e SHA1 (patch-vars.example) = 31ffcf40ced1fb07a7531ec7de373ad24c04455e --_----------=_1585902425108150--