aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2023-07-27 20:30:05 +0000
committerRenato Botelho <garga@FreeBSD.org>2023-07-28 10:55:57 +0000
commit8bc4be7c2baf99cac47164d5b67e8c188f6872b1 (patch)
treecbe79bb9a4789aaa3c91178f99a87aeaca27f24a
parent58160b0ab503653bcd1afeedf03b1f1f9ae726ac (diff)
downloadports-8bc4be7c2baf99cac47164d5b67e8c188f6872b1.tar.gz
ports-8bc4be7c2baf99cac47164d5b67e8c188f6872b1.zip
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")
-rw-r--r--security/chkrootkit/Makefile13
-rw-r--r--security/chkrootkit/distinfo6
-rw-r--r--security/chkrootkit/pkg-descr4
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>