From 38a33f1f695aea5e1a752a0718d5a47f72c698cf Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Wed, 22 Oct 2014 16:14:24 -0400 Subject: [PATCH] - Updated to 3.11 (many fixes, including startup fixes) --- .gitignore | 1 + libreswan.spec | 14 +++++--------- sources | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 615bb86..6f653cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libreswan-3.8.tar.gz /libreswan-3.9.tar.gz /libreswan-3.10.tar.gz +/libreswan-3.11.tar.gz diff --git a/libreswan.spec b/libreswan.spec index e73a769..fe537a3 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -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 - 3.11-1 +- Updated to 3.11 (many fixes, including startup fixes) + * Tue Sep 09 2014 Paul Wouters - 3.10-3 - Fix some coverity issues, auto=route on bootup and snprintf on 32bit machines diff --git a/sources b/sources index 66f7080..93d4425 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23e24f4fd6b4d50a187458b5b4a9d8db libreswan-3.10.tar.gz +d8ffd012eb6933ff0f069334a85f81e1 libreswan-3.11.tar.gz