svn commit: r386906 - head/security/easy-rsa
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 21 05:08:49 UTC 2015
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 <ecrist at secure-computing.net> does not require my
# approval for changes to this package. -- mandree at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list