Index: head/security/govpn/Makefile =================================================================== --- head/security/govpn/Makefile (revision 405432) +++ head/security/govpn/Makefile (revision 405433) @@ -1,27 +1,27 @@ # Created by: Sergey Matveev # $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/ MAINTAINER= stargrave@stargrave.org COMMENT= Simple secure, DPI-resistant VPN daemon LICENSE= GPLv3 BUILD_DEPENDS= go:${PORTSDIR}/lang/go USES= tar:xz MAKEFILE= BSDmakefile PORTDOCS= AUTHORS INSTALL NEWS README THANKS README.RU INFO= govpn INSTALL_TARGET= install-strip PLIST_FILES= bin/govpn-server bin/govpn-client bin/govpn-verifier \ share/govpn/newclient.sh share/govpn/storekey.sh .include Index: head/security/govpn/distinfo =================================================================== --- head/security/govpn/distinfo (revision 405432) +++ head/security/govpn/distinfo (revision 405433) @@ -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 Index: head/security/govpn/pkg-descr =================================================================== --- head/security/govpn/pkg-descr (revision 405432) +++ head/security/govpn/pkg-descr (revision 405433) @@ -1,13 +1,14 @@ GoVPN is simple secure free software virtual private network daemon, 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/