Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2022 17:44:23 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dde4ef673d66 - main - net/spoofer: update to 1.4.11
Message-ID:  <202208181744.27IHiNte048593@gitrepo.freebsd.org>

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

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

commit dde4ef673d6667be94f69fd7249b0cdad7758bc0
Author:     MJL <mjl@luckie.org.nz>
AuthorDate: 2022-08-18 05:24:13 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-08-18 17:40:56 +0000

    net/spoofer: update to 1.4.11
    
    ChangeLog: https://www.caida.org/projects/spoofer/downloads/changelog.txt
    
    spoofer-1.4.11 (2022-08-16)
    -------------
    * Fix bug introduced in 1.4.10 that sometimes caused prober to crash
    
    spoofer-1.4.10 (2022-08-11)
    -------------
    * Fix bugs that sometimes caused prober to skip tests (labeled "sendto" in the
      Spoofer Session Report)
    * Add option to manager GUI to force prober to run single-threaded
    
    spoofer-1.4.8 (2022-03-24)
    -------------
    * Windows: fix service path to avoid misleading report of "unquoted service
      path" vulnerability from some security tools
    * macOS: fix bad GUI colors when system is in dark mode
    * macOS: updated binary release:
      - fix installer error "macOS cannot verify that this app is free from
        malware" on 10.15 Catalina and later.
      - drop support for macOS earlier than 10.13 High Sierra
      - updated bundled third-party packages: openssl 1.1.1m, pcap 1.10.1,
        protobuf 3.19.4, Qt 5.15
    * GUI: fix crash due to missing font on some platforms
    
    PR:     265921
    Reported by:    mjl@luckie.org.nz (maintainer)
---
 net/spoofer/Makefile | 9 ++++-----
 net/spoofer/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile
index 3f1787a8a260..6cb18bb37a77 100644
--- a/net/spoofer/Makefile
+++ b/net/spoofer/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	spoofer
-DISTVERSION=	1.4.7
-PORTREVISION=	5
+DISTVERSION=	1.4.11
 CATEGORIES=	net
 MASTER_SITES=	https://www.caida.org/projects/spoofer/downloads/
 
@@ -15,8 +14,8 @@ RUN_DEPENDS=	scamper:net/scamper
 
 USES=		compiler:c++11-lib
 
-CONFIGURE_ARGS=	--disable-development --with-protobuf=${LOCALBASE}
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-development --with-protobuf=${LOCALBASE}
 
 PORTDOCS=	README
 
@@ -24,9 +23,9 @@ OPTIONS_DEFINE=	DOCS GUI
 OPTIONS_DEFAULT=GUI
 OPTIONS_SUB=	yes
 
-GUI_CONFIGURE_ENABLE=	manager
-GUI_USE=	GL=gl QT=buildtools_build,qmake_build,core,network,gui,widgets
 GUI_USES=	gl qt:5
+GUI_USE=	GL=gl QT=buildtools_build,qmake_build,core,network,gui,widgets
+GUI_CONFIGURE_ENABLE=	manager
 GUI_VARS=	USE_RC_SUBR=${PORTNAME}
 
 do-install-DOCS-on:
diff --git a/net/spoofer/distinfo b/net/spoofer/distinfo
index 7421ec4f601b..5ec3dff60184 100644
--- a/net/spoofer/distinfo
+++ b/net/spoofer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620607593
-SHA256 (spoofer-1.4.7.tar.gz) = ea8bf57596f198144885f23351ac6268751e894e926cd2a18905f55b8966843f
-SIZE (spoofer-1.4.7.tar.gz) = 584726
+TIMESTAMP = 1660783667
+SHA256 (spoofer-1.4.11.tar.gz) = 1421853b079e2f8a37d47fc982a78688b9b7b818d81f3eb3ce8af6a1c92903fc
+SIZE (spoofer-1.4.11.tar.gz) = 586113



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