From 3d38c579afa30151ec28cbc70757ac1c5c90dbded8043c4d509e7cc559f0a107 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 16 Feb 2009 15:06:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=17 --- wireshark-1.0.5.tar.bz2 | 3 -- ...top.patch => wireshark-1.0.6-desktop.patch | 0 ...reshark-1.0.6-disable-warning-dialog.patch | 0 ...5-help.patch => wireshark-1.0.6-help.patch | 0 ...tch => wireshark-1.0.6-sigpipe-block.patch | 0 wireshark-1.0.6.tar.bz2 | 3 ++ wireshark.changes | 27 ++++++++++++++++- wireshark.spec | 30 ++++++++++++++++--- 8 files changed, 55 insertions(+), 8 deletions(-) delete mode 100644 wireshark-1.0.5.tar.bz2 rename wireshark-1.0.5-desktop.patch => wireshark-1.0.6-desktop.patch (100%) rename wireshark-1.0.5-disable-warning-dialog.patch => wireshark-1.0.6-disable-warning-dialog.patch (100%) rename wireshark-1.0.5-help.patch => wireshark-1.0.6-help.patch (100%) rename wireshark-1.0.5-sigpipe-block.patch => wireshark-1.0.6-sigpipe-block.patch (100%) create mode 100644 wireshark-1.0.6.tar.bz2 diff --git a/wireshark-1.0.5.tar.bz2 b/wireshark-1.0.5.tar.bz2 deleted file mode 100644 index 05ef382..0000000 --- a/wireshark-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f923e24d674ac62ded3da402a4de6d402886d80e3d7cac91cf026921f32fcf7 -size 13144320 diff --git a/wireshark-1.0.5-desktop.patch b/wireshark-1.0.6-desktop.patch similarity index 100% rename from wireshark-1.0.5-desktop.patch rename to wireshark-1.0.6-desktop.patch diff --git a/wireshark-1.0.5-disable-warning-dialog.patch b/wireshark-1.0.6-disable-warning-dialog.patch similarity index 100% rename from wireshark-1.0.5-disable-warning-dialog.patch rename to wireshark-1.0.6-disable-warning-dialog.patch diff --git a/wireshark-1.0.5-help.patch b/wireshark-1.0.6-help.patch similarity index 100% rename from wireshark-1.0.5-help.patch rename to wireshark-1.0.6-help.patch diff --git a/wireshark-1.0.5-sigpipe-block.patch b/wireshark-1.0.6-sigpipe-block.patch similarity index 100% rename from wireshark-1.0.5-sigpipe-block.patch rename to wireshark-1.0.6-sigpipe-block.patch diff --git a/wireshark-1.0.6.tar.bz2 b/wireshark-1.0.6.tar.bz2 new file mode 100644 index 0000000..29292f1 --- /dev/null +++ b/wireshark-1.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4adacd86ba9f1c6a3a0dc74303d03635cd361c23c312ff9698e0c2a44b9f0d +size 13161721 diff --git a/wireshark.changes b/wireshark.changes index e46c891..84054a6 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 16 15:11:00 CET 2009 - prusnak@suse.cz + +- updated to 1.0.6 + o security fixes + * possible crash if the HOME environment variable contained + sprintf-style string formatting characters + * possible crash while reading a malformed NetScreen snoop file + * possible crash while reading a Tektronix K12 text capture file + o bug fixes + * Crash when loading capture file and Preferences: NO Info column + * Some Lua scripts may lead to corruption via out of bounds stack + * Build with GLib 1.2 fails with error: 'G_MININT32' undeclared + * Wrong decoding IMSI with GSM MAP protocol + * Segmentation fault for "Follow TCP stream" + * SMPP optional parameter 'network_error_code' incorrectly decoded + * DHCPv6 dissector doesn't handle malformed FQDN + * WCCP overrides CFLOW as decoded protocol + * Improper decoding of MPLS echo reply IPv4 Interface and Label Stack Object + * ANSI MAP fix for TRN digits/SMS and OTA subdissection + o updated protocol support + * AFS, ATM, DHCPv6, DIS, E.212, RTP, UDP, USB, WCCP, WPS + o New and Updated Capture File Support + * NetScreen snoop + ------------------------------------------------------------------- Wed Dec 17 15:22:40 CET 2008 - prusnak@suse.cz @@ -5,7 +30,7 @@ Wed Dec 17 15:22:40 CET 2008 - prusnak@suse.cz * security fixes o The SMTP dissector could consume excessive amounts of CPU and memory - o The WLCCP dissector could go into an infinte loop + o The WLCCP dissector could go into an infinite loop * bug fixes o Missing CRLF during HTTP POST in the "packet details" window (Bug 2534) diff --git a/wireshark.spec b/wireshark.spec index 889379b..cdf8bf3 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,7 +1,7 @@ # -# spec file for package wireshark (Version 1.0.5) +# spec file for package wireshark (Version 1.0.6) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ License: GPL v2 or later Group: Productivity/Networking/Diagnostic AutoReqProv: on Summary: A Network Traffic Analyser -Version: 1.0.5 +Version: 1.0.6 Release: 1 Url: http://www.wireshark.org/ Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -186,12 +186,34 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/idl2wrs* %changelog +* Mon Feb 16 2009 prusnak@suse.cz +- updated to 1.0.6 + o security fixes + * possible crash if the HOME environment variable contained + sprintf-style string formatting characters + * possible crash while reading a malformed NetScreen snoop file + * possible crash while reading a Tektronix K12 text capture file + o bug fixes + * Crash when loading capture file and Preferences: NO Info column + * Some Lua scripts may lead to corruption via out of bounds stack + * Build with GLib 1.2 fails with error: 'G_MININT32' undeclared + * Wrong decoding IMSI with GSM MAP protocol + * Segmentation fault for "Follow TCP stream" + * SMPP optional parameter 'network_error_code' incorrectly decoded + * DHCPv6 dissector doesn't handle malformed FQDN + * WCCP overrides CFLOW as decoded protocol + * Improper decoding of MPLS echo reply IPv4 Interface and Label Stack Object + * ANSI MAP fix for TRN digits/SMS and OTA subdissection + o updated protocol support + * AFS, ATM, DHCPv6, DIS, E.212, RTP, UDP, USB, WCCP, WPS + o New and Updated Capture File Support + * NetScreen snoop * Wed Dec 17 2008 prusnak@suse.cz - updated to 1.0.5 * security fixes o The SMTP dissector could consume excessive amounts of CPU and memory - o The WLCCP dissector could go into an infinte loop + o The WLCCP dissector could go into an infinite loop * bug fixes o Missing CRLF during HTTP POST in the "packet details" window (Bug 2534)