From 4254828f95eb09ece4b57c88bd4a445477e723d2 Mon Sep 17 00:00:00 2001 From: Chris Leech Date: Tue, 14 Sep 2021 15:11:30 -0700 Subject: [PATCH] remove DSA/SHA-1 based authentication support Resolves: #2005030 Signed-off-by: Chris Leech --- isns-utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/isns-utils.spec b/isns-utils.spec index 9a52408..1d6c909 100644 --- a/isns-utils.spec +++ b/isns-utils.spec @@ -1,6 +1,6 @@ Name: isns-utils Version: 0.101 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The iSNS daemon and utility programs License: LGPLv2+ @@ -10,7 +10,7 @@ Source1: isnsd.service Patch1: test_as_installed.patch BuildRequires: gcc -BuildRequires: openssl-devel automake pkgconfig systemd-devel systemd +BuildRequires: automake pkgconfig systemd-devel systemd BuildRequires: make Requires(post): systemd-units Requires(preun): systemd-units @@ -41,7 +41,7 @@ Development files for iSNS %build -%configure --enable-shared --disable-static +%configure --enable-shared --disable-static --without-security %make_build @@ -104,6 +104,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/isnsd.service %changelog +* Tue Sep 14 2021 Chris Leech - 0.101-4 +- #1934951 remove DSA/SHA-1 based authentication support + * Mon Aug 09 2021 Mohan Boddu - 0.101-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688