Date: Thu, 29 Feb 2024 12:53:00 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: 1d2b262bb90c - main - security/fcheck: Remove expired port Message-ID: <202402291253.41TCr0Gw068098@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=1d2b262bb90c47127140442900a1316e1996e9af commit 1d2b262bb90c47127140442900a1316e1996e9af Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-29 12:33:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-29 12:52:34 +0000 security/fcheck: Remove expired port security/fcheck --- MOVED | 1 + security/Makefile | 1 - security/fcheck/Makefile | 46 ---------------------------------------------- security/fcheck/distinfo | 2 -- security/fcheck/pkg-descr | 6 ------ security/fcheck/pkg-plist | 6 ------ 6 files changed, 1 insertion(+), 61 deletions(-) diff --git a/MOVED b/MOVED index feed0e4c681a..16d55d11a10a 100644 --- a/MOVED +++ b/MOVED @@ -3024,3 +3024,4 @@ net/nakenchat||2024-02-29|Has expired: Discontinued upstream and never left BETA 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 +security/fcheck||2024-02-29|Has expired: Abandonware, upstream is gone and notes refers to Windows 98 as the newest OS diff --git a/security/Makefile b/security/Makefile index 372ff16ef801..763e032ad8a1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -153,7 +153,6 @@ SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += farmhash - SUBDIR += fcheck SUBDIR += fcrackzip SUBDIR += ffuf SUBDIR += fiked diff --git a/security/fcheck/Makefile b/security/fcheck/Makefile deleted file mode 100644 index d02a38f54397..000000000000 --- a/security/fcheck/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= fcheck -PORTVERSION= 2.07.59 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://www.sourcefiles.org/Networking/Security/Intrusion_Detection/ \ - http://bsd-geek.de/FreeBSD/distfiles/ -DISTNAME= FCheck_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Intrusion detection and Policy enforcement / auditing software - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -BROKEN= Unfetchable -DEPRECATED= Abandonware, upstream is gone and notes refers to Windows 98 as the newest OS -EXPIRATION_DATE=2024-02-29 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -NO_BUILD= YES -USES= perl5 shebangfix dos2unix - -SHEBANG_FILES= ${WRKSRC}/${PORTNAME} -DOS2UNIX_FILES= ${WRKSRC}/${PORTNAME}.cfg - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/admtools/conf/|${PREFIX}/etc/|' \ - ${WRKSRC}/${PORTNAME} - @${REINPLACE_CMD} -e 's|/usr/local/admtools/|/var/${PORTNAME}/|' \ - -e 's|/bin/file|/usr/bin/file|' -e 's|/bin/cksum|/sbin/sha512|' \ - ${WRKSRC}/${PORTNAME}.cfg - -do-install: - ${MKDIR} ${STAGEDIR}/var/${PORTNAME}/logs - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cfg ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/install ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.post.mk> diff --git a/security/fcheck/distinfo b/security/fcheck/distinfo deleted file mode 100644 index 5df9de6e0fa0..000000000000 --- a/security/fcheck/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FCheck_2.07.59.tar.gz) = 93c88330173f3f5b21814d6a1b0821875d5714e5b03d0b57c44269cf8d27ae25 -SIZE (FCheck_2.07.59.tar.gz) = 32864 diff --git a/security/fcheck/pkg-descr b/security/fcheck/pkg-descr deleted file mode 100644 index 65d9b1b73da2..000000000000 --- a/security/fcheck/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -FCheck is an open source PERL script providing intrusion detection and policy -enforcement of Windows 95/98/NT/3.x and Unix server administration through the -use of comparative system snapshots. FCheck can provide notification of any -differences found through use of your event management system, printer, and/or -email when any monitored files or directories are altered, including any -additions and/or deletions. diff --git a/security/fcheck/pkg-plist b/security/fcheck/pkg-plist deleted file mode 100644 index ffb1cfbc4d4a..000000000000 --- a/security/fcheck/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@sample etc/fcheck.cfg.sample -sbin/fcheck -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/install -@dir /var/fcheck/logs -@dir /var/fcheck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402291253.41TCr0Gw068098>