Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 23:38:15 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415093 - head/security/openvpn
Message-ID:  <201605122338.u4CNcF0u001764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu May 12 23:38:15 2016
New Revision: 415093
URL: https://svnweb.freebsd.org/changeset/ports/415093

Log:
  Security upgrade to OpenVPN 2.3.11, breaking POLARSSL option.
  
  Quoting upstream maintainers' release notes:
  "This release fixes two vulnerabilities: a port-share bug with DoS
  potential and a buffer overflow by user supplied data when using pam
  authentication. In addition a number of small fixes and improvements are
  included."
  
  WARNING: this upgrade breaks the PolarSSL-based build due to an
  oversight in the cipher suite selection hardening, crashing
  PolarSSL-based builds with a 0-pointer deferences.
  Marking port BROKEN if POLARSSL is set.
  
  Changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23

Modified:
  head/security/openvpn/Makefile
  head/security/openvpn/distinfo

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Thu May 12 23:25:20 2016	(r415092)
+++ head/security/openvpn/Makefile	Thu May 12 23:38:15 2016	(r415093)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		2.3.10
-PORTREVISION=		2
+DISTVERSION=		2.3.11
 CATEGORIES=		security net
 MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
 			http://build.openvpn.net/downloads/releases/
@@ -120,4 +119,10 @@ post-install-EXAMPLES-on:
 	(cd ${WRKSRC}/sample && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/)
 	${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/sample-scripts/*
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MPOLARSSL}
+BROKEN=OpenVPN 2.3.11 with PolarSSL crashes on start unless TLS ciphers specified explicitly
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/security/openvpn/distinfo
==============================================================================
--- head/security/openvpn/distinfo	Thu May 12 23:25:20 2016	(r415092)
+++ head/security/openvpn/distinfo	Thu May 12 23:38:15 2016	(r415093)
@@ -1,2 +1,2 @@
-SHA256 (openvpn-2.3.10.tar.xz) = c54dbf91d47b9533fac3b94d2b5719bdbe0d081fe8245184f91ef8a871d22003
-SIZE (openvpn-2.3.10.tar.xz) = 818152
+SHA256 (openvpn-2.3.11.tar.xz) = 0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7
+SIZE (openvpn-2.3.11.tar.xz) = 833496



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