Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2019 19:30:52 +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: r493524 - head/security/openvpn
Message-ID:  <201902211930.x1LJUqtF011643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Feb 21 19:30:52 2019
New Revision: 493524
URL: https://svnweb.freebsd.org/changeset/ports/493524

Log:
  security/openvpn[-mbedtls] update to OpenVPN 2.4.7
  
  Upstream release announcement:
  "This is primarily a maintenance release with bugfixes and improvements.
  One of the big things is enhanced TLS 1.3 support
  
  Please note that LibreSSL is not a supported crypto backend. We accept
  patches and we do test on OpenBSD 6.0 which comes with LibreSSL, but if
  newer versions of LibreSSL break API compatibility we do not take
  responsibility to fix that."
  
  Move USES up to please portlint.
  
  Change summary:
  <https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-247>;
  
  Detailed change list:
  <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.7>;

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

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Thu Feb 21 19:03:17 2019	(r493523)
+++ head/security/openvpn/Makefile	Thu Feb 21 19:30:52 2019	(r493524)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		2.4.6
-PORTREVISION?=		3
+DISTVERSION=		2.4.7
+PORTREVISION?=		0
 CATEGORIES=		security net
 MASTER_SITES=		https://swupdate.openvpn.org/community/releases/ \
 			https://build.openvpn.net/downloads/releases/
@@ -14,10 +14,11 @@ COMMENT?=		Secure IP/Ethernet tunnel daemon
 LICENSE=		GPLv2
 LICENSE_FILE=		${WRKSRC}/COPYRIGHT.GPL
 
+USES=			cpe libtool pkgconfig shebangfix tar:xz
+
 CONFLICTS_INSTALL?=	openvpn-2.[!4].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]* openvpn-mbedtls-[0-9]*
 
 GNU_CONFIGURE=		yes
-USES=			cpe libtool pkgconfig shebangfix tar:xz
 SHEBANG_FILES=		sample/sample-scripts/verify-cn \
 			sample/sample-scripts/auth-pam.pl \
 			sample/sample-scripts/ucn.pl

Modified: head/security/openvpn/distinfo
==============================================================================
--- head/security/openvpn/distinfo	Thu Feb 21 19:03:17 2019	(r493523)
+++ head/security/openvpn/distinfo	Thu Feb 21 19:30:52 2019	(r493524)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524689930
-SHA256 (openvpn-2.4.6.tar.xz) = 4f6434fa541cc9e363434ea71a16a62cf2615fb2f16af5b38f43ab5939998c26
-SIZE (openvpn-2.4.6.tar.xz) = 943376
+TIMESTAMP = 1550775398
+SHA256 (openvpn-2.4.7.tar.xz) = a42f53570f669eaf10af68e98d65b531015ff9e12be7a62d9269ea684652f648
+SIZE (openvpn-2.4.7.tar.xz) = 953116



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