diff options
author | adam <adam> | 2011-09-09 13:02:04 +0000 |
---|---|---|
committer | adam <adam> | 2011-09-09 13:02:04 +0000 |
commit | c3af3abe4aae082da2881c32c994b45dfe2809e5 (patch) | |
tree | e453e6a330b048f74314db713ced4300848d63ad /net | |
parent | 429679c6d90999a6d6bb436d1e44037ce16fb977 (diff) | |
download | pkgsrc-c3af3abe4aae082da2881c32c994b45dfe2809e5.tar.gz |
Changes 1.6.2:
* Bug Fixes
o wnpa-sec-2011-12
A large loop in the OpenSafety dissector could cause a crash.
o wnpa-sec-2011-13
A malformed IKE packet could consume excessive resources.
o wnpa-sec-2011-14
A malformed capture file could result in an invalid root tvbuff and cause a crash.
o wnpa-sec-2011-15
Wireshark could run arbitrary Lua scripts.
o wnpa-sec-2011-16
The CSN.1 dissector could crash.
Diffstat (limited to 'net')
-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 babf61d4b8c..9cd10a6c394 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2011/07/20 18:42:44 tron Exp $ +# $NetBSD: Makefile,v 1.68 2011/09/09 13:02:04 adam Exp $ -DISTNAME= wireshark-1.6.1 +DISTNAME= wireshark-1.6.2 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 2524a8810fb..42ecb354c3c 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2011/07/20 18:42:44 tron Exp $ +$NetBSD: distinfo,v 1.48 2011/09/09 13:02:04 adam Exp $ -SHA1 (wireshark-1.6.1.tar.bz2) = e4ff6150f25be96a0b1d7e33da51001d453e7828 -RMD160 (wireshark-1.6.1.tar.bz2) = ef1f76f2b1abe7db253f80e36546aa2d828268b3 -Size (wireshark-1.6.1.tar.bz2) = 21305013 bytes +SHA1 (wireshark-1.6.2.tar.bz2) = a18d4e8eaf56fe0214b19d7fde0eb91a06817a49 +RMD160 (wireshark-1.6.2.tar.bz2) = e343d9bb5600b236dea708bb68ecad805a9ee20a +Size (wireshark-1.6.2.tar.bz2) = 21408664 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |