diff --git a/.gitignore b/.gitignore index 4927c9f..3abb74e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ chkrootkit-0.49.tar.gz /chkrootkit-0.50.tar.gz /chkrootkit-0.52.tar.gz /chkrootkit-0.53.tar.gz +/chkrootkit-0.54.tar.gz diff --git a/chkrootkit-suckit.patch b/chkrootkit-suckit.patch deleted file mode 100644 index 7a1d579..0000000 --- a/chkrootkit-suckit.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ru chkrootkit-0.50-orig/chkrootkit chkrootkit-0.50/chkrootkit ---- chkrootkit-0.50-orig/chkrootkit 2014-05-21 12:28:56.000000000 +0100 -+++ chkrootkit-0.50/chkrootkit 2014-10-03 16:06:48.000000000 +0100 -@@ -989,7 +989,14 @@ - if [ ${SYSTEM} != "HP-UX" ] && ( ${strings} ${ROOTDIR}sbin/init | ${egrep} 'HOME=' || \ - cat ${ROOTDIR}/proc/1/maps | ${egrep} "init." ) >/dev/null 2>&1 - then -- echo "Warning: ${ROOTDIR}sbin/init INFECTED" -+ #echo "Warning: ${ROOTDIR}sbin/init INFECTED" -+ # ignore false positive (bugzilla #636231) -+ readlink -f ${ROOTDIR}sbin/init|${egrep} -q /systemd$ -+ if [ $? -eq 0 ]; then -+ if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi -+ else -+ echo "Warning: ${ROOTDIR}sbin/init INFECTED" -+ fi - else - if [ -d ${ROOTDIR}/dev/.golf ]; then - echo "Warning: Suspect directory ${ROOTDIR}dev/.golf" diff --git a/chkrootkit.spec b/chkrootkit.spec index 9420631..7521f97 100644 --- a/chkrootkit.spec +++ b/chkrootkit.spec @@ -1,7 +1,7 @@ %define _hardened_build 1 Name: chkrootkit -Version: 0.53 -Release: 4%{?dist} +Version: 0.54 +Release: 1%{?dist} Summary: Tool to locally check for signs of a rootkit License: BSD and GPLv2+ and Python URL: http://www.chkrootkit.org @@ -111,6 +111,9 @@ install -p -m0644 %{SOURCE6} . %changelog +* Thu Dec 24 2020 Gwyn Ciesla - 0.54-1 +- 0.54 + * Mon Jul 27 2020 Fedora Release Engineering - 0.53-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 39116b1..7554561 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (chkrootkit-0.53.tar.gz) = f8de19d0a61ccb6ac184ad6642d78041729cba799eedcc8088cb6d2c5cf4de0574c6083caad364576a601265322e61c183b266304f00667527bf29fdc51359c7 +SHA512 (chkrootkit-0.54.tar.gz) = fe8955ac33abaabf304f5580b6f12929f8bf02329ab442380eaa6298440cf1cb0eee2db8e5667ea7d78b89ee2bceb82c10ebb732a71d6bcdda9400569cd587fd