Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 21:17:59 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r441272 - branches/2017Q2/security/openvpn23
Message-ID:  <201705192117.v4JLHxHk029054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri May 19 21:17:59 2017
New Revision: 441272
URL: https://svnweb.freebsd.org/changeset/ports/441272

Log:
  Update openvpn23 to new 2.3.16 bugfix release.
  
  FreeBSD-relevant changes:
  * Avoid a 1 byte overcopy in x509_get_subject (ssl_verify_openssl.c)
  * Fix redirect-gateway behaviour when an IPv4 default route does not exist
  * Fix gateway detection with OpenBSD routing domains
  
  While here, switch download sites to https:// (from http://) and
  re-enable build.openvpn.net as download site now that it's back in synch.
  
  Reported by:	Gert Doering
  Approved by:	ports-secteam@ (feld)

Modified:
  branches/2017Q2/security/openvpn23/Makefile
  branches/2017Q2/security/openvpn23/distinfo

Modified: branches/2017Q2/security/openvpn23/Makefile
==============================================================================
--- branches/2017Q2/security/openvpn23/Makefile	Fri May 19 21:01:34 2017	(r441271)
+++ branches/2017Q2/security/openvpn23/Makefile	Fri May 19 21:17:59 2017	(r441272)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		2.3.15
+DISTVERSION=		2.3.16
 CATEGORIES=		security net
-MASTER_SITES=		http://swupdate.openvpn.net/community/releases/
+MASTER_SITES=		https://swupdate.openvpn.net/community/releases/ \
+			https://build.openvpn.net/downloads/releases/
 PKGNAMESUFFIX?=		23
 
 MAINTAINER=		mandree@FreeBSD.org

Modified: branches/2017Q2/security/openvpn23/distinfo
==============================================================================
--- branches/2017Q2/security/openvpn23/distinfo	Fri May 19 21:01:34 2017	(r441271)
+++ branches/2017Q2/security/openvpn23/distinfo	Fri May 19 21:17:59 2017	(r441272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494532554
-SHA256 (openvpn-2.3.15.tar.xz) = 8c2000e901b86f2efd9b5a4cca19cab5bea393f9eca8fbf333c0b7dd5acc0903
-SIZE (openvpn-2.3.15.tar.xz) = 863384
+TIMESTAMP = 1495220261
+SHA256 (openvpn-2.3.16.tar.xz) = efb4bd5450df7fc7b11143ee81a8fad8aaddeaefe645657c1eebb14a1377b475
+SIZE (openvpn-2.3.16.tar.xz) = 831428



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