diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-04 22:03:39 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-04 22:05:22 +0000 |
| commit | 4aa7c5150bbaf755db66981cbb1cc3135597f091 (patch) | |
| tree | 498787d567047f0eb84acc545359b7200d189463 | |
| parent | bbadea8eee2ab63e1ddfe42ee8699d3711eba9f7 (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
| -rw-r--r-- | net/tcpkali/Makefile | 2 |
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 |
