Your message dated Mon, 03 Mar 2008 23:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439014: fixed in fping 2.4b2-to-ipv6-15
has caused the Debian Bug report #439014,
regarding Add interface binding (-I) for fping
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
439014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439014
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fping
Version: 2.4b2-to-ipv6-14
Severity: minor
Tags: patch

This is a trivial patch to allow fping to bind to a specific interface
in the same way that regular ping does so, with the -I flag.  This
also fixes some typos.

Thanks.
Only in fping-2.4b2-to-ipv6.new/: autom4te.cache
diff -ur fping-2.4b2-to-ipv6/debian/changelog fping-2.4b2-to-ipv6.new/debian/changelog
--- fping-2.4b2-to-ipv6/debian/changelog	2007-08-21 08:59:30.000000000 -0700
+++ fping-2.4b2-to-ipv6.new/debian/changelog	2007-08-21 08:44:18.000000000 -0700
@@ -23,7 +23,7 @@
 
 fping (2.4b2-to-ipv6-11) unstable; urgency=low
 
-  * Fixed "would be usefull to specify 'source address' like ping for multi
+  * Fixed "would be useful to specify 'source address' like ping for multi
     homed machines", closes: #198486.
     Patch by Marc Haber <[EMAIL PROTECTED]>.
 
diff -ur fping-2.4b2-to-ipv6/fping.c fping-2.4b2-to-ipv6.new/fping.c
--- fping-2.4b2-to-ipv6/fping.c	2007-08-21 08:59:30.000000000 -0700
+++ fping-2.4b2-to-ipv6.new/fping.c	2007-08-21 08:55:20.000000000 -0700
@@ -448,7 +448,7 @@
 
 #ifdef IPV6
 	/*
-	 * let the kerel pass extension headers of incoming packets,
+	 * let the kernel pass extension headers of incoming packets,
 	 * for privileged socket options
 	 */
 #ifdef IPV6_RECVHOPOPTS
@@ -529,7 +529,7 @@
 
 	/* get command line options */
 
-	while( ( c = getopt( argc, argv, "gedhlmnqusaAvz:t:i:p:f:r:c:b:C:Q:B:S:" ) ) != EOF )
+	while( ( c = getopt( argc, argv, "gedhlmnqusaAvz:t:i:p:f:r:c:b:C:Q:B:S:I:" ) ) != EOF )
 	{
 		switch( c )
 		{
@@ -687,6 +687,12 @@
 			src_addr_present = 1;
 			break;
 
+		case 'I':
+		        if (setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, optarg,
+		                   strlen(optarg)))
+			        err(1, "setsockopt(AF_INET, SO_BINDTODEVICE)");
+		        break;
+
 		default:
 			usage();
 			break;

--- End Message ---
--- Begin Message ---
Source: fping
Source-Version: 2.4b2-to-ipv6-15

We believe that the bug you reported is fixed in the latest version of
fping, which is due to be installed in the Debian FTP archive:

fping_2.4b2-to-ipv6-15.diff.gz
  to pool/main/f/fping/fping_2.4b2-to-ipv6-15.diff.gz
fping_2.4b2-to-ipv6-15.dsc
  to pool/main/f/fping/fping_2.4b2-to-ipv6-15.dsc
fping_2.4b2-to-ipv6-15_mips.deb
  to pool/main/f/fping/fping_2.4b2-to-ipv6-15_mips.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated fping package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 03 Mar 2008 17:46:17 +1100
Source: fping
Binary: fping
Architecture: source mips
Version: 2.4b2-to-ipv6-15
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Description: 
 fping      - sends ICMP ECHO_REQUEST packets to network hosts
Closes: 423180 439014
Changes: 
 fping (2.4b2-to-ipv6-15) unstable; urgency=low
 .
   * Added interface binding (-I) for fping
     Patch by Peter Naulls <[EMAIL PROTECTED]>
     Closes: #439014
   * Fixed a couple of typos in fping.8. Closes: #423180
   * Added homepage control header
   * Bumped Standards-Version to 3.7.3
   * Fixed the following lintian issue:
     - debian-rules-sets-DH_COMPAT
Files: 
 3e45e8106109a2deaca7a6b37388d947 624 net optional fping_2.4b2-to-ipv6-15.dsc
 434f8729ef9a0b3cbce317c7602e3a4d 6656 net optional 
fping_2.4b2-to-ipv6-15.diff.gz
 d1e5318b9c1c7cc6efe35ef89f18ebea 40648 net optional 
fping_2.4b2-to-ipv6-15_mips.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHzIYbgY5NIXPNpFURAh0oAJ97nPcMSsQhGO7DLmcViG50vygM7gCeIyzy
1RqBLlm+KEXnPUywJhPR7d4=
=J7wi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to