rpms/rkhunter/devel rkhunter.spec, 1.28, 1.29 rkhunter-1.3.6-fedoraconfig.patch, 1.1, 1.2

Kevin Fenzi kevin at fedoraproject.org
Wed Dec 2 01:04:12 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/rkhunter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1860

Modified Files:
	rkhunter.spec rkhunter-1.3.6-fedoraconfig.patch 
Log Message:
Disable apps check by default - bug #543065



Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- rkhunter.spec	30 Nov 2009 05:28:17 -0000	1.28
+++ rkhunter.spec	2 Dec 2009 01:04:11 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
@@ -95,6 +95,9 @@ EOF
 %{_mandir}/man8/*
 
 %changelog
+* Tue Dec 01 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.6-2
+- Disable apps check by default - bug #543065
+
 * Sun Nov 29 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.6-1
 - Update to 1.3.6
 

rkhunter-1.3.6-fedoraconfig.patch:
 rkhunter.conf |   81 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 39 deletions(-)

Index: rkhunter-1.3.6-fedoraconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter-1.3.6-fedoraconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rkhunter-1.3.6-fedoraconfig.patch	30 Nov 2009 05:28:17 -0000	1.1
+++ rkhunter-1.3.6-fedoraconfig.patch	2 Dec 2009 01:04:11 -0000	1.2
@@ -1,6 +1,6 @@
 diff -Nur rkhunter-1.3.6.orig/files/rkhunter.conf rkhunter-1.3.6/files/rkhunter.conf
 --- rkhunter-1.3.6.orig/files/rkhunter.conf	2009-11-28 15:13:19.000000000 -0700
-+++ rkhunter-1.3.6/files/rkhunter.conf	2009-11-29 22:03:48.000000000 -0700
++++ rkhunter-1.3.6/files/rkhunter.conf	2009-12-01 17:43:15.000000000 -0700
 @@ -71,7 +71,7 @@
  # NOTE: This option should be present in the configuration file.
  #
@@ -65,6 +65,15 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
  
  #
  # Set this option to '1' to allow the use of the SSH-1 protocol, but note
+@@ -236,7 +236,7 @@
+ # tests, the test names, and how rkhunter behaves when these options are used.
+ #
+ ENABLE_TESTS="all"
+-DISABLE_TESTS="suspscan hidden_procs deleted_files packet_cap_apps"
++DISABLE_TESTS="apps suspscan hidden_procs deleted_files packet_cap_apps"
+ 
+ #
+ # The HASH_FUNC option can be used to specify the command to use
 @@ -299,7 +299,7 @@
  #
  # Whenever this option is changed 'rkhunter --propupd' must be run.




More information about the fedora-extras-commits mailing list