Hello community, here is the log from the commit of package wireshark checked in at Mon Oct 30 18:02:55 CET 2006. -------- --- wireshark/wireshark.changes 2006-08-29 16:45:46.000000000 +0200 +++ /mounts/work_src_done/STABLE/wireshark/wireshark.changes 2006-10-30 11:33:12.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Oct 30 11:19:14 CET 2006 - mjancar@suse.cz + +- update to 0.99.4pre1 + * security fixes (#213226) + CVE-2006-4574 + CVE-2006-4805 + CVE-2006-5468 + CVE-2006-5469 + CVE-2006-5740 + +------------------------------------------------------------------- Old: ---- wireshark-0.99.3-config.diff wireshark-0.99.3-gcc.patch wireshark-0.99.3.tar.bz2 New: ---- wireshark-0.99.4pre1-config.diff wireshark-0.99.4pre1-printf.diff wireshark-0.99.4pre1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireshark.spec ++++++ --- /var/tmp/diff_new_pack.j4CNmg/_old 2006-10-30 18:02:45.000000000 +0100 +++ /var/tmp/diff_new_pack.j4CNmg/_new 2006-10-30 18:02:45.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package wireshark (Version 0.99.3) +# spec file for package wireshark (Version 0.99.4pre1) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: wireshark -BuildRequires: gtk2-devel krb5-devel libadns-devel libpcap net-snmp-devel pcre-devel python tcpd-devel update-desktop-files -License: GPL +BuildRequires: cairo-devel gtk2-devel krb5-devel libadns-devel libpcap net-snmp-devel pcre-devel python tcpd-devel update-desktop-files +License: GNU General Public License (GPL) - all versions Group: Productivity/Networking/Diagnostic Autoreqprov: on Summary: A Network Traffic Analyser -Version: 0.99.3 +Version: 0.99.4pre1 Release: 1 URL: http://www.wireshark.org/ Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -25,7 +25,7 @@ Source3: include.filelist Source4: missing_files.tar.bz2 Patch4: %{name}-%{version}-config.diff -Patch5: %{name}-%{version}-gcc.patch +Patch5: %{name}-%{version}-printf.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: ethereal Obsoletes: ethereal @@ -179,6 +179,14 @@ %{_mandir}/man1/idl2wrs* %changelog -n wireshark +* Mon Oct 30 2006 - mjancar@suse.cz +- update to 0.99.4pre1 + * security fixes (#213226) + CVE-2006-4574 + CVE-2006-4805 + CVE-2006-5468 + CVE-2006-5469 + CVE-2006-5740 * Thu Aug 24 2006 - postadal@suse.cz - updated to version 0.99.2 [#201437] * security bugfixes ++++++ wireshark-0.99.4pre1-config.diff ++++++ -datafiledir=$datadir/ethereal +datafiledir=$sysconfdir datafiledir=`( test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=${prefix} ================================================================================ --- gtk/help_dlg.c +++ gtk/help_dlg.c @@ -51,7 +51,7 @@ #endif -#define HELP_DIR "help" +#define HELP_DIR "/usr/share/ethereal/help" #define NOTEBOOK_KEY "notebook_key" @@ -88,10 +88,8 @@ char *relative_path, *absolute_path; help_page_t *page; - relative_path = g_strconcat(HELP_DIR, G_DIR_SEPARATOR_S, filename, NULL); - absolute_path = get_datafile_path(relative_path); + absolute_path = g_strconcat(HELP_DIR, G_DIR_SEPARATOR_S, filename, NULL); text_page = text_page_new(absolute_path); - g_free(relative_path); gtk_widget_show(text_page); page = g_malloc(sizeof (help_page_t)); @@ -123,12 +121,11 @@ return; } - help_toc_file_path = get_datafile_path(HELP_DIR G_DIR_SEPARATOR_S "toc"); + help_toc_file_path = HELP_DIR G_DIR_SEPARATOR_S "toc"; help_toc_file = eth_fopen(help_toc_file_path, "r"); if (help_toc_file == NULL) { simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Could not open file \"%s\": %s", help_toc_file_path, strerror(errno)); - g_free(help_toc_file_path); return; } ++++++ wireshark-0.99.4pre1-printf.diff ++++++ --- epan/dissectors/packet-bootp.c +++ epan/dissectors/packet-bootp.c @@ -1216,7 +1216,7 @@ if (code == pkt_ccc_option) { skip_opaque = TRUE; proto_item_append_text(vti, - "CableLabs Client Configuration (%d bytes)"); + "CableLabs Client Configuration (%d bytes)", optlen); optend = optoff + optlen; while (optoff < optend) { switch (pkt_ccc_protocol_version) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de