diff options
author | mandree <mandree@FreeBSD.org> | 2014-05-11 07:35:00 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-05-11 07:35:00 +0800 |
commit | 450ca243bf79db7adac313196722417080e9b28a (patch) | |
tree | 6f665259776a93aea3c4ff7bef3a85f961cb0fb4 /security/openvpn | |
parent | c038636953d2462800c276b5ee1d6a895f19d9b9 (diff) | |
download | freebsd-ports-gnome-450ca243bf79db7adac313196722417080e9b28a.tar.gz freebsd-ports-gnome-450ca243bf79db7adac313196722417080e9b28a.tar.zst freebsd-ports-gnome-450ca243bf79db7adac313196722417080e9b28a.zip |
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.
Diffstat (limited to 'security/openvpn')
-rw-r--r-- | security/openvpn/Makefile | 4 | ||||
-rw-r--r-- | security/openvpn/distinfo | 4 | ||||
-rw-r--r-- | security/openvpn/pkg-plist | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 0e4c22515807..4be800ac431d 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -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 diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 62dbe7bc8892..6e99947f8867 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -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 diff --git a/security/openvpn/pkg-plist b/security/openvpn/pkg-plist index ffb5dc7d9d25..8ed2f42d036d 100644 --- a/security/openvpn/pkg-plist +++ b/security/openvpn/pkg-plist @@ -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 |