diff options
author | tron <tron@pkgsrc.org> | 2011-06-01 07:21:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-06-01 07:21:53 +0000 |
commit | 09d7802721354878229d735dcb1c71b42da79ce9 (patch) | |
tree | 6b226595fd325d05fdac986478fb1a1721a5df1a /net | |
parent | b27db31dae796f4dd455d9b99eb5ca8596450a5d (diff) | |
download | pkgsrc-09d7802721354878229d735dcb1c71b42da79ce9.tar.gz |
Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:
- Bug Fixes
The following vulnerabilities have been fixed. See the security
advisory for details and a workaround.
o Large/infinite loop in the DICOM dissector. (Bug 5876)
Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
o Huzaifa Sidhpurwala of the Red Hat Security Response Team
discovered that a corrupted Diameter dictionary file could
crash Wireshark.
Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
o Huzaifa Sidhpurwala of the Red Hat Security Response Team
discovered that a corrupted snoop file could crash Wireshark.
(Bug 5912)
Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
o David Maciejak of Fortinet's FortiGuard Labs discovered that
malformed compressed capture data could crash Wireshark. (Bug
5908)
Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
o Huzaifa Sidhpurwala of the Red Hat Security Response Team
discovered that a corrupted Visual Networks file could crash
Wireshark. (Bug 5934)
Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
- The following bugs have been fixed:
o AIM dissector has some endian issues. (Bug 5464)
o Telephony→MTP3→MSUS doesn't display window. (Bug 5605)
o Support for MS NetMon 3.x traces containing raw IPv6 ("Type
7") packets. (Bug 5817)
o Service Indicator in M3UA protocol data. (Bug 5834)
o IEC60870-5-104 protocol, incorrect decoding of timestamp type
CP56Time2a. (Bug 5889)
o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF
_FDCTR_32NF _FDCTR_16NF. (Bug 5920)
o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928)
o Wireshark crashes when creating ProtoField.framenum in Lua.
(Bug 5930)
o Fix a wrong mask to extract FMID from DECT packets dissector.
(Bug 5947)
o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962)
- Updated Protocol Support
DICOM, IEC104, M3UA, TCP,
- New and Updated Capture File Support
Network Monitor.
Diffstat (limited to 'net')
-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 13d192ccd66..77876b4ee28 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2011/04/22 13:44:29 obache Exp $ +# $NetBSD: Makefile,v 1.64 2011/06/01 07:21:53 tron Exp $ -DISTNAME= wireshark-1.4.6 -PKGREVISION= 1 +DISTNAME= wireshark-1.4.7 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 e4bb87e3a57..83f8edb40e6 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2011/04/19 21:52:56 tron Exp $ +$NetBSD: distinfo,v 1.45 2011/06/01 07:21:53 tron Exp $ -SHA1 (wireshark-1.4.6.tar.bz2) = dd283b3957d1096bd643ab4b83b19dd2d7d6bfd8 -RMD160 (wireshark-1.4.6.tar.bz2) = 7ecb1c006eb70858e21019a731d038478a3f7879 -Size (wireshark-1.4.6.tar.bz2) = 20496268 bytes +SHA1 (wireshark-1.4.7.tar.bz2) = ba80ed0c2aa6a12fa50155bbf5b58ad41a46024e +RMD160 (wireshark-1.4.7.tar.bz2) = 012ec4d7750c03bcc23e9140f31e778cde6fd645 +Size (wireshark-1.4.7.tar.bz2) = 20515206 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |