Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D833A84FA9 for ; Wed, 6 Sep 2023 20:13:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cViIFNtWOEnV for ; Wed, 6 Sep 2023 20:13:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4717084F14 for ; Wed, 6 Sep 2023 20:13:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BD4AFBDB; Wed, 6 Sep 2023 20:13:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694031188252090" MIME-Version: 1.0 Date: Wed, 6 Sep 2023 20:13:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/easy-rsa To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230906201308.3BD4AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694031188252090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 6 20:13:08 UTC 2023 Modified Files: pkgsrc/security/easy-rsa: Makefile distinfo Log Message: easy-rsa: updated to 3.1.6 3.1.6 (2023-07-18) * New commands: 'inline' and 'x509-eku' inline: Build an inline file for a commonName x509-eku: Extract X509v3 extended key usage from a certificate * Expose serial-check, display-dn, display-san and default-san to command line. * Expand default status to include vars-file and CA status * sign-req: Allow the CSR DN-field order to be preserved To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/easy-rsa/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/easy-rsa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694031188252090 Content-Disposition: inline Content-Length: 1689 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.14 pkgsrc/security/easy-rsa/Makefile:1.15 --- pkgsrc/security/easy-rsa/Makefile:1.14 Sat Aug 5 07:11:08 2023 +++ pkgsrc/security/easy-rsa/Makefile Wed Sep 6 20:13:08 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/08/05 07:11:08 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/09/06 20:13:08 adam Exp $ -DISTNAME= EasyRSA-3.1.5 +DISTNAME= EasyRSA-3.1.6 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.15 pkgsrc/security/easy-rsa/distinfo:1.16 --- pkgsrc/security/easy-rsa/distinfo:1.15 Sat Aug 5 07:11:08 2023 +++ pkgsrc/security/easy-rsa/distinfo Wed Sep 6 20:13:08 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2023/08/05 07:11:08 adam Exp $ +$NetBSD: distinfo,v 1.16 2023/09/06 20:13:08 adam Exp $ -BLAKE2s (EasyRSA-3.1.5.tgz) = b7941b3578315089e3197bbcb6eaf31eb4c8a6861b025d1ab0c5e0818d264f33 -SHA512 (EasyRSA-3.1.5.tgz) = 1132a165d7f6a29aff08605e749110cabaeeb7169e7e9718148b175561f57c348a6a6f63b6eca7f8334bb7bcc3a081132098cfc9742bcf2e963b05905d82241d -Size (EasyRSA-3.1.5.tgz) = 75808 bytes +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 SHA1 (patch-vars.example) = 6148e15e404da398b9e04064f3195b60361339e9 --_----------=_1694031188252090--