From 06c7365d50bb5b9c216ee43e24ec5e1f2bf5c0e1 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 19 Sep 2023 17:00:48 +0800 Subject: [PATCH] Rebuild Signed-off-by: Bo Ren --- libssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index f4cca02..1c7881d 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 7 +%define anolis_release 10 Name: libssh Version: 0.9.6 Release: %{anolis_release}%{?dist} @@ -175,6 +175,9 @@ popd %doc AUTHORS BSD ChangeLog README %changelog +* Tue Sep 19 2023 Ren Bo - 0.9.6-10 +- Rebuild + * 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