New upstream.

epel8
Jon Ciesla 14 years ago
parent f49c6db949
commit 9a96fb3df1

2
.gitignore vendored

@ -6,3 +6,5 @@ openvpn-2.1.2.tar.gz.asc
/openvpn-2.1.3.tar.gz.asc
/openvpn-2.1.4.tar.gz
/openvpn-2.1.4.tar.gz.asc
/openvpn-2.2.0.tar.gz
/openvpn-2.2.0.tar.gz.asc

@ -1,22 +1,23 @@
--- sample-scripts/openvpn.init.orig 2005-06-27 19:50:53.000000000 -0500
+++ sample-scripts/openvpn.init 2005-06-27 19:53:54.000000000 -0500
@@ -3,12 +3,14 @@
--- sample-scripts/openvpn.init~ 2011-04-06 11:05:52.000000000 -0500
+++ sample-scripts/openvpn.init 2011-05-19 13:06:51.049143974 -0500
@@ -3,13 +3,14 @@
# openvpn This shell script takes care of starting and stopping
# openvpn on RedHat or other chkconfig-based system.
#
-# chkconfig: 345 24 76
-#
-# description: OpenVPN is a robust and highly flexible tunneling application \
-# that uses all of the encryption, authentication, and \
-# certification features of the OpenSSL library to securely \
-# tunnel IP networks over a single UDP port.
+# chkconfig: - 24 76
#
-# description: OpenVPN is a robust and highly flexible tunneling application that
-# uses all of the encryption, authentication, and certification features
-# of the OpenSSL library to securely tunnel IP networks over a single
-# UDP port.
+# processname: openvpn
+# description: OpenVPN is a robust and highly flexible tunneling \
+# application that uses all of the encryption, \
+# authentication, and certification features of the OpenSSL \
+# library to securely tunnel IP networks over a single UDP \
+# port.
#
# Contributed to the OpenVPN project by
# Douglas Keller <doug@voidstar.dyndns.org>

@ -3,7 +3,7 @@
%define plugins down-root auth-pam
Name: openvpn
Version: 2.1.4
Version: 2.2.0
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
Summary: A full-featured SSL VPN solution
URL: http://openvpn.net/
@ -175,6 +175,9 @@ fi
%config %dir %{_sysconfdir}/%{name}/
%changelog
* Thu May 19 2011 Jon Ciesla <limb@jcomserv.net> 2.2.0-1
- Update to 2.2.0.
* Thu Mar 17 2011 Jon Ciesla <limb@jcomserv.net> 2.1.4-1
- Update to 2.1.4.

@ -1,2 +1,2 @@
96a11868082685802489254f03ff3bde openvpn-2.1.4.tar.gz
484ac1f631cf50bf36fb5d5f011d6f81 openvpn-2.1.4.tar.gz.asc
4f440603eac45fec7be218b87d570834 openvpn-2.2.0.tar.gz
f57de391d0a5f29b5dc04f0197fb5c95 openvpn-2.2.0.tar.gz.asc

Loading…
Cancel
Save