Author: adamg Date: Tue Jun 23 20:50:23 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.2.0
---- Files affected: packages/wireshark: wireshark.spec (1.207 -> 1.208) ---- Diffs: ================================================================ Index: packages/wireshark/wireshark.spec diff -u packages/wireshark/wireshark.spec:1.207 packages/wireshark/wireshark.spec:1.208 --- packages/wireshark/wireshark.spec:1.207 Mon Jun 1 15:14:38 2009 +++ packages/wireshark/wireshark.spec Tue Jun 23 22:50:18 2009 @@ -12,17 +12,19 @@ Summary(ru.UTF-8): Анализатор сетевого траффика Summary(uk.UTF-8): Аналізатор мережевого трафіку Name: wireshark -Version: 1.0.8 +Version: 1.2.0 Release: 1 License: GPL Group: Networking Source0: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 09d895f111ee768cc0d7c7e2c427c496 +# Source0-md5: d3f799e0ae7953cd3426d9e0b6e2708d Source1: %{name}.desktop Source2: %{name}.su-start-script Patch0: %{name}-0.99.5-hip-base05.patch Patch1: %{name}-as_needed.patch Patch2: %{name}-Werror.patch +Patch3: %{name}-gcc43.patch +Patch4: %{name}-ac.patch URL: http://www.wireshark.org/ # http://milw0rm.com/exploits/8308: #BuildRequires: security(milw0rm.com/exploits/8308) @@ -219,6 +221,8 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 perl -pi -e 's/lua5\.1/lua51/g' acinclude.m4 find -name Makefile.am | xargs perl -pi -e 's/-Werror//g' @@ -286,7 +290,7 @@ %files common %defattr(644,root,root,755) -%doc AUTHORS ChangeLog FAQ NEWS README{,.[lv]*} doc/{randpkt.txt,README.*} +%doc AUTHORS* ChangeLog NEWS README{,.[lv]*} doc/{randpkt.txt,README.*} %attr(755,root,root) %{_bindir}/capinfos %attr(755,root,root) %{_bindir}/dftest %attr(755,root,root) %{_bindir}/dumpcap @@ -298,6 +302,8 @@ %attr(755,root,root) %{_bindir}/text2pcap %attr(755,root,root) %{_libdir}/libwireshark.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libwireshark.so.0 +%attr(755,root,root) %{_libdir}/libwsutil.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.0 %{_mandir}/man1/capinfos.1* %{_mandir}/man1/dumpcap.1* %{_mandir}/man1/editcap.1* @@ -330,6 +336,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.208 2009/06/23 20:50:18 adamg +- updated to 1.2.0 + Revision 1.207 2009/06/01 13:14:38 blues - CVE-2009-1829 note ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wireshark/wireshark.spec?r1=1.207&r2=1.208&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
