Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2023 07:41:38 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1678e38dfb80 - main - net/scamper: update to 20230614c
Message-ID:  <202310090741.3997fcu7019843@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1678e38dfb804af17f8b9c5d146ed63be6a522e3

commit 1678e38dfb804af17f8b9c5d146ed63be6a522e3
Author:     Matthew Luckie <mjl@luckie.org.nz>
AuthorDate: 2023-10-06 17:26:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-09 07:40:28 +0000

    net/scamper: update to 20230614c
    
    This update fixes the build on 15-CURRENT.
    
    scamper:
    * fix compile-on-windows support; use icmp-echo probes instead of UDP
      probes for traceroute on windows; provide "attach" support on
      windows.
    * fix compile-on-FreeBSD-15+ where pf firewall does not have
      DIOCGETSTATUS ioctl
    * in scamper's remote control (-R option), fix file descriptor leak
      when unable to reconnect to the remote controller.
    * add --disable-scamper-trace --disable-scamper-ping
      --disable-scamper-tracelb --disable-scamper-dealias
      --disable-scamper-tbit --disable-scamper-sting
      --disable-scamper-sniff --disable-scamper-host configure options
      to build scamper without specific measurement capabilities.
    
    sc_attach:
    * add windows support
    
    Changelog: https://mailman.caida.org/pipermail/scamper-announce/2023-October/000036.html
    
    PR:             274287
    MFH:            2023Q4
---
 net/scamper/Makefile | 2 +-
 net/scamper/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index 704ed8526f9b..599424c861ab 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scamper
-PORTVERSION=	20230614b
+PORTVERSION=	20230614c
 CATEGORIES=	net
 MASTER_SITES=	https://www.caida.org/catalog/software/scamper/code/
 DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
index f521450dfb8a..15cae9f5b7eb 100644
--- a/net/scamper/distinfo
+++ b/net/scamper/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691906233
-SHA256 (scamper-cvs-20230614b.tar.gz) = d02af6902ffdeb718349b84113df3dc415ce8e40c6e42bb739756274d9ac4cfa
-SIZE (scamper-cvs-20230614b.tar.gz) = 2201320
+TIMESTAMP = 1696494364
+SHA256 (scamper-cvs-20230614c.tar.gz) = 50a58ed36c7e7a4045717c5acc82b510bd2ad329f3b336b3504118e0280ad9ca
+SIZE (scamper-cvs-20230614c.tar.gz) = 2214550



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