View | Details | Raw Unified | Return to bug 203023
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	govpn
4
PORTNAME=	govpn
5
PORTVERSION=	3.2
5
PORTVERSION=	3.5
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://www.cypherpunks.ru/govpn/download/ \
7
MASTER_SITES=	http://www.cypherpunks.ru/govpn/download/ \
8
		http://sourceforge.net/projects/govpn/files/
8
		http://sourceforge.net/projects/govpn/files/
Lines 15-20 Link Here
15
BUILD_DEPENDS=	go:${PORTSDIR}/lang/go
15
BUILD_DEPENDS=	go:${PORTSDIR}/lang/go
16
16
17
USES=		tar:xz
17
USES=		tar:xz
18
MAKEFILE=	BSDmakefile
18
19
19
PORTDOCS=	AUTHORS INSTALL NEWS README THANKS
20
PORTDOCS=	AUTHORS INSTALL NEWS README THANKS
20
INFO=		govpn
21
INFO=		govpn
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (govpn-3.2.tar.xz) = 388e98d6adef5ebf3431b0d48419f54d2e2064c657de67e23c669ebcf273126d
1
SHA256 (govpn-3.5.tar.xz) = 6b60c2cd4a8b4b2c893e52d3366510678704fd68a02a0ea24cb112bd753ea54b
2
SIZE (govpn-3.2.tar.xz) = 178388
2
SIZE (govpn-3.5.tar.xz) = 184264
(-)pkg-descr (-6 / +9 lines)
Lines 1-10 Link Here
1
GoVPN is simple secure free software virtual private network daemon,
1
GoVPN is simple secure free software virtual private network daemon,
2
aimed to be reviewable, secure, DPI-resistant, written on Go.
2
aimed to be reviewable, secure, DPI/censorship-resistant, written on Go.
3
3
4
It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers
4
It uses fast strong passphrase authenticated key agreement protocol with
5
authentication. Data transport is encrypted, authenticated, hides
5
augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
6
message's length and timestamp. PFS property, resistance to dictionary
6
Encrypted, authenticated data transport that hides message's length and
7
attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
7
timestamps. Perfect forward secrecy property. Resistance to: offline
8
statistics, IPv4/IPv6-compatibility.
8
dictionary attacks, replay attacks, client's passphrases compromising
9
and dictionary attacks on the server side. Built-in heartbeating,
10
rehandshaking, real-time statistics. Ability to work through UDP, TCP
11
and HTTP proxies. IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
9
12
10
WWW: http://www.cypherpunks.ru/govpn/
13
WWW: http://www.cypherpunks.ru/govpn/

Return to bug 203023