diff options
author | pi <pi@FreeBSD.org> | 2016-02-02 01:15:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-02 01:15:42 +0800 |
commit | 8b2ca4f823686b1a5ee371fa409fd38f2efb32b7 (patch) | |
tree | b3c9411a934936e250761aa4c1f3727af50c3334 /security/govpn | |
parent | 4161ee96f15702cb3decaa1803f0d11ccb4cd08a (diff) | |
download | freebsd-ports-gnome-8b2ca4f823686b1a5ee371fa409fd38f2efb32b7.tar.gz freebsd-ports-gnome-8b2ca4f823686b1a5ee371fa409fd38f2efb32b7.tar.zst freebsd-ports-gnome-8b2ca4f823686b1a5ee371fa409fd38f2efb32b7.zip |
security/govpn: 5.3 -> 5.4
- Added optional time synchronization requirement.
It will add timestamps in handshake PRP authentication, disallowing to
repeat captured packet and get reply from the server, making it visible
to DPI.
PR: 206799
Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
Diffstat (limited to 'security/govpn')
-rw-r--r-- | security/govpn/Makefile | 2 | ||||
-rw-r--r-- | security/govpn/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile index 5750b11fb93e..383a09b29182 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ diff --git a/security/govpn/distinfo b/security/govpn/distinfo index 32853ee1549b..6c3b8b85bde4 100644 --- a/security/govpn/distinfo +++ b/security/govpn/distinfo @@ -1,2 +1,2 @@ -SHA256 (govpn-5.3.tar.xz) = 50955d0a2ea41236682cb5ac245210691fb6ecbe88d138c5873e2362e547da48 -SIZE (govpn-5.3.tar.xz) = 308448 +SHA256 (govpn-5.4.tar.xz) = a1a001d9ef899ff6b61872eb7d2425a09eb0161574f50c8da6e4b14beb9b0ff6 +SIZE (govpn-5.4.tar.xz) = 317596 |