From 4cae5318f9693c7be309341c5f3e4cad5b6b217f Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Aug 01 2008 16:57:11 +0000 Subject: Update to 2.1_rc9. --- diff --git a/.cvsignore b/.cvsignore index 9b979c5..2b2cd29 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -openvpn-2.1_rc2.tar.gz -openvpn-2.1_rc2.tar.gz.asc +openvpn-2.1_rc9.tar.gz +openvpn-2.1_rc9.tar.gz.asc diff --git a/openvpn.spec b/openvpn.spec index 2e92216..2fa0dac 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,29 +1,37 @@ -%define prerelease rc2 +%define prerelease rc9 %define plugins down-root auth-pam Name: openvpn Version: 2.1 -Release: 0.17%{?prerelease:.%{prerelease}}%{?dist} +Release: 0.27%{?prerelease:.%{prerelease}}%{?dist} Summary: A full-featured SSL VPN solution URL: http://openvpn.net/ -Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz #Source0: http://openvpn.net/beta/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz +#Source0: https://secure.openvpn.net/beta/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz +Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz +#Source1: https://secure.openvpn.net/beta/signatures/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz.asc Source1: http://openvpn.net/signatures/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz.asc # Sample 2.0 config files Source2: roadwarrior-server.conf Source3: roadwarrior-client.conf # Don't start openvpn by default. Patch0: openvpn-init.patch -License: GPL +License: GPLv2 Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(id -un) BuildRequires: lzo-devel BuildRequires: openssl-devel BuildRequires: pam-devel +# For /sbin/ip. +BuildRequires: iproute # We need /dev/net/tun. # This will work with RH9+ dev or udev. Requires: dev >= 0:3.3.2-5 +# For /sbin/ip. +Requires: iproute +# For ifconfig and route. +Requires: net-tools Requires(pre): /usr/sbin/useradd Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service @@ -54,7 +62,16 @@ find contrib sample-config-files sample-keys sample-scripts -type f -perm +100 \ # --enable-password-save Allow --askpass and --auth-user-pass passwords to be # read from a file # --enable-iproute2 Enable support for iproute2 -%configure --enable-pthread --enable-password-save --enable-iproute2 +# --with-ifconfig-path=PATH Path to ifconfig tool +# --with-iproute-path=PATH Path to iproute tool +# --with-route-path=PATH Path to route tool +%configure \ + --enable-pthread \ + --enable-password-save \ + --enable-iproute2 \ + --with-ifconfig-path=/sbin/ifconfig \ + --with-iproute-path=/sbin/ip \ + --with-route-path=/sbin/route %{__make} # Build plugins @@ -62,7 +79,7 @@ for plugin in %{plugins} ; do %{__make} -C plugin/$plugin done -%check || : +%check # Test Crypto: ./openvpn --genkey --secret key ./openvpn --test-crypto --secret key @@ -149,6 +166,41 @@ fi %config %dir %{_sysconfdir}/%{name}/ %changelog +* Fri Aug 01 2008 Steven Pritchard 2.1-0.27.rc9 +- Update to 2.1_rc9. + +* Sat Jun 14 2008 Steven Pritchard 2.1-0.26.rc8 +- Update to 2.1_rc8. +- Update License tag. + +* Tue Feb 19 2008 Fedora Release Engineering - 2.1-0.25.rc7 +- Autorebuild for GCC 4.3 + +* Tue Jan 29 2008 Steven Pritchard 2.1-0.24.rc7 +- Update to 2.1_rc7 +- Drop BETA21-userpriv-fixups.patch (upstream) + +* Fri Jan 25 2008 Steven Pritchard 2.1-0.23.rc6 +- Apply update to BETA21-userpriv-fixups.patch from Alon Bar-Lev + +* Thu Jan 24 2008 Steven Pritchard 2.1-0.22.rc6 +- Update to 2.1_rc6 +- Pass paths to ifconfig, ip, and route to configure +- BR iproute and Require iproute and net-tools +- Add BETA21-userpriv-fixups.patch from Alon Bar-Lev + +* Wed Jan 23 2008 Steven Pritchard 2.1-0.21.rc5 +- Update to 2.1_rc5 + +* Wed Dec 05 2007 Steven Pritchard 2.1-0.20.rc4 +- Remove check macro cruft. + +* Thu Apr 26 2007 Steven Pritchard 2.1-0.19.rc4 +- Update to 2.1_rc4 + +* Mon Apr 23 2007 Steven Pritchard 2.1-0.18.rc3 +- Update to 2.1_rc3 + * Fri Mar 02 2007 Steven Pritchard 2.1-0.17.rc2 - Update to 2.1_rc2 @@ -293,7 +345,7 @@ fi - Have the version number filled in by autoconf. * Wed Jul 10 2002 James Yonan 1.3.1-1 -- Fixed %preun to only remove service on final uninstall +- Fixed %%preun to only remove service on final uninstall * Mon Jun 17 2002 bishop clark (LC957) 1.2.2-1 - Added condrestart to openvpn.spec & openvpn.init. diff --git a/sources b/sources index 95828a0..d60ef07 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -853c81d2de51d85b5381d4c7f7f074e3 openvpn-2.1_rc2.tar.gz -4b4319498804b4365fd5c1d3a02e4f3f openvpn-2.1_rc2.tar.gz.asc +f435e4ad43cf4323e942da570bae4951 openvpn-2.1_rc9.tar.gz +8354d0c77fc5bfe12aa286a87efb6f71 openvpn-2.1_rc9.tar.gz.asc