remove DSA/SHA-1 based authentication support
Resolves: #2005030 Signed-off-by: Chris Leech <cleech@redhat.com>
This commit is contained in:
parent
640fb2c036
commit
4254828f95
@ -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 <cleech@redhat.com> - 0.101-4
|
||||
- #1934951 remove DSA/SHA-1 based authentication support
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.101-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user