Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 09:38:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421047 - head/net/scamper
Message-ID:  <201608290938.u7T9cdvt045555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 29 09:38:39 2016
New Revision: 421047
URL: https://svnweb.freebsd.org/changeset/ports/421047

Log:
  - Update to 20141211f
  
  From changelog at:
  
  https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html
  
  scamper
   * support for PF firewall, usage documented in scamper man page
   * for the IPFW firewall, take a mandatory parameter specifying
     acceptable rule number range to use, usage documented in
     scamper man page.
   * support probing on upcoming FreeBSD 11 which now sends and
     receives packets in network byte order on raw sockets
   * if the user specifies a ip:port for a listening control socket,
     do not free a temporary string before converting port part
     to an integer
   * if an unprintable character is received in an attached control
     socket, free the source so the disconnection code will proceed
   * fix memory leaks pointed out by clang
   * when reading the kernel version string, be sure to get the last
     number in the string, even if it is something like 6.0.1a
   * when using kernel versions, ensure the assumed number of dots
     are present
   * when building in debug mode and with privsep, chroot.
   * in privsep code, drop msg_accrights special case, which was
     dead code, as solaris has had msg_accrights for a while now.
   * fix unaligned memory access when processing ARP and NDP responses
   * if traceroute probes no hops, still print out text record of
     the attempt if scamper's text output mode is being used.
  
  sc_filterpolicy
   * fix spelling mistakes in sc_filterpolicy man page
  
  PR:		212227
  Submitted by:	mjl@luckie.org.nz (maintainer)

Modified:
  head/net/scamper/Makefile
  head/net/scamper/distinfo

Modified: head/net/scamper/Makefile
==============================================================================
--- head/net/scamper/Makefile	Mon Aug 29 09:13:45 2016	(r421046)
+++ head/net/scamper/Makefile	Mon Aug 29 09:38:39 2016	(r421047)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scamper
-PORTVERSION=	20141211e
+PORTVERSION=	20141211f
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.caida.org/tools/measurement/scamper/code/
 DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}

Modified: head/net/scamper/distinfo
==============================================================================
--- head/net/scamper/distinfo	Mon Aug 29 09:13:45 2016	(r421046)
+++ head/net/scamper/distinfo	Mon Aug 29 09:38:39 2016	(r421047)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466585209
-SHA256 (scamper-cvs-20141211e.tar.gz) = 5b8c81a6e4703253625e872323a7c16242a13de0d8edd3ec5ff8441d43f40a29
-SIZE (scamper-cvs-20141211e.tar.gz) = 1490272
+TIMESTAMP = 1472416824
+SHA256 (scamper-cvs-20141211f.tar.gz) = 7d0adf68dd2b42690e53d1b263ba96d9112dcefbcfe32353c5dd46af1547f8d4
+SIZE (scamper-cvs-20141211f.tar.gz) = 1471259



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608290938.u7T9cdvt045555>