Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 15:32:56 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396751 - head/security/govpn
Message-ID:  <201509121532.t8CFWuVQ009426@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Sep 12 15:32:55 2015
New Revision: 396751
URL: https://svnweb.freebsd.org/changeset/ports/396751

Log:
  - Update to 3.5
  - Update pkg-descr
  
  PR:		203023
  Submitted by:	stargrave@stargrave.org(maintainer)

Modified:
  head/security/govpn/Makefile
  head/security/govpn/distinfo
  head/security/govpn/pkg-descr

Modified: head/security/govpn/Makefile
==============================================================================
--- head/security/govpn/Makefile	Sat Sep 12 14:49:44 2015	(r396750)
+++ head/security/govpn/Makefile	Sat Sep 12 15:32:55 2015	(r396751)
@@ -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

Modified: head/security/govpn/distinfo
==============================================================================
--- head/security/govpn/distinfo	Sat Sep 12 14:49:44 2015	(r396750)
+++ head/security/govpn/distinfo	Sat Sep 12 15:32:55 2015	(r396751)
@@ -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

Modified: head/security/govpn/pkg-descr
==============================================================================
--- head/security/govpn/pkg-descr	Sat Sep 12 14:49:44 2015	(r396750)
+++ head/security/govpn/pkg-descr	Sat Sep 12 15:32:55 2015	(r396751)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509121532.t8CFWuVQ009426>