diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-12-20 19:25:34 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-12-20 19:25:34 +0000 |
commit | 97224e5ee433612dc749119efadefc42a1a83cec (patch) | |
tree | 43e5722ecd2d309901bd85f2d5beb9e7c991371e /net/wireshark | |
parent | 61034f5901366e8d806fe2ad1500b1aeaaef439b (diff) | |
download | pkgsrc-97224e5ee433612dc749119efadefc42a1a83cec.tar.gz |
Update wireshark to version 1.2.5 in order to fix wpna-sec-2009-09.
Changes since 1.2.4:
Bugfixes:
* The following vulnerabilities have been fixed. See the security advisory
for details and a workaround.
* The Daintree SNA file parser could overflow a buffer. (Bug 4294)
* The SMB and SMB2 dissectors could crash. (Bug 4301)
* The IPMI dissector could crash on Windows. (Bug 4319)
* Wireshark does not graph rtp streams. (Bug 3801)
* Wireshark showing extraneous data in a TCP stream. (Bug 3955)
* Wrong decoding of gtp.target identification. (Bug 3974)
* TTE dissector bug. (Bug 4247)
* Upper case in Lua pref symbol causes Wireshark to crash. (Bug 4255)
* OpenBSD 4.5 build fails at epan/dissectors/packet-rpcap.c. (Bug 4258)
* Incorrect display of stream data using "Follow tcp stream" option. (Bug 4288)
* Custom RADIUS dictionary can cause a crash. (Bug 4316)
Updated Protocol Support:
* DAP, eDonkey, GTP, IPMI, MIP, RADIUS, RANAP, SMB, SMB2, TCP, TTE, VNC,
X.509sat
Updated Capture File Support:
* Daintree SNA.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 972cd6d707d..d27721e9e51 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2009/12/10 19:03:31 tron Exp $ +# $NetBSD: Makefile,v 1.40 2009/12/20 19:25:34 tonnerre Exp $ -DISTNAME= wireshark-1.2.4 +DISTNAME= wireshark-1.2.5 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 668cd67a1db..88d785b37ed 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2009/12/10 19:03:31 tron Exp $ +$NetBSD: distinfo,v 1.27 2009/12/20 19:25:34 tonnerre Exp $ -SHA1 (wireshark-1.2.4.tar.bz2) = a43f54db8a20dad38fce6e7d68817a3056496bbd -RMD160 (wireshark-1.2.4.tar.bz2) = 5fce808dcdc092a4c16cf0cdecdc059a0476809b -Size (wireshark-1.2.4.tar.bz2) = 15209570 bytes +SHA1 (wireshark-1.2.5.tar.bz2) = 46b74b82ae6bfad5f5f68ef1b3b7d453ae9b1087 +RMD160 (wireshark-1.2.5.tar.bz2) = 85f77a8a1c94999671c6e5226e4ced080176fbdd +Size (wireshark-1.2.5.tar.bz2) = 15296289 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |