diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-02 19:20:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-02 19:20:47 +0800 |
commit | e29007000e0a8446516721392e11e9e9a7f8f376 (patch) | |
tree | b4e1b4eb54a3a6112d8cb86307d2ae61bb57553a /net | |
parent | aab7ad6493e209fecfa043d187177c1080099e6c (diff) | |
download | freebsd-ports-gnome-e29007000e0a8446516721392e11e9e9a7f8f376.tar.gz freebsd-ports-gnome-e29007000e0a8446516721392e11e9e9a7f8f376.tar.zst freebsd-ports-gnome-e29007000e0a8446516721392e11e9e9a7f8f376.zip |
Update net/scamper port to 20140530. use make stage && make check-plist
to sanity check port and adjust Makefile / pkg-plist accordingly.
Changes since 20140112:
* allow scamper to be built in debug mode on FreeBSD after version 10.
* in scamper-ping, support a probe frequency smaller than once every
second. minimum is now once a millisecond.
* handle fragmented responses in linux and sunos correctly.
this is important for IPv6 IP-ID based alias resolution techniques
(e.g. speedtrap, ally, radargun) on those platforms.
* numerous bugfixes and improvements to sc_ally pair-wise alias
resolution utility, the most important being that it will reliably
complete now.
* FreeBSD 10 onwards no longer byte swaps some fields in the quotation of
a received ICMP error message. chase this in scamper.
* Minor modifications to make scamper compile on Windows 7 using
Visual Studio Express 2013 for Windows Desktop.
* print ping flags in sc_wartsdump and scamper's json output.
PR: 190440
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/scamper/Makefile | 4 | ||||
-rw-r--r-- | net/scamper/distinfo | 4 | ||||
-rw-r--r-- | net/scamper/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile index 1afe326b3852..e2f64f9f7e5c 100644 --- a/net/scamper/Makefile +++ b/net/scamper/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scamper -PORTVERSION= 20140122 +PORTVERSION= 20140530 CATEGORIES= net ipv6 MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} MAINTAINER= mjl@luckie.org.nz COMMENT= Tool for parallelised IPv4 and IPv6 measurement -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/scamper/distinfo b/net/scamper/distinfo index 2653c5214242..8bc1ea7cf5bd 100644 --- a/net/scamper/distinfo +++ b/net/scamper/distinfo @@ -1,2 +1,2 @@ -SHA256 (scamper-cvs-20140122.tar.gz) = 2027d22906da3d3f64389d0a8276579e2625ffd82bb60e640d84be1eadbfef26 -SIZE (scamper-cvs-20140122.tar.gz) = 1211605 +SHA256 (scamper-cvs-20140530.tar.gz) = b098aa7306af7499bdbd7c74abfd5a7d99015c831264829f2a427ea5854c84a6 +SIZE (scamper-cvs-20140530.tar.gz) = 1213972 diff --git a/net/scamper/pkg-plist b/net/scamper/pkg-plist index fa9b1b0aa86a..7afac8226f58 100644 --- a/net/scamper/pkg-plist +++ b/net/scamper/pkg-plist @@ -12,8 +12,8 @@ bin/sc_wartscat bin/sc_wartsdump bin/sc_wartsfix lib/libscamperfile.a -lib/libscamperfile.la lib/libscamperfile.so.0 +lib/libscamperfile.so.0.0.0 lib/libscamperfile.so man/man1/sc_ally.1.gz man/man1/sc_analysis_dump.1.gz |