Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2026 22:05:41 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aa7c5150bba - main - net/tcpkali: forbid port
Message-ID:  <6983c2b5.1a3d3.2dec6d8a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983c2b5.1a3d3.2dec6d8a>