diff options
author | tron <tron> | 2010-08-03 20:45:50 +0000 |
---|---|---|
committer | tron <tron> | 2010-08-03 20:45:50 +0000 |
commit | ced6b4f61e42ed32ff9c89426f770e1a790841f6 (patch) | |
tree | 4cb85684dba51d4596300b0ee4c5e0dd2b27f090 /net/wireshark | |
parent | 61a8c20408ce3884ae0d97a68742b829e0f6fa07 (diff) | |
download | pkgsrc-ced6b4f61e42ed32ff9c89426f770e1a790841f6.tar.gz |
Update "wireshark" package to version 1.2.10. Changes since version 1.2.9:
- Bug Fixes
o The SigComp Universal Decompressor Virtual Machine could
overrun a buffer. (Bug 4867)
Versions affected: 0.10.8 to 1.0.14, 1.2.0 to 1.2.9
CVE-2010-2287
o The GSM A RR dissector could crash. (Bug 4897)
Versions affected: 1.2.2 to 1.2.9
o Due to a regression the ASN.1 BER dissector could overrun the stack.
Versions affected: 0.10.13 to 1.0.14, 1.2.0 to 1.2.9
CVE-2010-2284
o The IPMI dissector could go into an infinite loop.
Versions affected: 1.2.0 to 1.2.9
- The following bugs have been fixed:
o Wireshark crashes after configuring new Information column.
(Bug 4854)
o Crash triggered when changing display filter from right-mouse
pop-up menu via packet-list. (Bug 4860)
o Wireshark crash selecting Inter-Asterisk exchange v2 packet
data. (Bug 4868)
o zlib-1.2.5 cause tshark to stop live capture. (Bug 4916)
o Crash when adding SNMP users. (Bug 4926)
o Wireshark via ssh -X on ipv6 link-local address fails to allow
capture. (Bug 4945)
o OMAPI dissector fails to parse combined initialization
messages. (Bug 4982)
o QUERY_FS_INFO for Macintosh level 0x301 - MacSupportFlags
decodes wrong. (Bug 4993)
o SCSI dissector misidentifies ATA PASSTHROUGH command as ACCESS
CONTROL IN. (Bug 5037)
o Wrong decoding of GTP Prime (GTP') packets. (Bug 5055)
- Updated Protocol Support
ASN.1 BER, GSM A RR, GTP, IAX2, IPMI, OMAPI, PRES, SCSI, SMB, UNISTIM
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index de5fe579475..79f5941afff 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2010/06/29 07:41:26 obache Exp $ +# $NetBSD: Makefile,v 1.50 2010/08/03 20:45:50 tron Exp $ -DISTNAME= wireshark-1.2.9 -PKGREVISION= 1 +DISTNAME= wireshark-1.2.10 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 da8c9204ceb..a9b2462866b 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2010/06/10 18:24:39 tron Exp $ +$NetBSD: distinfo,v 1.33 2010/08/03 20:45:50 tron Exp $ -SHA1 (wireshark-1.2.9.tar.bz2) = 6b31173a34c0050035516958e0b3ae83e83eac2c -RMD160 (wireshark-1.2.9.tar.bz2) = d93be031cf01922dd1b23151f9a4c2581a99b1bf -Size (wireshark-1.2.9.tar.bz2) = 15405506 bytes +SHA1 (wireshark-1.2.10.tar.bz2) = db9028d6c547fb736f126a0cd0659222094b4c1b +RMD160 (wireshark-1.2.10.tar.bz2) = 15fd1087b7f817902da50d49a819773dfd589a85 +Size (wireshark-1.2.10.tar.bz2) = 15401498 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |