git: 8bc4be7c2baf - main - security/chkrootkit: Update to 0.58b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jul 2023 10:56:02 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bc4be7c2baf99cac47164d5b67e8c188f6872b1 commit 8bc4be7c2baf99cac47164d5b67e8c188f6872b1 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-07-27 20:30:05 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-07-28 10:55:57 +0000 security/chkrootkit: Update to 0.58b While here, update authors email addresses to current ones listed at project website and sort Makefile items to make portclippy happy PR: 272764 Approved by: maintainer Sponsored by: Rubicon Communications, LLC ("Netgate") --- security/chkrootkit/Makefile | 13 +++++++------ security/chkrootkit/distinfo | 6 +++--- security/chkrootkit/pkg-descr | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index d0690079eaaf..5003b2851dfb 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= chkrootkit -PORTVERSION= 0.55 +PORTVERSION= 0.58b CATEGORIES= security MASTER_SITES= ftp://ftp.chkrootkit.org/pub/seg/pac/ @@ -12,8 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cpe -OPTIONS_DEFINE= DOCS - SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ chkwtmp \ @@ -24,15 +22,18 @@ PROG_FILES= chklastlog \ check_wtmpx \ strings ALL_TARGET= ${SCRIPT_FILES} ${PROG_FILES} + +BINMODE= 0700 + +PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} + PORTDOCS= ACKNOWLEDGMENTS \ COPYRIGHT \ README \ README.chklastlog \ README.chkwtmp -PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} - -BINMODE= 0700 +OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index bfa361bbc72a..af8c0c071628 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634246676 -SHA256 (chkrootkit-0.55.tar.gz) = a81c0286ec449313f953701202a00e81b204fc2cf43e278585a11c12a5e0258b -SIZE (chkrootkit-0.55.tar.gz) = 42630 +TIMESTAMP = 1690489500 +SHA256 (chkrootkit-0.58b.tar.gz) = 75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9 +SIZE (chkrootkit-0.58b.tar.gz) = 42957 diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr index 79ba5a747c84..85db3d6f7af6 100644 --- a/security/chkrootkit/pkg-descr +++ b/security/chkrootkit/pkg-descr @@ -18,5 +18,5 @@ For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/ -Nelson Murilo <nelson@pangeia.com.br> -Klaus Steding-Jessen <jessen@nic.br> +Nelson Murilo <nmurilo@gmail.com> +Klaus Steding-Jessen <jessen@cert.br>