Fri Jan 29 12:09:53 2010 UTC ()
Update "wireshark" package to version 1.2.6. Changes since version 1.2.5:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  - Babi discovered several buffer overflows in the LWRES
    dissector.
  The following bugs have been fixed:
  - Wireshark could crash while decrypting Kerberos data.
  - Address display filters hang Wireshark. (Bug 658)
  - PSML - structure context node missing. (Bug 1564)
  - Wireshark doesn't dynamically update the packet list. (Bug 1605)
  - LUA: There's no tvb_get_stringz() equivalent. (Bug 2244)
  - tvb_new_real_data is prone to memory leak. (Bug 3917)
  - Malformed OPC UA traffic makes Wireshark "freeze". (Bug 3986)
  - Analyze->Expert... doesn't show IP "Bad Checksum" errors. (Bug 4177)
  - Wireshark can't decrypt WPA(2)-PSK when passphrase is 63
    bytes. (Bug 4183)
  - RTP stream analysis: Wrong jitter values after clicking the
    refresh button. (Bug 4340)
  - Wireshark decodes bootp option 2 incorrectly. (Bug 4342)
  - Deleting SMI modules causes Wireshark to crash. (Bug 4354)
  - Wireshark decodes kerberos AS-REQ PADATA incorrect. (Bug 4363)
  - PDML output from TShark includes invalid characters. (Bug 4402)
  - Empty GPRS LLC S frames cause truncated data exception. (Bug 4417)
- Updated Protocol Support
  BJNP, BOOTP/DHCP, DHCPv6, FIP, GPRS LLC, IEEE 802.11, IP,
  Kerberos, OPCUA, SCTP, SSL, ZRTP


(tron)
diff -r1.41 -r1.42 pkgsrc/net/wireshark/Makefile
diff -r1.27 -r1.28 pkgsrc/net/wireshark/distinfo
diff -r1.4 -r1.5 pkgsrc/net/wireshark/patches/patch-ad

cvs diff -r1.41 -r1.42 pkgsrc/net/wireshark/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wireshark/Makefile 2010/01/17 12:02:36 1.41
+++ pkgsrc/net/wireshark/Makefile 2010/01/29 12:09:52 1.42
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2010/01/17 12:02:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2010/01/29 12:09:52 tron Exp $
2 2
3DISTNAME= wireshark-1.2.5 3DISTNAME= wireshark-1.2.6
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= http://www.wireshark.org/download/src/ \ 5MASTER_SITES= http://www.wireshark.org/download/src/ \
7 ${MASTER_SITE_SOURCEFORGE:=wireshark/} 6 ${MASTER_SITE_SOURCEFORGE:=wireshark/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10OWNER= tron@NetBSD.org 9OWNER= tron@NetBSD.org
11HOMEPAGE= http://www.wireshark.org/ 10HOMEPAGE= http://www.wireshark.org/
12COMMENT= Network protocol analyzer 11COMMENT= Network protocol analyzer
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17CONFLICTS+= ethereal-[0-9]* 16CONFLICTS+= ethereal-[0-9]*

cvs diff -r1.27 -r1.28 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2009/12/20 19:25:34 1.27
+++ pkgsrc/net/wireshark/distinfo 2010/01/29 12:09:52 1.28
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.27 2009/12/20 19:25:34 tonnerre Exp $ 1$NetBSD: distinfo,v 1.28 2010/01/29 12:09:52 tron Exp $
2 2
3SHA1 (wireshark-1.2.5.tar.bz2) = 46b74b82ae6bfad5f5f68ef1b3b7d453ae9b1087 3SHA1 (wireshark-1.2.6.tar.bz2) = 83bc67009ee1312b490a0632cb9b51e68a30fd78
4RMD160 (wireshark-1.2.5.tar.bz2) = 85f77a8a1c94999671c6e5226e4ced080176fbdd 4RMD160 (wireshark-1.2.6.tar.bz2) = 8ee66d910383b6f42713e5edecdef1210c7989e4
5Size (wireshark-1.2.5.tar.bz2) = 15296289 bytes 5Size (wireshark-1.2.6.tar.bz2) = 15340008 bytes
6SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 6SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9
7SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c 7SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c
8SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 8SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840
9SHA1 (patch-ad) = fa293d23390d015d0863367033ab07a3472430de 9SHA1 (patch-ad) = 38baddf10f9335e2f766dc987589e7646b8ca014

cvs diff -r1.4 -r1.5 pkgsrc/net/wireshark/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/net/wireshark/patches/Attic/patch-ad 2009/07/21 20:39:41 1.4
+++ pkgsrc/net/wireshark/patches/Attic/patch-ad 2010/01/29 12:09:52 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ad,v 1.4 2009/07/21 20:39:41 tron Exp $ 1$NetBSD: patch-ad,v 1.5 2010/01/29 12:09:52 tron Exp $
2 2
3--- configure.orig 2009-07-20 00:24:18.000000000 +0200 3--- configure.orig 2010-01-27 16:14:11.000000000 +0000
4+++ configure 4+++ configure 2010-01-29 11:42:14.000000000 +0000
5@@ -25051,7 +25051,7 @@ _ACEOF 5@@ -14889,7 +14889,7 @@
6 fi 6 fi
7  7
8  8
9- if test x$have_ige_mac == x 9- if test x$have_ige_mac == x
10+ if test x$have_ige_mac = x 10+ if test x$have_ige_mac = x
11 then 11 then
12 { echo "$as_me:$LINENO: checking for ige_mac_menu_set_menu_bar in -ligemacintegration" >&5 12 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ige_mac_menu_set_menu_bar in -ligemacintegration" >&5
13 echo $ECHO_N "checking for ige_mac_menu_set_menu_bar in -ligemacintegration... $ECHO_C" >&6; } 13 $as_echo_n "checking for ige_mac_menu_set_menu_bar in -ligemacintegration... " >&6; }