From f377bb126003ade9319adb941518732f8c8776b4 Mon Sep 17 00:00:00 2001 From: Weisson Date: Tue, 10 Jun 2025 14:04:32 +0800 Subject: [PATCH] Rebuild for cmake-3.30.5. Signed-off-by: Weisson --- libssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index 3acd996..282ee64 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global _smp_build_ncpus 1 Name: libssh @@ -118,7 +118,7 @@ popd %generate_compatibility_deps %check -%ctest -- -E torture_auth +%ctest %files %dir %{abidir} @@ -147,6 +147,9 @@ popd %doc AUTHORS CHANGELOG README %changelog +* Tue Jun 10 2025 Weisson - 0.10.5-4 +- Rebuild for cmake-3.30.5. + * Wed Mar 12 2025 Chang Gao - 0.10.5-3 - Fix CVE-2023-6004 - Fix CVE-2023-48795 -- Gitee