mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.5
- Update pkg-descr PR: 203023 Submitted by: stargrave@stargrave.org(maintainer)
This commit is contained in:
parent
23df892f4d
commit
c146337df1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396751
3 changed files with 13 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= govpn
|
PORTNAME= govpn
|
||||||
PORTVERSION= 3.2
|
PORTVERSION= 3.5
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \
|
MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \
|
||||||
http://sourceforge.net/projects/govpn/files/
|
http://sourceforge.net/projects/govpn/files/
|
||||||
|
@ -15,6 +15,7 @@ LICENSE= GPLv3
|
||||||
BUILD_DEPENDS= go:${PORTSDIR}/lang/go
|
BUILD_DEPENDS= go:${PORTSDIR}/lang/go
|
||||||
|
|
||||||
USES= tar:xz
|
USES= tar:xz
|
||||||
|
MAKEFILE= BSDmakefile
|
||||||
|
|
||||||
PORTDOCS= AUTHORS INSTALL NEWS README THANKS
|
PORTDOCS= AUTHORS INSTALL NEWS README THANKS
|
||||||
INFO= govpn
|
INFO= govpn
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (govpn-3.2.tar.xz) = 388e98d6adef5ebf3431b0d48419f54d2e2064c657de67e23c669ebcf273126d
|
SHA256 (govpn-3.5.tar.xz) = 6b60c2cd4a8b4b2c893e52d3366510678704fd68a02a0ea24cb112bd753ea54b
|
||||||
SIZE (govpn-3.2.tar.xz) = 178388
|
SIZE (govpn-3.5.tar.xz) = 184264
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
GoVPN is simple secure free software virtual private network daemon,
|
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
|
It uses fast strong passphrase authenticated key agreement protocol with
|
||||||
authentication. Data transport is encrypted, authenticated, hides
|
augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
|
||||||
message's length and timestamp. PFS property, resistance to dictionary
|
Encrypted, authenticated data transport that hides message's length and
|
||||||
attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
|
timestamps. Perfect forward secrecy property. Resistance to: offline
|
||||||
statistics, IPv4/IPv6-compatibility.
|
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/
|
WWW: http://www.cypherpunks.ru/govpn/
|
||||||
|
|
Loading…
Add table
Reference in a new issue