[Lunar-commits] <moonbase> tcpdump: version bumped to 4.0.0.
Florin Braescu
florin at lunar-linux.org
Tue Oct 28 19:03:54 CET 2008
commit b400013660290030021bfde6f372912f2a9357c8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 28 20:03:54 2008 +0200
tcpdump: version bumped to 4.0.0.
Changes:
Add support for Bluetooth Sniffing
Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
Add support for 802.11 AVS
Add support for SMB over TCP
Add support for 4 byte BGP AS printing
Add support for compiling on case-insensitive file systems
Add support for ikev2 printing
Update support for decoding AFS
Update DHCPv6 printer
Use newer libpcap API's (allows -B option on all platforms)
Add -I to turn on monitor mode
Bugfixes in lldp, lspping, dccp, ESP, NFS printers
Cleanup unused files and various cruft.
---
net/tcpdump/BUILD | 2 --
net/tcpdump/DETAILS | 11 ++++-------
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/net/tcpdump/BUILD b/net/tcpdump/BUILD
index 4cf56e5..2469eaa 100644
--- a/net/tcpdump/BUILD
+++ b/net/tcpdump/BUILD
@@ -4,8 +4,6 @@
OPTS="$OPTS --enable-ipv6"
fi
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
default_build
) > $C_FIFO 2>&1
diff --git a/net/tcpdump/DETAILS b/net/tcpdump/DETAILS
index f2e49b7..9acec04 100644
--- a/net/tcpdump/DETAILS
+++ b/net/tcpdump/DETAILS
@@ -1,14 +1,11 @@
MODULE=tcpdump
- VERSION=3.9.8
+ VERSION=4.0.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-3.8.1-debug_flag.patch.bz2
- SOURCE_URL=http://www.tcpdump.org/release/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:98be9acb1e9154656838fcb89c4a36417cf56042
- SOURCE2_VFY=sha1:89be20bc9baa6daaddb0c6341bc503c466aeb5fc
+ SOURCE_URL=http://www.tcpdump.org/release
+ SOURCE_VFY=sha1:618ac122d1a9d80f64865f0a4e4c4391baa54132 tcpdump-4.0.0.tar.gz
WEB_SITE=http://www.tcpdump.org
ENTERED=20011004
- UPDATED=20070829
+ UPDATED=20071028
SHORT="Packet sniffer network debugging tool"
cat << EOF
More information about the Lunar-commits
mailing list