[Lunar-commits] CVS: moonbase/net/iplog BUILD, NONE, 1.1 DETAILS,
1.2, 1.3
Jon South
striker at lunar-linux.org
Mon Apr 19 19:52:46 GMT 2004
Update of /var/cvs/lunar/moonbase/net/iplog
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26184
Modified Files:
DETAILS
Added Files:
BUILD
Log Message:
patch for gcc3.3.3 compatibility
--- NEW FILE: BUILD ---
(
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iplog/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 7 Mar 2004 05:31:25 -0000 1.2
+++ DETAILS 19 Apr 2004 19:52:43 -0000 1.3
@@ -1,12 +1,15 @@
MODULE=iplog
VERSION=2.2.3
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=iplog-2.2.3-gcc3.3.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=$SFORGE_URL/ojnk/$SOURCE
+ SOURCE2_URL=$PATCH_URL/$SOURCE2
SOURCE_VFY=md5:de98dd64018ab10ebe36e481cf00b7db
+ SOURCE2_VFY=md5:a6db9e9298576567a35b13e65be5d9e7
WEB_SITE=http://ojnk.sourceforge.net/
ENTERED=20040306
- UPDATED=20040306
+ UPDATED=20040419
SHORT="iplog is a TCP/IP traffic logger similar to tcpdump"
cat << EOF
iplog is a TCP/IP traffic logger. Currently, it is capable of logging TCP,
@@ -23,4 +26,4 @@
iplog uses libpcap to read data from the network and can be ported to any
system that supports pthreads and on which libpcap will function.
-
+EOF
More information about the Lunar-commits
mailing list