diff --git a/libreswan.spec b/libreswan.spec index adccc90..92f0f85 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -30,7 +30,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols # version is generated in the release script Version: 3.26 -Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz @@ -106,6 +106,8 @@ sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/pluto/ikev2-15-fuzzer/send_ sed -i "s:/usr/bin/python:/usr/bin/python3:" testing/x509/dist_certs.py # enable crypto-policies support sed -i "s:#[ ]*include \(.*\)\(/crypto-policies/back-ends/libreswan.config\)$:include \1\2:" programs/configs/ipsec.conf.in +# linking to freebl is no longer needed +sed -i "s/-lfreebl //" mk/config.mk %patch1 -p1 @@ -214,6 +216,9 @@ export NSS_DISABLE_HW_GCM=1 %{_libdir}/fipscheck/pluto.hmac %changelog +* Mon Sep 17 2018 Paul Wouters - 3.26-2 +- linking against freebl is no longer needed (and wasn't done in 3.25) + * Mon Sep 17 2018 Paul Wouters - 3.26-1 - Updated to 3.26 (CHACHA20POLY1305, ECDSA and RSA-PSS support)