From 80924878cf97c5f2eb966d88f4d89d1f2aaff532 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 10 Jul 2023 11:44:18 +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 ec2754d..2be5420 100644 --- a/aide.spec +++ b/aide.spec @@ -1,6 +1,6 @@ Name: aide Version: 0.16.2 -Release: 5 +Release: 6 Summary: Advanced Intrusion Detection Environment License: GPLv2+ URL: http://sourceforge.net/projects/aide @@ -11,6 +11,9 @@ Source2: aide.logrotate BuildRequires: gcc make bison flex pcre-devel libgpg-error-devel libgcrypt-devel zlib-devel libcurl-devel BuildRequires: libacl-devel libselinux-devel libattr-devel e2fsprogs-devel audit-libs-devel git +# for sm3 support +Requires: libgcrypt-sm3 + Patch0: aide-define_hash_use_gcrypt.patch Patch1: add-sm3-crypt-support.patch Patch2: backport-CVE-2021-45417-Precalculate-buffer-size-in-base64-functions.patch @@ -65,6 +68,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide %{_mandir}/*/* %changelog +* Mon Jul 10 2023 yixiangzhike - 0.16.2-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add Requires:libgcrypt-sm3 to support sm3 + * Thu Sep 29 2022 yixiangzhike - 0.16.2-5 - Type:bugfix - ID:NA -- Gitee