Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 14:23:24 +0000 (UTC)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cordeiro@nic.br
Subject:   ports/118930: [update] security/chkrootkit - update to 0.48
Message-ID:  <20071221142324.6A9C9845A7@ilove.tuxaco.net>
Resent-Message-ID: <200712211420.lBLEK0vW012479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118930
>Category:       ports
>Synopsis:       [update] security/chkrootkit - update to 0.48
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 21 14:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- update to 0.48
	- remove pre-everything (no more false positif)
	- remove patches (extra_patches and patch in files directory)
>How-To-Repeat:
	
>Fix:

	

--- patch-chkrootkit.1 begins here ---
diff -ruN security/chkrootkit.orig/Makefile security/chkrootkit/Makefile
--- security/chkrootkit.orig/Makefile	2007-12-21 13:37:00.000000000 +0000
+++ security/chkrootkit/Makefile	2007-12-21 14:08:15.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	chkrootkit
-PORTVERSION=	0.47
+PORTVERSION=	0.48
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.pangeia.com.br/pub/seg/pac/ \
 		ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \
@@ -30,26 +30,6 @@
 
 BINMODE=	0700
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 600000
-
-EXTRA_PATCHES=	${PATCHDIR}/600000-patch-chkproc.c
-
-pre-everything::
-	@${ECHO_CMD} "######################################################################"
-	@${ECHO_CMD} "#"
-	@${ECHO_CMD} "# WARNING: chkproc process gives false positives values on"
-	@${ECHO_CMD} "#          FreeBSD >= 6.x, and, due this fact, the getpriority code"
-	@${ECHO_CMD} "#          added to identify LKMs was removed."
-	@${ECHO_CMD} "#          So, use with caution."
-	@${ECHO_CMD} "#"
-	@${ECHO_CMD} "#          This error will be fixed in the next chkrootkit version."
-	@${ECHO_CMD} "#"
-	@${ECHO_CMD} "######################################################################"
-
-.endif
-
 pre-patch:
 	${REINPLACE_CMD} -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e \
@@ -78,4 +58,4 @@
 	${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN security/chkrootkit.orig/distinfo security/chkrootkit/distinfo
--- security/chkrootkit.orig/distinfo	2007-12-21 13:37:00.000000000 +0000
+++ security/chkrootkit/distinfo	2007-12-21 13:38:38.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (chkrootkit-0.47.tar.gz) = 4c6455d202cef35395a673386e4bf01a
-SHA256 (chkrootkit-0.47.tar.gz) = 5a5aeb597769cc2843648858b95fc7abd3485ba7edd1800d69e0125220c6669f
-SIZE (chkrootkit-0.47.tar.gz) = 37791
+MD5 (chkrootkit-0.48.tar.gz) = de8b8b5013e7faa2b66c0e33c59677e8
+SHA256 (chkrootkit-0.48.tar.gz) = b4b3d3540a7022aa7a81cae93f28c8475bc2660a21f88126725624c09769f1fb
+SIZE (chkrootkit-0.48.tar.gz) = 38323
diff -ruN security/chkrootkit.orig/files/600000-patch-chkproc.c security/chkrootkit/files/600000-patch-chkproc.c
--- security/chkrootkit.orig/files/600000-patch-chkproc.c	2007-12-21 13:37:00.000000000 +0000
+++ security/chkrootkit/files/600000-patch-chkproc.c	1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
---- chkproc.c.orig	Fri Nov 24 12:03:25 2006
-+++ chkproc.c	Fri Nov 24 12:04:43 2006
-@@ -334,18 +334,6 @@
-          }
- #endif
-       }
--      else 
--      {
--         errno = 0;
--         getpriority(PRIO_PROCESS, i);
--         if (!errno)
--         {
--            retdir++;
--            if (verbose)
--	       printf ("PID %5d(%s): not in getpriority readdir output\n", i, buf);
--	 }
--      }
--
-    }
-    if (retdir)
-       printf("You have % 5d process hidden for readdir command\n", retdir);
--- patch-chkrootkit.1 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071221142324.6A9C9845A7>