diff --git a/wireshark-1.0.4.tar.bz2 b/wireshark-1.0.4.tar.bz2 deleted file mode 100644 index af09e27..0000000 --- a/wireshark-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20a37f018a4e2644fdb373f2d9c5d43d4f43e41f1fa29ac6edb53045c0a70e3a -size 13126757 diff --git a/wireshark-1.0.4-desktop.patch b/wireshark-1.0.5-desktop.patch similarity index 100% rename from wireshark-1.0.4-desktop.patch rename to wireshark-1.0.5-desktop.patch diff --git a/wireshark-1.0.4-disable-warning-dialog.patch b/wireshark-1.0.5-disable-warning-dialog.patch similarity index 100% rename from wireshark-1.0.4-disable-warning-dialog.patch rename to wireshark-1.0.5-disable-warning-dialog.patch diff --git a/wireshark-1.0.4-help.patch b/wireshark-1.0.5-help.patch similarity index 100% rename from wireshark-1.0.4-help.patch rename to wireshark-1.0.5-help.patch diff --git a/wireshark-1.0.4-sigpipe-block.patch b/wireshark-1.0.5-sigpipe-block.patch similarity index 100% rename from wireshark-1.0.4-sigpipe-block.patch rename to wireshark-1.0.5-sigpipe-block.patch diff --git a/wireshark-1.0.5.tar.bz2 b/wireshark-1.0.5.tar.bz2 new file mode 100644 index 0000000..05ef382 --- /dev/null +++ b/wireshark-1.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f923e24d674ac62ded3da402a4de6d402886d80e3d7cac91cf026921f32fcf7 +size 13144320 diff --git a/wireshark.changes b/wireshark.changes index d5b6d41..e46c891 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -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 diff --git a/wireshark.spec b/wireshark.spec index 8187ff7..889379b 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -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. # @@ -25,10 +25,10 @@ License: GPL v2 or later Group: Productivity/Networking/Diagnostic AutoReqProv: on Summary: A Network Traffic Analyser -Version: 1.0.4 -Release: 2 +Version: 1.0.5 +Release: 1 Url: http://www.wireshark.org/ -Source: %{name}-%{version}.tar.bz2 +Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 Source1: include.filelist Patch0: %{name}-%{version}-help.patch Patch1: %{name}-%{version}-desktop.patch @@ -186,6 +186,35 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/idl2wrs* %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 - fix wireshark freeze when closing capture window [bnc#417850] (sigpipe-block.patch)