diff options
author | tron <tron@pkgsrc.org> | 2010-05-13 07:03:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-05-13 07:03:22 +0000 |
commit | 5d33db11bb25f5dc26ffae28040202a3a12f2858 (patch) | |
tree | b0b1d147715b2aba240b251c597b9409243bf11b | |
parent | 733bd12037ba90d07a0df53e922e69fb61d55087 (diff) | |
download | pkgsrc-5d33db11bb25f5dc26ffae28040202a3a12f2858.tar.gz |
Update "wireshark" package to version 1.2.8. Changes since 1.2.7:
- The following vulnerabilities have been fixed. See the security
advisory for details and a workaround.
o The DOCSIS dissector could crash. (Bug 4644), (bug 4646) -->
Versions affected: 0.9.6 to 1.0.12, 1.2.0 to 1.2.7
- The following bugs have been fixed:
o HTTP parser limits with Content-Length. (Bug 1958)
o MATE dissector bug with GOGs. (Bug 3010)
o Changing fonts and deleting system time from preferences,
results in wireshark crash. (Bug 3387)
o ERF file starting with record with timestamp=0,1 or 2 not
recognized as ERF file. (Bug 4503)
o The SSL dissector can not correctly resemple SSL records when
the record header is spit between packets. (Bug 4535)
o TCP reassembly can call subdissector with incorrect TCP
sequence number. (Bug 4624)
o PTP dissector displays big correction field values wrong. (Bug
4635)
o MSF is at Anthorn, not Rugby. (Bug 4678)
o ProtoField __tostring() description is missing in Wireshark's
Lua API Reference Manual. (Bug 4695)
o EVRC packet bundling not handled correctly. (Bug 4718)
o Completely unresponsive when run very first time by root user.
(Bug 4308)
- Updated Protocol Support: DOCSIS, HTTP, SSL
- Updated Capture File Support: ERF, PacketLogger.
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 555bf23b7cb..57c0303f23b 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2010/04/04 11:40:25 tron Exp $ +# $NetBSD: Makefile,v 1.44 2010/05/13 07:03:22 tron Exp $ -DISTNAME= wireshark-1.2.7 +DISTNAME= wireshark-1.2.8 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 b5d588ceb3e..a3418154267 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2010/04/04 11:40:25 tron Exp $ +$NetBSD: distinfo,v 1.30 2010/05/13 07:03:22 tron Exp $ -SHA1 (wireshark-1.2.7.tar.bz2) = e6f5d973886c7fc527c151811396286e361f8963 -RMD160 (wireshark-1.2.7.tar.bz2) = 32687d76e9e82e0b4c08a7856b49faaed5d406a2 +SHA1 (wireshark-1.2.8.tar.bz2) = 147554f2175ccd8481e8ee7f0598663746b91983 +RMD160 (wireshark-1.2.8.tar.bz2) = 2c11cfd2d158f44de476ded9a07a67603db8003e Size (wireshark-1.2.7.tar.bz2) = 15368816 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c |