diff options
author | mef <mef@pkgsrc.org> | 2014-12-08 14:04:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-08 14:04:57 +0000 |
commit | 82346e3313565af1344c29a51202e28e201f8616 (patch) | |
tree | 1324cc42c797c3f6ede2a5c5773fcc781d7f4f31 /security/chkrootkit/patches/patch-ab | |
parent | e47f7f9cf8ea47deac9af7e212c484d63f5be363 (diff) | |
download | pkgsrc-82346e3313565af1344c29a51202e28e201f8616.tar.gz |
(pkgsrc)
- Add comment on patch-ac (from cvs log)
(upstream)
- Update 0.49 to 0.50
04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound
Operation Windigo ssh backdoor detection
Minor bug fixes
Diffstat (limited to 'security/chkrootkit/patches/patch-ab')
-rw-r--r-- | security/chkrootkit/patches/patch-ab | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/chkrootkit/patches/patch-ab b/security/chkrootkit/patches/patch-ab index 78a88a8a864..e0c7e0b8354 100644 --- a/security/chkrootkit/patches/patch-ab +++ b/security/chkrootkit/patches/patch-ab @@ -1,8 +1,10 @@ -$NetBSD: patch-ab,v 1.1 2004/05/26 15:04:32 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2014/12/08 14:04:57 mef Exp $ ---- chklastlog.c.orig 2003-12-26 19:30:12.000000000 +0100 -+++ chklastlog.c -@@ -57,6 +57,10 @@ +Add NetBSD Path + +--- chklastlog.c.orig 2014-05-06 19:12:14.000000000 +0900 ++++ chklastlog.c 2014-12-08 22:32:03.000000000 +0900 +@@ -59,6 +59,10 @@ #define WTMP_FILENAME "/var/log/wtmp" #define LASTLOG_FILENAME "/var/log/lastlog" #endif @@ -11,5 +13,5 @@ $NetBSD: patch-ab,v 1.1 2004/05/26 15:04:32 wiz Exp $ +#define LASTLOG_FILENAME "/var/log/lastlog" +#endif #ifdef __OpenBSD__ + #include <stdlib.h> #define WTMP_FILENAME "/var/log/wtmp" - #define LASTLOG_FILENAME "/var/log/lastlog" |