pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/chkrootkit Make chklastlog useful on NetBSD; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97f2efa1f5cc
branches:  trunk
changeset: 475802:97f2efa1f5cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 26 15:04:32 2004 +0000

description:
Make chklastlog useful on NetBSD; from Makoto Fujiwara in PR 25701.
Bump PKGREVISION.

diffstat:

 security/chkrootkit/Makefile         |   3 ++-
 security/chkrootkit/distinfo         |   3 ++-
 security/chkrootkit/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 90c2035a84dc -r 97f2efa1f5cc security/chkrootkit/Makefile
--- a/security/chkrootkit/Makefile      Wed May 26 14:56:22 2004 +0000
+++ b/security/chkrootkit/Makefile      Wed May 26 15:04:32 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/03/31 09:39:24 sketch Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/26 15:04:32 wiz Exp $
 #
 
 DISTNAME=              chkrootkit
 PKGNAME=               ${DISTNAME}-0.43
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.pangeia.com.br/pub/seg/pac/
 
diff -r 90c2035a84dc -r 97f2efa1f5cc security/chkrootkit/distinfo
--- a/security/chkrootkit/distinfo      Wed May 26 14:56:22 2004 +0000
+++ b/security/chkrootkit/distinfo      Wed May 26 15:04:32 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/17 15:33:52 minskim Exp $
+$NetBSD: distinfo,v 1.2 2004/05/26 15:04:32 wiz Exp $
 
 SHA1 (chkrootkit-0.43/chkrootkit.tar.gz) = 58e3693823a9b8ab9b6bb609d54b5716af332a00
 Size (chkrootkit-0.43/chkrootkit.tar.gz) = 33355 bytes
 SHA1 (patch-aa) = c47ecb09d02c710727420a3adfb7d8b62d721f2d
+SHA1 (patch-ab) = 109a43494bda8d0966164b7684f63a6a83f2d829
diff -r 90c2035a84dc -r 97f2efa1f5cc security/chkrootkit/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/chkrootkit/patches/patch-ab      Wed May 26 15:04:32 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2004/05/26 15:04:32 wiz Exp $
+
+--- chklastlog.c.orig  2003-12-26 19:30:12.000000000 +0100
++++ chklastlog.c
+@@ -57,6 +57,10 @@
+ #define WTMP_FILENAME "/var/log/wtmp"
+ #define LASTLOG_FILENAME "/var/log/lastlog"
+ #endif
++#ifdef __NetBSD__
++#define WTMP_FILENAME "/var/log/wtmp"
++#define LASTLOG_FILENAME "/var/log/lastlog"
++#endif
+ #ifdef __OpenBSD__
+ #define WTMP_FILENAME "/var/log/wtmp"
+ #define LASTLOG_FILENAME "/var/log/lastlog"



Home | Main Index | Thread Index | Old Index