diff --git a/.gitignore b/.gitignore index d81514a..615bb86 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /libreswan-3.7.tar.gz /libreswan-3.8.tar.gz /libreswan-3.9.tar.gz +/libreswan-3.10.tar.gz diff --git a/libreswan.spec b/libreswan.spec index 2500358..91c70ad 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -16,8 +16,8 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols -Version: 3.9 -Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1 +Version: 3.10 +Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://www.libreswan.org/ Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz @@ -200,6 +200,9 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then fi %changelog +* Mon Sep 01 2014 Paul Wouters - 3.10-1 +- Updated to 3.10, major bugfix release, new xauth status options + * Sun Aug 17 2014 Fedora Release Engineering - 3.9-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 827475e..66f7080 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdf4f762db3bc85d6811b382e2f76f5b libreswan-3.9.tar.gz +23e24f4fd6b4d50a187458b5b4a9d8db libreswan-3.10.tar.gz