- Updated to 3.11 (many fixes, including startup fixes)

This commit is contained in:
Paul Wouters 2014-10-22 16:14:24 -04:00
parent 55a85124f7
commit 38a33f1f69
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/libreswan-3.8.tar.gz
/libreswan-3.9.tar.gz
/libreswan-3.10.tar.gz
/libreswan-3.11.tar.gz

View File

@ -16,8 +16,8 @@
Name: libreswan
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
Version: 3.10
Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}
Version: 3.11
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
License: GPLv2
Url: https://www.libreswan.org/
Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz
@ -28,10 +28,6 @@ Requires(post): coreutils bash systemd
Requires(preun): systemd
Requires(postun): systemd
Patch1: libreswan-3.10-snprintf.patch
Patch2: libreswan-3.10-coverity.patch
Patch3: libreswan-3.10-autoroute.patch
Conflicts: openswan < %{version}-%{release}
Obsoletes: openswan < %{version}-%{release}
Provides: openswan = %{version}-%{release}
@ -84,9 +80,6 @@ Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04
%prep
%setup -q -n libreswan-%{version}%{?prever}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
%if %{buildefence}
@ -207,6 +200,9 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then
fi
%changelog
* Wed Oct 22 2014 Paul Wouters <pwouters@redhat.com> - 3.11-1
- Updated to 3.11 (many fixes, including startup fixes)
* Tue Sep 09 2014 Paul Wouters <pwouters@redhat.com> - 3.10-3
- Fix some coverity issues, auto=route on bootup and snprintf on 32bit machines

View File

@ -1 +1 @@
23e24f4fd6b4d50a187458b5b4a9d8db libreswan-3.10.tar.gz
d8ffd012eb6933ff0f069334a85f81e1 libreswan-3.11.tar.gz