Hello community,

here is the log from the commit of package iputils for openSUSE:Factory
checked in at Tue May 31 13:03:38 CEST 2011.



--------
--- iputils/iputils.changes     2010-11-24 13:16:07.000000000 +0100
+++ /mounts/work_src_done/STABLE/iputils/iputils.changes        2011-05-31 
10:10:07.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 31 10:06:29 CEST 2011 - [email protected]
+
+- fixed typo in ping output. Since 11.4 sequence tag is icmp_req
+  instead of icmp_seq beause of that for example cacti ping script
+  does not work anymore (bnc #696720)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  iputils-pingtypo.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iputils.spec ++++++
--- /var/tmp/diff_new_pack.mjbtcF/_old  2011-05-31 13:02:30.000000000 +0200
+++ /var/tmp/diff_new_pack.mjbtcF/_new  2011-05-31 13:02:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package iputils (Version s20101006)
+# spec file for package iputils
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 BuildRequires:  libcap-devel
 Summary:        IPv4 and IPv6 Networking Utilities
 Version:        s20101006
-Release:        2
+Release:        10
 License:        BSD3c ; GPLv2+
 Group:          Productivity/Networking/Other
 Url:            http://www.skbuff.net/iputils
@@ -39,6 +39,7 @@
 Patch2:         iputils-traceroute6-stdint.diff
 Patch3:         iputils-ifenslave.diff
 Patch6:         iputils-s20101006-capabilities.diff
+Patch7:         iputils-pingtypo.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         permissions
 
@@ -55,6 +56,7 @@
 #patch4
 #patch5
 %patch6 -p1
+%patch7
 mkdir linux
 touch linux/autoconf.h
 

++++++ iputils-pingtypo.diff ++++++
--- ping.c      2011-05-31 10:02:27.076182828 +0200
+++ ping.c      2011-05-31 10:02:34.513776200 +0200
@@ -699,7 +699,7 @@
 void pr_echo_reply(__u8 *_icp, int len)
 {
        struct icmphdr *icp = (struct icmphdr *)_icp;
-       printf(" icmp_req=%u", ntohs(icp->un.echo.sequence));
+       printf(" icmp_seq=%u", ntohs(icp->un.echo.sequence));
 }
 
 int

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to