Bug 159408 - [patch] update net/scamper to 20110803
Summary: [patch] update net/scamper to 20110803
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-03 08:40 UTC by mjl
Modified: 2011-08-03 10:00 UTC (History)
0 users

See Also:


Attachments
patch-scamper-20110803 (846 bytes, text/plain)
2011-08-03 08:40 UTC, mjl
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2011-08-03 08:40:13 UTC
Update net/scamper to 20110803.
* fix scamper man page to say -d can be used to set the ICMP checksum
  value in Paris traceroute.  noticed by Alistair.
* add scamper_addr_netaddr, a routine to mask the network portion of
  an IP address in a scamper_addr_t.
* fix scamper's ping to actually set the tos byte that is passed in.
  noticed by Alistair.
* fix scamper's ping to record ICMPv6 PTB messages.
* fix the result code set on sniff tasks when a sniff task is halted.
* fix compiler warnings
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-08-03 09:38:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-03 09:51:44 UTC
culot       2011-08-03 08:51:35 UTC

  FreeBSD ports repository

  Modified files:
    net/scamper          Makefile distinfo 
  Log:
  - Update to 20110803
  
  PR:             ports/159408
  Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
  
  Revision  Changes    Path
  1.13      +1 -1      ports/net/scamper/Makefile
  1.14      +2 -2      ports/net/scamper/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2011-08-03 09:51:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!