- Updated to 3.18 for CVE-2016-5391 rhbz#1361164
This commit is contained in:
parent
bb4a5a6345
commit
2c5d647713
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/libreswan-3.15.tar.gz
|
||||
/libreswan-3.16.tar.gz
|
||||
/libreswan-3.17.tar.gz
|
||||
/libreswan-3.18.tar.gz
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
Name: libreswan
|
||||
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
|
||||
Version: 3.17
|
||||
Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}
|
||||
Version: 3.18
|
||||
Release: %{?prever:0.}6%{?prever:.%{prever}}%{?dist}
|
||||
License: GPLv2
|
||||
Url: https://libreswan.org/
|
||||
Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz
|
||||
@ -26,6 +26,8 @@ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version
|
||||
Source1: https://download.libreswan.org/cavs/ikev1_dsa.fax.bz2
|
||||
Source2: https://download.libreswan.org/cavs/ikev1_psk.fax.bz2
|
||||
Source3: https://download.libreswan.org/cavs/ikev2.fax.bz2
|
||||
Patch1: libreswan-3.17-head.patch
|
||||
|
||||
%endif
|
||||
Group: System Environment/Daemons
|
||||
BuildRequires: bison flex pkgconfig
|
||||
@ -87,6 +89,7 @@ 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}
|
||||
sed -i "s:/usr/bin/python:/usr/bin/python3:" programs/verify/verify.in
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%if %{buildefence}
|
||||
@ -221,6 +224,9 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 29 2016 Paul Wouters <pwouters@redhat.com> - 3.18-1
|
||||
- Updated to 3.18 for CVE-2016-5391 rhbz#1361164 and VTI support
|
||||
|
||||
* Thu May 05 2016 Paul Wouters <pwouters@redhat.com> - 3.17-2
|
||||
- Resolves: rhbz#1324956 prelink is gone, /etc/prelink.conf.d/* is no longer used
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user