NetBSD Problem Report #50138

From www@NetBSD.org  Sun Aug  9 01:09:35 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 70BEDA57FD
	for <gnats-bugs@gnats.NetBSD.org>; Sun,  9 Aug 2015 01:09:35 +0000 (UTC)
Message-Id: <20150809010934.02726A6554@mollari.NetBSD.org>
Date: Sun,  9 Aug 2015 01:09:34 +0000 (UTC)
From: mjl@luckie.org.nz
Reply-To: mjl@luckie.org.nz
To: gnats-bugs@NetBSD.org
Subject: [patch] update net/scamper to 20141211a
X-Send-Pr-Version: www-1.0

>Number:         50138
>Category:       pkg
>Synopsis:       [patch] update net/scamper to 20141211a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsiegert
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 09 01:10:00 +0000 2015
>Closed-Date:    Mon Dec 28 12:15:52 +0000 2015
>Last-Modified:  Mon Dec 28 12:20:00 +0000 2015
>Originator:     Matthew Luckie
>Release:        6.1.5
>Organization:
>Environment:
NetBSD  6.1.5 NetBSD 6.1.5 (GENERIC) i386
>Description:
Update net/scamper to 20141211a

From https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html

* provide the ability for scamper's control socket to bind to a
  specific address.  this allows external systems to contact and drive
  scamper processes.  a more secure solution will follow in a month or
  two.

* when converting the source port of a control socket client to a
  string, print it in host byte order rather than network byte order

* add a TBT (too-big-trick) option to ping, use it in sc_speedtrap.  a
  simple optimisation to send up to M packets to get N fragmented
  responses.

* if an input list to sc_speedtrap contains the same IP address twice,
  ignore the duplicate address, rather than crash later.

* use a quicksort with a 3-way partition.  will make scamper more
  efficient in many places.

* add sc_warts2csv for samknows

* fix sc_tracediff so that it doesn't crash if the two warts files
  being compared traceroute to different sets of addresses.  reported
  by Job Snijders.
>How-To-Repeat:
N/A
>Fix:
diff -uNr scamper/Makefile scamper-new/Makefile
--- scamper/Makefile	2014-11-16 05:17:24.000000000 +0000
+++ scamper-new/Makefile	2015-08-09 13:00:25.000000000 +0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.16 2014/11/16 05:17:24 markd Exp $
 #

-DISTNAME=	scamper-cvs-20141101
+DISTNAME=	scamper-cvs-20141211a
 PKGNAME=	${DISTNAME:S/-cvs//}
 CATEGORIES=	net
 MASTER_SITES=	http://www.caida.org/tools/measurement/scamper/code/
diff -uNr scamper/PLIST scamper-new/PLIST
--- scamper/PLIST	2013-08-26 20:46:02.000000000 +0000
+++ scamper-new/PLIST	2015-08-09 13:01:50.000000000 +0000
@@ -5,6 +5,7 @@
 bin/sc_ipiddump
 bin/sc_speedtrap
 bin/sc_tracediff
+bin/sc_warts2csv
 bin/sc_warts2json
 bin/sc_warts2pcap
 bin/sc_warts2text
diff -uNr scamper/distinfo scamper-new/distinfo
--- scamper/distinfo	2014-11-16 05:17:24.000000000 +0000
+++ scamper-new/distinfo	2015-08-09 13:00:43.000000000 +0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2014/11/16 05:17:24 markd Exp $

-SHA1 (scamper-cvs-20141101.tar.gz) = 564c2cbb60ad0d5ac27cef81e7901ca567b4473c
-RMD160 (scamper-cvs-20141101.tar.gz) = a344841e7ea14e146851294795020ebf02c84fb8
-Size (scamper-cvs-20141101.tar.gz) = 1224353 bytes
+SHA1 (scamper-cvs-20141211a.tar.gz) = 914329deaf20903556d665b49b650953c9138a69
+RMD160 (scamper-cvs-20141211a.tar.gz) = f41ef0a17ef41041910467179b34c849dc9cb77d
+Size (scamper-cvs-20141211a.tar.gz) = 1280694 bytes

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->bsiegert
Responsible-Changed-By: bsiegert@NetBSD.org
Responsible-Changed-When: Mon, 28 Dec 2015 12:15:52 +0000
Responsible-Changed-Why:


State-Changed-From-To: open->closed
State-Changed-By: bsiegert@NetBSD.org
State-Changed-When: Mon, 28 Dec 2015 12:15:52 +0000
State-Changed-Why:
Committed, thanks!


From: "Benny Siegert" <bsiegert@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/50138 CVS commit: pkgsrc/net/scamper
Date: Mon, 28 Dec 2015 12:15:19 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Mon Dec 28 12:15:19 UTC 2015

 Modified Files:
 	pkgsrc/net/scamper: Makefile PLIST distinfo

 Log Message:
 Update net/scamper to 20141211a. From maintainer in PR pkg/50138.

 From https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html

 * provide the ability for scamper's control socket to bind to a
   specific address.  this allows external systems to contact and drive
   scamper processes.  a more secure solution will follow in a month or
   two.

 * when converting the source port of a control socket client to a
   string, print it in host byte order rather than network byte order

 * add a TBT (too-big-trick) option to ping, use it in sc_speedtrap.  a
   simple optimisation to send up to M packets to get N fragmented
   responses.

 * if an input list to sc_speedtrap contains the same IP address twice,
   ignore the duplicate address, rather than crash later.

 * use a quicksort with a 3-way partition.  will make scamper more
   efficient in many places.

 * add sc_warts2csv for samknows

 * fix sc_tracediff so that it doesn't crash if the two warts files
   being compared traceroute to different sets of addresses.  reported
   by Job Snijders.


 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/scamper/Makefile
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/scamper/PLIST
 cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/scamper/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.