- Updated to 3.11 (many fixes, including startup fixes)
This commit is contained in:
parent
55a85124f7
commit
38a33f1f69
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libreswan-3.8.tar.gz
|
||||
/libreswan-3.9.tar.gz
|
||||
/libreswan-3.10.tar.gz
|
||||
/libreswan-3.11.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user