Hi,

This diff updates aide to the latest release 0.14.2, a bugfix release.
Tested on amd64/sparc64.

Comments ? OK ?

Cheers,
benoit



Index: Makefile
===================================================================
RCS file: /cvs/ports/security/aide/Makefile,v
retrieving revision 1.15
diff -N -u Makefile
--- Makefile    5 May 2010 05:32:24 -0000       1.15
+++ Makefile    6 Jun 2010 05:59:15 -0000
@@ -2,8 +2,7 @@
 
 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
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/aide/distinfo,v
retrieving revision 1.6
diff -N -u distinfo
--- distinfo    1 May 2010 21:27:22 -0000       1.6
+++ distinfo    6 Jun 2010 05:59:15 -0000
@@ -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
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/security/aide/patches/patch-configure,v
retrieving revision 1.5
diff -N -u patches/patch-configure
--- patches/patch-configure     4 May 2010 14:42:28 -0000       1.5
+++ patches/patch-configure     6 Jun 2010 05:59:15 -0000
@@ -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$
+--- 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 @@
  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]];'.

Reply via email to