[arch-commits] Commit in chkrootkit/trunk (PKGBUILD chkrootkit.install)

Hugo Doria hugo at archlinux.org
Mon Sep 14 13:53:47 UTC 2009


    Date: Monday, September 14, 2009 @ 09:53:46
  Author: hugo
Revision: 52032

upgpkg: chkrootkit 0.49-1
    Upstream update to 0.49

Modified:
  chkrootkit/trunk/PKGBUILD
Deleted:
  chkrootkit/trunk/chkrootkit.install

--------------------+
 PKGBUILD           |   12 ++++++------
 chkrootkit.install |   21 ---------------------
 2 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-14 13:40:44 UTC (rev 52031)
+++ PKGBUILD	2009-09-14 13:53:46 UTC (rev 52032)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
 
 pkgname=chkrootkit
-pkgver=0.48
-pkgrel=2
+pkgver=0.49
+pkgrel=1
 pkgdesc="Locally checks for signs of a rootkit."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.chkrootkit.org"
 depends=('bash')
 license=('BSD')
-source=(ftp://ftp.pangeia.com.br/pub/seg/pac/${pkgname}-${pkgver}.tar.gz fix-tools-path.patch)
-md5sums=('de8b8b5013e7faa2b66c0e33c59677e8' '6a2f3038114b8b14e1ad74e30fe44eee')
+source=(ftp://ftp.pangeia.com.br/pub/seg/pac/${pkgname}.tar.gz fix-tools-path.patch)
+md5sums=('304d840d52840689e0ab0af56d6d3a18' '6a2f3038114b8b14e1ad74e30fe44eee')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: chkrootkit.install
===================================================================
--- chkrootkit.install	2009-09-14 13:40:44 UTC (rev 52031)
+++ chkrootkit.install	2009-09-14 13:53:46 UTC (rev 52032)
@@ -1,21 +0,0 @@
-post_install() {
-  cat << EOF
-
-Check out the /opt/chkrootkit directory, run chkrootkit as root this way:
-  # ./chkrootkit
-
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list