CVS: moonbase/security/aide BUILD, 1.1.1.1, 1.2 DEPENDS, 1.4,
1.5 DETAILS, 1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Tue Dec 9 03:56:05 GMT 2003
Update of /var/cvs/lunar/moonbase/security/aide
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21574
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump to 0.10. aide has now moved to sourceforge. BIG module
changes to get this to compile. postgresql and libgcrypt are no longer
optional_depends due to the aide devs borking their configure script.
Instead postgresql and libgcrypt MUST be installed, otherwise their
configure script will die a horrible death. Once those two apps/libs
are installed then the aide configure script will merrily compile away,
but since those two apps/libs need to be installed now, I just forced
them on in the configure step. Also mhash needs to be recompiled to
get the static lib build in addition to the shared libs. I updated the
mhash module to reflect that fact!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/aide/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 9 Dec 2003 03:56:03 -0000 1.2
@@ -4,11 +4,11 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-psql \
+ --with-gcrypt \
$OPTS &&
- make &&
- prepare_install &&
- make install
+ default_make
if ! [ -e /etc/aide.conf.sample ]; then
cp doc/aide.conf /etc/aide.conf.sample
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/aide/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 25 Feb 2003 21:57:16 -0000 1.4
+++ DEPENDS 9 Dec 2003 03:56:03 -0000 1.5
@@ -1,12 +1,10 @@
-depends mhash &&
-depends bison &&
+depends mhash &&
+depends bison &&
+depends flex &&
+depends libgcrypt &&
+depends postgresql &&
-optional_depends "libgcrypt" \
- "--with-gcrypt" \
- "--without-gcrypt" \
- "use gcrypt lib" &&
-
-optional_depends "zlib" \
- "--with-zlib" \
- "--without-zlib" \
+optional_depends "zlib" \
+ "--with-zlib" \
+ "--without-zlib" \
"for compression support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/aide/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 28 Dec 2002 06:54:59 -0000 1.2
+++ DETAILS 9 Dec 2003 03:56:03 -0000 1.3
@@ -1,14 +1,13 @@
MODULE=aide
- VERSION=0.9
- #VERSION=0.8
+ VERSION=0.10
+ #VERSION=0.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.cs.tut.fi/~rammer/$SOURCE
- SOURCE_URL[1]=ftp://ftp.cs.tut.fi/pub/src/gnu/$SOURCE
- WEB_SITE=http://www.cs.tut.fi/~rammer/aide.html
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_VFY=md5:39eb7d21064cac7b409c45d038b86cd8
+ WEB_SITE=http://aide.sourceforge.net
ENTERED=20011207
- UPDATED=20021228
- MAINTAINER=kongar at tsrsb.org.tr
+ UPDATED=20031208
SHORT="AIDE (Advanced Intrusion Detection Environment) is a file integrity checker"
cat << EOF
AIDE (Advanced Intrusion Detection Environment) is a file integrity
More information about the Lunar-commits
mailing list