diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2025-11-16 22:16:37 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2025-11-16 22:16:37 +0000 |
| commit | f6339afb6899b5ad5d17369a4d434c281816bc2b (patch) | |
| tree | c1157c85a6ef5ad6cc66eebb5682bb257f3ee006 | |
| parent | 3a271dd28fec82a35fae68782144ae6ff9d3d6ce (diff) | |
security/rkhunter: deprecate,
Project was abandoned in 2009. Maintainer wishes to release
maintainership.
PR: 291001
Reported by: pirzyk@FreeBSD.org
| -rw-r--r-- | security/rkhunter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index cae399d7984a..cd7da12f552a 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -4,13 +4,16 @@ PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= lukasz@wasikowski.net +MAINTAINER= ports@FreeBSD.org COMMENT= Rootkit detection tool WWW= https://rkhunter.sourceforge.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/files/LICENSE +DEPRECATED= Project abandoned in 2009 +EXPIRATION_DATE= 2025-12-31 + OPTIONS_DEFINE= LSOF NMAP DOCS OPTIONS_DEFAULT=LSOF |
