* 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:
parent
83ca85fb33
commit
2f0670d0ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libreswan-3.6.tar.gz
|
/libreswan-3.6.tar.gz
|
||||||
/libreswan-3.7.tar.gz
|
/libreswan-3.7.tar.gz
|
||||||
/libreswan-3.8.tar.gz
|
/libreswan-3.8.tar.gz
|
||||||
|
/libreswan-3.9.tar.gz
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: libreswan
|
Name: libreswan
|
||||||
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
|
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
|
||||||
Version: 3.8
|
Version: 3.9
|
||||||
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
|
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: https://www.libreswan.org/
|
Url: https://www.libreswan.org/
|
||||||
Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz
|
Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz
|
||||||
@ -179,7 +179,7 @@ rm -fr %{buildroot}%{_sysconfdir}/rc.d/rc*
|
|||||||
%{_libdir}/fipscheck/*.hmac
|
%{_libdir}/fipscheck/*.hmac
|
||||||
# We own the directory so we don't have to require prelink
|
# We own the directory so we don't have to require prelink
|
||||||
%attr(0755,root,root) %dir %{_sysconfdir}/prelink.conf.d/
|
%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
|
%endif
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -200,6 +200,10 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user