pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/chkrootkit (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e9aace7208c
branches:  trunk
changeset: 642972:2e9aace7208c
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Dec 08 14:04:57 2014 +0000

description:
(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:

 security/chkrootkit/Makefile         |   5 ++---
 security/chkrootkit/distinfo         |  14 +++++++-------
 security/chkrootkit/patches/patch-aa |  10 +++++-----
 security/chkrootkit/patches/patch-ab |  12 +++++++-----
 security/chkrootkit/patches/patch-ac |   6 +++++-
 5 files changed, 26 insertions(+), 21 deletions(-)

diffs (96 lines):

diff -r 8e3024c1c9a9 -r 2e9aace7208c security/chkrootkit/Makefile
--- a/security/chkrootkit/Makefile      Mon Dec 08 13:03:19 2014 +0000
+++ b/security/chkrootkit/Makefile      Mon Dec 08 14:04:57 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:51 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2014/12/08 14:04:57 mef Exp $
 #
 
-DISTNAME=              chkrootkit-0.49
-#KGREVISION=           1
+DISTNAME=              chkrootkit-0.50
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.pangeia.com.br/pub/seg/pac/
 
diff -r 8e3024c1c9a9 -r 2e9aace7208c security/chkrootkit/distinfo
--- a/security/chkrootkit/distinfo      Mon Dec 08 13:03:19 2014 +0000
+++ b/security/chkrootkit/distinfo      Mon Dec 08 14:04:57 2014 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2013/06/16 10:11:58 shattered Exp $
+$NetBSD: distinfo,v 1.11 2014/12/08 14:04:57 mef Exp $
 
-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 (chkrootkit-0.50.tar.gz) = 0c3f40b2919d25421a90533c2fe6cca81321232c
+RMD160 (chkrootkit-0.50.tar.gz) = c038cc6ddbc0cf30d3492545bc02b1c95df973f1
+Size (chkrootkit-0.50.tar.gz) = 38616 bytes
+SHA1 (patch-aa) = e047b8f102125c8bf3452943b90a72164ce6b1e1
+SHA1 (patch-ab) = 695de249986090b6e23b5a649d6d0116c360e74d
+SHA1 (patch-ac) = fb0561e916d8b61e19636e301554c221adf115da
 SHA1 (patch-ad) = 0fe07cdf00ac6e9d9c6366f74c4e009f858688e4
diff -r 8e3024c1c9a9 -r 2e9aace7208c security/chkrootkit/patches/patch-aa
--- a/security/chkrootkit/patches/patch-aa      Mon Dec 08 13:03:19 2014 +0000
+++ b/security/chkrootkit/patches/patch-aa      Mon Dec 08 14:04:57 2014 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.3 2013/06/16 10:11:58 shattered Exp $
+$NetBSD: patch-aa,v 1.4 2014/12/08 14:04:57 mef Exp $
 
---- Makefile.orig      2007-12-24 12:18:02.000000000 +0000
-+++ Makefile
+--- Makefile.orig      2014-05-06 18:56:43.000000000 +0900
++++ Makefile   2014-12-08 22:30:07.000000000 +0900
 @@ -3,9 +3,9 @@
  # (C) 1997-2007 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
  #
  
--CC       = gcc
+-CC       = cc
 -CFLAGS         = -DHAVE_LASTLOG_H
 -STATIC   = -static
-+#CC       = gcc
++#CC       = cc
 +#CFLAGS        = -DHAVE_LASTLOG_H
 +#STATIC   = -static
  
diff -r 8e3024c1c9a9 -r 2e9aace7208c security/chkrootkit/patches/patch-ab
--- a/security/chkrootkit/patches/patch-ab      Mon Dec 08 13:03:19 2014 +0000
+++ b/security/chkrootkit/patches/patch-ab      Mon Dec 08 14:04:57 2014 +0000
@@ -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 $
+
+Add NetBSD Path
 
---- chklastlog.c.orig  2003-12-26 19:30:12.000000000 +0100
-+++ chklastlog.c
-@@ -57,6 +57,10 @@
+--- 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 @@
 +#define LASTLOG_FILENAME "/var/log/lastlog"
 +#endif
  #ifdef __OpenBSD__
+ #include <stdlib.h> 
  #define WTMP_FILENAME "/var/log/wtmp"
- #define LASTLOG_FILENAME "/var/log/lastlog"
diff -r 8e3024c1c9a9 -r 2e9aace7208c security/chkrootkit/patches/patch-ac
--- a/security/chkrootkit/patches/patch-ac      Mon Dec 08 13:03:19 2014 +0000
+++ b/security/chkrootkit/patches/patch-ac      Mon Dec 08 14:04:57 2014 +0000
@@ -1,4 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2006/01/19 23:42:11 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2014/12/08 14:04:57 mef Exp $
+
+limits.h is ISO C, unconditionally include it. Keep conditional for
+sys/syslimits.h though.
+
 
 --- chkdirs.c.orig     2006-01-19 23:40:21.000000000 +0000
 +++ chkdirs.c



Home | Main Index | Thread Index | Old Index