forked from pool/wireshark
This commit is contained in:
parent
e999fe0391
commit
35622804e5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20a37f018a4e2644fdb373f2d9c5d43d4f43e41f1fa29ac6edb53045c0a70e3a
|
|
||||||
size 13126757
|
|
3
wireshark-1.0.5.tar.bz2
Normal file
3
wireshark-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f923e24d674ac62ded3da402a4de6d402886d80e3d7cac91cf026921f32fcf7
|
||||||
|
size 13144320
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 17 15:22:40 CET 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
|
||||||
|
* bug fixes
|
||||||
|
o Missing CRLF during HTTP POST in the "packet details" window
|
||||||
|
(Bug 2534)
|
||||||
|
o Memory assertion in time_secs_to_str_buf() when compiled
|
||||||
|
with GCC 4.2.3 (Bug 2777)
|
||||||
|
o Diameter dissector fails RFC 4005 compliance (Bug 2828)
|
||||||
|
o LDP vendor private TLV type is not correctly shown (Bug 2832)
|
||||||
|
o Wireshark on MacOS does not run when there are spaces in
|
||||||
|
its path (Bug 2844)
|
||||||
|
o OS X Intel package incorrectly claims to be Universal (Bug 2979)
|
||||||
|
o Compilation broke when compiling without zlib (Bug 2993)
|
||||||
|
o Memory leaks (Bugs 3017 ... 3022, 3079)
|
||||||
|
o Incorrect address structure assigned for find_conversation()
|
||||||
|
in WSP (Bug 3071)
|
||||||
|
o Error parsing the BSSGP protocol (Bug 3085)
|
||||||
|
o Assertion thrown in fvalue_get_uinteger when decoding TIPC
|
||||||
|
(Bug 3086)
|
||||||
|
o LUA script : Wireshark crashes after closing and opening again
|
||||||
|
a window used by a listener.draw() function. (Bug 3090)
|
||||||
|
* Updated Protocol Support
|
||||||
|
ANSI MAP, BSSGP, CIP, Diameter, ENIP, GIOP, H.263, H.264, HTTP,
|
||||||
|
MPEG PES, PostgreSQL, PPI, PTP, Rsync, RTP, SMTP, SNMP, STANAG 5066,
|
||||||
|
TACACS, TIPC, WLCCP, WSP
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 24 16:13:47 CET 2008 - prusnak@suse.cz
|
Mon Nov 24 16:13:47 CET 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wireshark (Version 1.0.4)
|
# spec file for package wireshark (Version 1.0.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,10 +25,10 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Network Traffic Analyser
|
Summary: A Network Traffic Analyser
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
Source1: include.filelist
|
Source1: include.filelist
|
||||||
Patch0: %{name}-%{version}-help.patch
|
Patch0: %{name}-%{version}-help.patch
|
||||||
Patch1: %{name}-%{version}-desktop.patch
|
Patch1: %{name}-%{version}-desktop.patch
|
||||||
@ -186,6 +186,35 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/idl2wrs*
|
%{_mandir}/man1/idl2wrs*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
* bug fixes
|
||||||
|
o Missing CRLF during HTTP POST in the "packet details" window
|
||||||
|
(Bug 2534)
|
||||||
|
o Memory assertion in time_secs_to_str_buf() when compiled
|
||||||
|
with GCC 4.2.3 (Bug 2777)
|
||||||
|
o Diameter dissector fails RFC 4005 compliance (Bug 2828)
|
||||||
|
o LDP vendor private TLV type is not correctly shown (Bug 2832)
|
||||||
|
o Wireshark on MacOS does not run when there are spaces in
|
||||||
|
its path (Bug 2844)
|
||||||
|
o OS X Intel package incorrectly claims to be Universal (Bug 2979)
|
||||||
|
o Compilation broke when compiling without zlib (Bug 2993)
|
||||||
|
o Memory leaks (Bugs 3017 ... 3022, 3079)
|
||||||
|
o Incorrect address structure assigned for find_conversation()
|
||||||
|
in WSP (Bug 3071)
|
||||||
|
o Error parsing the BSSGP protocol (Bug 3085)
|
||||||
|
o Assertion thrown in fvalue_get_uinteger when decoding TIPC
|
||||||
|
(Bug 3086)
|
||||||
|
o LUA script : Wireshark crashes after closing and opening again
|
||||||
|
a window used by a listener.draw() function. (Bug 3090)
|
||||||
|
* Updated Protocol Support
|
||||||
|
ANSI MAP, BSSGP, CIP, Diameter, ENIP, GIOP, H.263, H.264, HTTP,
|
||||||
|
MPEG PES, PostgreSQL, PPI, PTP, Rsync, RTP, SMTP, SNMP, STANAG 5066,
|
||||||
|
TACACS, TIPC, WLCCP, WSP
|
||||||
* Mon Nov 24 2008 prusnak@suse.cz
|
* Mon Nov 24 2008 prusnak@suse.cz
|
||||||
- fix wireshark freeze when closing capture window [bnc#417850]
|
- fix wireshark freeze when closing capture window [bnc#417850]
|
||||||
(sigpipe-block.patch)
|
(sigpipe-block.patch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user