Rebase to 1.18.4
- aide-0.18.4 is available Resolves: rhbz#1910486 - Please port your pcre dependency to pcre2. Pcre has been deprecated Resolves: rhbz#2128267 Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
parent
921cd675f0
commit
1f9083fa05
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ aide-0.14.tar.gz.asc
|
|||||||
/aide-0.16b1.tar.gz
|
/aide-0.16b1.tar.gz
|
||||||
/aide-0.16rc1.tar.gz
|
/aide-0.16rc1.tar.gz
|
||||||
/aide-0.16.tar.gz
|
/aide-0.16.tar.gz
|
||||||
|
/aide-0.18.4.tar.gz
|
||||||
|
36
aide.spec
36
aide.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Intrusion detection environment
|
Summary: Intrusion detection environment
|
||||||
Name: aide
|
Name: aide
|
||||||
Version: 0.16
|
Version: 0.18.4
|
||||||
Release: 23%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://sourceforge.net/projects/aide
|
URL: http://sourceforge.net/projects/aide
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Source3: aide.logrotate
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre2-devel
|
||||||
BuildRequires: libgpg-error-devel libgcrypt-devel
|
BuildRequires: libgpg-error-devel libgcrypt-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -26,19 +26,19 @@ BuildRequires: audit-libs-devel
|
|||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
# Customize the database file location in the man page.
|
# Customize the database file location in the man page.
|
||||||
Patch1: aide-0.16rc1-man.patch
|
#Patch1: aide-0.16rc1-man.patch
|
||||||
# fix aide in FIPS mode
|
# fix aide in FIPS mode
|
||||||
Patch2: aide-0.16b1-fipsfix.patch
|
#Patch2: aide-0.16b1-fipsfix.patch
|
||||||
# Bug 1674637 - aide: FTBFS in Fedora rawhide/f30
|
# Bug 1674637 - aide: FTBFS in Fedora rawhide/f30
|
||||||
Patch3: aide-0.16-Use-LDADD-for-adding-curl-library-to-the-linker-comm.patch
|
#Patch3: aide-0.16-Use-LDADD-for-adding-curl-library-to-the-linker-comm.patch
|
||||||
|
|
||||||
Patch4: aide-0.15-syslog-format.patch
|
#Patch4: aide-0.15-syslog-format.patch
|
||||||
Patch5: aide-0.16-crypto-disable-haval-and-others.patch
|
#Patch5: aide-0.16-crypto-disable-haval-and-others.patch
|
||||||
Patch6: coverity.patch
|
#Patch6: coverity.patch
|
||||||
Patch7: aide-0.16-crash-elf.patch
|
#Patch7: aide-0.16-crash-elf.patch
|
||||||
Patch8: aide-configure-c99-1.patch
|
#Patch8: aide-configure-c99-1.patch
|
||||||
Patch9: aide-configure-c99-2.patch
|
#Patch9: aide-configure-c99-2.patch
|
||||||
Patch10: aide-configure-c99-3.patch
|
#Patch10: aide-configure-c99-3.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
||||||
@ -49,7 +49,7 @@ checker and intrusion detection program.
|
|||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
#autoreconf -ivf
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-config_file=%{_sysconfdir}/aide.conf \
|
--with-config_file=%{_sysconfdir}/aide.conf \
|
||||||
@ -72,7 +72,7 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README doc/manual.html contrib/
|
%doc AUTHORS ChangeLog NEWS README contrib/
|
||||||
%doc README.quickstart
|
%doc README.quickstart
|
||||||
%{_sbindir}/aide
|
%{_sbindir}/aide
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
@ -83,6 +83,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
|
|||||||
%dir %attr(0700,root,root) %{_localstatedir}/log/aide
|
%dir %attr(0700,root,root) %{_localstatedir}/log/aide
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2023 Radovan Sroka <rsroka@redhat.com> - 0.18.4-1
|
||||||
|
- aide-0.18.4 is available
|
||||||
|
Resolves: rhbz#1910486
|
||||||
|
- Please port your pcre dependency to pcre2. Pcre has been deprecated
|
||||||
|
Resolves: rhbz#2128267
|
||||||
|
|
||||||
* Tue Jun 13 2023 Radovan Sroka <rsroka@redhat.com> - 0.16-23
|
* Tue Jun 13 2023 Radovan Sroka <rsroka@redhat.com> - 0.16-23
|
||||||
- migrated to SPDX license
|
- migrated to SPDX license
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (aide-0.16.tar.gz) = 29ad97756e3e2fb21dc332ed03b494a1c73e621266f8622ec80bdba23092a38ee975b97f3cff2330e4c16e64e2f672259eea9291ca706a4009e7399b4e14e6a7
|
SHA512 (aide-0.18.4.tar.gz) = 31a17fc97ed9bda5dc4a492bcee699442cee1ea3829b1b06cf91ef9234a8b033677c281979902cbc6a8db0269c7f00499897940df07beff14cbb88b8fe6390f5
|
||||||
|
Loading…
Reference in New Issue
Block a user