This commit is contained in:
parent
979dd2226d
commit
5181bbf656
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc6d7ce1d9fd576fc75f79c2e541786f33706c03996ab93e5c0056b74bca0021
|
||||
size 13289668
|
3
wireshark-1.0.8.tar.bz2
Normal file
3
wireshark-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c07b7ec145c77be6ca7d011e4340ee283d021052c44958da18e87d55e896f894
|
||||
size 13347689
|
@ -1,16 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 13:36:43 CEST 2009 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.0.8
|
||||
* bug fixes
|
||||
o The PCNFSD dissector could crash.
|
||||
* the following bugs have been fixed:
|
||||
o Lua integration could crash (Bug 2453)
|
||||
o The SCCP dissector could crash when loading more than one file
|
||||
in a single session. (Bug 3409)
|
||||
o The NDMP dissector could crash if reassembly was enabled. (Bug 3470)
|
||||
* updated protocol support
|
||||
o All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 21:27:27 CEST 2009 - cseader@novell.com
|
||||
|
||||
- removing --with-ssl and adding --with-gnutls
|
||||
* per Wireshark documentation "The SSL dissector is fully functional and even supports
|
||||
advanced features such as decryption of SSL if the encryption key can be provided and
|
||||
WireShark is compiled against Gnu-TLS (rather than openssl or bsafe)."
|
||||
* per Wireshark documentation "The SSL dissector is fully functional and even supports
|
||||
advanced features such as decryption of SSL if the encryption key can be provided and
|
||||
WireShark is compiled against Gnu-TLS (rather than openssl or bsafe)."
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 23:43:32 CEST 2009 - cseader@novell.com
|
||||
|
||||
- updated to 1.0.7
|
||||
o security fixes
|
||||
o security fixes
|
||||
* The PROFINET dissector was vulnerable to a format string overflow. (Bug 3382)
|
||||
Versions affected: 0.99.6 to 1.0.6
|
||||
CVE-2009-1210
|
||||
@ -22,7 +36,7 @@ Wed Apr 15 23:43:32 CEST 2009 - cseader@novell.com
|
||||
CVE-2009-1268
|
||||
* Wireshark could crash while loading a Tektronix .rf5 file. (Bug 3366)
|
||||
Versions affected: 0.99.6 to 1.0.6
|
||||
CVE-2009-1269
|
||||
CVE-2009-1269
|
||||
o bug fixes
|
||||
* Correct use of proto_tree_add_int_format() (Bug 3048)
|
||||
* RTP dynamic payload clock rates incorrectly determined (Bug 3067)
|
||||
@ -36,10 +50,10 @@ Wed Apr 15 23:43:32 CEST 2009 - cseader@novell.com
|
||||
* Crash in ASN.1 dissector when using 'type table' (Bug 3271)
|
||||
* 802.11n SM Power save mode value 0x3 label is incorrect (Bug 3276)
|
||||
* 802.11 WME ie displayed incorrectly (Bug 3284)
|
||||
* "Copy as filter" from the packet list has been fixed.
|
||||
* "Copy as filter" from the packet list has been fixed.
|
||||
o updated protocol support
|
||||
* ACN, ANSI MAP, ASN.1 BACnet, BGP, CPHAP, GSM MAP, IEEE 802.11, IPVS, LDAP, NetFlow/IPFIX, PROFINET, RTP, SNMP, WSP
|
||||
|
||||
* ACN, ANSI MAP, ASN.1 BACnet, BGP, CPHAP, GSM MAP, IEEE 802.11, IPVS, LDAP, NetFlow/IPFIX, PROFINET, RTP, SNMP, WSP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 15:11:00 CET 2009 - prusnak@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package wireshark (Version 1.0.7)
|
||||
# spec file for package wireshark (Version 1.0.8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,7 +25,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
AutoReqProv: on
|
||||
Summary: A Network Traffic Analyser
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 1
|
||||
Url: http://www.wireshark.org/
|
||||
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||
@ -186,6 +186,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/idl2wrs*
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2009 prusnak@suse.cz
|
||||
- updated to 1.0.8
|
||||
* bug fixes
|
||||
o The PCNFSD dissector could crash.
|
||||
* the following bugs have been fixed:
|
||||
o Lua integration could crash (Bug 2453)
|
||||
o The SCCP dissector could crash when loading more than one file
|
||||
in a single session. (Bug 3409)
|
||||
o The NDMP dissector could crash if reassembly was enabled. (Bug 3470)
|
||||
* updated protocol support
|
||||
o All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
|
||||
* Fri Apr 17 2009 cseader@novell.com
|
||||
- removing --with-ssl and adding --with-gnutls
|
||||
* per Wireshark documentation "The SSL dissector is fully functional and even supports
|
||||
|
Loading…
Reference in New Issue
Block a user