ports/159408: [patch] update net/scamper to 20110803
Matthew Luckie
mjl at luckie.org.nz
Wed Aug 3 07:40:14 UTC 2011
>Number: 159408
>Category: ports
>Synopsis: [patch] update net/scamper to 20110803
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 03 07:40:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Matthew Luckie
>Release: FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mylar.luckie.org.nz 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Feb 28 13:21:58 NZDT 2011 root at mylar.luckie.org.nz:/usr/obj/usr/src/sys/mylar i386
>Description:
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
>How-To-Repeat:
>Fix:
--- patch-scamper-20110803 begins here ---
diff -uNr scamper/Makefile scamper-new/Makefile
--- scamper/Makefile 2011-07-03 19:01:05.000000000 +1200
+++ scamper-new/Makefile 2011-08-03 18:49:28.000000000 +1200
@@ -6,7 +6,7 @@
#
PORTNAME= scamper
-PORTVERSION= 20110623
+PORTVERSION= 20110803
CATEGORIES= net ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
diff -uNr scamper/distinfo scamper-new/distinfo
--- scamper/distinfo 2011-07-03 19:01:05.000000000 +1200
+++ scamper-new/distinfo 2011-08-03 18:49:42.000000000 +1200
@@ -1,2 +1,2 @@
-SHA256 (scamper-cvs-20110623.tar.gz) = 948657dbec28ad8a643171b0f4aceab4009b6d4000422a6155388923fbfcdd2c
-SIZE (scamper-cvs-20110623.tar.gz) = 1097477
+SHA256 (scamper-cvs-20110803.tar.gz) = 36cbc22aa9a65c1da72835a9ea3fee7cc907c082ced7e6e0f7c303eb07787978
+SIZE (scamper-cvs-20110803.tar.gz) = 1097746
--- patch-scamper-20110803 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list