From owner-svn-ports-head@FreeBSD.ORG Thu May 21 05:08:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7BA4EA4; Thu, 21 May 2015 05:08:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC6E1D68; Thu, 21 May 2015 05:08:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4L58n0R045116; Thu, 21 May 2015 05:08:49 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4L58ndL045113; Thu, 21 May 2015 05:08:49 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201505210508.t4L58ndL045113@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 21 May 2015 05:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386906 - head/security/easy-rsa X-SVN-Group: ports-head 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.20 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: Thu, 21 May 2015 05:08:49 -0000 Author: bdrewery Date: Thu May 21 05:08:48 2015 New Revision: 386906 URL: https://svnweb.freebsd.org/changeset/ports/386906 Log: Update to 2.2.2. Changes: - Default KEY_SIZE to 2048 bits - Default the signing hash to SHA256 rather than SHA1 and MD5 - vars cleanups - pkitool cleanups - pkitool -days fix for https://community.openvpn.net/openvpn/ticket/198 Approved by: 2 year old fix for SHA1->SHA256. Modified: head/security/easy-rsa/Makefile head/security/easy-rsa/distinfo Modified: head/security/easy-rsa/Makefile ============================================================================== --- head/security/easy-rsa/Makefile Thu May 21 04:20:13 2015 (r386905) +++ head/security/easy-rsa/Makefile Thu May 21 05:08:48 2015 (r386906) @@ -1,10 +1,8 @@ # $FreeBSD$ PORTNAME= easy-rsa -DISTVERSION= 2.2.0_master +DISTVERSION= 2.2.2 CATEGORIES= security net-mgmt -MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ - http://build.openvpn.net/downloads/releases/ # Eric F. Crist does not require my # approval for changes to this package. -- mandree@FreeBSD.org @@ -13,6 +11,10 @@ COMMENT= Small RSA key management packag LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= OpenVPN + GNU_CONFIGURE= yes +USES= autoreconf .include Modified: head/security/easy-rsa/distinfo ============================================================================== --- head/security/easy-rsa/distinfo Thu May 21 04:20:13 2015 (r386905) +++ head/security/easy-rsa/distinfo Thu May 21 05:08:48 2015 (r386906) @@ -1,2 +1,2 @@ -SHA256 (easy-rsa-2.2.0_master.tar.gz) = d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2 -SIZE (easy-rsa-2.2.0_master.tar.gz) = 80460 +SHA256 (OpenVPN-easy-rsa-2.2.2_GH0.tar.gz) = 38f1f84e9b966df8b312365c7c75a455bdf003abdd5156e7106fa9c7771583ae +SIZE (OpenVPN-easy-rsa-2.2.2_GH0.tar.gz) = 24453