OBS User unknown 2008-09-06 02:17:49 +00:00 committed by Git OBS Bridge
parent 440df640b1
commit 60838fdb87
5 changed files with 83 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b54713e146a7277cf05f309d3c706884b0e0ef5a7794e48a4251c4e17acd9fd0
size 13413951

3
wireshark-1.0.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:024cb5203b567e18f0cd1ca0630f181df962961b668e0e5b611ef3dab7a649aa
size 13105424

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Sep 4 17:58:51 CEST 2008 - prusnak@suse.cz
- updated to 1.0.3 - bug fixes:
o The NCP dissector was susceptible to a number of problems,
including buffer overflows and an infinite loop.
o Wireshark could crash while uncompressing zlib-compressed
packet data.
o Wireshark could crash while reading a Tektronix .rf5 file.
o 802.11 WPA/WPA2-PSK Unable to decode Group Keys. (Bug 1420)
o Packets could wrongly be dissected as "Redback Lawful
Intercept" (Bug 2376)
o MIKEY dissector improvements (Bug 2400)
o tvb_get_bits{16|32} could read past the end of a tvbuff (Bug
2439)
o Incorrect wslua function names. (Bug 2448)
o Memory corruption in wslua. (Bug 2453)
o Unknown PPPoE TAGs which are present in a PPPoE discovery
packet are not displayed under "PPPoE Tags" subtree/section.
(Bug 2458)
o Following a TCP stream could incorrectly reassemble packets.
(Bug 2606)
o SIP decode shows fully expanded "Content-Length" header
instead of compact form. (Bug 2635)
o Segmentation fault loading trace containing NCP packets. (Bug
2675)
o SIP packets might incorrectly be displayed as malformed. (Bug
2729)
o RTCP BYE padding interpreted incorrectly. (Bug 2778)
o Reversed RTP stream is saved as silent .au file, forward
stream saves correctly. (Bug 2780)
o Fix some lint warnings. (Bug 2822)
o Setting a duration on a capture file would capture for an
extra second.
-------------------------------------------------------------------
Wed Apr 2 11:30:51 CEST 2008 - prusnak@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package wireshark (Version 1.0.0)
# spec file for package wireshark (Version 1.0.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -18,7 +25,7 @@ License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
AutoReqProv: on
Summary: A Network Traffic Analyser
Version: 1.0.0
Version: 1.0.3
Release: 1
Url: http://www.wireshark.org/
Source: %{name}-%{version}.tar.bz2
@ -64,7 +71,7 @@ Authors:
Jason Lango <jal[AT]netapp.com>
Johan Feyaerts <Johan.Feyaerts[AT]siemens.atea.be>
Olivier Abad <oabad[AT]noos.fr>
and many others. For details see /usr/share/doc/packages/ethereal/AUTHORS
and many others. For details see /usr/share/doc/packages/wireshark/AUTHORS
%package devel
License: GPL v2 or later
@ -109,7 +116,7 @@ Authors:
Jason Lango <jal[AT]netapp.com>
Johan Feyaerts <Johan.Feyaerts[AT]siemens.atea.be>
Olivier Abad <oabad[AT]noos.fr>
and many others. For details see /usr/share/doc/packages/ethereal/AUTHORS
and many others. For details see /usr/share/doc/packages/wireshark/AUTHORS
%prep
%setup -q
@ -174,6 +181,38 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/idl2wrs*
%changelog
* Thu Sep 04 2008 prusnak@suse.cz
- updated to 1.0.3 - bug fixes:
o The NCP dissector was susceptible to a number of problems,
including buffer overflows and an infinite loop.
o Wireshark could crash while uncompressing zlib-compressed
packet data.
o Wireshark could crash while reading a Tektronix .rf5 file.
o 802.11 WPA/WPA2-PSK Unable to decode Group Keys. (Bug 1420)
o Packets could wrongly be dissected as "Redback Lawful
Intercept" (Bug 2376)
o MIKEY dissector improvements (Bug 2400)
o tvb_get_bits{16|32} could read past the end of a tvbuff (Bug
2439)
o Incorrect wslua function names. (Bug 2448)
o Memory corruption in wslua. (Bug 2453)
o Unknown PPPoE TAGs which are present in a PPPoE discovery
packet are not displayed under "PPPoE Tags" subtree/section.
(Bug 2458)
o Following a TCP stream could incorrectly reassemble packets.
(Bug 2606)
o SIP decode shows fully expanded "Content-Length" header
instead of compact form. (Bug 2635)
o Segmentation fault loading trace containing NCP packets. (Bug
2675)
o SIP packets might incorrectly be displayed as malformed. (Bug
2729)
o RTCP BYE padding interpreted incorrectly. (Bug 2778)
o Reversed RTP stream is saved as silent .au file, forward
stream saves correctly. (Bug 2780)
o Fix some lint warnings. (Bug 2822)
o Setting a duration on a capture file would capture for an
extra second.
* Wed Apr 02 2008 prusnak@suse.cz
- updated to 1.0.0 \o/
* setcurity fixes: