1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Update to 0.48

- Remove pre-everything (no more false positives)
- Remove patches (extra_patches and patch in files directory)

PR:		ports/118930
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
Approved by:	Luiz Eduardo Roncato Cordeiro <cordeiro nic.br> (maintainer)
This commit is contained in:
Thomas Abthorpe 2007-12-27 17:19:23 +00:00
parent 3dfa48324a
commit 6cbee33246
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204622
3 changed files with 5 additions and 46 deletions

View File

@ -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 @@ PORTDOCS= ACKNOWLEDGMENTS COPYRIGHT README README.chklastlog README.chkwtmp
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 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -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

View File

@ -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);