diff --git a/libssh.spec b/libssh.spec index f4cca02773694812feb18de66aad50217f64e65b..a5590e260d49e5e9170167574a818894712287cc 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ -%define anolis_release 7 +%define anolis_release .0.1 Name: libssh Version: 0.9.6 -Release: %{anolis_release}%{?dist} +Release: 10%{anolis_release}%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -175,6 +175,9 @@ popd %doc AUTHORS BSD ChangeLog README %changelog +* Tue Sep 19 2023 Zhao Hang - 0.9.6-10.0.1 +- Rebuild for Anolis + * Wed Jun 28 2023 Liwei Ge - 0.9.6-7 - NULL pointer dereference during rekeying with algorithm guessing (CVE-2023-1667) - authorization bypass in pki_verify_data_signature (CVE-2023-2283)