- updated to 1.2.10 [bnc#630599]

- updated to 1.2.9 [bnc#613487]

OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=21
This commit is contained in:
Pavol Rusnak 2010-08-25 17:03:38 +00:00 committed by Git OBS Bridge
parent 1c3de9ec88
commit 129e606185
5 changed files with 68 additions and 11 deletions

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

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

View File

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

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Wed Aug 25 16:53:31 UTC 2010 - prusnak@opensuse.org
- updated to 1.2.10 [bnc#630599]
* Security fixes:
o The SigComp Universal Decompressor Virtual Machine could overrun a buffer. (Bug 4867)
o The GSM A RR dissector could crash. (Bug 4897)
o Due to a regression the ASN.1 BER dissector could overrun the stack.
o The IPMI dissector could go into an infinite loop.
o CVE-2010-2993
* Bug fixes:
o Wireshark crashes after configuring new Information column. (Bug 4854)
o Crash triggered when changing display filter from right-mouse pop-up menu via packet-list. (Bug 4860)
o Wireshark crash selecting Inter-Asterisk exchange v2 packet data. (Bug 4868)
o zlib-1.2.5 cause tshark to stop live capture. (Bug 4916)
o Crash when adding SNMP users. (Bug 4926)
o Wireshark via ssh -X on ipv6 link-local address fails to allow capture. (Bug 4945)
o OMAPI dissector fails to parse combined initialization messages. (Bug 4982)
o QUERY_FS_INFO for Macintosh level 0x301 - MacSupportFlags decodes wrong. (Bug 4993)
o SCSI dissector misidentifies ATA PASSTHROUGH command as ACCESS CONTROL IN. (Bug 5037)
o Wrong decoding of GTP Prime (GTP') packets. (Bug 5055)
* Updated Protocol Support
ASN.1 BER, GSM A RR, GTP, IAX2, IPMI, OMAPI, PRES, SCSI, SMB, UNISTIM
-------------------------------------------------------------------
Wed Aug 25 16:53:31 UTC 2010 - prusnak@opensuse.org
- updated to 1.2.9 [bnc#613487]
* Security fixes:
o The SMB dissector could dereference a NULL pointer. (Bug 4734)
o J. Oquendo discovered that the ASN.1 BER dissector could overrun the stack.
o The SMB PIPE dissector could dereference a NULL pointer on some platforms.
o The SigComp Universal Decompressor Virtual Machine could go into an infinite loop. (Bug 4826)
o The SigComp Universal Decompressor Virtual Machine could overrun a buffer. (Bug 4837)
* Bug fixes:
o Cannot open file with File -> Open. (Bug 1791)
o Application crash when changing real-time option. (Bug 4035)
o Crash in filter autocompletion. (Bug 4306)
o The XML dissector doesn't allow dots (".") in tags. (Bug 4405)
o Live capture stops when using zlib 1.2.5. (Bug 4708)
o Want to be able to apply decode as to Data Portion of Lan Trace. (Bug 4721)
o SABP short pdu (packet_per.c). (Bug 4743)
o Kerberos pre-auth type constants - MS extensions are wrong. (Bug 4752)
o Check HTTP Content-Length parsing for overflow. (Bug 4758)
o Wrong variable used for proto_tree_add_text() in ptp dissector. (Bug 4773)
o Crash when close window frame of gtk file chooser. (Bug 4778)
o text2pcap expects \n delimited text (instead of \r\n) on win32. (Bug 4780)
o Wrong decoding for BGP ORF. (Bug 4782)
o Crash when Ctrl-Backspacing the display filter. (Bug 4797)
o Acker AFI field incorrect size in PGM dissector. (Bug 4798)
o Fedora 13: wireshark fails to build (linking problem). (Bug 4815)
o The NFS FH hash (nfs.fh.hash) incorrectly matches multiple filehandles. (Bug 4839)
o AES-CTR decoding not working, (dissectors/packet_ipsec.c using gcrypt). (Bug 4838)
* Updated Protocol Support
ASN.1 BER, BGP, HTTP, IGMP, IPsec, Kerberos, NFS, PGM, PTP, SABP, SigComp, SMB, TCAP, XML,
* Updated Capture File Support
ERF, PacketLogger.
-------------------------------------------------------------------
Thu Jun 3 06:41:23 UTC 2010 - tserong@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package wireshark (Version 1.2.8)
# spec file for package wireshark (Version 1.2.10)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,8 +22,8 @@ Name: wireshark
License: GPLv2+
Group: Productivity/Networking/Diagnostic
Summary: A Network Traffic Analyser
Version: 1.2.8
Release: 2
Version: 1.2.10
Release: 1
Url: http://www.wireshark.org/
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
Source1: include.filelist
@ -35,7 +35,8 @@ Patch1: %{name}-1.2.0-disable-warning-dialog.patch
Patch2: %{name}-1.2.0-asneeded.patch
# PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prusnak@suse.cz -- search in /var/lib/GeoIP if user hasn't set any GeoIP folders
Patch3: %{name}-1.2.0-geoip.patch
Patch4: corosync-packet-dissector.patch
# PATCH-FEATURE-UPSTREAM wireshark-corosync-packet-dissector.patch tserong@novell.com -- add corosync packet dissector
Patch4: %{name}-corosync-packet-dissector.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: xdg-utils
Provides: ethereal = %{version}
@ -48,10 +49,6 @@ BuildRequires: krb5-devel
BuildRequires: libcap-devel
BuildRequires: libcares-devel
BuildRequires: libgcrypt-devel
%if 0%{?suse_version} > 1100
BuildRequires: libGeoIP-devel
Recommends: GeoIP
%endif
BuildRequires: libgnutls-devel
BuildRequires: libpcap-devel
BuildRequires: libsmi-devel
@ -66,6 +63,8 @@ BuildRequires: xdg-utils
BuildRequires: zlib-devel
%if 0%{?suse_version}
BuildRequires: update-desktop-files
BuildRequires: libGeoIP-devel
Recommends: GeoIP
%endif
%description