From a7d8e6a59d7cdc7f21ffaf89652f92c7f0410d4a Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 14:19:11 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 15 ++++++++++++++- aide.spec | 8 ++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ee2b7d1..945a894 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ -SOURCES/aide-0.16.tar.gz +aide-0.13.1.tar.gz.asc +aide-0.13.1.tar.gz +aide-0.14-rc1.tar.gz +aide-0.14-rc1.tar.gz.asc +aide-0.14-rc2.tar.gz +aide-0.14-rc2.tar.gz.asc +aide-0.14-rc3.tar.gz +aide-0.14-rc3.tar.gz.asc +aide-0.14.tar.gz +aide-0.14.tar.gz.asc +/aide-0.15.1.tar.gz +/aide-0.15.1.tar.gz.asc +/aide-0.16b1.tar.gz +/aide-0.16rc1.tar.gz /aide-0.16.tar.gz diff --git a/aide.spec b/aide.spec index 6afb21c..d31f385 100644 --- a/aide.spec +++ b/aide.spec @@ -1,7 +1,7 @@ Summary: Intrusion detection environment Name: aide Version: 0.16 -Release: 14%{?dist}.1 +Release: 15%{?dist} URL: http://sourceforge.net/projects/aide License: GPLv2+ Source0: %{url}/files/aide/%{version}/%{name}-%{version}.tar.gz @@ -37,7 +37,7 @@ Patch6: aide-0.16-crash-elf.patch # 1676487 - Null pointer dereference fix spotted by coverity Patch7: coverity2.patch -# 2041956 - CVE-2021-45417 aide: heap-based buffer overflow on outputs larger than B64_BUF +# 2041957 - CVE-2021-45417 aide: heap-based buffer overflow on outputs larger than B64_BUF Patch8: aide-0.16-CVE-2021-45417.patch %description @@ -84,9 +84,9 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide %dir %attr(0700,root,root) %{_localstatedir}/log/aide %changelog -* Tue Jan 25 2022 Radovan Sroka - 0.16.14.1 +* Tue Jan 25 2022 Radovan Sroka - 0.16.15 - backported fix for CVE-2021-45417 - resolves: rhbz#2041956 + resolves: rhbz#2041957 * Tue Jun 30 2020 Radovan Sroka = 0.16.14 - strict require for libgcrypt