diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-23 16:10:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-23 16:10:58 +0000 |
commit | 18f4d7f4b95a3d36e3b2c1027def31cfd287216f (patch) | |
tree | 7d43f1252012fc1a50bf3a6ae552ad1abbc81523 /net/tcpdump | |
parent | aaa4647876905ea6252fa7a4396a7522cda39cf1 (diff) | |
download | pkgsrc-18f4d7f4b95a3d36e3b2c1027def31cfd287216f.tar.gz |
Apply patch-aa to correct file.
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/distinfo | 4 | ||||
-rw-r--r-- | net/tcpdump/patches/patch-aa | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 3b71d848f87..4723dbcbc8a 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/10/22 14:15:46 wiz Exp $ +$NetBSD: distinfo,v 1.12 2005/10/23 16:12:12 wiz 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) = 8b51d25951be396f129e2ea1af6b7f664ce64c01 +SHA1 (patch-aa) = 1fb3bf8f4e3d9a3f2b998bca26ee7804fc2eb6d7 diff --git a/net/tcpdump/patches/patch-aa b/net/tcpdump/patches/patch-aa index 8d31659a516..73de4b7fef1 100644 --- a/net/tcpdump/patches/patch-aa +++ b/net/tcpdump/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.5 2005/10/22 14:15:46 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2005/10/23 16:12:12 wiz Exp $ ---- version.c.orig 2005-10-22 16:01:53.000000000 +0200 -+++ version.c +--- VERSION.orig 2005-07-11 22:10:32.000000000 +0200 ++++ VERSION @@ -1 +1 @@ --char version[] = "3.9.2"; -+char version[] = "3.9.3"; +-3.9.2 ++3.9.3 |