- 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.15.tar.gz
|
||||||
/libreswan-3.16.tar.gz
|
/libreswan-3.16.tar.gz
|
||||||
/libreswan-3.17.tar.gz
|
/libreswan-3.17.tar.gz
|
||||||
|
/libreswan-3.18.tar.gz
|
||||||
|
@ -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.17
|
Version: 3.18
|
||||||
Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}
|
Release: %{?prever:0.}6%{?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
|
||||||
@ -26,6 +26,8 @@ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version
|
|||||||
Source1: https://download.libreswan.org/cavs/ikev1_dsa.fax.bz2
|
Source1: https://download.libreswan.org/cavs/ikev1_dsa.fax.bz2
|
||||||
Source2: https://download.libreswan.org/cavs/ikev1_psk.fax.bz2
|
Source2: https://download.libreswan.org/cavs/ikev1_psk.fax.bz2
|
||||||
Source3: https://download.libreswan.org/cavs/ikev2.fax.bz2
|
Source3: https://download.libreswan.org/cavs/ikev2.fax.bz2
|
||||||
|
Patch1: libreswan-3.17-head.patch
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRequires: bison flex pkgconfig
|
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
|
%prep
|
||||||
%setup -q -n libreswan-%{version}%{?prever}
|
%setup -q -n libreswan-%{version}%{?prever}
|
||||||
sed -i "s:/usr/bin/python:/usr/bin/python3:" programs/verify/verify.in
|
sed -i "s:/usr/bin/python:/usr/bin/python3:" programs/verify/verify.in
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{buildefence}
|
%if %{buildefence}
|
||||||
@ -221,6 +224,9 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Resolves: rhbz#1324956 prelink is gone, /etc/prelink.conf.d/* is no longer used
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
a37ce71229d491f30926788565f82e16 libreswan-3.17.tar.gz
|
|
||||||
d8b493de7179635a6ed2a4d0e1b35282 ikev1_dsa.fax.bz2
|
d8b493de7179635a6ed2a4d0e1b35282 ikev1_dsa.fax.bz2
|
||||||
c4fe7041300e6c21f4561ce818b5002f ikev1_psk.fax.bz2
|
c4fe7041300e6c21f4561ce818b5002f ikev1_psk.fax.bz2
|
||||||
7716c48a1a2b17ba25e89b79889d4004 ikev2.fax.bz2
|
7716c48a1a2b17ba25e89b79889d4004 ikev2.fax.bz2
|
||||||
|
600c40e0d94c61408c7b4948971d78f4 libreswan-3.18.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user