Bug 177186 - net/arping: update to 2.13 to fix false timeout problem
Summary: net/arping: update to 2.13 to fix false timeout problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gavin Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 11:20 UTC by takahiro.kurosawa
Modified: 2014-05-14 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2013-03-21 11:20 UTC, takahiro.kurosawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!