git: 4aa7c5150bba - main - net/tcpkali: forbid port

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Wed, 04 Feb 2026 22:05:41 UTC
The branch main has been updated by fuz:

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

commit 4aa7c5150bbaf755db66981cbb1cc3135597f091
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-04 22:03:39 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-04 22:05:22 +0000

    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
---
 net/tcpkali/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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