mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00: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
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user