summaryrefslogtreecommitdiff
path: root/security/chkrootkit
diff options
context:
space:
mode:
authorshattered <shattered>2013-06-16 10:11:58 +0000
committershattered <shattered>2013-06-16 10:11:58 +0000
commit435726c7793d481813df8f3a754d3ecfd4f2a1b0 (patch)
tree4633f8b8215f1c0a2dc15397a7dbc13ec13841d1 /security/chkrootkit
parent85d3e26b3be829fc06e4dfba99172c3f2c05c196 (diff)
downloadpkgsrc-435726c7793d481813df8f3a754d3ecfd4f2a1b0.tar.gz
Update to 0.49 (released in 2011). No change log.
Diffstat (limited to 'security/chkrootkit')
-rw-r--r--security/chkrootkit/Makefile6
-rw-r--r--security/chkrootkit/distinfo12
-rw-r--r--security/chkrootkit/patches/patch-aa6
-rw-r--r--security/chkrootkit/patches/patch-ad20
4 files changed, 21 insertions, 23 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index 2342e06be52..1874dcc77cc 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2013/04/06 21:07:35 rodent Exp $
+# $NetBSD: Makefile,v 1.20 2013/06/16 10:11:58 shattered Exp $
#
-DISTNAME= chkrootkit-0.47
-PKGREVISION= 1
+DISTNAME= chkrootkit-0.49
+#KGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/
diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo
index c61014233f9..021a71a8ecd 100644
--- a/security/chkrootkit/distinfo
+++ b/security/chkrootkit/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2010/02/25 07:15:42 agc Exp $
+$NetBSD: distinfo,v 1.10 2013/06/16 10:11:58 shattered Exp $
-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 (chkrootkit-0.49.tar.gz) = cec1a3c482b95b20d3a946b07fffb23290abc4a6
+RMD160 (chkrootkit-0.49.tar.gz) = 8c23ed9859a7dcf7d43ac15049b48c863ab63e92
+Size (chkrootkit-0.49.tar.gz) = 39421 bytes
+SHA1 (patch-aa) = b569760074a9e6ffd038c080f896c8caa444f61c
SHA1 (patch-ab) = 109a43494bda8d0966164b7684f63a6a83f2d829
SHA1 (patch-ac) = 3e2f5dd9d7f38e0eddc5b43a1a74b880ea296fc5
-SHA1 (patch-ad) = 42f5184c800bccba5ffc238fb8e577ef61ca2a2a
+SHA1 (patch-ad) = 0fe07cdf00ac6e9d9c6366f74c4e009f858688e4
diff --git a/security/chkrootkit/patches/patch-aa b/security/chkrootkit/patches/patch-aa
index 1081a6a9363..a97a7482bdc 100644
--- a/security/chkrootkit/patches/patch-aa
+++ b/security/chkrootkit/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2007/07/11 20:16:33 adrianp Exp $
+$NetBSD: patch-aa,v 1.3 2013/06/16 10:11:58 shattered Exp $
---- Makefile.orig 2006-10-09 20:29:19.000000000 +0100
+--- Makefile.orig 2007-12-24 12:18:02.000000000 +0000
+++ Makefile
@@ -3,9 +3,9 @@
- # (C) 1997-2006 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
+ # (C) 1997-2007 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
#
-CC = gcc
diff --git a/security/chkrootkit/patches/patch-ad b/security/chkrootkit/patches/patch-ad
index 530f8664343..6558cf1880b 100644
--- a/security/chkrootkit/patches/patch-ad
+++ b/security/chkrootkit/patches/patch-ad
@@ -1,24 +1,22 @@
-$NetBSD: patch-ad,v 1.1 2010/02/25 07:15:42 agc Exp $
+$NetBSD: patch-ad,v 1.2 2013/06/16 10:11:58 shattered Exp $
-modern NetBSD has PAM too
-
---- chkrootkit 2010/02/24 22:13:30 1.1
-+++ chkrootkit 2010/02/24 22:12:34
-@@ -476,7 +476,7 @@
+--- chkrootkit.orig 2009-07-30 14:10:54.000000000 +0000
++++ chkrootkit
+@@ -509,7 +509,7 @@ ${ROOTDIR}/usr/include/syslogs.h ${ROOTD
### OpenBSD rootkit v1
-- if [ "$SYSTEM" != "SunOS" -a ! -f /usr/lib/security/libgcj.security ]
-+ if [ "$SYSTEM" != "SunOS" -a "$SYSTEM" != "NetBSD" -a ! -f /usr/lib/security/libgcj.security ]
+- if [ \( "$SYSTEM" != "SunOS" -a ${SYSTEM} != "Linux" \) -a ! -f /usr/lib/security/libgcj.security ]
++ if [ "$SYSTEM" != "SunOS" -a "$SYSTEM" != "Linux" -a "$SYSTEM" != "NetBSD" -a ! -f /usr/lib/security/libgcj.security ]
then
expertmode_output "${find} ${ROOTDIR}usr/lib/security"
fi
-@@ -893,7 +893,7 @@
+@@ -931,7 +931,7 @@ ${find} ${ROOTDIR}usr/sbin -name in.slog
fi
### OpenBSD rootkit v1
-- if [ "${SYSTEM}" != "SunOS" -a ! -f ${ROOTDIR}usr/lib/security/libgcj.security ]; then
-+ if [ "${SYSTEM}" != "SunOS" -a "$SYSTEM" != "NetBSD" -a ! -f ${ROOTDIR}usr/lib/security/libgcj.security ]; then
+- if [ \( "${SYSTEM}" != "SunOS" -a ${SYSTEM} != "Linux" \) -a ! -f ${ROOTDIR}usr/lib/security/libgcj.security ]; then
++ if [ "$SYSTEM" != "SunOS" -a "$SYSTEM" != "Linux" -a "$SYSTEM" != "NetBSD" -a ! -f /usr/lib/security/libgcj.security ]; then
files=""
if [ "${QUIET}" != "t" ];then printn "Searching for OBSD rk v1... "; fi
files=`${find} ${ROOTDIR}usr/lib/security 2>/dev/null`