wireshark-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. # lua54 is not supported
  2. %bcond_with lua
  3. %define _unpackaged_files_terminate_build 1
  4. %define _udevrulesdir /lib/udev/rules.d/
  5. Summary: Network traffic analyzer
  6. Summary(ja): ネットワークトラフィック解析プログラム
  7. Name: wireshark
  8. Version: 3.4.2
  9. Release: 1%{_dist_release}
  10. Group: network,admin-tools
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: inagaki
  14. License: GPLv2
  15. URL: https://www.wireshark.org/
  16. Source0: https://1.as.dl.wireshark.org/src/%{name}-%{version}.tar.xz
  17. Source1: wireshark.pam
  18. Source2: wireshark.console
  19. Source4: 90-wireshark-usbmon.rules
  20. Patch2: wireshark-0002-Customize-permission-denied-error.patch
  21. Patch3: wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
  22. Patch4: wireshark-0004-Restore-Fedora-specific-groups.patch
  23. Patch5: wireshark-0005-Fix-paths-in-a-wireshark.desktop-file.patch
  24. Patch6: wireshark-0006-Move-tmp-to-var-tmp.patch
  25. Patch7: wireshark-0007-cmakelists.patch
  26. Patch1000: wireshark-2.0.5-path.patch
  27. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  28. BuildRequires: cmake
  29. BuildRequires: ninja
  30. BuildRequires: libcap-devel
  31. BuildRequires: net-snmp-devel >= 5.0
  32. BuildRequires: net-snmp-utils >= 5.0
  33. BuildRequires: zlib-devel, bzip2-devel
  34. BuildRequires: openssl-devel
  35. BuildRequires: libelf-devel
  36. BuildRequires: python3-devel, python3-rpm-macros
  37. BuildRequires: pcre-devel
  38. BuildRequires: gnutls-devel
  39. BuildRequires: desktop-file-utils, automake, libtool
  40. BuildRequires: bison, flex
  41. BuildRequires: git
  42. BuildRequires: krb5-devel
  43. BuildRequires: libpcap-devel
  44. %if %{with lua}
  45. BuildRequires: lua-devel
  46. %endif
  47. BuildRequires: libnl3-devel
  48. BuildRequires: glib2-devel
  49. BuildRequires: c-ares-devel
  50. BuildRequires: qt5-qtbase-devel
  51. BuildRequires: qt5-linguist
  52. BuildRequires: qt5-qtmultimedia-devel
  53. BuildRequires: qt5-qtsvg-devel
  54. Requires: %{name}-cli = %{version}-%{release}
  55. Requires: usermode >= 1.37
  56. Requires(post): desktop-file-utils
  57. Requires(postun): desktop-file-utils
  58. Obsoletes: ethereal
  59. Obsoletes: ethereal-base ethereal-gnome ethereal-gtk+
  60. Obsoletes: ethereal-kde ethereal-usermode
  61. Provides: ethereal ethereal-gnome
  62. %description
  63. Wireshark is a network traffic analyzer for Unix-ish operating systems.
  64. This package lays base for libpcap, a packet capture and filtering
  65. library, contains command-line utilities, contains plugins and
  66. documentation for wireshark. A graphical user interface is also
  67. included with this package.
  68. %description -l ja
  69. Wireshark は,UNIX 系 OS 用のネットワークトラフィック解析プログラムです.
  70. このパッケージは,パケットキャプチャ/フィルタリングライブラリである
  71. libpcap を使ったコマンドラインツールと,プラグイン,ドキュメント等が
  72. 収められています.GUI もこのパッケージに収められています.
  73. %package cli
  74. Summary: Network traffic analyzer for CLI
  75. Summary(ja): CLI用ネットワークトラフィック解析プログラム
  76. Group: network,admin-tools
  77. %description cli
  78. This package contains command-line utilities, plugins, and documentation for
  79. Wireshark.
  80. %description cli -l ja
  81.  このパッケージは、Wiresharkのコマンドラインユーティリティ、プラグイン、
  82. ドキュメントを提供しています。
  83. %package devel
  84. Summary: Development headers and libraries for wireshark
  85. Summary(ja): wiresharkを用いた開発のためのヘッダ・ライブラリ
  86. Group: programming
  87. Requires: %{name} = %{version}-%{release} glibc-devel glib2-devel
  88. %description devel
  89. The wireshark-devel package contains the header files, developer
  90. documentation, and libraries required for development of wireshark scripts
  91. and plugins.
  92. %debug_package
  93. %prep
  94. %autosetup -S git
  95. %build
  96. %ifarch s390 s390x
  97. export PIECFLAGS="-fPIE"
  98. %else
  99. export PIECFLAGS="-fpie"
  100. %endif
  101. # FC5+ automatic -fstack-protector-all switch
  102. export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector-strong/-fstack-protector-all}
  103. export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
  104. export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
  105. export LDFLAGS="$LDFLAGS -pie -fPIC"
  106. export PATH="$PATH:/usr/kerberos/bin"
  107. mkdir build
  108. pushd build
  109. %cmake -G Ninja \
  110. -DCMAKE_INSTALL_BINDIR=%{_sbindir} \
  111. -DDISABLE_WERROR=ON \
  112. -DBUILD_wireshark=ON \
  113. %if %{with lua}
  114. -DENABLE_LUA=ON \
  115. %endif
  116. -DBUILD_mmdbresolve=OFF \
  117. -DBUILD_randpktdump=OFF \
  118. -DBUILD_androiddump=OFF \
  119. -DENABLE_SMI=ON \
  120. -DENABLE_PLUGINS=ON \
  121. -DENABLE_NETLINK=ON \
  122. -DBUILD_dcerpcidl2wrs=OFF \
  123. -DBUILD_sdjournal=ON \
  124. ..
  125. popd
  126. %ninja_build -C build
  127. %install
  128. rm -rf %{buildroot}
  129. %ninja_install -C build
  130. # Install python stuff.
  131. mkdir -p %{buildroot}%{python3_sitelib}
  132. install -m 644 tools/wireshark_be.py tools/wireshark_gen.py %{buildroot}%{python3_sitelib}
  133. desktop-file-validate %{buildroot}%{_datadir}/applications/wireshark.desktop
  134. mkdir -p %{buildroot}/%{_datadir}/pixmaps
  135. install -m 644 image/wsicon48.png %{buildroot}/%{_datadir}/pixmaps/wireshark.png
  136. #install devel files (inspired by debian/wireshark-dev.header-files)
  137. install -d -m 0755 %{buildroot}%{_includedir}/wireshark
  138. IDIR="%{buildroot}%{_includedir}/wireshark"
  139. mkdir -p "${IDIR}/epan"
  140. mkdir -p "${IDIR}/epan/crypt"
  141. mkdir -p "${IDIR}/epan/ftypes"
  142. mkdir -p "${IDIR}/epan/dfilter"
  143. mkdir -p "${IDIR}/epan/dissectors"
  144. mkdir -p "${IDIR}/epan/wmem"
  145. mkdir -p "${IDIR}/wiretap"
  146. mkdir -p "${IDIR}/wsutil"
  147. mkdir -p %{buildroot}%{_udevrulesdir}
  148. install -m 644 build/config.h epan/register.h "${IDIR}/"
  149. install -m 644 cfile.h file.h "${IDIR}/"
  150. install -m 644 ws_symbol_export.h "${IDIR}/"
  151. install -m 644 epan/*.h "${IDIR}/epan/"
  152. install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
  153. install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes"
  154. install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
  155. install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
  156. install -m 644 epan/wmem/*.h "${IDIR}/epan/wmem"
  157. install -m 644 wiretap/*.h "${IDIR}/wiretap"
  158. install -m 644 wsutil/*.h "${IDIR}/wsutil"
  159. install -m 644 ws_diag_control.h "${IDIR}/"
  160. install -m 644 %{SOURCE4} %{buildroot}%{_udevrulesdir}
  161. # install support files for usermode, gnome and kde
  162. mkdir -p %{buildroot}%{_sysconfdir}/pam.d
  163. install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/wireshark
  164. mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
  165. install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/wireshark
  166. mkdir -p %{buildroot}%{_bindir}
  167. ln -s consolehelper %{buildroot}%{_bindir}/wireshark
  168. # Remove libtool archives and static libs
  169. #find %{buildroot} -type f -name "*.la" -delete
  170. # Remove idl2wrs
  171. #rm -f %{buildroot}%{_sbindir}/idl2wrs
  172. mkdir -p html
  173. cp -f %{buildroot}%{_datadir}/doc/%{name}/* ./html/
  174. rm -rf %{buildroot}%{_datadir}/doc/%{name}
  175. %clean
  176. rm -rf $RPM_BUILD_ROOT
  177. %post
  178. update-desktop-database -q
  179. %postun
  180. update-desktop-database -q
  181. %pre cli
  182. getent group wireshark >/dev/null || groupadd -r wireshark
  183. getent group usbmon >/dev/null || groupadd -r usbmon
  184. %post cli
  185. /sbin/ldconfig
  186. /sbin/udevadm trigger --subsystem-match=usbmon
  187. %postun cli
  188. /sbin/ldconfig
  189. %files
  190. %{_datadir}/appdata/wireshark.appdata.xml
  191. %{_datadir}/applications/*.desktop
  192. %{_datadir}/icons/hicolor/*/*/*
  193. %{_datadir}/mime/packages/wireshark.xml
  194. %{_datadir}/pixmaps/wireshark.png
  195. %{_bindir}/wireshark
  196. %{_sbindir}/wireshark
  197. %config(noreplace) %{_sysconfdir}/security/console.apps/wireshark
  198. %config(noreplace) %{_sysconfdir}/pam.d/wireshark
  199. %{_mandir}/man1/wireshark.*
  200. %files cli
  201. %defattr(-,root,root)
  202. %license COPYING
  203. %doc AUTHORS ChangeLog INSTALL NEWS README*
  204. %{_sbindir}/capinfos
  205. %{_sbindir}/captype
  206. %attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_sbindir}/dumpcap
  207. %{_sbindir}/editcap
  208. %{_sbindir}/mergecap
  209. %{_sbindir}/randpkt
  210. %{_sbindir}/rawshark
  211. %{_sbindir}/sharkd
  212. %{_sbindir}/reordercap
  213. %{_sbindir}/text2pcap
  214. %{_sbindir}/tshark
  215. %{_udevrulesdir}/90-wireshark-usbmon.rules
  216. %{python3_sitelib}/*
  217. %{_libdir}/lib*.so.*
  218. %{_libdir}/wireshark
  219. %exclude %{_libdir}/wireshark/cmake
  220. %dir %{_datadir}/%{name}
  221. %if %{with lua}
  222. %config(noreplace) %{_datadir}/%{name}/init.lua
  223. %{_datadir}/%{name}/console.lua
  224. %{_datadir}/%{name}/dtd_gen.lua
  225. %endif
  226. %{_datadir}/%{name}/AUTHORS-SHORT
  227. %{_datadir}/%{name}/COPYING
  228. %{_datadir}/%{name}/*.html
  229. %{_datadir}/%{name}/*.css
  230. %{_datadir}/%{name}/cfilters
  231. %{_datadir}/%{name}/colorfilters
  232. %{_datadir}/%{name}/dfilter_macros
  233. %{_datadir}/%{name}/dfilters
  234. %{_datadir}/%{name}/diameter
  235. %{_datadir}/%{name}/dtds
  236. %{_datadir}/%{name}/enterprises.tsv
  237. #{_datadir}/%{name}/help
  238. %{_datadir}/%{name}/manuf
  239. %{_datadir}/%{name}/pdml2html.xsl
  240. %{_datadir}/%{name}/profiles
  241. %{_datadir}/%{name}/radius
  242. %{_datadir}/%{name}/services
  243. %{_datadir}/%{name}/smi_modules
  244. %{_datadir}/%{name}/tpncp
  245. %{_datadir}/%{name}/wimaxasncp
  246. %{_datadir}/%{name}/wka
  247. %exclude %{_mandir}/man1/wireshark.*
  248. %{_mandir}/man*/*
  249. %files devel
  250. %doc doc/README.* ChangeLog
  251. %{_includedir}/wireshark
  252. %{_libdir}/lib*.so
  253. %{_libdir}/wireshark/cmake
  254. %{_libdir}/pkgconfig/%{name}.pc
  255. %changelog
  256. * Thu Dec 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.2-1
  257. - new upstream release.
  258. * Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.1-1
  259. - new upstream release.
  260. - updated Patch6.
  261. * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.6-1
  262. - new upstream release.
  263. * Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.2-1
  264. - new upstream release.
  265. - updated patches.
  266. * Sat Nov 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
  267. - new upstream release.
  268. - added a subpackage "wireshark-cli".
  269. * Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.5-1
  270. - new upstream release.
  271. - dropped Patch1.
  272. - updated Patch2-3 and 6.
  273. - imported Patch7 from rawhide.
  274. - switched buildsystem to cmake and ninja.
  275. * Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.5-1
  276. - new upstream release.
  277. - dropped Patch5.
  278. - renumbered Patch4 to Patch1000.
  279. - imported Patch1-6 from rawhide.
  280. * Sun Jul 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.5-1
  281. - new upstream release
  282. - update Patch4 (wireshark-2.0.5-path.patch)
  283. * Tue Jun 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.12-1
  284. - new upstream release
  285. * Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.11-1
  286. - new upstream release
  287. * Tue Mar 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.10-1
  288. - new upstream release
  289. * Wed Dec 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.9-1
  290. - new upstream release
  291. * Wed Dec 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.8-2
  292. - rebuild with gnutls-3.4.7
  293. * Thu Oct 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.8-1
  294. - new upstream release (including security fix for CVE-2015-7830)
  295. * Sun Aug 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.7-1
  296. - new upstream release
  297. * Thu Jun 18 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.6-1
  298. - new upstream release
  299. * Wed May 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-1
  300. - new upstream release
  301. (including security fix for CVE-2015-3808,3809,3810,3811,3812,3813,3814,3815)
  302. * Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.4-1
  303. - new upstream release
  304. (including security fix for CVE-2015-2187,2188,2189,2190,2191,2192)
  305. * Sat Jan 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.3-1
  306. - new upstream release
  307. (including security fix for CVE-2015-0559,0560,0561,0562,0563,0564)
  308. * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
  309. - new upstream release
  310. (including security fix for CVE-2014-8710,8711,8712,8713,8714)
  311. * Tue Sep 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.10-1
  312. - new upstream release
  313. * Thu Aug 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.9-1
  314. - new upstream release
  315. * Fri Jun 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.8-1
  316. - new upstream release
  317. (including security fix for CVE-2014-4020)
  318. * Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.7-1
  319. - new upstream release
  320. (including security fix for CVE-2014-2907)
  321. * Sat Mar 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.6-1
  322. - new upstream release
  323. (including security fix for CVE-2014-2281,2282,2283,2299)
  324. * Sun Dec 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.5-1
  325. - new upstream release
  326. * Tue Nov 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.3-1
  327. - new upstream release
  328. (including security fix for CVE-2013-6336,6337,6338,6339,6340)
  329. * Mon Sep 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
  330. - new upstream release
  331. * Sun Jul 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
  332. - new upstream release
  333. (including security fix for CVE-2013-4083,4920,4921,4922,4923,4924,4925,4926,4927,4929,4930,4931,4932,4944,4934,4935,4936)
  334. * Sat Jun 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  335. - new upstream release
  336. - update Patch5 (wireshark-1.10.0-lua-vine.patch)
  337. - remove Patch3 (wireshark-nfsv4-opts.patch)
  338. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.7-1
  339. - new upstream release
  340. (including security fix for CVE-2013-2486 - 2487)
  341. * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.6-1
  342. - new upstream release
  343. (including security fix for CVE-2013-2475 - 2488)
  344. * Wed Jan 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.5-1
  345. - new upstream release
  346. * Tue Jan 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.4-1
  347. - new upstream release
  348. * Wed Oct 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
  349. - new upstream release
  350. (including security fix for CVE-2012-5237 - 5240)
  351. * Thu Aug 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
  352. - new upstream release
  353. (including security fix for CVE-2012-4285 - 4298)
  354. * Tue Jul 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  355. - new upstream release
  356. * Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  357. - new upstream release
  358. * Wed May 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.8-1
  359. - new upstream release
  360. * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.7-1
  361. - new upstream release
  362. * Thu Jan 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.5-1
  363. - new upstream release
  364. * Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
  365. - new upstream release
  366. * Sat Nov 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
  367. - new upstream release
  368. * Thu Sep 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  369. - new upstream release
  370. * Sun Jul 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  371. - new upstream release
  372. * Sun Jun 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
  373. - new upstream release
  374. (including security fix for CVE-2011-1957,1958,1959,2174,7175)
  375. * Sun Apr 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
  376. - new upstream release
  377. * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-2
  378. - rebuild with krb5-libs-1.8.2
  379. * Wed Mar 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
  380. - new upstream release
  381. (including security fix for CVE-2011-0538 and CVE-2011-0713)
  382. * Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
  383. - new upstream release
  384. (including security fix for CVE-2010-4538)
  385. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-2
  386. - rebuild with openssl-1.0.0c
  387. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
  388. - new upstream release
  389. * Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
  390. - new upstream release
  391. (including security fix for CVE-2010-3445)
  392. * Sun Sep 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  393. - new upstream release
  394. - add Patch5 (wireshark-1.4.0-lua-vine.patch)
  395. * Mon Aug 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-1
  396. - new upstream release
  397. (including security fix for CVE-2010-2287 and CVE-2010-2284)
  398. * Wed Jul 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.9-1
  399. - new upstream release
  400. * Tue May 25 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.8-2
  401. - rebuilt with libpcap-1.1.1
  402. * Sat May 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
  403. - new upstream release
  404. (including security fix for CVE-2010-1455)
  405. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-1
  406. - new upstream release
  407. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-3
  408. - rebuilt with python-2.6.4
  409. * Sun Dec 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-2
  410. - added --enable-wireshark instead of --enable-gtk2
  411. - added BR: bison, flex
  412. * Sat Dec 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.2.5-1
  413. - new upstream release with security fixes (SNA/SMB/IPMI issues)
  414. * Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
  415. - new upstream release
  416. (includeing security fix for CVE-2009-3549,3550 and 3551)
  417. * Wed Sep 23 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.2.2-2
  418. - add BR: lua-devel (Vine 5.0 and later)
  419. * Sat Sep 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-1
  420. - new upstream release
  421. * Tue Jul 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-1
  422. - new upstream release
  423. * Mon Jul 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-1
  424. - new upstream release
  425. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.8-1
  426. - new upstream release
  427. * Fri Apr 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-1
  428. - new upstream release
  429. * Mon Feb 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.6-1
  430. - new upstream release
  431. - used more macros
  432. * Sat Jan 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-1
  433. - new upstream release
  434. * Sun Nov 09 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.4-2vl5
  435. - rebuilt
  436. * Mon Oct 27 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.4-1
  437. - new upstream release with security fix
  438. - add BuildRequires krb5-devel
  439. - SPEC in UTF-8
  440. * Fri Sep 05 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.3-1
  441. - new upstream release with security update
  442. * Wed Apr 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0-1
  443. - new upstream release with security update
  444. - add Vendor/Distribution tag
  445. - add BuildRequires: libcap-devel
  446. - new versioning policy
  447. * Tue Jan 8 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.7-0vl2
  448. - modified Source3 because of desktop-file-install error, like this:
  449. /var/tmp/wireshark-0.99.7-root/usr/share/applications/wireshark.desktop:
  450. error: value "wireshark.png" for key "Icon" in group "Desktop Entry" is
  451. an icon name with an extension, but there should be no extension as
  452. described in the Icon Theme Specification if the value is not an
  453. absolute path
  454. this warning/error occurs with desktop-file-utils >= 0.14
  455. * Wed Jan 2 2008 Satoshi MACHINO <machino@vinelinux.org> 0.99.7-0vl1
  456. - new upstream release
  457. - imported patch4 from fc9
  458. * Sun Sep 2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.6-0vl2
  459. - rebuilt with libpcap-0.9.7
  460. - added --disable-warning-as-errors to %%configure for glib-2.14.0
  461. * Sat Jul 7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.6-0vl1
  462. - new upstream release
  463. - rebuilt with libpcap-0.9.6
  464. - added --with-pcap, --with-pcre
  465. * Fri Jun 1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.5-0vl2
  466. - rebuilt with new toolchain and environment
  467. * Thu Feb 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.5-0vl1
  468. - new upstream release
  469. * Mon Nov 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.4-0vl1
  470. - new upstream release
  471. * Wed Oct 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.3-0vl1
  472. - initial built for Vine Linux based on Fedora
  473. - Obsoletes: ethereal, Provides: ethereal
  474. * Fri Aug 25 2006 Radek Vokal <rvokal@redhat.com> 0.99.3-fc5.1
  475. - upgrade to 0.99.3-1
  476. - CVE-2006-4330 Wireshark security issues (CVE-2006-4333 CVE-2006-4332 CVE-2006-4331)
  477. * Wed Jul 26 2006 Radek Vokal <rvokal@redhat.com> 0.99.2-fc5.2
  478. - fix BuildRequires
  479. * Tue Jul 25 2006 Radek Vokal <rvokal@redhat.com> 0.99.2-fc5.1
  480. - build for FC5
  481. * Tue Jul 18 2006 Radek Vok叩l <rvokal@redhat.com> 0.99.2-1
  482. - upgrade to 0.99.2
  483. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
  484. - rebuild
  485. * Tue Jul 11 2006 Radek Vok叩l <rvokal@redhat.com> 0.99.2-0.pre1
  486. - upgrade to 0.99.2pre1, fixes (#198242)
  487. * Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
  488. - spec file changes
  489. * Fri Jun 9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
  490. - initial build for Fedora Core