[arch-commits] Commit in chkrootkit/repos/extra-x86_64 (10 files)

Eric Bélanger eric at archlinux.org
Mon Nov 28 09:58:37 UTC 2011


    Date: Monday, November 28, 2011 @ 04:58:36
  Author: eric
Revision: 143673

archrelease: copy trunk to extra-x86_64

Added:
  chkrootkit/repos/extra-x86_64/PKGBUILD
    (from rev 143672, chkrootkit/trunk/PKGBUILD)
  chkrootkit/repos/extra-x86_64/backslashes.patch
    (from rev 143672, chkrootkit/trunk/backslashes.patch)
  chkrootkit/repos/extra-x86_64/chkrootkit.cron
    (from rev 143672, chkrootkit/trunk/chkrootkit.cron)
  chkrootkit/repos/extra-x86_64/fix-tools-path.patch
    (from rev 143672, chkrootkit/trunk/fix-tools-path.patch)
  chkrootkit/repos/extra-x86_64/kallsyms.patch
    (from rev 143672, chkrootkit/trunk/kallsyms.patch)
Deleted:
  chkrootkit/repos/extra-x86_64/PKGBUILD
  chkrootkit/repos/extra-x86_64/backslashes.patch
  chkrootkit/repos/extra-x86_64/chkrootkit.cron
  chkrootkit/repos/extra-x86_64/fix-tools-path.patch
  chkrootkit/repos/extra-x86_64/kallsyms.patch

----------------------+
 PKGBUILD             |   84 ++++++++++++++++++++++++-------------------------
 backslashes.patch    |   44 ++++++++++++-------------
 chkrootkit.cron      |    4 +-
 fix-tools-path.patch |   22 ++++++------
 kallsyms.patch       |   60 +++++++++++++++++------------------
 5 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 09:57:59 UTC (rev 143672)
+++ PKGBUILD	2011-11-28 09:58:36 UTC (rev 143673)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=chkrootkit
-pkgver=0.49
-pkgrel=3
-pkgdesc="Locally checks for signs of a rootkit"
-arch=('i686' 'x86_64')
-url="http://www.chkrootkit.org"
-depends=('sh' 'net-tools')
-license=('BSD')
-source=(ftp://ftp.pangeia.com.br/pub/seg/pac/${pkgname}.tar.gz chkrootkit.cron \
-        fix-tools-path.patch backslashes.patch kallsyms.patch)
-md5sums=('304d840d52840689e0ab0af56d6d3a18'
-         'f4b6494270f708bf016e087104681739'
-         '3e5f2d5e2f4fa7a0d780baec9039c07f'
-         '758f892dcf73e8a2a4694662fba366d4'
-         'd087f3aad8a9e97fea496ef83e4f1d48')
-sha1sums=('cec1a3c482b95b20d3a946b07fffb23290abc4a6'
-          '6dda90abf779b6f5c3bacd638e1231f34635575d'
-          '7fcad8117a064f0a6910134e8bb3a55de110650f'
-          'e22546f445c145cf05dbc1a10f7b196fcd1c8202'
-          'dc5b402ee69a7a5ae622ecfd733682516df54e88')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|/var/adm|/var/log|' check_wtmpx.c chklastlog.c chkutmp.c chkwtmp.c
-  patch -p0 -i "${srcdir}/fix-tools-path.patch"
-  patch -p1 -i "${srcdir}/backslashes.patch"
-  patch -p1 -i "${srcdir}/kallsyms.patch"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  for i in check_wtmpx chkdirs chklastlog chkproc chkrootkit \
-           chkutmp chkwtmp ifpromisc strings-static ; do
-    install -D -m755 $i "${pkgdir}/usr/sbin/$i"
-  done
-  install -D -m744 "${srcdir}/chkrootkit.cron" "${pkgdir}/etc/cron.weekly/chkrootkit"
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: chkrootkit/repos/extra-x86_64/PKGBUILD (from rev 143672, chkrootkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-11-28 09:58:36 UTC (rev 143673)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=chkrootkit
+pkgver=0.49
+pkgrel=3
+pkgdesc="Locally checks for signs of a rootkit"
+arch=('i686' 'x86_64')
+url="http://www.chkrootkit.org"
+depends=('sh' 'net-tools')
+license=('BSD')
+source=(http://www.reznor.com/tools/chkrootkit.tar.gz chkrootkit.cron \
+        fix-tools-path.patch backslashes.patch kallsyms.patch)
+md5sums=('304d840d52840689e0ab0af56d6d3a18'
+         'f4b6494270f708bf016e087104681739'
+         '3e5f2d5e2f4fa7a0d780baec9039c07f'
+         '758f892dcf73e8a2a4694662fba366d4'
+         'd087f3aad8a9e97fea496ef83e4f1d48')
+sha1sums=('cec1a3c482b95b20d3a946b07fffb23290abc4a6'
+          '6dda90abf779b6f5c3bacd638e1231f34635575d'
+          '7fcad8117a064f0a6910134e8bb3a55de110650f'
+          'e22546f445c145cf05dbc1a10f7b196fcd1c8202'
+          'dc5b402ee69a7a5ae622ecfd733682516df54e88')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|/var/adm|/var/log|' check_wtmpx.c chklastlog.c chkutmp.c chkwtmp.c
+  patch -p0 -i "${srcdir}/fix-tools-path.patch"
+  patch -p1 -i "${srcdir}/backslashes.patch"
+  patch -p1 -i "${srcdir}/kallsyms.patch"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  for i in check_wtmpx chkdirs chklastlog chkproc chkrootkit \
+           chkutmp chkwtmp ifpromisc strings-static ; do
+    install -D -m755 $i "${pkgdir}/usr/sbin/$i"
+  done
+  install -D -m744 "${srcdir}/chkrootkit.cron" "${pkgdir}/etc/cron.weekly/chkrootkit"
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: backslashes.patch
===================================================================
--- backslashes.patch	2011-11-28 09:57:59 UTC (rev 143672)
+++ backslashes.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -1,22 +0,0 @@
-Author: James R. Van Zandt <jrv at debian.org>
-Description: Two of the chkrootkit messages have unnecessary backslashes (#498063)
---- a/chkrootkit
-+++ b/chkrootkit
-@@ -672,7 +672,7 @@ etc/ld.so.hash sbin/init.zk usr/lib/in.h
-    if [ "`find ${LIBS} -name libproc.a 2> /dev/null`" != "" -a \
-        "$SYSTEM" != "FreeBSD" ]
-    then
--      echo "Possible t0rn v8 \(or variation\) rootkit installed"
-+      echo "Possible t0rn v8 (or variation) rootkit installed"
-    else
-       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
-    fi
-@@ -726,7 +726,7 @@ etc/ld.so.hash sbin/init.zk usr/lib/in.h
- 
-    if [ -d ${ROOTDIR}dev/ptyxx -o -r "${ROOTDIR}usr/lib/.ark?" -o \
-         -d ${ROOTDIR}usr/doc/"... " ]; then
--      echo "Possible Ambient's rootkit \(ark\) installed"
-+      echo "Possible Ambient's rootkit (ark) installed"
-    else
-       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
-    fi

Copied: chkrootkit/repos/extra-x86_64/backslashes.patch (from rev 143672, chkrootkit/trunk/backslashes.patch)
===================================================================
--- backslashes.patch	                        (rev 0)
+++ backslashes.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -0,0 +1,22 @@
+Author: James R. Van Zandt <jrv at debian.org>
+Description: Two of the chkrootkit messages have unnecessary backslashes (#498063)
+--- a/chkrootkit
++++ b/chkrootkit
+@@ -672,7 +672,7 @@ etc/ld.so.hash sbin/init.zk usr/lib/in.h
+    if [ "`find ${LIBS} -name libproc.a 2> /dev/null`" != "" -a \
+        "$SYSTEM" != "FreeBSD" ]
+    then
+-      echo "Possible t0rn v8 \(or variation\) rootkit installed"
++      echo "Possible t0rn v8 (or variation) rootkit installed"
+    else
+       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
+    fi
+@@ -726,7 +726,7 @@ etc/ld.so.hash sbin/init.zk usr/lib/in.h
+ 
+    if [ -d ${ROOTDIR}dev/ptyxx -o -r "${ROOTDIR}usr/lib/.ark?" -o \
+         -d ${ROOTDIR}usr/doc/"... " ]; then
+-      echo "Possible Ambient's rootkit \(ark\) installed"
++      echo "Possible Ambient's rootkit (ark) installed"
+    else
+       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
+    fi

Deleted: chkrootkit.cron
===================================================================
--- chkrootkit.cron	2011-11-28 09:57:59 UTC (rev 143672)
+++ chkrootkit.cron	2011-11-28 09:58:36 UTC (rev 143673)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/sbin/chkrootkit -q

Copied: chkrootkit/repos/extra-x86_64/chkrootkit.cron (from rev 143672, chkrootkit/trunk/chkrootkit.cron)
===================================================================
--- chkrootkit.cron	                        (rev 0)
+++ chkrootkit.cron	2011-11-28 09:58:36 UTC (rev 143673)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/sbin/chkrootkit -q

Deleted: fix-tools-path.patch
===================================================================
--- fix-tools-path.patch	2011-11-28 09:57:59 UTC (rev 143672)
+++ fix-tools-path.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -1,11 +0,0 @@
---- chkrootkit
-+++ chkrootkit
-@@ -17,6 +17,8 @@ unalias netstat > /dev/null 2>&1
- unalias ps > /dev/null 2>&1
- unalias dirname > /dev/null 2>&1
- 
-+cd /usr/sbin
-+
- # Workaround for recent GNU coreutils
- _POSIX2_VERSION=199209
- export _POSIX2_VERSION

Copied: chkrootkit/repos/extra-x86_64/fix-tools-path.patch (from rev 143672, chkrootkit/trunk/fix-tools-path.patch)
===================================================================
--- fix-tools-path.patch	                        (rev 0)
+++ fix-tools-path.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -0,0 +1,11 @@
+--- chkrootkit
++++ chkrootkit
+@@ -17,6 +17,8 @@ unalias netstat > /dev/null 2>&1
+ unalias ps > /dev/null 2>&1
+ unalias dirname > /dev/null 2>&1
+ 
++cd /usr/sbin
++
+ # Workaround for recent GNU coreutils
+ _POSIX2_VERSION=199209
+ export _POSIX2_VERSION

Deleted: kallsyms.patch
===================================================================
--- kallsyms.patch	2011-11-28 09:57:59 UTC (rev 143672)
+++ kallsyms.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -1,30 +0,0 @@
---- a/chkrootkit
-+++ b/chkrootkit
-@@ -308,7 +316,7 @@ lkm ()
-       fi
- 
-       if [ "${EXPERT}" = "t" ]; then
--         [ -r /proc/ksyms ] &&  ${egrep} -i "adore|sebek" < /proc/ksyms 2>/dev/null
-+         [ -r /proc/kallsyms ] &&  ${egrep} -i "adore|sebek" < /proc/kallsyms 2>/dev/null
-          [ -d /proc/knark ] &&  ${ls} -la /proc/knark 2> /dev/null
-          PV=`$ps -V 2>/dev/null| $cut -d " " -f 3 |${awk} -F . '{ print $1 "." $2 $3 }' | ${awk} '{ if ($0 > 3.19) print 3; else if ($0 < 2.015) print 1; else print 2 }'`
-          [ "$PV" = "" ] &&  PV=2
-@@ -318,14 +326,14 @@ lkm ()
-       fi
- 
-       ### adore LKM
--      [ -r /proc/ksyms ] && \
--      if `${egrep} -i adore < /proc/ksyms >/dev/null 2>&1`; then
-+      [ -r /proc/kallsyms ] && \
-+      if `${egrep} -i adore < /proc/kallsyms >/dev/null 2>&1`; then
-          echo "Warning: Adore LKM installed"
-       fi
- 
-       ### sebek LKM (Adore based)
--      [ -r /proc/ksyms ] && \
--      if `${egrep} -i sebek < /proc/ksyms >/dev/null 2>&1`; then
-+      [ -r /proc/kallsyms ] && \
-+      if `${egrep} -i sebek < /proc/kallsyms >/dev/null 2>&1`; then
-          echo "Warning: Sebek LKM installed"
-       fi
- 

Copied: chkrootkit/repos/extra-x86_64/kallsyms.patch (from rev 143672, chkrootkit/trunk/kallsyms.patch)
===================================================================
--- kallsyms.patch	                        (rev 0)
+++ kallsyms.patch	2011-11-28 09:58:36 UTC (rev 143673)
@@ -0,0 +1,30 @@
+--- a/chkrootkit
++++ b/chkrootkit
+@@ -308,7 +316,7 @@ lkm ()
+       fi
+ 
+       if [ "${EXPERT}" = "t" ]; then
+-         [ -r /proc/ksyms ] &&  ${egrep} -i "adore|sebek" < /proc/ksyms 2>/dev/null
++         [ -r /proc/kallsyms ] &&  ${egrep} -i "adore|sebek" < /proc/kallsyms 2>/dev/null
+          [ -d /proc/knark ] &&  ${ls} -la /proc/knark 2> /dev/null
+          PV=`$ps -V 2>/dev/null| $cut -d " " -f 3 |${awk} -F . '{ print $1 "." $2 $3 }' | ${awk} '{ if ($0 > 3.19) print 3; else if ($0 < 2.015) print 1; else print 2 }'`
+          [ "$PV" = "" ] &&  PV=2
+@@ -318,14 +326,14 @@ lkm ()
+       fi
+ 
+       ### adore LKM
+-      [ -r /proc/ksyms ] && \
+-      if `${egrep} -i adore < /proc/ksyms >/dev/null 2>&1`; then
++      [ -r /proc/kallsyms ] && \
++      if `${egrep} -i adore < /proc/kallsyms >/dev/null 2>&1`; then
+          echo "Warning: Adore LKM installed"
+       fi
+ 
+       ### sebek LKM (Adore based)
+-      [ -r /proc/ksyms ] && \
+-      if `${egrep} -i sebek < /proc/ksyms >/dev/null 2>&1`; then
++      [ -r /proc/kallsyms ] && \
++      if `${egrep} -i sebek < /proc/kallsyms >/dev/null 2>&1`; then
+          echo "Warning: Sebek LKM installed"
+       fi
+ 




More information about the arch-commits mailing list