svn commit: r396598 - in head/security: . govpn
Steve Wills
swills at FreeBSD.org
Thu Sep 10 18:50:20 UTC 2015
Author: swills
Date: Thu Sep 10 18:50:18 2015
New Revision: 396598
URL: https://svnweb.freebsd.org/changeset/ports/396598
Log:
security/govpn: create port
PR: 200105
Submitted by: Sergey Matveev <stargrave at stargrave.org> (with minor modifications)
Added:
head/security/govpn/
head/security/govpn/Makefile (contents, props changed)
head/security/govpn/distinfo (contents, props changed)
head/security/govpn/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu Sep 10 18:39:49 2015 (r396597)
+++ head/security/Makefile Thu Sep 10 18:50:18 2015 (r396598)
@@ -160,6 +160,7 @@
SUBDIR += go.crypto
SUBDIR += goptlib
SUBDIR += gorilla
+ SUBDIR += govpn
SUBDIR += gpa
SUBDIR += gpasman
SUBDIR += gpass
Added: head/security/govpn/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/govpn/Makefile Thu Sep 10 18:50:18 2015 (r396598)
@@ -0,0 +1,26 @@
+# Created by: Sergey Matveev <stargrave at stargrave.org>
+# $FreeBSD$
+
+PORTNAME= govpn
+PORTVERSION= 3.2
+CATEGORIES= security
+MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \
+ http://sourceforge.net/projects/govpn/files/
+
+MAINTAINER= stargrave at stargrave.org
+COMMENT= Simple secure, DPI-resistant VPN daemon
+
+LICENSE= GPLv3
+
+BUILD_DEPENDS= go:${PORTSDIR}/lang/go
+
+USES= tar:xz
+
+PORTDOCS= AUTHORS INSTALL NEWS README THANKS
+INFO= govpn
+INSTALL_TARGET= install-strip
+
+PLIST_FILES= bin/govpn-server bin/govpn-client bin/govpn-verifier \
+ share/govpn/newclient.sh share/govpn/storekey.sh
+
+.include <bsd.port.mk>
Added: head/security/govpn/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/govpn/distinfo Thu Sep 10 18:50:18 2015 (r396598)
@@ -0,0 +1,2 @@
+SHA256 (govpn-3.2.tar.xz) = 388e98d6adef5ebf3431b0d48419f54d2e2064c657de67e23c669ebcf273126d
+SIZE (govpn-3.2.tar.xz) = 178388
Added: head/security/govpn/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/govpn/pkg-descr Thu Sep 10 18:50:18 2015 (r396598)
@@ -0,0 +1,10 @@
+GoVPN is simple secure free software virtual private network daemon,
+aimed to be reviewable, secure, DPI-resistant, written on Go.
+
+It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers
+authentication. Data transport is encrypted, authenticated, hides
+message's length and timestamp. PFS property, resistance to dictionary
+attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
+statistics, IPv4/IPv6-compatibility.
+
+WWW: http://www.cypherpunks.ru/govpn/
More information about the svn-ports-head
mailing list