Date: Tue, 10 Mar 2026 23:11:23 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 91316bf1e26c - main - security/chkrootkit: Update 0.58b => 0.59 Message-ID: <69b0a51b.441d2.57410fc5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=91316bf1e26c797b602a73872592abaed8b58a9b commit 91316bf1e26c797b602a73872592abaed8b58a9b Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2026-03-10 23:03:34 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-03-10 23:07:27 +0000 security/chkrootkit: Update 0.58b => 0.59 Changelog: - New checks: Process executed from memory - New commands: nologin - XZ Backdoor Bottkitty (UEFI Bootkit) - Bug fixes https://www.chkrootkit.org/#new Remove local patches with support FreeBSD 9. PR: 293520 Approved by: Lacey Powers <lacey.leanne@gmail.com> (maintainer) MFH: 2026Q1 --- security/chkrootkit/Makefile | 2 +- security/chkrootkit/distinfo | 6 +++--- security/chkrootkit/files/patch-Makefile | 15 +++++++++++++++ security/chkrootkit/files/patch-chklastlog.c | 11 ----------- security/chkrootkit/files/patch-chkwtmp.c | 11 ----------- 5 files changed, 19 insertions(+), 26 deletions(-) diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 5003b2851dfb..5ff33724b7c5 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= chkrootkit -PORTVERSION= 0.58b +PORTVERSION= 0.59 CATEGORIES= security MASTER_SITES= ftp://ftp.chkrootkit.org/pub/seg/pac/ diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index af8c0c071628..d7f5110fbdef 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690489500 -SHA256 (chkrootkit-0.58b.tar.gz) = 75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9 -SIZE (chkrootkit-0.58b.tar.gz) = 42957 +TIMESTAMP = 1772800000 +SHA256 (chkrootkit-0.59.tar.gz) = bd38f1d7f543a2aa6dd8c7ad6bb88df7c0d7dc101df57377dac24415cbc8c5ee +SIZE (chkrootkit-0.59.tar.gz) = 45088 diff --git a/security/chkrootkit/files/patch-Makefile b/security/chkrootkit/files/patch-Makefile new file mode 100644 index 000000000000..cf8f9733273d --- /dev/null +++ b/security/chkrootkit/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig 2026-03-06 18:46:23 UTC ++++ Makefile +@@ -48,10 +48,8 @@ ifpromisc: ifpromisc.c + @strip $@ + + ifpromisc: ifpromisc.c +- @if [ -f "/usr/include/linux/if.h" ]; then \ +- ${CC} ${CFLAGS} ${LDFLAGS} -D_FILE_OFFSET_BITS=64 -o $@ ifpromisc.c ; \ +- strip $@ ;\ +- fi ++ ${CC} ${CFLAGS} ${LDFLAGS} -D_FILE_OFFSET_BITS=64 -o $@ ifpromisc.c ++ @strip $@ + + chkproc: chkproc.c + ${CC} ${LDFLAGS} -o $@ chkproc.c diff --git a/security/chkrootkit/files/patch-chklastlog.c b/security/chkrootkit/files/patch-chklastlog.c deleted file mode 100644 index 3a35a570cda6..000000000000 --- a/security/chkrootkit/files/patch-chklastlog.c +++ /dev/null @@ -1,11 +0,0 @@ ---- chklastlog.c.orig 2014-05-06 10:12:14 UTC -+++ chklastlog.c -@@ -33,7 +33,7 @@ - #else - #undef HAVE_LASTLOG_H - #endif --#if __FreeBSD__ > 9 -+#if __FreeBSD__ >= 9 - int main () { return 0; } - #else - #include <stdio.h> diff --git a/security/chkrootkit/files/patch-chkwtmp.c b/security/chkrootkit/files/patch-chkwtmp.c deleted file mode 100644 index 027560ce3650..000000000000 --- a/security/chkrootkit/files/patch-chkwtmp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- chkwtmp.c.orig 2014-05-06 10:13:16 UTC -+++ chkwtmp.c -@@ -19,7 +19,7 @@ - Nelson Murilo, nelson@pangeia.com.br - */ - --#if __FreeBSD__ > 9 -+#if __FreeBSD__ >= 9 - int main () { return 0; } - #else - #include <stdio.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b0a51b.441d2.57410fc5>
