diff options
author | robak <robak@FreeBSD.org> | 2016-01-07 20:37:53 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-01-07 20:37:53 +0800 |
commit | 85590e2761ba88cb057c534e50807f1aeea42f93 (patch) | |
tree | ee7864ff2e78b025321f8f77edc40fa00f13e80e /security | |
parent | 16c355f26b4b8d3080c8cb08e53b6ce4be3d0269 (diff) | |
download | freebsd-ports-gnome-85590e2761ba88cb057c534e50807f1aeea42f93.tar.gz freebsd-ports-gnome-85590e2761ba88cb057c534e50807f1aeea42f93.tar.zst freebsd-ports-gnome-85590e2761ba88cb057c534e50807f1aeea42f93.zip |
security/govpn: update 4.2 -> 5.0
- Update pkg-descr
PR: 205977
Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/govpn/Makefile | 2 | ||||
-rw-r--r-- | security/govpn/distinfo | 4 | ||||
-rw-r--r-- | security/govpn/pkg-descr | 11 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile index 2b40c30a1e27..30734e4ba95a 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 4.2 +PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ diff --git a/security/govpn/distinfo b/security/govpn/distinfo index 59d765a37c93..794e0d0f3ecc 100644 --- a/security/govpn/distinfo +++ b/security/govpn/distinfo @@ -1,2 +1,2 @@ -SHA256 (govpn-4.2.tar.xz) = dc2d390b9dcfb30a3612018d410b61ddf8edd82f4d9aa5ed2691b027be10ba0a -SIZE (govpn-4.2.tar.xz) = 238652 +SHA256 (govpn-5.0.tar.xz) = cc186a3b800279b6f5a7c86d61b250c24cf97235f6c3e1bb05a6cb60251085c6 +SIZE (govpn-5.0.tar.xz) = 243232 diff --git a/security/govpn/pkg-descr b/security/govpn/pkg-descr index 85b4ba0c8cf6..2159c82b081f 100644 --- a/security/govpn/pkg-descr +++ b/security/govpn/pkg-descr @@ -4,10 +4,11 @@ aimed to be reviewable, secure, DPI/censorship-resistant, written on Go. 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. +timestamps. Optional encryptionless mode, that still preserves data +confidentiality. 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. WWW: http://www.cypherpunks.ru/govpn/ |