* Mon Apr 04 2016 Paul Wouters <pwouters@redhat.com> - 3.17-1
- Updated to 3.17 for CVE-2016-3071 - Disable LIBCAP_NG as it prevents unbound-control from working properly
This commit is contained in:
parent
9d17b4163e
commit
445105a5e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/ikev2.fax.bz2
|
/ikev2.fax.bz2
|
||||||
/libreswan-3.15.tar.gz
|
/libreswan-3.15.tar.gz
|
||||||
/libreswan-3.16.tar.gz
|
/libreswan-3.16.tar.gz
|
||||||
|
/libreswan-3.17.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global USE_FIPSCHECK true
|
%global USE_FIPSCHECK true
|
||||||
%global USE_LIBCAP_NG true
|
%global USE_LIBCAP_NG 0
|
||||||
%global USE_LABELED_IPSEC true
|
%global USE_LABELED_IPSEC true
|
||||||
%global USE_CRL_FETCHING true
|
%global USE_CRL_FETCHING true
|
||||||
%global USE_DNSSEC true
|
%global USE_DNSSEC true
|
||||||
@ -17,8 +17,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.16
|
Version: 3.17
|
||||||
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
|
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: https://libreswan.org/
|
Url: https://libreswan.org/
|
||||||
Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz
|
Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz
|
||||||
@ -226,6 +226,10 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2016 Paul Wouters <pwouters@redhat.com> - 3.17-1
|
||||||
|
- Updated to 3.17 for CVE-2016-3071
|
||||||
|
- Disable LIBCAP_NG as it prevents unbound-control from working properly
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.16-1.1
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.16-1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user