aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/chkrootkit/Makefile2
-rw-r--r--security/chkrootkit/distinfo6
-rw-r--r--security/chkrootkit/files/patch-Makefile15
-rw-r--r--security/chkrootkit/files/patch-chklastlog.c11
-rw-r--r--security/chkrootkit/files/patch-chkwtmp.c11
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>