* Thu Jul 10 2014 Paul Wouters <pwouters@redhat.com> - 3.9-1

- Updated to 3.9. IKEv2 enhancements, ESP/IKE algo enhancements
- Mark libreswan-fips.conf as config file
This commit is contained in:
Paul Wouters 2014-07-10 11:12:45 -04:00
parent 83ca85fb33
commit 2f0670d0ac
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/libreswan-3.6.tar.gz
/libreswan-3.7.tar.gz
/libreswan-3.8.tar.gz
/libreswan-3.9.tar.gz

View File

@ -16,8 +16,8 @@
Name: libreswan
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
Version: 3.8
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
Version: 3.9
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
License: GPLv2
Url: https://www.libreswan.org/
Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz
@ -179,7 +179,7 @@ rm -fr %{buildroot}%{_sysconfdir}/rc.d/rc*
%{_libdir}/fipscheck/*.hmac
# We own the directory so we don't have to require prelink
%attr(0755,root,root) %dir %{_sysconfdir}/prelink.conf.d/
%{_sysconfdir}/prelink.conf.d/libreswan-fips.conf
%config(noreplace) %{_sysconfdir}/prelink.conf.d/libreswan-fips.conf
%endif
%preun
@ -200,6 +200,10 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then
fi
%changelog
* Thu Jul 10 2014 Paul Wouters <pwouters@redhat.com> - 3.9-1
- Updated to 3.9. IKEv2 enhancements, ESP/IKE algo enhancements
- Mark libreswan-fips.conf as config file
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
3c9912eebb98184594cc0f5dd15477f7 libreswan-3.8.tar.gz
cdf4f762db3bc85d6811b382e2f76f5b libreswan-3.9.tar.gz