[Lunar-commits] <moonbase-other> openvpn: Version bump to 2.3.0. The OPTS could still use a little loving.
stumbles
stumbles at lunar-linux.org
Tue Jan 15 14:13:26 CET 2013
commit a38c2975cbe63d7c0633a51af0ec9c2d5f2f7f74
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 15 Jan 2013 05:13:26 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/a38c2975cbe63d7c0633a51af0ec9c2d5f2f7f74
openvpn: Version bump to 2.3.0. The OPTS could still use a little loving.
---
security/openvpn/BUILD | +2/-6
security/openvpn/DEPENDS | +5/-2
security/openvpn/DETAILS | +3/-3
3 files changed, 10 insertions(+), 11 deletions(-)
--- a/security/openvpn/BUILD
+++ b/security/openvpn/BUILD
@@ -1,11 +1,7 @@
(
- default_build &&
+ OPTS+=" --enable-plugins" &&
- cd plugin/auth-pam &&
- make &&
-
- mkdir -p /usr/lib/$MODULE &&
- install -m755 openvpn-auth-pam.so /usr/lib/$MODULE/
+ default_build
) > $C_FIFO 2>&1
--- a/security/openvpn/DEPENDS
+++ b/security/openvpn/DEPENDS
@@ -1,2 +1,5 @@
-optional_depends openssl "" "-disable-ssl -disable-crypto" "for openssl support (recommended)"
-optional_depends lzo "" "--disable-lzo" "for link compression (recommended)"
+optional_depends %UDEV "--enable-systemd" "--disable-systemd" "for systemd support"
+optional_depends openssl "--enable-ssl" "--disable-ssl --disable-crypto" "for openssl support (recommended)"
+optional_depends lzo "--enable-lzo" "--disable-lzo" "for link compression (recommended)"
+optional_depends Linux-PAM "--enable-plugin-auth-pam" "--disable-plugin-auth-pam" "for PAM support"
+optional_depends iproute2 "--enable-iproute2" "--disable-iproute2" "for iproute support"
--- a/security/openvpn/DETAILS
+++ b/security/openvpn/DETAILS
@@ -1,11 +1,11 @@
MODULE=openvpn
- VERSION=2.2.2
+ VERSION=2.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://swupdate.openvpn.net/community/releases
- SOURCE_VFY=sha1:992373cdf12e1b50655b13765a6d36a87cfd3ca3
+ SOURCE_VFY=sha1:18b51f7ba0b9e18939451d7787c00e04165efe90
WEB_SITE=http://openvpn.net
ENTERED=20040127
- UPDATED=20110529
+ UPDATED=20130115
SHORT="Highly configurable VPN (Virtual Private Network) daemon"
cat << EOF
More information about the Lunar-commits
mailing list