pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/aide Version 0.13.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8593799f6ec
branches: trunk
changeset: 573172:e8593799f6ec
user: pettai <pettai%pkgsrc.org@localhost>
date: Sun Mar 14 13:27:10 2010 +0000
description:
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
* Added support for the Linux Audit System
* 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
Version 0.11
* Fixed many bugs
* Updated automake/autoconf scripts
* Use snprintf by Mark Martinec if not in C library
* Support for more (legacy) Unix systems and cygwin
* Open files with O_NOATIME on supported Linux systems
* Added I/ANF/ARF directives
diffstat:
security/aide/Makefile | 6 +++---
security/aide/distinfo | 13 +++++--------
security/aide/patches/patch-aa | 13 -------------
security/aide/patches/patch-ab | 24 +++++++++++-------------
security/aide/patches/patch-ac | 13 -------------
security/aide/patches/patch-ad | 20 --------------------
6 files changed, 19 insertions(+), 70 deletions(-)
diffs (140 lines):
diff -r af5101949780 -r e8593799f6ec security/aide/Makefile
--- a/security/aide/Makefile Sun Mar 14 13:12:04 2010 +0000
+++ b/security/aide/Makefile Sun Mar 14 13:27:10 2010 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:44 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2010/03/14 13:27:10 pettai Exp $
#
-DISTNAME= aide-0.10
-PKGREVISION= 1
+DISTNAME= aide-0.13.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Free intrusion detection system for checking file integrity
+LICENSE= artistic
PKG_DESTDIR_SUPPORT= user-destdir
diff -r af5101949780 -r e8593799f6ec security/aide/distinfo
--- a/security/aide/distinfo Sun Mar 14 13:12:04 2010 +0000
+++ b/security/aide/distinfo Sun Mar 14 13:27:10 2010 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/01/02 22:40:19 joerg Exp $
+$NetBSD: distinfo,v 1.8 2010/03/14 13:27:10 pettai Exp $
-SHA1 (aide-0.10.tar.gz) = e1a65a96ea66742290b3e445d98c543008057938
-RMD160 (aide-0.10.tar.gz) = b3b63b018f3358f1d03cbc76270e5ea6ff9df943
-Size (aide-0.10.tar.gz) = 234184 bytes
-SHA1 (patch-aa) = 22f4be852c82a9252b29150cf73ce3b938d2f982
-SHA1 (patch-ab) = 67ae8c17e8ca99ddade99dc6099499f0b15bcc36
-SHA1 (patch-ac) = 092baef366a51f99dba4ef241077b381e7b33a3d
-SHA1 (patch-ad) = 54e5e12dcb63cd58b90f0a496a704c8a7de5819c
+SHA1 (aide-0.13.1.tar.gz) = 0112ee0a974020b99f09d1f2a9fb05433a7b9681
+RMD160 (aide-0.13.1.tar.gz) = 802ac5bd817032bf3a696db7f547bef322b2487a
+Size (aide-0.13.1.tar.gz) = 285400 bytes
+SHA1 (patch-ab) = 5319904e24a26e67b5a7a8767fca29c34b5a0116
diff -r af5101949780 -r e8593799f6ec security/aide/patches/patch-aa
--- a/security/aide/patches/patch-aa Sun Mar 14 13:12:04 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/12/01 16:42:53 wiz Exp $
-
---- Makefile.in.orig 2003-11-28 16:14:08.000000000 +0100
-+++ Makefile.in
-@@ -95,7 +95,7 @@ RANLIB = @RANLIB@
- VERSION = @VERSION@
- YACC = @YACC@
-
--SUBDIRS = src doc po
-+SUBDIRS = src doc
-
- CLEANFILES = *~
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -r af5101949780 -r e8593799f6ec security/aide/patches/patch-ab
--- a/security/aide/patches/patch-ab Sun Mar 14 13:12:04 2010 +0000
+++ b/security/aide/patches/patch-ab Sun Mar 14 13:27:10 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2005/05/23 21:24:17 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2010/03/14 13:27:10 pettai Exp $
---- configure.orig 2003-11-28 10:14:08.000000000 -0500
-+++ configure
-@@ -1164,11 +1164,6 @@ test -n "$YACC" && break
+--- configure.orig 2006-12-15 13:56:19.000000000 +0100
++++ configure 2010-01-25 22:50:46.000000000 +0100
+@@ -3489,10 +3489,6 @@
done
test -n "$YACC" || YACC="yacc"
@@ -10,19 +10,17 @@
- echo "AIDE requires GNU bison"
- exit 5
-fi
--
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
- echo "configure:1174: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
-@@ -1425,11 +1420,6 @@ EOF
+
+
+ for ac_prog in flex lex
+@@ -3699,10 +3695,6 @@
+ rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
-
-if test "x${LEX}" != "xflex"; then
- echo "AIDE requires GNU flex"
- exit 5
-fi
--
-
-
+ # Extract the first word of "pkg-config", so it can be a program name with args.
+ set dummy pkg-config; ac_word=$2
diff -r af5101949780 -r e8593799f6ec security/aide/patches/patch-ac
--- a/security/aide/patches/patch-ac Sun Mar 14 13:12:04 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/01/02 22:40:19 joerg Exp $
-
---- include/util.h.orig 2006-01-02 22:36:41.000000000 +0000
-+++ include/util.h
-@@ -57,6 +57,8 @@ void sig_handler(int signal);
-
- void init_sighandler(void);
-
-+#if !defined(__DragonFly__)
- char* strnstr(char* haystack,char* needle,int n);
-+#endif
-
- #endif
diff -r af5101949780 -r e8593799f6ec security/aide/patches/patch-ad
--- a/security/aide/patches/patch-ad Sun Mar 14 13:12:04 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/02 22:40:19 joerg Exp $
-
---- src/util.c.orig 2006-01-02 22:37:37.000000000 +0000
-+++ src/util.c
-@@ -357,6 +357,7 @@ void sig_handler(int signal)
- }
-
-
-+#if !defined(__DragonFly__)
- /* Like strstr but only do search for maximum of n chars.
- haystack does not have to be NULL terminated
- needle has to be NULL terminated. NULL in needle is not used in compare.
-@@ -392,6 +393,7 @@ char* strnstr(char* haystack,char* needl
- /* If we get this far no match was found so we return NULL */
- return NULL;
- }
-+#endif
-
- /* We need these dummy stubs to fool the linker into believing that
- we do not need them at link time */
Home |
Main Index |
Thread Index |
Old Index