[chkrootkit] Fix for suckit false positive.

Jon Ciesla limb at fedoraproject.org
Tue Oct 21 15:16:00 UTC 2014


commit 3bbf4589c9caf56bd12cc417e9dddf39aa2240d6
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Oct 21 10:15:56 2014 -0500

    Fix for suckit false positive.

 chkrootkit.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/chkrootkit.spec b/chkrootkit.spec
index 0283867..bb7cde4 100644
--- a/chkrootkit.spec
+++ b/chkrootkit.spec
@@ -1,7 +1,7 @@
 %define _hardened_build 1
 Name:           chkrootkit
 Version:        0.50
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD and GPLv2+ and Python
@@ -23,6 +23,7 @@ Patch6:         chkrootkit-0.47-chklastlog.patch
 Patch9:         chkrootkit-0.49-chkproc-psver.patch
 Patch10:	chkrootkit-0.49-chkutmp-outofbounds.patch
 Patch11:	chkrootkit-0.49-CVE-2014-0476.patch
+Patch12:	chkrootkit-suckit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -61,6 +62,7 @@ It contains:
 %patch9 -p0 -b .chkproc-psver
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 sed -i -e 's!\s\+ at strip.*!!g' Makefile
 
 
@@ -128,6 +130,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Tue Oct 21 2014 Jon Ciesla <limburgher at gmail.com> - 0.50-4
+- Patch for suckit false positive, BZ 636231.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list