[127390] trunk/dports/sysutils/chkrootkit

khindenburg at macports.org khindenburg at macports.org
Sun Oct 26 15:12:42 PDT 2014


Revision: 127390
          https://trac.macports.org/changeset/127390
Author:   khindenburg at macports.org
Date:     2014-10-26 15:12:42 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
chkrootkit: update to 0.50 - release has a typo which authors will fix in 0.51

Modified Paths:
--------------
    trunk/dports/sysutils/chkrootkit/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/chkrootkit/files/patch-dirnametypo.diff

Modified: trunk/dports/sysutils/chkrootkit/Portfile
===================================================================
--- trunk/dports/sysutils/chkrootkit/Portfile	2014-10-26 20:33:52 UTC (rev 127389)
+++ trunk/dports/sysutils/chkrootkit/Portfile	2014-10-26 22:12:42 UTC (rev 127390)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                chkrootkit
-version             0.49
-revision            1
+version             0.50
 categories          sysutils
 platforms           darwin
 maintainers         nomaintainer
@@ -18,11 +17,10 @@
 homepage            http://www.chkrootkit.org/
 master_sites        ftp://ftp.pangeia.com.br/pub/seg/pac/
 
-checksums           md5     304d840d52840689e0ab0af56d6d3a18 \
-                    sha1    cec1a3c482b95b20d3a946b07fffb23290abc4a6 \
-                    rmd160  8c23ed9859a7dcf7d43ac15049b48c863ab63e92
+checksums           rmd160  c038cc6ddbc0cf30d3492545bc02b1c95df973f1 \
+                    sha256  9548fc922b0cb8ddf055faff4a4887f140a31c45f2f5e3aa64aad91ecfa56cc7
 
-patchfiles          patch-chkrootkit.diff
+patchfiles          patch-chkrootkit.diff patch-dirnametypo.diff
 
 use_configure       no
 

Added: trunk/dports/sysutils/chkrootkit/files/patch-dirnametypo.diff
===================================================================
--- trunk/dports/sysutils/chkrootkit/files/patch-dirnametypo.diff	                        (rev 0)
+++ trunk/dports/sysutils/chkrootkit/files/patch-dirnametypo.diff	2014-10-26 22:12:42 UTC (rev 127390)
@@ -0,0 +1,11 @@
+--- chkrootkit	2014-10-26 17:39:55.000000000 -0400
++++ chkrootkit	2014-10-26 17:40:36.000000000 -0400
+@@ -1812,7 +1812,7 @@
+     then
+         STATUS=${INFECTED}
+     fi
+-    if ${ls} -l ${MD} | ${egrep} "^...s" > /dev/null 2>&1
++    if ${ls} -l ${CMD} | ${egrep} "^...s" > /dev/null 2>&1
+     then
+         STATUS=${INFECTED}
+     fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/863f234b/attachment.html>


More information about the macports-changes mailing list