Mailinglist Archive: opensuse-commit (480 mails)
| < Previous | Next > |
commit wireshark for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Nov 2009 16:10:00 +0100
- Message-id: <20091102151000.22210202A6@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package wireshark for openSUSE:Factory
checked in at Mon Nov 2 16:10:00 CET 2009.
--------
--- wireshark/wireshark.changes 2009-10-02 18:21:04.000000000 +0200
+++ /mounts/work_src_done/STABLE/wireshark/wireshark.changes 2009-10-30
16:28:01.000000000 +0100
@@ -1,0 +2,66 @@
+Fri Oct 30 15:47:50 CET 2009 - prusnak@xxxxxxx
+
+- updated to 1.2.3
+ * Security fixes:
+ - The Paltalk dissector could crash on alignment-sensitive processors.
+ - The DCERPC/NT dissector could crash.
+ - The SMB dissector could crash.
+ * Bug fixes:
+ - Wireshark memory leak with each file open and/or display filter change.
+ - DHCP Dissector displays negative lease time.
+ - Invalid advertised window line on tcptrace style graph.
+ - SMB get_dfs_referral referral entry is not dissected correctly.
+ - Error dissecting eMule sourceOBFU message.
+ - Typos in Diameter XML files.
+ - RSL dissector for MS Power IE is broken.
+ - FIP dissector throws assertion.
+ - TCAP problem with indefinite length 'components' SEQ OF.
+ - GSM MAP: an-APDU not decoded.
+ - Add "Drag and Drop entries..." message on Columns preferences page.
+ - Editcap -t and -w option parses fractional digits incorrectly.
+ * Updated Protocol Support
+ - DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
+ Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS
+
+- updated to 1.2.2
+ * Security fixes:
+ - The GSM A RR dissector could crash. (Bug 3893)
+ - The OpcUa dissector could use excessive CPU and memory. (Bug 3986)
+ - The TLS dissector could crash on some platforms. (Bug 4008)
+ * Bug fixes:
+ - The "Capture->Interfaces" window can't be closed.
+ - tshark-1.0.2 (dumpcap) signal abort core saved.
+ - Memory leak fixes.
+ - Display filter autocompletion doesn't work for some RADIUS and WiMAX
ASNCP fields.
+ - Wireshark Portable includes wrong WinPcap installer.
+ - Crash when loading a profile.
+ - The proto,colinfo tap doesn't work if the INFO column isn't being
printed.
+ - Flow Graph adds too much unnecessary garbage.
+ - The EAP Diameter dictionary file was missing in the distribution.
+ - Graph analysis window is behind other window.
+ - IKEv2 Cert Request payload dissection error.
+ - DNS NAPTR RR (RFC 3403) replacement MUST be a fully qualified
domain-name.
+ - Malformed RTCP Packet error while sending Payload specific RTCP feedback
packet (as per RFC 4585).
+ - 802.11n Block Ack packet Bitmap field missing.
+ - Wireshark doesn't decode WBXML/ActiveSync information correctly.
+ - Malformed packet when IPv6 packet has Next Header == 59.
+ - Wireshark could crash while reading an ERF file.
+ - Minor errors in gsm rr dissectors.
+ - WPA Decryption Issues.
+ - GSM A RR sys info dissection problem.
+ - GSM A RR inverts MEAS-VALID values.
+ - PDML output leaks ~300 bytes / packet.
+ - Incorrect station identifier parsing in Kingfisher dissector.
+ - DHCPv6, Vendor-Specific Informantion, SubOption"Option Request" parser
incorrect.
+ - Wireshark could leak memory while analyzing SSL.
+ - Wireshark could crash while updating menu items after reading a file in
some cases.
+ * Updated Protocol Support
+ - DCERPC, DHCPv6, DNS, E.212, GSM A RR, GTPv2, H.248, IEEE 802.11,
+ IPMI, ISAKMP/IKE, ISUP, Kingfisher, LDAP, OpcUA, RTCP, SCTP, SIP,
+ SSL, TCP, WBXML, ZRTP
+ * Updated Capture File Support
+ - ERF
+
+- dropped obsoleted 3 CVE patches (see previous entry)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
wireshark-1.2.1-CVE-2009-3241.patch
wireshark-1.2.1-CVE-2009-3242.patch
wireshark-1.2.1-CVE-2009-3243.patch
wireshark-1.2.1.tar.bz2
New:
----
wireshark-1.2.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.iTfejO/_old 2009-11-02 16:09:50.000000000 +0100
+++ /var/tmp/diff_new_pack.iTfejO/_new 2009-11-02 16:09:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package wireshark (Version 1.2.1)
+# spec file for package wireshark (Version 1.2.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,8 +22,8 @@
License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
Summary: A Network Traffic Analyser
-Version: 1.2.1
-Release: 2
+Version: 1.2.3
+Release: 1
Url: http://www.wireshark.org/
Source:
http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
Source1: include.filelist
@@ -35,12 +35,6 @@
Patch2: %{name}-1.2.0-asneeded.patch
# PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prusnak@xxxxxxx -- search
in /var/lib/GeoIP if user hasn't set any GeoIP folders
Patch3: %{name}-1.2.0-geoip.patch
-# PATCH-FIX-UPSTREAM wireshark-1.2.1-CVE-2009-3241.patch prusnak@xxxxxxx -
secfix [bnc#541654]
-Patch4: %{name}-1.2.1-CVE-2009-3241.patch
-# PATCH-FIX-UPSTREAM wireshark-1.2.1-CVE-2009-3242.patch prusnak@xxxxxxx -
secfix [bnc#541659]
-Patch5: %{name}-1.2.1-CVE-2009-3242.patch
-# PATCH-FIX-UPSTREAM wireshark-1.2.1-CVE-2009-3243.patch prusnak@xxxxxxx -
secfix [bnc#541655]
-Patch6: %{name}-1.2.1-CVE-2009-3243.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: xdg-utils
Provides: ethereal = %{version}
@@ -157,9 +151,6 @@
%patch1
%patch2
%patch3
-%patch4
-%patch5
-%patch6
%build
%configure
++++++ wireshark-1.2.1.tar.bz2 -> wireshark-1.2.3.tar.bz2 ++++++
wireshark/wireshark-1.2.1.tar.bz2
/mounts/work_src_done/STABLE/wireshark/wireshark-1.2.3.tar.bz2 differ: char 11,
line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |