Date: Thu, 29 Feb 2024 12:52:59 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 192fab2b9fa0 - main - security/fakebo: Remove expired port Message-ID: <202402291252.41TCqxoG068050@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=192fab2b9fa042a481752cb30a8b93dc8b40850a commit 192fab2b9fa042a481752cb30a8b93dc8b40850a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-29 12:32:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-29 12:52:33 +0000 security/fakebo: Remove expired port security/fakebo --- MOVED | 1 + security/Makefile | 1 - security/fakebo/Makefile | 37 ------------------------------------ security/fakebo/distinfo | 2 -- security/fakebo/files/patch-fakebo.c | 13 ------------- security/fakebo/pkg-descr | 5 ----- security/fakebo/pkg-plist | 5 ----- 7 files changed, 1 insertion(+), 63 deletions(-) diff --git a/MOVED b/MOVED index 89caf2e560c7..feed0e4c681a 100644 --- a/MOVED +++ b/MOVED @@ -3023,3 +3023,4 @@ net/dimes||2024-02-29|Has expired: The project vaporized in early 2005 and is no net/nakenchat||2024-02-29|Has expired: Discontinued upstream and never left BETA stage net/sbd||2024-02-29|Has expired: Abandonware and unfetchable, consider using ncat in security/nmap security/f-prot||2024-02-29|Has expired: F-Prot Antivirus reached end-of-life on July 31, 2021 +security/fakebo||2024-02-29|Has expired: Remote admin software that hasn't been relevant for last 15 years diff --git a/security/Makefile b/security/Makefile index 9115d2d05211..372ff16ef801 100644 --- a/security/Makefile +++ b/security/Makefile @@ -150,7 +150,6 @@ SUBDIR += enchive SUBDIR += eschalot SUBDIR += expiretable - SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += farmhash diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile deleted file mode 100644 index 802eb71eca35..000000000000 --- a/security/fakebo/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= fakebo -PORTVERSION= 0.4.2.1 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fake BackOrifice client emulator -WWW= https://sourceforge.net/projects/fakebo/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Remote admin software that hasn't been relevant for last 15 years -EXPIRATION_DATE=2024-02-29 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - -USES= autoreconf -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= DOCS - -post-extract: - @${FIND} ${WRKSRC} -type l -delete - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/custom.replies ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/security/fakebo/distinfo b/security/fakebo/distinfo deleted file mode 100644 index 5c774903ea6f..000000000000 --- a/security/fakebo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fakebo-0.4.2.1.tar.gz) = 5be56d23b3cd81cc94e553a5a6bae34b4a681c9c3d61dbb7968233d5c641eab0 -SIZE (fakebo-0.4.2.1.tar.gz) = 171243 diff --git a/security/fakebo/files/patch-fakebo.c b/security/fakebo/files/patch-fakebo.c deleted file mode 100644 index 09332e06fd0e..000000000000 --- a/security/fakebo/files/patch-fakebo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- fakebo.c.orig 2002-03-28 03:45:29 UTC -+++ fakebo.c -@@ -462,8 +462,8 @@ static void conf_reread(int signo) - { - static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n"; - -- logprintf(TRUE, msg); -- syslogprintf(msg); -+ logprintf(TRUE, "%s", msg); -+ syslogprintf("%s", msg); - } - - #endif diff --git a/security/fakebo/pkg-descr b/security/fakebo/pkg-descr deleted file mode 100644 index 12c17958b077..000000000000 --- a/security/fakebo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FakeBO emulates a BackOrifice client (a trojan which can be used to -covertly monitor and alter Windows machines remotely), and can log -attempted commands and packets, as well as providing configurable -responses. Useful for catching script kiddies trying to find a hackable -Windows box, for providing evidence to their sysadmin, etc. diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist deleted file mode 100644 index 78ce238bfe1a..000000000000 --- a/security/fakebo/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/fakebo -@sample etc/fakebo.conf.sample -share/man/man1/fakebo.1.gz -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/custom.replies
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402291252.41TCqxoG068050>