[Lunar-commits]
CVS: moonbase/net/ngrep BUILD, 1.1.1.1, 1.2 DETAILS, 1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Thu Feb 24 07:11:54 UTC 2005
Update of /var/cvs/lunar/moonbase/net/ngrep
In directory espresso.foo-projects.org:/tmp/cvs-serv7881/net/ngrep
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 1.40.1 to 1.43.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ngrep/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 24 Feb 2005 07:11:51 -0000 1.2
@@ -1,3 +1,7 @@
-sedit "s/\/man\/man8/\/share\0/" Makefile.in
-touch *
-default_build
+(
+
+ sedit "s/\/man\/man8/\/share\0/" Makefile.in
+ touch *
+ default_build
+
+) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ngrep/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:12 -0000 1.2
+++ DETAILS 24 Feb 2005 07:11:51 -0000 1.3
@@ -1,16 +1,19 @@
MODULE=ngrep
- VERSION=1.40.1
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=$SFORGE_URL/ngrep/
+ VERSION=1.43
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ngrep/
+ SOURCE_VFY=sha1:879ff987839da8d155c3d529f8e4010c3a9f565e
WEB_SITE=http://ngrep.sourceforge.net
ENTERED=20011109
- UPDATED=20020101
+ UPDATED=20050224
SHORT="ngrep is utility that can be used to analyze network packets."
+
cat << EOF
-ngrep strives to provide most of GNU grep's common features, applying them to
-the network layer. ngrep is a pcap-aware tool that will allow you to specify
-extended regular or hexadecimal expressions to match against data payloads of
-packets. It currently recognizes TCP, UDP, and ICMP across Ethernet, PPP, SLIP,FDDI, Token Ring, and null interfaces, and understands bpf filter logic in the
-same fashion as more common packet sniffing tools, such as tcpdump and snoop.
+ngrep strives to provide most of GNU grep's common features, applying
+them to the network layer. ngrep is a pcap-aware tool that will allow
+you to specify extended regular or hexadecimal expressions to match
+against data payloads of packets. It currently recognizes TCP, UDP, and
+ICMP across Ethernet, PPP, SLIP,FDDI, Token Ring, and null interfaces,
+and understands bpf filter logic in the same fashion as more common
+packet sniffing tools, such as tcpdump and snoop.
EOF
More information about the Lunar-commits
mailing list