Enable support for DSA keys

Resolves: RHEL-127624

Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
This commit is contained in:
Zoltan Fridrich 2025-12-09 14:53:15 +01:00
parent 26a01acfd3
commit 089b1c70fd

View File

@ -47,7 +47,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%global openssh_ver 9.9p1
%global openssh_rel 2
%global openssh_rel 3
%global pam_ssh_agent_ver 0.10.4
%global pam_ssh_agent_rel 6
@ -507,6 +507,7 @@ fi
--with-default-pkcs11-provider=yes \
--with-security-key-builtin=yes \
--with-pam \
--enable-dsa-keys \
%if %{WITH_SELINUX}
--with-selinux --with-audit=linux \
--with-sandbox=seccomp_filter \
@ -739,6 +740,10 @@ test -f %{sysconfig_anaconda} && \
%endif
%changelog
* Tue Dec 09 2025 Zoltan Fridrich <zfridric@redhat.com> - 9.9p1-3
- Enable support for DSA keys
Resolves: RHEL-127624
* Mon Oct 27 2025 Zoltan Fridrich <zfridric@redhat.com> - 9.9p1-2
- Fix implicit destination path selection when source path ends with ".."
Resolves: RHEL-119515