ports/158248: [patch] update net/scamper to 20110623
Matthew Luckie
mjl at luckie.org.nz
Fri Jun 24 07:30:17 UTC 2011
>Number: 158248
>Category: ports
>Synopsis: [patch] update net/scamper to 20110623
>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: Fri Jun 24 07:30:16 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Matthew Luckie
>Release: FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD spandex.luckie.org.nz 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 25 13:44:21 NZDT 2011 root at spandex.luckie.org.nz:/usr/obj/usr/src/sys/spandex i386
>Description:
update scamper to 20110623. Changelog:
* provide documentation for libscamperfile
* initial draft of a man page for the warts file format.
* fix ping -O spoof
* fix tracelb and sniff bugs that cause scamper to crash
* fix sc_analysis_dump, sc_warts2pcap, and sc_wartscat man pages
* fix sc_warts2text to read from stdin if no files specified
* add -a (all) -m (pair method) and -n (use dns) options to sc_tracediff
* provide --with-privsep-user, --with-privsep-dir,
--with-privsep-dir-user, --with-privsep-dir-group options to
./configure. By default, these are set to "nobody",
"/var/empty", "root", "wheel".
* provide -O copyout option to scamper itself, which allows all
data written over the control socket in "attach" mode to also
be sent to a named file. useful for debugging. documented
in the scamper man page.
* provide ability to specify the source address of a PTB in tbit.
* in attach mode, each command now returns a command ID as part
of the OK response. a command may be halted before it completes
by issuing a halt command over the same control socket.
* when sanity checking the probe size requested in ping, take
account of the timestamp IP option correctly.
>How-To-Repeat:
>Fix:
--- patch-scamper-20110623 begins here ---
diff -uNr scamper/Makefile scamper-new/Makefile
--- scamper/Makefile 2011-05-04 07:20:33.000000000 +1200
+++ scamper-new/Makefile 2011-06-24 16:21:36.000000000 +1200
@@ -6,7 +6,7 @@
#
PORTNAME= scamper
-PORTVERSION= 20110503
+PORTVERSION= 20110623
CATEGORIES= net ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
@@ -21,5 +21,7 @@
MAN1= scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
sc_tracediff.1 sc_warts2pcap.1 sc_warts2text.1 \
sc_wartscat.1 sc_wartsdump.1
+MAN3= libscamperfile.3
+MAN5= warts.5
.include <bsd.port.mk>
diff -uNr scamper/distinfo scamper-new/distinfo
--- scamper/distinfo 2011-05-04 07:20:33.000000000 +1200
+++ scamper-new/distinfo 2011-06-24 16:18:17.000000000 +1200
@@ -1,2 +1,2 @@
-SHA256 (scamper-cvs-20110503.tar.gz) = 4cb29ed159d3c214b73a2957325a432bdd2ab03e86eedb2383e0b1827a76c792
-SIZE (scamper-cvs-20110503.tar.gz) = 1087267
+SHA256 (scamper-cvs-20110623.tar.gz) = 948657dbec28ad8a643171b0f4aceab4009b6d4000422a6155388923fbfcdd2c
+SIZE (scamper-cvs-20110623.tar.gz) = 1097477
--- patch-scamper-20110623 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list