forked from pool/wireshark
Accepting request 128812 from home:AndreasStieger:branches:network:utilities
update to upstream 1.8.1 (bnc#772738, CVE-2012-4048, CVE-2012-4049) OBS-URL: https://build.opensuse.org/request/show/128812 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=63
This commit is contained in:
parent
3365d9bb02
commit
c101ea4967
@ -1,12 +0,0 @@
|
||||
Index: Makefile.in
|
||||
===================================================================
|
||||
--- Makefile.in.orig 2012-06-23 12:08:53.000000000 +0100
|
||||
+++ Makefile.in 2012-06-23 12:09:00.000000000 +0100
|
||||
@@ -1051,6 +1051,7 @@ wireshark_LDADD = \
|
||||
@LIBGNUTLS_LIBS@ \
|
||||
@LIBSMI_LDFLAGS@ \
|
||||
@PORTAUDIO_LIBS@ \
|
||||
+ -lgmodule-2.0 \
|
||||
@GTK_LIBS@ -lm
|
||||
|
||||
wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb802f116bbdcfa71afbc842dbfacd8f96594f4b221cbb5616d5c17bc696a62
|
||||
size 24425043
|
3
wireshark-1.8.1.tar.bz2
Normal file
3
wireshark-1.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5966a3e23d34972eb35433ae8198fccf1945617f71b89c1af26dada9f342feb7
|
||||
size 24125571
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 05:00:53 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
- update to upstream 1.8.1 (bnc#772738)
|
||||
+ vulnerabilities fixed:
|
||||
* The PPP dissector could crash
|
||||
(wnpa-sec-2012-11 CVE-2012-4048)
|
||||
* The NFS dissector could use excessive amounts of CPU
|
||||
(wnpa-sec-2012-12 CVE-2012-4049)
|
||||
+ bug fixes:
|
||||
* Wireshark crashes on bootp filter
|
||||
* Wireshark > 1.4 does not correctly read Association ID for PS
|
||||
Poll packets
|
||||
* Radius-EAP broken since 1.8.0 release
|
||||
* SNMP incorrectly marks SNMPv3 "discovery" packet as malformed
|
||||
* Widgets are not properly expanded in GTK3
|
||||
* Find Next Mark duplicated on Edit Menu
|
||||
* DVB-CI/CI+: fix offset error in operator_info apdu
|
||||
* Unable to correctly identify IEC 61850 MMS packets
|
||||
* WinPcap doesn't install if vcredist_x64 requires reboot
|
||||
- remove wireshark-1.8.0-gmodule.patch, fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 21:13:23 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define use_caps 0
|
||||
|
||||
Name: wireshark
|
||||
Version: 1.8.0
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: A Network Traffic Analyser
|
||||
License: GPL-2.0+
|
||||
@ -34,8 +34,6 @@ Patch1: %{name}-1.2.0-disable-warning-dialog.patch
|
||||
Patch2: %{name}-1.2.0-geoip.patch
|
||||
# PATCH-FIX-OPENSUSE wireshark-1.2.4-enable_lua.patch bnc#650434
|
||||
Patch4: %{name}-1.2.4-enable_lua.patch
|
||||
# PATCH-FIX-OPENSUSE wireshark-1.8.0-gmodule.patch andreas.stieger@gmx.de -- fix "undefined reference to symbol 'g_module_name'" when linking
|
||||
Patch5: wireshark-1.8.0-gmodule.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: flex
|
||||
@ -95,7 +93,6 @@ view the reconstructed stream of a TCP session.
|
||||
%setup -q
|
||||
%patch2
|
||||
%patch4
|
||||
%patch5
|
||||
|
||||
sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark.desktop
|
||||
# run as root on 11.3 and older - bnc#349782
|
||||
|
Loading…
Reference in New Issue
Block a user