- Updated to 3.16 (see https://download.libreswan.org/CHANGES)
This commit is contained in:
parent
43d43de158
commit
e77c1e6ac5
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/ikev1_psk.fax.bz2
|
/ikev1_psk.fax.bz2
|
||||||
/ikev2.fax.bz2
|
/ikev2.fax.bz2
|
||||||
/libreswan-3.15.tar.gz
|
/libreswan-3.15.tar.gz
|
||||||
|
/libreswan-3.16.tar.gz
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: libreswan
|
Name: libreswan
|
||||||
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
|
Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
|
||||||
Version: 3.15
|
Version: 3.16
|
||||||
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
|
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: https://www.libreswan.org/
|
Url: https://www.libreswan.org/
|
||||||
@ -146,7 +146,7 @@ make \
|
|||||||
FS=$(pwd)
|
FS=$(pwd)
|
||||||
rm -rf %{buildroot}/usr/share/doc/libreswan
|
rm -rf %{buildroot}/usr/share/doc/libreswan
|
||||||
|
|
||||||
install -d -m 0755 %{buildroot}%{_localstatedir}/run/pluto
|
install -d -m 0700 %{buildroot}%{_localstatedir}/run/pluto
|
||||||
# used when setting --perpeerlog without --perpeerlogbase
|
# used when setting --perpeerlog without --perpeerlogbase
|
||||||
install -d -m 0700 %{buildroot}%{_localstatedir}/log/pluto/peer
|
install -d -m 0700 %{buildroot}%{_localstatedir}/log/pluto/peer
|
||||||
install -d %{buildroot}%{_sbindir}
|
install -d %{buildroot}%{_sbindir}
|
||||||
@ -210,7 +210,7 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \
|
|||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysctl.d/50-libreswan.conf
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysctl.d/50-libreswan.conf
|
||||||
%attr(0700,root,root) %dir %{_localstatedir}/log/pluto
|
%attr(0700,root,root) %dir %{_localstatedir}/log/pluto
|
||||||
%attr(0700,root,root) %dir %{_localstatedir}/log/pluto/peer
|
%attr(0700,root,root) %dir %{_localstatedir}/log/pluto/peer
|
||||||
%attr(0755,root,root) %dir %{_localstatedir}/run/pluto
|
%attr(0700,root,root) %dir %{_localstatedir}/run/pluto
|
||||||
%attr(0644,root,root) %{_tmpfilesdir}/libreswan.conf
|
%attr(0644,root,root) %{_tmpfilesdir}/libreswan.conf
|
||||||
%attr(0644,root,root) %{_unitdir}/ipsec.service
|
%attr(0644,root,root) %{_unitdir}/ipsec.service
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/pluto
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/pluto
|
||||||
@ -226,6 +226,9 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2015 Paul Wouters <pwouters@redhat.com> - 3.16-1
|
||||||
|
- Updated to 3.16 (see https://download.libreswan.org/CHANGES)
|
||||||
|
|
||||||
* Tue Aug 11 2015 Paul Wouters <pwouters@redhat.com> - 3.15-1
|
* Tue Aug 11 2015 Paul Wouters <pwouters@redhat.com> - 3.15-1
|
||||||
- Updated to 3.15 (see http://download.libreswan.org/CHANGES)
|
- Updated to 3.15 (see http://download.libreswan.org/CHANGES)
|
||||||
- Resolves: rhbz#CVE-2015-3240 IKE daemon restart when receiving a bad DH gx
|
- Resolves: rhbz#CVE-2015-3240 IKE daemon restart when receiving a bad DH gx
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
719f41125bed347a38298dac232ec477 libreswan-3.15.tar.gz
|
22c2d8d5b637e20fe222ebcf99b4a917 libreswan-3.16.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
|
||||||
|
Loading…
Reference in New Issue
Block a user