Bug 177186

Summary: net/arping: update to 2.13 to fix false timeout problem
Product: Ports & Packages Reporter: takahiro.kurosawa
Component: Individual Port(s)Assignee: Gavin Atkinson <gavin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description takahiro.kurosawa 2013-03-21 11:20:01 UTC
arping 2.09 has a problem that reports false arp timeout because of incorrect select/dispatch handling.  It is fixed in arping 2.12.
The commit that fixes the problem is:
  https://github.com/ThomasHabets/arping/commit/c4e02d75b5318de9c0370189e987278fac91891b

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-21 11:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gavin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-14 22:54:36 UTC
Author: gavin (src,doc committer)
Date: Wed May 14 21:54:33 2014
New Revision: 354091
URL: http://svnweb.freebsd.org/changeset/ports/354091
QAT: https://qat.redports.org/buildarchive/r354091/

Log:
  Remove redundant file.
  
  PR:		ports/177186 (partially)
  Submitted by:	KUROSAWA Takahiro
  Approved by:	erwin

Deleted:
  head/net/arping/files/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2014-05-14 22:54:50 UTC
State Changed
From-To: open->closed

Arping was updated to 2.13 some time ago, but it looks like I 
forgot to close this PR.  Thanks for your submission!