From owner-svn-ports-head@freebsd.org Sat Sep 15 12:55:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAACE10A5F47; Sat, 15 Sep 2018 12:55:35 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 803F58BC42; Sat, 15 Sep 2018 12:55:35 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7570013B11; Sat, 15 Sep 2018 12:55:35 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8FCtZiO087216; Sat, 15 Sep 2018 12:55:35 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8FCtYDM087214; Sat, 15 Sep 2018 12:55:34 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201809151255.w8FCtYDM087214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 15 Sep 2018 12:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479834 - in head/security/easy-rsa: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/security/easy-rsa: . files X-SVN-Commit-Revision: 479834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2018 12:55:36 -0000 Author: mandree Date: Sat Sep 15 12:55:34 2018 New Revision: 479834 URL: https://svnweb.freebsd.org/changeset/ports/479834 Log: Update security/easy-rsa to 3.0.5 release. ChangeLog: Added: head/security/easy-rsa/files/patch-c5ff31e8 (contents, props changed) Modified: head/security/easy-rsa/Makefile head/security/easy-rsa/distinfo Modified: head/security/easy-rsa/Makefile ============================================================================== --- head/security/easy-rsa/Makefile Sat Sep 15 12:34:47 2018 (r479833) +++ head/security/easy-rsa/Makefile Sat Sep 15 12:55:34 2018 (r479834) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= easy-rsa -DISTVERSION= 3.0.4 +DISTVERSION= 3.0.5 CATEGORIES= security net-mgmt MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ -DISTNAME= EasyRSA-${DISTVERSION} +DISTNAME= EasyRSA-nix-${DISTVERSION} # Eric F. Crist does not require my # approval for changes to this package. -- mandree@FreeBSD.org @@ -17,6 +17,8 @@ CONFLICTS_INSTALL=easy-rsa2-* USES= tar:tgz NO_BUILD= yes + +WRKSRC= ${WRKDIR}/EasyRSA-${DISTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/security/easy-rsa/distinfo ============================================================================== --- head/security/easy-rsa/distinfo Sat Sep 15 12:34:47 2018 (r479833) +++ head/security/easy-rsa/distinfo Sat Sep 15 12:55:34 2018 (r479834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529952735 -SHA256 (EasyRSA-3.0.4.tgz) = 472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a -SIZE (EasyRSA-3.0.4.tgz) = 37721 +TIMESTAMP = 1537015455 +SHA256 (EasyRSA-nix-3.0.5.tgz) = 5ebfe7dfa20008aa15cecb136f2b308f6e23e29f17568969a3ba772aa50bbb37 +SIZE (EasyRSA-nix-3.0.5.tgz) = 50270 Added: head/security/easy-rsa/files/patch-c5ff31e8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/easy-rsa/files/patch-c5ff31e8 Sat Sep 15 12:55:34 2018 (r479834) @@ -0,0 +1,11 @@ +--- easyrsa ++++ easyrsa +@@ -546,7 +546,7 @@ current CA keypair. If you intended to start a new CA, run init-pki first." + if [ $sub_ca ]; then + notice "\ + NOTE: Your sub-CA request is at $out_file +-and now must be sent to you parent CA for signing. Place your resulting cert ++and now must be sent to your parent CA for signing. Place your resulting cert + at $EASYRSA_PKI/ca.crt prior to signing operations. + " + else notice "\