Date: Sat, 10 May 2014 23:35:00 +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: r353631 - head/security/openvpn Message-ID: <201405102335.s4ANZ0q0010037@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat May 10 23:35:00 2014 New Revision: 353631 URL: http://svnweb.freebsd.org/changeset/ports/353631 QAT: https://qat.redports.org/buildarchive/r353631/ Log: Update to new upstream release 2.3.4. Changes: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.4> Add USES=libtool and drop .la files. Modified: head/security/openvpn/Makefile head/security/openvpn/distinfo head/security/openvpn/pkg-plist Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Sat May 10 23:34:09 2014 (r353630) +++ head/security/openvpn/Makefile Sat May 10 23:35:00 2014 (r353631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.3.3 +DISTVERSION= 2.3.4 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= openvpn-2.[!3].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]* GNU_CONFIGURE= yes -USES= pkgconfig shebangfix tar:xz +USES= 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 Sat May 10 23:34:09 2014 (r353630) +++ head/security/openvpn/distinfo Sat May 10 23:35:00 2014 (r353631) @@ -1,2 +1,2 @@ -SHA256 (openvpn-2.3.3.tar.xz) = 19693ac1db8e99a73a0fe1de5809f34a5693109d4fdb929449a0c457986440f7 -SIZE (openvpn-2.3.3.tar.xz) = 781240 +SHA256 (openvpn-2.3.4.tar.xz) = 1ccd72c99e5c5627a7f7eb826489027dad35ce260b925b49dfc1f90bd24719ee +SIZE (openvpn-2.3.4.tar.xz) = 791676 Modified: head/security/openvpn/pkg-plist ============================================================================== --- head/security/openvpn/pkg-plist Sat May 10 23:34:09 2014 (r353630) +++ head/security/openvpn/pkg-plist Sat May 10 23:35:00 2014 (r353631) @@ -1,7 +1,5 @@ include/openvpn-plugin.h -lib/openvpn/plugins/openvpn-plugin-auth-pam.la lib/openvpn/plugins/openvpn-plugin-auth-pam.so -lib/openvpn/plugins/openvpn-plugin-down-root.la lib/openvpn/plugins/openvpn-plugin-down-root.so man/man8/openvpn.8.gz sbin/openvpn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405102335.s4ANZ0q0010037>