diff options
author | mandree <mandree@FreeBSD.org> | 2010-08-18 03:19:31 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-08-18 03:19:31 +0800 |
commit | 05bdd4d16adc9452784dc6eff62299b0634db8fa (patch) | |
tree | 93cc799e68aad017bc605cd67ab368ea38b0cd78 | |
parent | 139e4a69397900b99408d59f4d148a80b2e46a0e (diff) | |
download | freebsd-ports-gnome-05bdd4d16adc9452784dc6eff62299b0634db8fa.tar.gz freebsd-ports-gnome-05bdd4d16adc9452784dc6eff62299b0634db8fa.tar.zst freebsd-ports-gnome-05bdd4d16adc9452784dc6eff62299b0634db8fa.zip |
Update to new upstream version 2.1.2.
Contains various bugfixes and improvements.
-rw-r--r-- | security/openvpn/Makefile | 3 | ||||
-rw-r--r-- | security/openvpn/distinfo | 6 | ||||
-rw-r--r-- | security/openvpn/pkg-plist | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 1380e7c55e7f..ef627da35a3c 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openvpn -DISTVERSION= 2.1.1 -PORTREVISION= 2 +DISTVERSION= 2.1.2 CATEGORIES= security net # MASTER_SITES points to hosts in distinct data centers, # so just one MASTER_SITES entry should be OK. diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 6a79158b81da..b7473700f7e4 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -MD5 (openvpn-2.1.1.tar.gz) = b273ed2b5ec8616fb9834cde8634bce7 -SHA256 (openvpn-2.1.1.tar.gz) = a3180d7af5ff7b05196b2a26bad263291c1987f67e116ebbdcdaf5f678634842 -SIZE (openvpn-2.1.1.tar.gz) = 880115 +MD5 (openvpn-2.1.2.tar.gz) = 543a30dafcdefe1d67c0e47b80741755 +SHA256 (openvpn-2.1.2.tar.gz) = 36ec37ba17b536b69aa3459a891c15be6218f1ca0ec329df8b7ea63bb695e153 +SIZE (openvpn-2.1.2.tar.gz) = 861104 diff --git a/security/openvpn/pkg-plist b/security/openvpn/pkg-plist index 66f1ebc6b701..dbec65c3f248 100644 --- a/security/openvpn/pkg-plist +++ b/security/openvpn/pkg-plist @@ -68,7 +68,6 @@ lib/openvpn-down-root.so %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/auth-pam.pl %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bridge-start %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bridge-stop -%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bs %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/openvpn.init %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/ucn.pl %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/verify-cn |