[Lunar-commits] CVS: moonbase/zbeta/ntop BUILD, 1.3, 1.4 DETAILS,
1.2, 1.3
Veerappan
watryac04 at lunar-linux.org
Tue Mar 2 01:10:29 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/ntop
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6097
Modified Files:
BUILD DETAILS
Log Message:
old version was broken, so it's been updated (last update was 2 years
ago). Doesn't build with kernel 2.6 headers, but this is already better
than it was. At least it builds on 2.4 now. I'll check into the ntop
3.0 stuff. Maybe that handles 2.6.x as well. Either way, this is a bit
better than it was before.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/ntop/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 27 Dec 2002 23:04:38 -0000 1.3
+++ BUILD 2 Mar 2004 01:10:27 -0000 1.4
@@ -15,7 +15,7 @@
make &&
cd $SOURCE_DIRECTORY6 &&
- ./autogen.sh &&
+# ./autogen.sh
default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/ntop/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 27 Dec 2002 21:52:33 -0000 1.2
+++ DETAILS 2 Mar 2004 01:10:27 -0000 1.3
@@ -1,17 +1,17 @@
MODULE=ntop
- VERSION=2.1.3
+ VERSION=2.2c
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_DIRECTORY2=$SOURCE_DIRECTORY/gdchart0.94c
SOURCE_DIRECTORY3=zlib-1.1.4
SOURCE_DIRECTORY4=gd-1.8.3
-SOURCE_DIRECTORY5=$SOURCE_DIRECTORY4/libpng-1.2.1
+SOURCE_DIRECTORY5=$SOURCE_DIRECTORY4/libpng-1.2.4
SOURCE_DIRECTORY6=$SOURCE_DIRECTORY/$MODULE
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
WEB_SITE=http://www.ntop.org
ENTERED=20020803
- UPDATED=20020803
+ UPDATED=20040301
SHORT="ntop is a network traffic probe."
cat << EOF
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.
More information about the Lunar-commits
mailing list