commit mtr for openSUSE:Factory
Hello community, here is the log from the commit of package mtr for openSUSE:Factory checked in at Fri Nov 27 16:23:54 CET 2009. -------- --- mtr/mtr.changes 2009-01-06 17:15:48.000000000 +0100 +++ /mounts/work_src_done/STABLE/mtr/mtr.changes 2009-11-27 09:24:07.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 27 09:22:31 UTC 2009 - mseben@novell.com + +- Update patches to apply with fuzz=0 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtr.spec ++++++ --- /var/tmp/diff_new_pack.qMBGuc/_old 2009-11-27 16:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.qMBGuc/_new 2009-11-27 16:23:25.000000000 +0100 @@ -22,9 +22,9 @@ BuildRequires: gtk1-compat-devel gtk2-devel ncurses-devel update-desktop-files xorg-x11-devel Summary: Ping and Traceroute Network Diagnostic Tool Version: 0.75 -Release: 1 +Release: 2 Group: Productivity/Networking/Diagnostic -License: GPL v2 or later +License: GPLv2+ Url: http://www.BitWizard.nl/mtr Source: %{name}-%{version}.tar.bz2 Source1: xmtr.desktop @@ -51,7 +51,7 @@ Roger Wolff <R.E.Wolff@BitWizard.nl> %package gtk -License: GPL v2 or later +License: GPLv2+ Summary: Ping and Traceroute Network Diagnostic Tool Group: Productivity/Networking/Diagnostic ++++++ mtr-0.75-manmtr.patch ++++++ --- /var/tmp/diff_new_pack.qMBGuc/_old 2009-11-27 16:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.qMBGuc/_new 2009-11-27 16:23:25.000000000 +0100 @@ -1,6 +1,8 @@ ---- mtr.8 +Index: mtr.8 +=================================================================== +--- mtr.8.orig +++ mtr.8 -@@ -48,6 +48,14 @@ +@@ -54,6 +54,14 @@ mtr \- a network diagnostic tool .SH DESCRIPTION ++++++ mtr-0.75-manxmtr.patch ++++++ --- /var/tmp/diff_new_pack.qMBGuc/_old 2009-11-27 16:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.qMBGuc/_new 2009-11-27 16:23:25.000000000 +0100 @@ -1,4 +1,6 @@ ---- xmtr.8 +Index: xmtr.8 +=================================================================== +--- xmtr.8.orig +++ xmtr.8 @@ -2,11 +2,11 @@ @@ -12,9 +14,9 @@ -.B mtr +.B xmtr [\c - .B \-hvrctglsni\c + .B \-hvrctglspniu46\c ] -@@ -48,7 +48,7 @@ +@@ -54,7 +54,7 @@ mtr \- a network diagnostic tool .SH DESCRIPTION @@ -23,7 +25,7 @@ combines the functionality of the .B traceroute and -@@ -57,9 +57,9 @@ +@@ -63,9 +63,9 @@ programs in a single network diagnostic .PP As @@ -34,8 +36,8 @@ +.B xmtr runs on and .BR HOSTNAME . - After it determines the address of each network hop between the -@@ -82,7 +82,7 @@ + by sending packets with purposly low TTLs. It continues to send +@@ -92,7 +92,7 @@ Print the summary of command line argume .TP .B \-\-version .br @@ -44,7 +46,7 @@ .TP .B \-r -@@ -90,11 +90,11 @@ +@@ -100,11 +100,11 @@ Print the installed version of mtr. .B \-\-report .br This option puts @@ -58,7 +60,7 @@ will run for the number of cycles specified by the .B \-c option, and then print statistics and exit. -@@ -102,9 +102,9 @@ +@@ -112,9 +112,9 @@ option, and then print statistics and ex \c This mode is useful for generating statistics about network quality. Note that each running instance of @@ -70,7 +72,7 @@ to measure the quality of your network may result in decreased network performance. -@@ -134,7 +134,7 @@ +@@ -157,7 +157,7 @@ packetsize upto that number. .B \-\-curses .br Use this option to force @@ -79,7 +81,7 @@ to use the curses based terminal interface (if available). -@@ -144,7 +144,7 @@ +@@ -167,7 +167,7 @@ interface (if available). .B \-\-no-dns .br Use this option to force @@ -88,7 +90,7 @@ to display numeric IP numbers and not try to resolve the host names. -@@ -154,10 +154,10 @@ +@@ -187,10 +187,10 @@ Example: .B \-\-gtk .br Use this option to force @@ -101,7 +103,7 @@ was built for this to work. See the GTK+ web page at .B http://www.gimp.org/gtk/ for more information about GTK+. -@@ -168,7 +168,7 @@ +@@ -201,7 +201,7 @@ for more information about GTK+. .B \-\-split .br Use this option to set @@ -110,7 +112,7 @@ to spit out a format that is suitable for a split-user interface. .TP -@@ -177,7 +177,7 @@ +@@ -210,7 +210,7 @@ to spit out a format that is suitable fo .B \-\-raw .br Use this option to tell @@ -119,7 +121,7 @@ to use the raw output format. This format is better suited for archival of the measurement results. It could be parsed to be presented into any of the other display methods. -@@ -195,7 +195,7 @@ +@@ -253,7 +253,7 @@ Use IPv6 only. Some modern routers give a lower priority to ICMP ECHO packets than to other network traffic. Consequently, the reliability of these routers reported by ++++++ mtr-0.75-nonvoid.patch ++++++ --- /var/tmp/diff_new_pack.qMBGuc/_old 2009-11-27 16:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.qMBGuc/_new 2009-11-27 16:23:25.000000000 +0100 @@ -1,6 +1,8 @@ ---- display.c +Index: display.c +=================================================================== +--- display.c.orig +++ display.c -@@ -37,7 +37,7 @@ +@@ -37,7 +37,7 @@ extern int DisplayMode; #define mtr_curses_open() #define mtr_curses_close() #define mtr_curses_redraw() ++++++ mtr-0.75-sec_snprintf.patch ++++++ --- /var/tmp/diff_new_pack.qMBGuc/_old 2009-11-27 16:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.qMBGuc/_new 2009-11-27 16:23:25.000000000 +0100 @@ -1,5 +1,13 @@ ---- dns.c +Index: dns.c +=================================================================== +--- dns.c.orig +++ dns.c -@@ -903 +903 @@ void resendrequest(struct resolve *rp,in +@@ -900,7 +900,7 @@ void resendrequest(struct resolve *rp,in + } else if (type == T_PTR) { + switch ( af ) { + case AF_INET: - sprintf(tempstring,"%u.%u.%u.%u.in-addr.arpa", + snprintf(tempstring, sizeof(tempstring),"%u.%u.%u.%u.in-addr.arpa", + ((byte *)&rp->ip)[3], + ((byte *)&rp->ip)[2], + ((byte *)&rp->ip)[1], ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de