Don't enable SLPv2 Security feature

This commit is contained in:
Vitezslav Crhonek 2021-03-17 10:06:42 +01:00
parent 02b089dcc9
commit f6e2be1b4d

View File

@ -2,7 +2,7 @@
Summary: Open implementation of Service Location Protocol V2
Name: openslp
Version: 2.0.0
Release: 27%{?dist}
Release: 28%{?dist}
License: BSD
URL: http://sourceforge.net/projects/openslp/
@ -100,7 +100,6 @@ export LDFLAGS="-pie -Wl,-z,now"
--localstatedir=/var \
--disable-dependency-tracking \
--disable-static \
--enable-slpv2-security \
--disable-rpath \
--enable-async-api
@ -172,6 +171,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
%changelog
* Wed Mar 17 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-28
- Don't enable SLPv2 Security feature - it is disabled during run of
configure script anyway as it uses deprecated crypto
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.0-27
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.