From 7f334e0656ba324d11711691cb511f9623033f3b7482073af8b2d1e3018f25ca Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 Feb 2008 00:09:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=3 --- aide-0.11.tar.bz2 | 3 -- aide-0.13.1.tar.bz2 | 3 ++ aide.changes | 20 +++++++++++++ aide.spec | 68 +++++++++++++++++++++++++++++---------------- 4 files changed, 67 insertions(+), 27 deletions(-) delete mode 100644 aide-0.11.tar.bz2 create mode 100644 aide-0.13.1.tar.bz2 diff --git a/aide-0.11.tar.bz2 b/aide-0.11.tar.bz2 deleted file mode 100644 index 4a3df92..0000000 --- a/aide-0.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd595e9b082d1cdabb27bae9675983e1aedce1186b87e3cf4d4d4f60ba77096 -size 224810 diff --git a/aide-0.13.1.tar.bz2 b/aide-0.13.1.tar.bz2 new file mode 100644 index 0000000..3f6bb68 --- /dev/null +++ b/aide-0.13.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5ffce51d5570eb58f16b8eed86ce4a35614b1fffedc6c1f55f05c44df8e852 +size 238775 diff --git a/aide.changes b/aide.changes index 9fce361..4ba2fce 100644 --- a/aide.changes +++ b/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 diff --git a/aide.spec b/aide.spec index cf9caec..d28fae6 100644 --- a/aide.spec +++ b/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 ) - 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 +* Wed Jan 26 2000 Matthew Kirkwood - Fixes for RH 6.1 and sysconfdir changed to /etc and /var/lib/aide added -* Sun Sep 12 1999 - Rami Lehti +* Sun Sep 12 1999 Rami Lehti - Some small changes to make this autogeneratable by configure. -* Sat Sep 11 1999 - Zach Brown +* Sat Sep 11 1999 Zach Brown - First go