rpms/chkrootkit/devel chkrootkit-0.48-anomalies.patch, NONE, 1.1 chkrootkit.spec, 1.28, 1.29

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 12 09:18:53 UTC 2008


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1359/devel

Modified Files:
	chkrootkit.spec 
Added Files:
	chkrootkit-0.48-anomalies.patch 
Log Message:
* Tue Feb 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-4
- Fix the empty warning of the shell history files anomalies check.


chkrootkit-0.48-anomalies.patch:

--- NEW FILE chkrootkit-0.48-anomalies.patch ---
diff -Nur chkrootkit-0.48-orig/chkrootkit chkrootkit-0.48/chkrootkit
--- chkrootkit-0.48-orig/chkrootkit	2007-12-17 19:54:42.000000000 +0100
+++ chkrootkit-0.48/chkrootkit	2008-02-12 10:10:39.000000000 +0100
@@ -1129,7 +1129,7 @@
         echo "Warning: \`${files}' file size is zero"
       files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
       [ ! -z "${files1}" ] && \
-        echo "Warning: \`${files}' is linked to another file"
+        echo "Warning: \`${files1}' is linked to another file"
    fi
    if [ -z "${files}" -a -z "${files1}" ]; then
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi


Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- chkrootkit.spec	8 Feb 2008 21:41:49 -0000	1.28
+++ chkrootkit.spec	12 Feb 2008 09:18:11 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.48
-Release: 3%{?dist}
+Release:        4%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD-like
@@ -17,6 +17,7 @@
 Patch3:         chkrootkit-0.45-includes.patch
 Patch4:         chkrootkit-0.47-warnings.patch
 Patch6:         chkrootkit-0.47-chklastlog.patch
+Patch7:         chkrootkit-0.48-anomalies.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -45,6 +46,7 @@
 %patch3 -p1 -b .includes
 %patch4 -p1 -b .warnings
 %patch6 -p1 -b .chklastlog
+%patch7 -p1 -b .anomalies
 sed -i -e 's!\s\+ at strip.*!!g' Makefile
 
 
@@ -113,8 +115,12 @@
 
 
 %changelog
-* Fri Feb 08 2008 Michael Schwendt <mschwendt at fedoraproject.org>
+* Tue Feb 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-4
+- Fix the empty warning of the shell history files anomalies check.
+
+* Fri Feb 08 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-3
 - rebuilt for GCC 4.3 as requested by Fedora Release Engineering
+  (only in devel)
 
 * Sat Jan 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-2
 - Install README with mode 0644.




More information about the fedora-extras-commits mailing list