diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-02 18:55:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-02 18:55:19 +0000 |
commit | 41cbb3ec86276657a8a56be5b65862465cba176d (patch) | |
tree | d67571ac79944374892dfec911c1fe3982db39eb /net/tcpdump | |
parent | 0c02ccfe23509ecaf627103365aa1bc44745b2ef (diff) | |
download | pkgsrc-41cbb3ec86276657a8a56be5b65862465cba176d.tar.gz |
update to 0.9.4
relevant changes:
-compliation fixes
-Improved Unicode support
-Decoders & DLT Changes, Updates and New
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 5 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 9 | ||||
-rw-r--r-- | net/tcpdump/patches/patch-aa | 7 |
3 files changed, 6 insertions, 15 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 4fdb75fdf0d..249d93cc8a8 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/10/22 14:15:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/03/02 18:55:19 drochner Exp $ -DISTNAME= tcpdump-3.9.3 -PKGREVISION= 1 +DISTNAME= tcpdump-3.9.4 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 4723dbcbc8a..bb6b351f4fa 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/10/23 16:12:12 wiz Exp $ +$NetBSD: distinfo,v 1.13 2006/03/02 18:55:19 drochner Exp $ -SHA1 (tcpdump-3.9.3.tar.gz) = 5a92cba21ff70d1306077e6ab9c8bf7b4c0371c2 -RMD160 (tcpdump-3.9.3.tar.gz) = b6000dd099be545c6a62fe3763634fdd41798fe8 -Size (tcpdump-3.9.3.tar.gz) = 664369 bytes -SHA1 (patch-aa) = 1fb3bf8f4e3d9a3f2b998bca26ee7804fc2eb6d7 +SHA1 (tcpdump-3.9.4.tar.gz) = fbfdb0e08713c6bf95d2658e294ac3f8bf2c7a16 +RMD160 (tcpdump-3.9.4.tar.gz) = 72f53565363bd49614b983bfa4f865cffd83a357 +Size (tcpdump-3.9.4.tar.gz) = 716862 bytes diff --git a/net/tcpdump/patches/patch-aa b/net/tcpdump/patches/patch-aa deleted file mode 100644 index 73de4b7fef1..00000000000 --- a/net/tcpdump/patches/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2005/10/23 16:12:12 wiz Exp $ - ---- VERSION.orig 2005-07-11 22:10:32.000000000 +0200 -+++ VERSION -@@ -1 +1 @@ --3.9.2 -+3.9.3 |