svn commit: r319549 - head/security/openvpn
Matthias Andree
mandree at FreeBSD.org
Fri May 31 23:06:40 UTC 2013
Author: mandree
Date: Fri May 31 23:06:39 2013
New Revision: 319549
URL: http://svnweb.freebsd.org/changeset/ports/319549
Log:
Update to new upstream release
2013.05.31 -- Version 2.3.2
Arne Schwabe (3):
Only print script warnings when a script is used. Remove stray mention of script-security system.
Move settings of user script into set_user_script function
Move checking of script file access into set_user_script
Davide Brini (1):
Provide more accurate warning message
Gert Doering (2):
Fix NULL-pointer crash in route_list_add_vpn_gateway().
Fix problem with UDP tunneling due to mishandled pktinfo structures.
James Yonan (1):
Always push basic set of peer info values to server.
Jan Just Keijser (1):
make 'explicit-exit-notify' pullable again
Josh Cepek (2):
Fix proto tcp6 for server & non-P2MP modes
Fix Windows script execution when called from script hooks
Steffan Karger (2):
Fixed tls-cipher translation bug in openssl-build
Fixed usage of stale define USE_SSL to ENABLE_SSL
svimik (1):
Fix segfault when enabling pf plug-ins
Modified:
head/security/openvpn/Makefile
head/security/openvpn/distinfo
Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile Fri May 31 22:52:02 2013 (r319548)
+++ head/security/openvpn/Makefile Fri May 31 23:06:39 2013 (r319549)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openvpn
-DISTVERSION= 2.3.1
+DISTVERSION= 2.3.2
CATEGORIES= security net
MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \
http://build.openvpn.net/downloads/releases/
Modified: head/security/openvpn/distinfo
==============================================================================
--- head/security/openvpn/distinfo Fri May 31 22:52:02 2013 (r319548)
+++ head/security/openvpn/distinfo Fri May 31 23:06:39 2013 (r319549)
@@ -1,2 +1,2 @@
-SHA256 (openvpn-2.3.1.tar.xz) = 9d7723ea83cdc0c78b32005f4b9c1f7ca1cc9e53e90b77bd643a203e6189884b
-SIZE (openvpn-2.3.1.tar.xz) = 776076
+SHA256 (openvpn-2.3.2.tar.xz) = 51c5a96fc3925f0792f95c9ee105e87ed090e1efd83c8fab37944a31b21c973e
+SIZE (openvpn-2.3.2.tar.xz) = 776432
More information about the svn-ports-head
mailing list