summaryrefslogtreecommitdiff
path: root/security/chkrootkit
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-07-11 20:16:33 +0000
committeradrianp <adrianp>2007-07-11 20:16:33 +0000
commit3ab734c7a853a7cb99b46453112ac916293c73d6 (patch)
tree61b17935ca690ea72616d23485fd385777d5204d /security/chkrootkit
parent7c883dbf7ffb1fe069fb6128ff5bd0a479fc7036 (diff)
downloadpkgsrc-3ab734c7a853a7cb99b46453112ac916293c73d6.tar.gz
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 (limited to 'security/chkrootkit')
-rw-r--r--security/chkrootkit/Makefile10
-rw-r--r--security/chkrootkit/distinfo10
-rw-r--r--security/chkrootkit/patches/patch-aa6
3 files changed, 14 insertions, 12 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index 2b6a4f34364..c941cf76a71 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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_FILES.helper= chkrootkit
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 --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo
index b4b1aa64311..92dfda9cf07 100644
--- a/security/chkrootkit/distinfo
+++ b/security/chkrootkit/distinfo
@@ -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 --git a/security/chkrootkit/patches/patch-aa b/security/chkrootkit/patches/patch-aa
index f28823cda8f..1081a6a9363 100644
--- a/security/chkrootkit/patches/patch-aa
+++ b/security/chkrootkit/patches/patch-aa
@@ -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