diff options
author | tron <tron> | 2010-01-29 12:09:52 +0000 |
---|---|---|
committer | tron <tron> | 2010-01-29 12:09:52 +0000 |
commit | ff88aad61d8941bf913fbee49024d5ae36b3c99f (patch) | |
tree | 4af57678ccd84174f2a16face97aa055a4a5e2f6 /net/wireshark/patches | |
parent | fcdb07d31b046a13c2267fa569f4888c35c26ba2 (diff) | |
download | pkgsrc-ff88aad61d8941bf913fbee49024d5ae36b3c99f.tar.gz |
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
Diffstat (limited to 'net/wireshark/patches')
-rw-r--r-- | net/wireshark/patches/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/wireshark/patches/patch-ad b/net/wireshark/patches/patch-ad index 462bbedb0a2..e887da44fea 100644 --- a/net/wireshark/patches/patch-ad +++ b/net/wireshark/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.4 2009/07/21 20:39:41 tron Exp $ +$NetBSD: patch-ad,v 1.5 2010/01/29 12:09:52 tron Exp $ ---- configure.orig 2009-07-20 00:24:18.000000000 +0200 -+++ configure -@@ -25051,7 +25051,7 @@ _ACEOF +--- configure.orig 2010-01-27 16:14:11.000000000 +0000 ++++ configure 2010-01-29 11:42:14.000000000 +0000 +@@ -14889,7 +14889,7 @@ fi - if test x$have_ige_mac == x + if test x$have_ige_mac = x then - { echo "$as_me:$LINENO: checking for ige_mac_menu_set_menu_bar in -ligemacintegration" >&5 - echo $ECHO_N "checking for ige_mac_menu_set_menu_bar in -ligemacintegration... $ECHO_C" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ige_mac_menu_set_menu_bar in -ligemacintegration" >&5 + $as_echo_n "checking for ige_mac_menu_set_menu_bar in -ligemacintegration... " >&6; } |