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)
This commit is contained in:
parent
725995caef
commit
dde4ef673d
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user