diff options
author | MJL <mjl@luckie.org.nz> | 2022-08-18 07:24:13 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-08-18 19:40:56 +0200 |
commit | dde4ef673d6667be94f69fd7249b0cdad7758bc0 (patch) | |
tree | 48cf9bf9f4df8dcc47b8fd22293e0aa94d368326 | |
parent | devel/jetbrains-goland: Update to 2022.2.2 (diff) |
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)
-rw-r--r-- | net/spoofer/Makefile | 9 | ||||
-rw-r--r-- | 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 |