Hello community, here is the log from the commit of package wireshark for openSUSE:Factory checked in at 2013-06-06 13:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wireshark (Old) and /work/SRC/openSUSE:Factory/.wireshark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireshark" Changes: -------- --- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes 2013-05-27 10:10:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2013-06-06 13:00:23.000000000 +0200 @@ -1,0 +2,59 @@ +Wed Jun 5 21:08:57 UTC 2013 - [email protected] + +- 1.10.0 +- new or significantly updated features since version 1.8: + * You can now display a list of resolved host names in "hosts" + format within Wireshark. + * The wireless toolbar has been updated. + * Wireshark on Linux does a better job of detecting interface + addition and removal. + * It is now possible to compare two fields in a display filter + (for example: udp.srcport != udp.dstport). The two fields must + be of the same type for this to work. + * USB type and product name support has been improved. + * All Bluetooth profiles and protocols are now supported. + * Wireshark now calculates HTTP response times and presents the + result in a new field in the HTTP response. Links from the + request’s frame to the response’s frame and vice-versa are + also added. + * The main welcome screen and status bar now display file sizes + using strict SI prefixes instead of old-style binary prefixes. + * Capinfos now prints human-readable statistics with SI suffixes + by default. + * It is now possible to open a referenced packet (such as the + matched request or response packet) in a new window. + * Tshark can now display only the hex/ascii packet data without + requiring that the packet summary and/or packet details are also + displayed. If you want the old behavior, use -Px instead of + just -x. + * Wireshark can be compiled using GTK+ 3. + * The Wireshark application icon, capture toolbar icons, and other + icons have been updated. + * Tshark’s filtering and multi-pass analysis have been reworked + for consistency and in order to support dependent frame + calculations during reassembly. See the man page descriptions + for -2, -R, and -Y. + * Tshark’s -G fields2 and -G fields3 options have been eliminated. + The -G fields option now includes the 2 extra fields that + -G fields3 previously provided, and the blurb information has been + relegated to the last column since in many cases it is blank + anyway. + * Wireshark dropped the left-handed settings from the preferences. + This is still configurable via the GTK settings (add + "gtk-scrolled-window-placement = top-right" in the config file, + which might be called /.gtkrc-2.0 or /.config/gtk-3.0/settings.ini). + * Wireshark now ships with two global configuration files: Bluetooth, + which contains coloring rules for Bluetooth and Classic, which + contains the old-style coloring rules. + * The LOAD() metric in the IO-graph now shows the load in IO + units instead of thousands of IO units. +- packaging changes + * drop wireshark-suidflags.patch + -fPIE and -pie now set on SUID binaries by upstream + no longer require or call call autoreconf + * wireshark-1.2.4-enable_lua.patch refreshed with upstream changes + to wireshark-1.10.0-enable_lua.patch + * drop include.filelist, instead find files for -devel package + during build + +------------------------------------------------------------------- Old: ---- SIGNATURES-1.8.7.txt include.filelist wireshark-1.2.4-enable_lua.patch wireshark-1.8.7.tar.bz2 wireshark-suidflags.patch New: ---- SIGNATURES-1.10.0.txt wireshark-1.10.0-enable_lua.patch wireshark-1.10.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireshark.spec ++++++ --- /var/tmp/diff_new_pack.X9TzgU/_old 2013-06-06 13:00:25.000000000 +0200 +++ /var/tmp/diff_new_pack.X9TzgU/_new 2013-06-06 13:00:25.000000000 +0200 @@ -20,25 +20,21 @@ %define use_caps 0 Name: wireshark -Version: 1.8.7 +Version: 1.10.0 Release: 0 Summary: A Network Traffic Analyser License: GPL-2.0+ and GPL-3.0+ Group: Productivity/Networking/Diagnostic Url: https://www.wireshark.org/ Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 -Source1: include.filelist Source2: https://www.wireshark.org/download/SIGNATURES-%{version}.txt # https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg Source3: wireshark.keyring # PATCH-FIX-OPENSUSE wireshark-1.6.3-disable-warning-dialog.patch bnc#349782 [email protected] -- don't show warning when running as root -Patch1: %{name}-1.2.0-disable-warning-dialog.patch +Patch1: wireshark-1.2.0-disable-warning-dialog.patch # PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch [email protected] -- search in /var/lib/GeoIP if user hasn't set any GeoIP folders -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-FEATURE-UPSTREAM wireshark-suidflags.patch -- Allow to specify sep. flags for SUID binaries. -Patch5: wireshark-suidflags.patch +Patch2: wireshark-1.2.0-geoip.patch +Patch4: wireshark-1.10.0-enable_lua.patch BuildRequires: bison BuildRequires: cairo-devel BuildRequires: flex @@ -54,8 +50,6 @@ BuildRequires: libgnutls-devel BuildRequires: libpcap-devel BuildRequires: libsmi-devel -# Needed for patch5 -BuildRequires: libtool # required for Lua support in openSUSE 12.2 and later [bnc#780669] %if 0%{?suse_version} >= 1220 BuildRequires: lua51-devel @@ -119,8 +113,7 @@ %setup -q %patch2 -%patch4 -%patch5 -p1 +%patch4 -p1 sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark.desktop # run as root on 11.3 and older - bnc#349782 @@ -130,10 +123,6 @@ %endif %build -# Needed for patch5 -autoreconf -fiv -export SUID_CFLAGS="-fPIE" -export SUID_LDFLAGS="-pie" # zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2 %configure \ @@ -159,10 +148,28 @@ install -d -m 0755 %{buildroot}%{_sysconfdir} install -d -m 0755 %{buildroot}%{_mandir}/man1/ # install -m 0644 *.1 %%{buildroot}%%{_mandir}/man1/ + +# -devel install -d -m 0755 %{buildroot}%{_includedir}/wireshark -for i in `cat %{SOURCE1}`; do - install -D -m 644 $i %{buildroot}%{_includedir}/wireshark/$i -done +IDIR="${RPM_BUILD_ROOT}%{_includedir}/wireshark" +mkdir -p "${IDIR}/epan" +mkdir -p "${IDIR}/epan/crypt" +mkdir -p "${IDIR}/epan/ftypes" +mkdir -p "${IDIR}/epan/dfilter" +mkdir -p "${IDIR}/epan/dissectors" +mkdir -p "${IDIR}/wiretap" +mkdir -p "${IDIR}/wsutil" +install -m 644 color.h config.h register.h "${IDIR}/" +install -m 644 cfile.h file.h "${IDIR}/" +install -m 644 packet-range.h print.h "${IDIR}/" +install -m 644 epan/*.h "${IDIR}/epan/" +install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt" +install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes" +install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter" +install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors" +install -m 644 wiretap/*.h "${IDIR}/wiretap" +install -m 644 wsutil/*.h "${IDIR}/wsutil" + install -D -m 0644 image/wsicon48.png %{buildroot}%{_datadir}/pixmaps/wireshark.png install -D -m 0644 wireshark.desktop %{buildroot}%{_datadir}/applications/wireshark.desktop %if 0%{?suse_version} @@ -195,6 +202,7 @@ %{_bindir}/editcap %{_bindir}/tshark %{_bindir}/mergecap +%{_bindir}/reordercap %{_bindir}/text2pcap %{_bindir}/dftest %{_bindir}/capinfos @@ -212,13 +220,7 @@ %files devel %defattr(-,root,root) %doc doc/README.* -%dir %{_includedir}/wireshark -%dir %{_includedir}/wireshark/epan -%dir %{_includedir}/wireshark/epan/dfilter -%dir %{_includedir}/wireshark/epan/dissectors -%dir %{_includedir}/wireshark/wiretap -%dir %{_includedir}/wireshark/wsutil -%{_includedir}/wireshark/* -%{_libdir}/*.so +%{_includedir}/wireshark +%{_libdir}/lib*.so %changelog ++++++ SIGNATURES-1.8.7.txt -> SIGNATURES-1.10.0.txt ++++++ --- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-1.8.7.txt 2013-05-27 10:10:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-1.10.0.txt 2013-06-06 13:00:22.000000000 +0200 @@ -1,54 +1,44 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -wireshark-1.8.7.tar.bz2: 24273700 bytes -MD5(wireshark-1.8.7.tar.bz2)=f4198728a20aa40752906031e08544f8 -SHA1(wireshark-1.8.7.tar.bz2)=c131ce10555e608e691aa36190c8d5a1b271c955 -RIPEMD160(wireshark-1.8.7.tar.bz2)=c9a2b59441a517e4943a2b7e3e994694125b1759 - -Wireshark-win32-1.8.7.exe: 20868704 bytes -MD5(Wireshark-win32-1.8.7.exe)=7aee0d82ed4efa3e709aa9e42a86c34c -SHA1(Wireshark-win32-1.8.7.exe)=95f42bfaee23351b504aca3fa57e29c0c2cd3227 -RIPEMD160(Wireshark-win32-1.8.7.exe)=a95e303f9176d754d86a8f8198a801cba5c3e04f - -Wireshark-win64-1.8.7.exe: 26549232 bytes -MD5(Wireshark-win64-1.8.7.exe)=a832cae3e9d0e312c3c1241a970f1080 -SHA1(Wireshark-win64-1.8.7.exe)=845da671608323ca3154c03e47365e26fce80d69 -RIPEMD160(Wireshark-win64-1.8.7.exe)=696f0c8090bcb22e7c2c641925db7b6958ce5df1 - -Wireshark-1.8.7.u3p: 28621210 bytes -MD5(Wireshark-1.8.7.u3p)=e38ae665e9a6799961c75e1c794b0241 -SHA1(Wireshark-1.8.7.u3p)=5feb3b235ffe38315b94bd1de1fd269249737853 -RIPEMD160(Wireshark-1.8.7.u3p)=162f88f661a31fd1902ece049b6d8a4937dd18f7 - -WiresharkPortable-1.8.7.paf.exe: 22051216 bytes -MD5(WiresharkPortable-1.8.7.paf.exe)=5f7624d355520650b1d61f86552ef06c -SHA1(WiresharkPortable-1.8.7.paf.exe)=7fbba81263fb957f37a8694ab36f39aa2d0dda7c -RIPEMD160(WiresharkPortable-1.8.7.paf.exe)=f1ee0f1aff528a88aad79024df371560a593f963 - -Wireshark 1.8.7 PPC 32.dmg: 22938629 bytes -MD5(Wireshark 1.8.7 PPC 32.dmg)=2df64ff6c884f8c9aa036be0ac850dc4 -SHA1(Wireshark 1.8.7 PPC 32.dmg)=fac403ed5616d4f3736dc26ad6b46b43d92eeca5 -RIPEMD160(Wireshark 1.8.7 PPC 32.dmg)=a3a2de3aeac6bfce17f95ed1bc803277cab504b5 - -Wireshark 1.8.7 Intel 64.dmg: 21653924 bytes -MD5(Wireshark 1.8.7 Intel 64.dmg)=8615eade01f43e6229d83a3148bd5566 -SHA1(Wireshark 1.8.7 Intel 64.dmg)=3816f7a1d9fdea109a02c49d559f804516ebab6d -RIPEMD160(Wireshark 1.8.7 Intel 64.dmg)=847401b192639fd9ae85c4f2fe33cf6fc25df077 - -Wireshark 1.8.7 Intel 32.dmg: 19734453 bytes -MD5(Wireshark 1.8.7 Intel 32.dmg)=4c5e9c6ae11d0db53cb101acf06fe96f -SHA1(Wireshark 1.8.7 Intel 32.dmg)=5aaf4924318705e041041f2af4145966b63f4baf -RIPEMD160(Wireshark 1.8.7 Intel 32.dmg)=e324792142ea8a76f6f949b3fbe998dba7290c84 - -patch-wireshark-1.8.6-to-1.8.7.diff.bz2: 238913 bytes -MD5(patch-wireshark-1.8.6-to-1.8.7.diff.bz2)=898cc367b1ca964d13d5add01abd7dc3 -SHA1(patch-wireshark-1.8.6-to-1.8.7.diff.bz2)=44668ceb45fc4953d9f782c61abcd67bd75cb8d1 -RIPEMD160(patch-wireshark-1.8.6-to-1.8.7.diff.bz2)=43047d437df36cefce63d295fbbde1973d4867f7 +wireshark-1.10.0.tar.bz2: 27101631 bytes +MD5(wireshark-1.10.0.tar.bz2)=72e51cd33fd33c7044a41c2ab51ad7af +SHA1(wireshark-1.10.0.tar.bz2)=c78a5d5e589edc8ebc702eb00a284ccbca7721bc +RIPEMD160(wireshark-1.10.0.tar.bz2)=924e8d94275c1512b9624d009d69fefa8626b5b2 + +Wireshark-win32-1.10.0.exe: 22238848 bytes +MD5(Wireshark-win32-1.10.0.exe)=32c76e130a7c0746e738bd56f07da3ba +SHA1(Wireshark-win32-1.10.0.exe)=f6fad836afe9f44e451773ce617a56165646c202 +RIPEMD160(Wireshark-win32-1.10.0.exe)=15887841d1084e2cfc26706a048355bae737fdb8 + +Wireshark-win64-1.10.0.exe: 28087416 bytes +MD5(Wireshark-win64-1.10.0.exe)=7a053d1ef8a133429802f705d574cb58 +SHA1(Wireshark-win64-1.10.0.exe)=344192f708ced148705536b49f45a2f325cac814 +RIPEMD160(Wireshark-win64-1.10.0.exe)=64ed5c9a91363328ef15d4b101f2b4987e575bcc + +Wireshark-1.10.0.u3p: 30772650 bytes +MD5(Wireshark-1.10.0.u3p)=973cb0abe4a5c3409be5aa623704f4f0 +SHA1(Wireshark-1.10.0.u3p)=7b00ba6ee13e528cd65c716a0fb4f27d7c909f3a +RIPEMD160(Wireshark-1.10.0.u3p)=76f46ed49fe908ac12e24bd1573c8b2c2fa41b19 + +WiresharkPortable-1.10.0.paf.exe: 23594648 bytes +MD5(WiresharkPortable-1.10.0.paf.exe)=3a2bb29ad8c87366d1bcd210b69941d1 +SHA1(WiresharkPortable-1.10.0.paf.exe)=411ebf3c448e7ae79c8de694b2089a8e644c89f3 +RIPEMD160(WiresharkPortable-1.10.0.paf.exe)=03e18603bd42c9f0d416162f42f20e0b92b7b49f + +Wireshark 1.10.0 Intel 64.dmg: 23905721 bytes +MD5(Wireshark 1.10.0 Intel 64.dmg)=b49214148e57551a3b6d94eb02d0ee14 +SHA1(Wireshark 1.10.0 Intel 64.dmg)=4e7a94ff56f418ca6e25439196efb9f4671687a2 +RIPEMD160(Wireshark 1.10.0 Intel 64.dmg)=858db55d405d5bffc2ce8647393d173dd0b4c88e + +Wireshark 1.10.0 Intel 32.dmg: 21857711 bytes +MD5(Wireshark 1.10.0 Intel 32.dmg)=5926c5018617d5d01127b873f7fddb62 +SHA1(Wireshark 1.10.0 Intel 32.dmg)=540abecf355e1b35b1b713ed37da4c5d47155b3e +RIPEMD160(Wireshark 1.10.0 Intel 32.dmg)=15b43fd47ce8d4b35349106d10e58d59ab574ebe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) -iEYEARECAAYFAlGWkAQACgkQpw8IXSHylJo+gQCgiLc/mfvg7xrsMJ3kEauFEc6/ -uNEAoJz+W0IDVOfXTeHrOTq/WRKiw6vD -=334H +iEYEARECAAYFAlGvhkwACgkQpw8IXSHylJqhogCgqk24EpieK9oFxOgUb3cqawfj +8zAAoKrbxy5ywMzMo5qLorwz0V5sbPE3 +=sYV8 -----END PGP SIGNATURE----- ++++++ wireshark-1.2.4-enable_lua.patch -> wireshark-1.10.0-enable_lua.patch ++++++ --- /work/SRC/openSUSE:Factory/wireshark/wireshark-1.2.4-enable_lua.patch 2011-11-07 14:35:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark-1.10.0-enable_lua.patch 2013-06-06 13:00:22.000000000 +0200 @@ -1,13 +1,24 @@ -Index: epan/wslua/template-init.lua +From: [email protected] +References: [bnc#650434] +Upstream: never + +- fix lua error at startup (enable_lua.patch) [bnc#650434] +previously named wireshark-1.2.4-enable_lua.patch + +--- + epan/wslua/template-init.lua | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: wireshark-1.10.0rc2/epan/wslua/template-init.lua =================================================================== ---- epan/wslua/template-init.lua -+++ epan/wslua/template-init.lua -@@ -42,7 +42,7 @@ if running_superuser then +--- wireshark-1.10.0rc2.orig/epan/wslua/template-init.lua 2013-04-22 19:04:37.000000000 +0100 ++++ wireshark-1.10.0rc2/epan/wslua/template-init.lua 2013-05-26 17:43:20.000000000 +0100 +@@ -43,7 +43,7 @@ if running_superuser then local disabled_lib = {} - setmetatable(disabled_lib,{ __index = function() error("this package has been disabled") end } ); + setmetatable(disabled_lib,{ __index = function() error("this package ".. hint) end } ); -- dofile = function() error("dofile has been disabled") end -+-- dofile = function() error("dofile has been disabled") end - loadfile = function() error("loadfile has been disabled") end - loadlib = function() error("loadlib has been disabled") end - require = function() error("require has been disabled") end +- dofile = function() error("dofile " .. hint) end ++-- dofile = function() error("dofile " .. hint) end + loadfile = function() error("loadfile " .. hint) end + loadlib = function() error("loadlib " .. hint) end + require = function() error("require " .. hint) end ++++++ wireshark-1.8.7.tar.bz2 -> wireshark-1.10.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/wireshark/wireshark-1.8.7.tar.bz2 /work/SRC/openSUSE:Factory/.wireshark.new/wireshark-1.10.0.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
