[Midnightbsd-cvs] mports: security/aide: Update to aide 0.13.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 29 20:38:58 EST 2007


Log Message:
-----------
Update to aide 0.13.1

Modified Files:
--------------
    mports/security/aide:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)
    mports/security/aide/files:
        patch-doc_aide.1 (r1.1 -> r1.2)

Removed Files:
-------------
    mports/security/aide/files:
        patch-include::util.h
        patch-src::util.c

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/aide/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/aide/Makefile -L security/aide/Makefile -u -r1.2 -r1.3
--- security/aide/Makefile
+++ security/aide/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	aide
-PORTVERSION=	0.11
+PORTVERSION=	0.13.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.cs.tut.fi/~rammer/
@@ -15,12 +15,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A replacement and extension for Tripwire
+LICENSE=	gpl2
 
 LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
 
 USE_GMAKE=	yes
 USE_BISON=	yes
-USE_AUTOTOOLS=	autoconf:259
+USE_AUTOTOOLS=	autoconf:261
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \
 		--with-zlib \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/aide/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/aide/distinfo -L security/aide/distinfo -u -r1.1 -r1.2
--- security/aide/distinfo
+++ security/aide/distinfo
@@ -1,3 +1,3 @@
-MD5 (aide-0.11.tar.gz) = 9a44e5386b0355ef57c60f627ff4d085
-SHA256 (aide-0.11.tar.gz) = ebc866c7d70166ac76ab0fa158e4bbf42780b4bd360e177f7a6586778b301374
-SIZE (aide-0.11.tar.gz) = 266978
+MD5 (aide-0.13.1.tar.gz) = 27978cc6bca4f0fbf3f6f5a1b330661c
+SHA256 (aide-0.13.1.tar.gz) = b55065413bad3c24af51a551e6ab7cd4a9ecd9f449929261a45fc2f53e040021
+SIZE (aide-0.13.1.tar.gz) = 285400
--- security/aide/files/patch-src::util.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/util.c.orig	Wed May 29 01:04:27 2002
-+++ src/util.c	Tue Oct 29 04:03:55 2002
-@@ -357,6 +357,7 @@
- }
- 
- 
-+#if 0
- /* 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 @@
-   /* If we get this far no match was found so we return NULL */
-   return NULL;
- }
-+#endif /* 0 */
- 
- /* We need these dummy stubs to fool the linker into believing that
-    we do not need them at link time */
Index: patch-doc_aide.1
===================================================================
RCS file: /home/cvs/mports/security/aide/files/patch-doc_aide.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/aide/files/patch-doc_aide.1 -L security/aide/files/patch-doc_aide.1 -u -r1.1 -r1.2
--- security/aide/files/patch-doc_aide.1
+++ security/aide/files/patch-doc_aide.1
@@ -1,13 +1,13 @@
---- doc/aide.1.orig	Sat Feb 18 04:50:16 2006
-+++ doc/aide.1	Wed Feb 22 07:07:07 2006
-@@ -50,9 +50,9 @@
+--- doc/aide.1.orig	2006-12-15 04:56:35.000000000 -0800
++++ doc/aide.1	2007-10-08 22:08:32.000000000 -0700
+@@ -75,9 +75,9 @@
  .SH FILES
- .B /usr/local/etc/aide.conf
+ .B ${prefix}/etc/aide.conf
  Default aide configuration file.
--.B /usr/local/etc/aide.db
+-.B ${prefix}/etc/aide.db
 +.B /var/db/aide/aide.db
  Default aide database.
--.B /usr/local/etc/aide.db.new
+-.B ${prefix}/etc/aide.db.new
 +.B /var/db/aide/aide.db.new
  Default aide output database.
  .SH SEE ALSO
--- security/aide/files/patch-include::util.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- include/util.h.orig	Wed May 29 01:04:26 2002
-+++ include/util.h	Fri Jul 12 06:17:39 2002
-@@ -57,6 +57,4 @@
- 
- void init_sighandler(void);
- 
--char* strnstr(char* haystack,char* needle,int n);
--
- #endif


More information about the Midnightbsd-cvs mailing list