aboutsummaryrefslogtreecommitdiff
path: root/net/scamper
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-29 09:38:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-29 09:38:39 +0000
commiteef24cf81ed1cd16f8e0fc087cebd719ef65de0c (patch)
tree57b11f6a3ce0009dbd2b4b860c60eed5d4cc9706 /net/scamper
parent3986732bbed0175ee201622c25c3a24756f460dc (diff)
downloadports-eef24cf81ed1cd16f8e0fc087cebd719ef65de0c.tar.gz
ports-eef24cf81ed1cd16f8e0fc087cebd719ef65de0c.zip
- 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)
Notes
Notes: svn path=/head/; revision=421047
Diffstat (limited to 'net/scamper')
-rw-r--r--net/scamper/Makefile2
-rw-r--r--net/scamper/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index f0492000ba64..2731e2350510 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -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}
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
index 948132902c3c..c495971e434b 100644
--- a/net/scamper/distinfo
+++ b/net/scamper/distinfo
@@ -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