aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-02-04 22:03:39 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-02-04 22:06:00 +0000
commit576cad0518aec1e1d74a5d748721c2370e1bea60 (patch)
tree6429bcccc9e5b6f4eedb5702727065c611afb415
parentb74c69274b28cf00fe9aab52edd66138507e1705 (diff)
net/tcpkali: forbid port
A possible backdoor issue was discovered. Forbid this port until this can be investigated in detail. Reported by: danilo MFH: 2026Q1 (cherry picked from commit 4aa7c5150bbaf755db66981cbb1cc3135597f091)
-rw-r--r--net/tcpkali/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile
index 1307e8bbe2b3..8d677d33f3fa 100644
--- a/net/tcpkali/Makefile
+++ b/net/tcpkali/Makefile
@@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libev.so:devel/libev
+FORBIDDEN= possible backdoor issue
+
GNU_CONFIGURE= yes
USES= autoreconf compiler:c11 libtool gmake ncurses localbase
USE_GITHUB= yes