This commit is contained in:
parent
0f66866fc0
commit
7f334e0656
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cd595e9b082d1cdabb27bae9675983e1aedce1186b87e3cf4d4d4f60ba77096
|
||||
size 224810
|
3
aide-0.13.1.tar.bz2
Normal file
3
aide-0.13.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b5ffce51d5570eb58f16b8eed86ce4a35614b1fffedc6c1f55f05c44df8e852
|
||||
size 238775
|
20
aide.changes
20
aide.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 11:26:20 CET 2008 - meissner@suse.de
|
||||
|
||||
- Version 0.13.1
|
||||
* Fixed bug with reading gzipped aide.db files
|
||||
* Removed dead ustat code
|
||||
- Version 0.13
|
||||
* Added support for selinux and xattr attributes
|
||||
(kindly contributed by Red Hat)
|
||||
* Added support for the Linux Audit System
|
||||
(kindly contributed by Red Hat)
|
||||
* Fixed usage of libgcrypt instead of libmhash
|
||||
* Added file locking for output files
|
||||
* Fixed bugs
|
||||
- Version 0.12
|
||||
* Fixed bugs
|
||||
* Allow http/https/ftp URLs through libcurl
|
||||
* Support posix_fadvice() to avoid caching files
|
||||
- enabled ACL and XATTR support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 10:13:37 CEST 2007 - meissner@suse.de
|
||||
|
||||
|
68
aide.spec
68
aide.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aide (Version 0.11)
|
||||
# spec file for package aide (Version 0.13.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,19 +10,20 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: aide
|
||||
BuildRequires: bison flex mhash-devel zlib-devel
|
||||
BuildRequires: bison flex libacl-devel libattr-devel mhash-devel pkg-config zlib-devel
|
||||
%define prefix /usr
|
||||
Version: 0.11
|
||||
Release: 41
|
||||
Version: 0.13.1
|
||||
Release: 1
|
||||
Summary: Advanced Intrusion Detection Environment
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
|
||||
Source1: aide.conf
|
||||
Source2: aide-cron_daily.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: http://sourceforge.net/projects/aide/
|
||||
Url: http://sourceforge.net/projects/aide/
|
||||
|
||||
%description
|
||||
AIDE is an intrusion detection system that checks file integrity.
|
||||
@ -34,7 +35,7 @@ Authors:
|
||||
rammer@cs.tut.fi
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%{?suse_update_config:%{suse_update_config -l -f}}
|
||||
|
||||
%build
|
||||
@ -47,6 +48,8 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
--with-dbhmactype=md5 \
|
||||
--enable-forced_dbmd \
|
||||
--enable-lfs \
|
||||
--with-posix-acl \
|
||||
--with-xattr \
|
||||
--with-zlib
|
||||
# --enable-forced_configmd
|
||||
|
||||
@ -82,41 +85,58 @@ fi
|
||||
%config(noreplace) /etc/aide.conf
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2007 - meissner@suse.de
|
||||
* Tue Feb 12 2008 meissner@suse.de
|
||||
- Version 0.13.1
|
||||
* Fixed bug with reading gzipped aide.db files
|
||||
* Removed dead ustat code
|
||||
- Version 0.13
|
||||
* Added support for selinux and xattr attributes
|
||||
(kindly contributed by Red Hat)
|
||||
* Added support for the Linux Audit System
|
||||
(kindly contributed by Red Hat)
|
||||
* Fixed usage of libgcrypt instead of libmhash
|
||||
* Added file locking for output files
|
||||
* Fixed bugs
|
||||
- Version 0.12
|
||||
* Fixed bugs
|
||||
* Allow http/https/ftp URLs through libcurl
|
||||
* Support posix_fadvice() to avoid caching files
|
||||
- enabled ACL and XATTR support
|
||||
* Thu Mar 29 2007 meissner@suse.de
|
||||
- buildrequires flex,bison
|
||||
* Thu Apr 13 2006 - meissner@suse.de
|
||||
* Thu Apr 13 2006 meissner@suse.de
|
||||
- run aide --init as test
|
||||
* Mon Feb 20 2006 - mge@suse.de
|
||||
* Mon Feb 20 2006 mge@suse.de
|
||||
- update to 0.11
|
||||
- fixes bug #149059
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Jan 14 2006 - schwab@suse.de
|
||||
* Sat Jan 14 2006 schwab@suse.de
|
||||
- Don't strip binaries.
|
||||
* Fri Mar 18 2005 - mge@suse.de
|
||||
* Fri Mar 18 2005 mge@suse.de
|
||||
- fixes #71272 - aide-0.10-47 config files not yet converted to utf8
|
||||
* Mon Jan 26 2004 - mge@suse.de
|
||||
* Mon Jan 26 2004 mge@suse.de
|
||||
- upgrade to 0.10
|
||||
- #33600: more usable default aide.conf
|
||||
(thanks to Dirk Mueller <dmuell@gmx.net>)
|
||||
- example-cron-job
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Wed Nov 13 2002 - ro@suse.de
|
||||
* Wed Nov 13 2002 ro@suse.de
|
||||
- fix build for current bison
|
||||
* Thu Aug 15 2002 - mge@suse.de
|
||||
* Thu Aug 15 2002 mge@suse.de
|
||||
- update to 0.9
|
||||
* Mon Apr 09 2001 - ro@suse.de
|
||||
* Mon Apr 09 2001 ro@suse.de
|
||||
- don't use macro for version
|
||||
- remove obsolete macros
|
||||
* Wed Nov 22 2000 - mge@suse.de
|
||||
* Wed Nov 22 2000 mge@suse.de
|
||||
- created PAC files
|
||||
- make SPEC file 7.0 compliant
|
||||
* Sat Jul 15 2000 - mge@suse.de
|
||||
* Sat Jul 15 2000 mge@suse.de
|
||||
- initial SuSE RPM, config file /etc/aide.conf
|
||||
* Wed Jan 26 2000 - Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk>
|
||||
* Wed Jan 26 2000 Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk>
|
||||
- Fixes for RH 6.1 and sysconfdir changed to /etc and /var/lib/aide added
|
||||
* Sun Sep 12 1999 - Rami Lehti <rammer@cs.tut.fi>
|
||||
* Sun Sep 12 1999 Rami Lehti <rammer@cs.tut.fi>
|
||||
- Some small changes to make this autogeneratable by configure.
|
||||
* Sat Sep 11 1999 - Zach Brown <zab@redhat.com>
|
||||
* Sat Sep 11 1999 Zach Brown <zab@redhat.com>
|
||||
- First go
|
||||
|
Loading…
x
Reference in New Issue
Block a user