[Midnightbsd-cvs] mports [17149] trunk/security: easy-rsa utility
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 14 15:42:05 EDT 2014
Revision: 17149
http://svnweb.midnightbsd.org/mports/?rev=17149
Author: laffer1
Date: 2014-09-14 15:42:03 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
easy-rsa utility
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/easy-rsa/
trunk/security/easy-rsa/Makefile
trunk/security/easy-rsa/distinfo
trunk/security/easy-rsa/pkg-descr
trunk/security/easy-rsa/pkg-plist
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2014-09-14 19:40:06 UTC (rev 17148)
+++ trunk/security/Makefile 2014-09-14 19:42:03 UTC (rev 17149)
@@ -19,6 +19,7 @@
SUBDIR += cyrus-sasl2-ldapdb
SUBDIR += cyrus-sasl2-saslauthd
SUBDIR += dirmngr
+SUBDIR += easy-rsa
SUBDIR += firewalk
SUBDIR += fpc-hash
SUBDIR += gnome-keyring
Added: trunk/security/easy-rsa/Makefile
===================================================================
--- trunk/security/easy-rsa/Makefile (rev 0)
+++ trunk/security/easy-rsa/Makefile 2014-09-14 19:42:03 UTC (rev 17149)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+# $FreeBSD: head/security/easy-rsa/Makefile 328226 2013-09-25 00:54:08Z bdrewery $
+
+PORTNAME= easy-rsa
+DISTVERSION= 2.2.0_master
+CATEGORIES= security net-mgmt
+MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \
+ http://build.openvpn.net/downloads/releases/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Small RSA key management package based on openssl
+
+LICENSE= gpl2
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
Added: trunk/security/easy-rsa/distinfo
===================================================================
--- trunk/security/easy-rsa/distinfo (rev 0)
+++ trunk/security/easy-rsa/distinfo 2014-09-14 19:42:03 UTC (rev 17149)
@@ -0,0 +1,2 @@
+SHA256 (easy-rsa-2.2.0_master.tar.gz) = d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2
+SIZE (easy-rsa-2.2.0_master.tar.gz) = 80460
Added: trunk/security/easy-rsa/pkg-descr
===================================================================
--- trunk/security/easy-rsa/pkg-descr (rev 0)
+++ trunk/security/easy-rsa/pkg-descr 2014-09-14 19:42:03 UTC (rev 17149)
@@ -0,0 +1,7 @@
+Easy-RSA is a small RSA key management package, based on the openssl
+command line tool, that can be found in the easy-rsa subdirectory of the
+OpenVPN distribution. While this tool is primary concerned with key
+management for the SSL VPN application space, it can also be used for
+building web certificates.
+
+WWW: https://community.openvpn.net/openvpn/wiki/GettingEasyRsa
Added: trunk/security/easy-rsa/pkg-plist
===================================================================
--- trunk/security/easy-rsa/pkg-plist (rev 0)
+++ trunk/security/easy-rsa/pkg-plist 2014-09-14 19:42:03 UTC (rev 17149)
@@ -0,0 +1,25 @@
+%%DOCSDIR%%/README-2.0
+%%DOCSDIR%%/COPYRIGHT.GPL
+%%DOCSDIR%%/COPYING
+share/easy-rsa/build-ca
+share/easy-rsa/vars
+share/easy-rsa/sign-req
+share/easy-rsa/revoke-full
+share/easy-rsa/pkitool
+share/easy-rsa/openssl-1.0.0.cnf
+share/easy-rsa/openssl-0.9.8.cnf
+share/easy-rsa/openssl-0.9.6.cnf
+share/easy-rsa/list-crl
+share/easy-rsa/inherit-inter
+share/easy-rsa/clean-all
+share/easy-rsa/build-req-pass
+share/easy-rsa/build-req
+share/easy-rsa/build-key-server
+share/easy-rsa/build-key-pkcs12
+share/easy-rsa/build-key-pass
+share/easy-rsa/build-key
+share/easy-rsa/build-inter
+share/easy-rsa/build-dh
+share/easy-rsa/whichopensslcnf
+ at dirrm share/easy-rsa
+ at dirrm %%DOCSDIR%%
More information about the Midnightbsd-cvs
mailing list