From fb803d5f990de0ac43f0f4ac9ccf367bd9802c53 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 25 Apr 2023 18:01:23 +0800 Subject: [PATCH] add Requires:libgcrypt-sm3 to support sm3 --- aide.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/aide.spec b/aide.spec index 0ebe764..d99df70 100644 --- a/aide.spec +++ b/aide.spec @@ -2,7 +2,7 @@ Name: aide Version: 0.17.3 -Release: 7 +Release: 8 Summary: Advanced Intrusion Detection Environment License: GPLv2+ URL: http://sourceforge.net/projects/aide @@ -19,6 +19,9 @@ BuildRequires: autoconf automake BuildRequires: check-devel %endif +# for sm3 support +Requires: libgcrypt-sm3 + Patch0: Add-sm3-algorithm-for-aide.patch Patch1: backport-CVE-2021-45417-Precalculate-buffer-size-in-base64-functions.patch Patch2: backport-Handle-malformed-database-lines.patch @@ -79,6 +82,12 @@ make check %{_mandir}/*/* %changelog +* Tue Apr 25 2023 yixiangzhike - 0.17.3-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add Requires:libgcrypt-sm3 to support sm3 + * Tue Mar 28 2023 yixiangzhike - 0.17.3-7 - Type:bugfix - ID:NA -- Gitee