diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-21 05:08:48 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-21 05:08:48 +0000 |
commit | b1e87213b2ae2a8f00ba9afc53c9d9ef3af28877 (patch) | |
tree | 8f835903f1e7da156772f3358c94d07906ef5196 /security/easy-rsa/Makefile | |
parent | 176cd8d7a7aa1b34428fa9ca4c25998d89cf789f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=386906
Diffstat (limited to 'security/easy-rsa/Makefile')
-rw-r--r-- | security/easy-rsa/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile index 9bba7eedcdac..9992619d34f3 100644 --- a/security/easy-rsa/Makefile +++ b/security/easy-rsa/Makefile @@ -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> |