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.
This commit is contained in:
Bryan Drewery 2015-05-21 05:08:48 +00:00
parent 176cd8d7a7
commit b1e87213b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386906
2 changed files with 7 additions and 5 deletions

View File

@ -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@secure-computing.net> does not require my
# approval for changes to this package. -- mandree@FreeBSD.org
@ -13,6 +11,10 @@ COMMENT= Small RSA key management package based on openssl
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= OpenVPN
GNU_CONFIGURE= yes
USES= autoreconf
.include <bsd.port.mk>

View File

@ -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