Subject: please update security/aide
To: None <tech-pkg@netbsd.org>
From: =?ISO-8859-1?Q?C=E9sar_Catri=E1n?= C. <ccatrian@eml.cc>
List: tech-pkg
Date: 11/30/2004 23:35:32
Hi

Please update aide to the last version, aide 0.9 has this problem:

# aide --check
Not implemented in db_readline_file 311

Aide 0.10 works just fine for me. Thanks

C=E9sar

--- Makefile.orig       2004-11-30 23:09:38.000000000 -0300
+++ Makefile    2004-11-30 23:16:28.000000000 -0300
@@ -1,11 +1,9 @@
 # $NetBSD: Makefile,v 1.15 2004/10/03 00:18:07 tv Exp $
 #
=20
-DISTNAME=3D       aide-0.9
-PKGREVISION=3D   1
+DISTNAME=3D       aide-0.10
 CATEGORIES=3D    security
-MASTER_SITES=3D   http://www.cs.tut.fi/~rammer/ \
-               ftp://ftp.cs.tut.fi/pub/src/gnu/
+MASTER_SITES=3D   ${MASTER_SITE_SOURCEFORGE:=3Daide/}
=20
 MAINTAINER=3D    tech-pkg@NetBSD.org
 HOMEPAGE=3D      http://www.cs.tut.fi/~rammer/aide.html
@@ -16,7 +14,7 @@
 USE_BUILDLINK3=3D yes
=20
 GNU_CONFIGURE=3D yes
-USE_GNU_TOOLS+=3D        lex yacc
+USE_GNU_TOOLS+=3D        lex make yacc
=20
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"