aboutsummaryrefslogtreecommitdiff
path: root/security/govpn
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-09-12 15:32:55 +0000
committerWen Heping <wen@FreeBSD.org>2015-09-12 15:32:55 +0000
commitc146337df1c2da0fe29b54fe1f0f04a057ba2894 (patch)
tree4fc281cf2405a62ad258689f832db8398f0e5696 /security/govpn
parent23df892f4dd8209840a89f62ca4c1190383e3e03 (diff)
downloadports-c146337df1c2da0fe29b54fe1f0f04a057ba2894.tar.gz
ports-c146337df1c2da0fe29b54fe1f0f04a057ba2894.zip
- Update to 3.5
- Update pkg-descr PR: 203023 Submitted by: stargrave@stargrave.org(maintainer)
Notes
Notes: svn path=/head/; revision=396751
Diffstat (limited to 'security/govpn')
-rw-r--r--security/govpn/Makefile3
-rw-r--r--security/govpn/distinfo4
-rw-r--r--security/govpn/pkg-descr15
3 files changed, 13 insertions, 9 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile
index c34a4c9d58d6..7133c2e98e33 100644
--- a/security/govpn/Makefile
+++ b/security/govpn/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= govpn
-PORTVERSION= 3.2
+PORTVERSION= 3.5
CATEGORIES= security
MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \
http://sourceforge.net/projects/govpn/files/
@@ -15,6 +15,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= go:${PORTSDIR}/lang/go
USES= tar:xz
+MAKEFILE= BSDmakefile
PORTDOCS= AUTHORS INSTALL NEWS README THANKS
INFO= govpn
diff --git a/security/govpn/distinfo b/security/govpn/distinfo
index 71a806b09768..a5f17dba7afc 100644
--- a/security/govpn/distinfo
+++ b/security/govpn/distinfo
@@ -1,2 +1,2 @@
-SHA256 (govpn-3.2.tar.xz) = 388e98d6adef5ebf3431b0d48419f54d2e2064c657de67e23c669ebcf273126d
-SIZE (govpn-3.2.tar.xz) = 178388
+SHA256 (govpn-3.5.tar.xz) = 6b60c2cd4a8b4b2c893e52d3366510678704fd68a02a0ea24cb112bd753ea54b
+SIZE (govpn-3.5.tar.xz) = 184264
diff --git a/security/govpn/pkg-descr b/security/govpn/pkg-descr
index bdbbec725a0e..85b4ba0c8cf6 100644
--- a/security/govpn/pkg-descr
+++ b/security/govpn/pkg-descr
@@ -1,10 +1,13 @@
GoVPN is simple secure free software virtual private network daemon,
-aimed to be reviewable, secure, DPI-resistant, written on Go.
+aimed to be reviewable, secure, DPI/censorship-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.
+It uses fast strong passphrase authenticated key agreement protocol with
+augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
+Encrypted, authenticated data transport that hides message's length and
+timestamps. Perfect forward secrecy property. Resistance to: offline
+dictionary attacks, replay attacks, client's passphrases compromising
+and dictionary attacks on the server side. Built-in heartbeating,
+rehandshaking, real-time statistics. Ability to work through UDP, TCP
+and HTTP proxies. IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
WWW: http://www.cypherpunks.ru/govpn/