From 10b7f91dcff3d55bc2d261752ff1a6f56c626ab5 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 19 Sep 2023 17:06:11 +0800 Subject: [PATCH] Rebuild for Anolis Signed-off-by: Zhao Hang --- libssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index f4cca02..a5590e2 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) -- Gitee