diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-29 17:38:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-29 17:38:39 +0800 |
commit | 767e3f6d773657e3e1cce390defc0ca507a1da9d (patch) | |
tree | 57b11f6a3ce0009dbd2b4b860c60eed5d4cc9706 /net | |
parent | 32bcd5bfcbc861927321b09f61091ef772bee51a (diff) | |
download | freebsd-ports-gnome-767e3f6d773657e3e1cce390defc0ca507a1da9d.tar.gz freebsd-ports-gnome-767e3f6d773657e3e1cce390defc0ca507a1da9d.tar.zst freebsd-ports-gnome-767e3f6d773657e3e1cce390defc0ca507a1da9d.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)
Diffstat (limited to 'net')
-rw-r--r-- | net/scamper/Makefile | 2 | ||||
-rw-r--r-- | net/scamper/distinfo | 6 |
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 |