pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/chkrootkit Update to 0.47



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2431cff6b462
branches:  trunk
changeset: 530841:2431cff6b462
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jul 11 20:16:33 2007 +0000

description:
Update to 0.47
Mark as not for NetBSD > 1.x
The false positives on NetBSD 2.x and 3.x have been reported upstream
to try and address PR #31813

diffstat:

 security/chkrootkit/Makefile         |  10 ++++++----
 security/chkrootkit/distinfo         |  10 +++++-----
 security/chkrootkit/patches/patch-aa |   6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (67 lines):

diff -r fba08a69ddab -r 2431cff6b462 security/chkrootkit/Makefile
--- a/security/chkrootkit/Makefile      Wed Jul 11 19:33:52 2007 +0000
+++ b/security/chkrootkit/Makefile      Wed Jul 11 20:16:33 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:42 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/07/11 20:16:33 adrianp Exp $
 #
 
-DISTNAME=              chkrootkit-0.46a
-PKGREVISION=           1
+DISTNAME=              chkrootkit-0.47
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.pangeia.com.br/pub/seg/pac/
 
@@ -14,8 +13,10 @@
 
 USE_TOOLS+=            gmake
 NO_CONFIGURE=          yes
+NOT_FOR_PLATFORM=      NetBSD-[2-9]*-*
 
-PROGRAMS=      chkdirs chklastlog chkproc chkwtmp ifpromisc strings-static
+PROGRAMS=      chkdirs chklastlog chkproc chkwtmp ifpromisc strings-static \
+               chkutmp
 DOCDIR=                ${PREFIX}/share/doc/chkrootkit
 
 SUBST_CLASSES+=                helper
@@ -24,6 +25,7 @@
 SUBST_SED.helper=      -e "s|./chklastlog|${PREFIX}/bin/chklastlog|g"  \
                        -e "s|./chkproc|${PREFIX}/bin/chkproc|g"        \
                        -e "s|./chkwtmp|${PREFIX}/bin/chkwtmp|g"        \
+                       -e "s|./chkutmp|${PREFIX}/bin/chkutmp|g"        \
                        -e "s|./ifpromisc|${PREFIX}/bin/ifpromisc|g"    \
                        -e "s|./strings-static|${PREFIX}/bin/strings-static|g" \
                        -e "s|./chkdirs|${PREFIX}/bin/chkdirs|g"        \
diff -r fba08a69ddab -r 2431cff6b462 security/chkrootkit/distinfo
--- a/security/chkrootkit/distinfo      Wed Jul 11 19:33:52 2007 +0000
+++ b/security/chkrootkit/distinfo      Wed Jul 11 20:16:33 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2006/01/19 23:42:11 joerg Exp $
+$NetBSD: distinfo,v 1.8 2007/07/11 20:16:33 adrianp Exp $
 
-SHA1 (chkrootkit-0.46a.tar.gz) = 5213b107cda5e5165da463650885efe8c15a14d2
-RMD160 (chkrootkit-0.46a.tar.gz) = 9016abfd7cd3d986aec86722c9a9b88dea7bf49b
-Size (chkrootkit-0.46a.tar.gz) = 37140 bytes
-SHA1 (patch-aa) = c47ecb09d02c710727420a3adfb7d8b62d721f2d
+SHA1 (chkrootkit-0.47.tar.gz) = ef9ba1208572662a0da51dc284de550bf6378143
+RMD160 (chkrootkit-0.47.tar.gz) = 291746f60d0cc3bcf0e63387f3d7ff16a4215d17
+Size (chkrootkit-0.47.tar.gz) = 37791 bytes
+SHA1 (patch-aa) = ec157bfa68f41e97e3deebc7651bd9de4679eb3a
 SHA1 (patch-ab) = 109a43494bda8d0966164b7684f63a6a83f2d829
 SHA1 (patch-ac) = 3e2f5dd9d7f38e0eddc5b43a1a74b880ea296fc5
diff -r fba08a69ddab -r 2431cff6b462 security/chkrootkit/patches/patch-aa
--- a/security/chkrootkit/patches/patch-aa      Wed Jul 11 19:33:52 2007 +0000
+++ b/security/chkrootkit/patches/patch-aa      Wed Jul 11 20:16:33 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/17 15:33:52 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2007/07/11 20:16:33 adrianp Exp $
 
---- Makefile.orig      2003-12-26 15:34:10.000000000 -0600
+--- Makefile.orig      2006-10-09 20:29:19.000000000 +0100
 +++ Makefile
 @@ -3,9 +3,9 @@
- # (C) 1997-2003 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
+ # (C) 1997-2006 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
  #
  
 -CC       = gcc



Home | Main Index | Thread Index | Old Index