diff options
author | spz <spz> | 2009-12-20 21:03:00 +0000 |
---|---|---|
committer | spz <spz> | 2009-12-20 21:03:00 +0000 |
commit | 209af996dc27531c893d6da407392d9a762b4477 (patch) | |
tree | 7c200336023d67161bfcc30e341fc16ec1f02421 | |
parent | 8c210b7089c554dd44decf1c8f248d03dc669d4c (diff) | |
download | pkgsrc-209af996dc27531c893d6da407392d9a762b4477.tar.gz |
Pullup ticket 2954 - requested by tonnerre
security update
Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.40
- pkgsrc/net/wireshark/distinfo 1.27
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Thu Dec 10 19:03:31 UTC 2009
Modified Files:
pkgsrc/net/wireshark: Makefile distinfo
Log Message:
Update "wireshark" package to version 1.2.4. Changes since version 1.2.3:
- Bug Fixes
- Can't RTP stream in both directions. (Bug 4120)
- Updated Protocol Support
DCERPC, IPFIX/Netflow, IPv4, NAS EPS, RTCP, TIPC
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/wireshark/distinfo
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tonnerre
Date: Sun Dec 20 19:25:34 UTC 2009
Modified Files:
pkgsrc/net/wireshark: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/wireshark/distinfo
-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 a291b0a1b0e..9e285c8d532 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37.2.1 2009/11/02 07:14:40 spz Exp $ +# $NetBSD: Makefile,v 1.37.2.2 2009/12/20 21:03:00 spz Exp $ -DISTNAME= wireshark-1.2.3 +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 5ba4f91d033..b8566fba33e 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24.2.1 2009/11/02 07:14:40 spz Exp $ +$NetBSD: distinfo,v 1.24.2.2 2009/12/20 21:03:00 spz Exp $ -SHA1 (wireshark-1.2.3.tar.bz2) = be69e1ea13cf63742fd71c69c02e658eec109d18 -RMD160 (wireshark-1.2.3.tar.bz2) = 477565e97a05abba82faf5cd817de5281434fc78 -Size (wireshark-1.2.3.tar.bz2) = 15215978 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 |