rpms/chkrootkit/devel chkrootkit-0.48-chkproc-psver.patch, NONE, 1.1 chkrootkit.spec, 1.32, 1.33

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri May 30 18:02:09 UTC 2008


Author: mschwendt

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

Modified Files:
	chkrootkit.spec 
Added Files:
	chkrootkit-0.48-chkproc-psver.patch 
Log Message:
* Fri May 30 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-8
- Let chkproc default to procps version 3.


chkrootkit-0.48-chkproc-psver.patch:

--- NEW FILE chkrootkit-0.48-chkproc-psver.patch ---
diff -Nur chkrootkit-0.48-orig/chkproc.c chkrootkit-0.48/chkproc.c
--- chkrootkit-0.48-orig/chkproc.c	2007-08-14 23:32:41.000000000 +0200
+++ chkrootkit-0.48/chkproc.c	2008-05-30 19:57:43.000000000 +0200
@@ -142,7 +142,7 @@
    psinfo_t psbuf;
 #endif
 
-   pv = verbose = 0; 
+   pv = 3; verbose = 0; 
 
    if (!proc)
    {


Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- chkrootkit.spec	9 Apr 2008 10:53:11 -0000	1.32
+++ chkrootkit.spec	30 May 2008 18:01:10 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.48
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD-like
@@ -19,6 +19,7 @@
 Patch6:         chkrootkit-0.47-chklastlog.patch
 Patch7:         chkrootkit-0.48-anomalies.patch
 Patch8:         chkrootkit-0.48-nophpcheck.patch
+Patch9:         chkrootkit-0.48-chkproc-psver.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -49,6 +50,7 @@
 %patch6 -p1 -b .chklastlog
 %patch7 -p1 -b .anomalies
 %patch8 -p1 -b .nophpcheck
+%patch9 -p1 -b .chkproc-psver
 sed -i -e 's!\s\+ at strip.*!!g' Makefile
 
 
@@ -117,6 +119,9 @@
 
 
 %changelog
+* Fri May 30 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-8
+- Let chkproc default to procps version 3.
+
 * Wed Apr  9 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-7
 - Build with large file API (#441638).
 




More information about the fedora-extras-commits mailing list