- update aide to 0.14.2

- update patches

ok ajacoutot@
This commit is contained in:
benoit 2010-06-06 09:03:10 +00:00
parent b18b8f6564
commit 80cf3fdfe7
3 changed files with 14 additions and 15 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2010/05/05 05:32:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/06/06 09:03:10 benoit Exp $
COMMENT= Advanced Intrusion Detection Environment
DISTNAME= aide-0.14
PKGNAME= ${DISTNAME}p0
DISTNAME= aide-0.14.2
CATEGORIES= security
HOMEPAGE= http://sourceforge.net/projects/aide

View File

@ -1,5 +1,5 @@
MD5 (aide-0.14.tar.gz) = Y027arILLRGZLMOJpmfnVQ==
RMD160 (aide-0.14.tar.gz) = 92gJ2wLyTs08xaEYa0UxyF7f/mU=
SHA1 (aide-0.14.tar.gz) = gFpKa4+UUD9BB1mg31nIMgNSKU4=
SHA256 (aide-0.14.tar.gz) = 9T9MLXNKXpG+0HQF7TFUlfWEe9J0dJb/f9BXuOXSkrY=
SIZE (aide-0.14.tar.gz) = 467226
MD5 (aide-0.14.2.tar.gz) = w7nYvynvwGXny4YXQ3CvEQ==
RMD160 (aide-0.14.2.tar.gz) = 8dF7y9VrVCu+oI9iaOKMrD2GwsE=
SHA1 (aide-0.14.2.tar.gz) = TvjAwU1ZANnqF+brFWwSoYlUqVs=
SHA256 (aide-0.14.2.tar.gz) = v0zUF7D0d4tPmmGNI+Cwt9sQNJumoBKTlNyC+8L6i5s=
SIZE (aide-0.14.2.tar.gz) = 418098

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.5 2010/05/04 14:42:28 ajacoutot Exp $
--- configure.orig Tue Mar 16 19:47:47 2010
+++ configure Tue May 4 16:41:43 2010
@@ -790,7 +790,7 @@ datarootdir='${prefix}/share'
$OpenBSD: patch-configure,v 1.6 2010/06/06 09:03:13 benoit Exp $
--- configure.orig Sat Jun 5 22:39:12 2010
+++ configure Sun Jun 6 07:53:24 2010
@@ -790,7 +790,7 @@
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
@ -10,12 +10,12 @@ $OpenBSD: patch-configure,v 1.5 2010/05/04 14:42:28 ajacoutot Exp $
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -6460,7 +6460,7 @@ fi
@@ -6460,7 +6460,7 @@
saved_CFLAGS="$CFLAGS"
-CFLAGS+=" $AIDE_DEFS"
+#CFLAGS+=" $AIDE_DEFS"
-CFLAGS="$CFLAGS $AIDE_DEFS"
+CFLAGS="$CFLAGS"
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.