* Thu Jul 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme

- re-add hmac-sha2-512 for backward compatibility [SME: 12968]
This commit is contained in:
Jean-Philippe Pialasse 2025-07-03 13:49:20 -04:00
parent 4dc55725a6
commit 22a2323111
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512

View File

@ -4,7 +4,7 @@ Summary: smeserver module to configure and enable ssh
%define name smeserver-openssh
Name: %{name}
%define version 11.0.0
%define release 12
%define release 13
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -63,6 +63,9 @@ if [ $1 -gt 1 ] ; then
fi
%changelog
* Thu Jul 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme
- re-add hmac-sha2-512 for backward compatibility [SME: 12968]
* Sat Mar 22 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- insecure cipher and MAC removed [SME: 12968]