diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-14 13:27:10 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-14 13:27:10 +0000 |
commit | bd34c0083cd6baf118cd0a126b9da00a7a297a22 (patch) | |
tree | 9b20e10e766ef2e36a977dad065547cbccde8cf2 /security | |
parent | 1c8a98b1b0b3a11b624acddba95117eec4b7d9f1 (diff) | |
download | pkgsrc-bd34c0083cd6baf118cd0a126b9da00a7a297a22.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 6 | ||||
-rw-r--r-- | security/aide/distinfo | 13 | ||||
-rw-r--r-- | security/aide/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/aide/patches/patch-ab | 24 | ||||
-rw-r--r-- | security/aide/patches/patch-ac | 13 | ||||
-rw-r--r-- | security/aide/patches/patch-ad | 20 |
6 files changed, 19 insertions, 70 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 373370acf0c..347e20ac906 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -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 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 --git a/security/aide/distinfo b/security/aide/distinfo index bd1e860352d..4e6bc7a5196 100644 --- a/security/aide/distinfo +++ b/security/aide/distinfo @@ -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 --git a/security/aide/patches/patch-aa b/security/aide/patches/patch-aa deleted file mode 100644 index b1395cc3c6d..00000000000 --- a/security/aide/patches/patch-aa +++ /dev/null @@ -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 --git a/security/aide/patches/patch-ab b/security/aide/patches/patch-ab index 46fc5f24527..b9d2964920d 100644 --- a/security/aide/patches/patch-ab +++ b/security/aide/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.1 2005/05/23 21:24:17 jlam Exp $ - 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 - fi + 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 --git a/security/aide/patches/patch-ac b/security/aide/patches/patch-ac deleted file mode 100644 index a58955b9244..00000000000 --- a/security/aide/patches/patch-ac +++ /dev/null @@ -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 --git a/security/aide/patches/patch-ad b/security/aide/patches/patch-ad deleted file mode 100644 index d0fb56e6e94..00000000000 --- a/security/aide/patches/patch-ad +++ /dev/null @@ -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 */ |