rpms/rkhunter/devel rkhunter.spec, 1.32, 1.33 rkhunter-1.3.6-fedoraconfig.patch, 1.5, 1.6

Kevin Fenzi kevin at fedoraproject.org
Fri May 28 23:26:19 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/rkhunter/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24164

Modified Files:
	rkhunter.spec rkhunter-1.3.6-fedoraconfig.patch 
Log Message:
- Add exclude for md-device-map - bug #596731
- Supress ssh version check - bug #596775



Index: rkhunter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rkhunter/devel/rkhunter.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- rkhunter.spec	6 Mar 2010 22:09:05 -0000	1.32
+++ rkhunter.spec	28 May 2010 23:26:19 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
@@ -95,6 +95,10 @@ EOF
 %{_mandir}/man8/*
 
 %changelog
+* Fri May 28 2010 Kevin Fenzi <kevin at tummy.com> - 1.3.6-6
+- Add exclude for md-device-map - bug #596731
+- Supress ssh version check - bug #596775
+
 * Sat Mar 06 2010 Kevin Fenzi <kevin at tummy.com> - 1.3.6-5
 - Change config to not specify XINETD_PATH - bug #560562
 

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

Index: rkhunter-1.3.6-fedoraconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rkhunter/devel/rkhunter-1.3.6-fedoraconfig.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- rkhunter-1.3.6-fedoraconfig.patch	6 Mar 2010 22:09:05 -0000	1.5
+++ rkhunter-1.3.6-fedoraconfig.patch	28 May 2010 23:26:19 -0000	1.6
@@ -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	2010-03-06 14:41:28.000000000 -0700
++++ rkhunter-1.3.6/files/rkhunter.conf	2010-05-28 16:57:08.000000000 -0600
 @@ -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
+@@ -207,7 +207,7 @@
+ # configuration file, then a value of '2' may be set here in order to
+ # suppress a warning message. This option has a default value of '0'.
+ #
+-ALLOW_SSH_PROT_V1=0
++ALLOW_SSH_PROT_V1=2
+ 
+ #
+ # This setting tells rkhunter the directory containing the SSH configuration
 @@ -236,7 +236,7 @@
  # tests, the test names, and how rkhunter behaves when these options are used.
  #
@@ -165,7 +174,7 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
  
  #
  # Allow the specified processes to use deleted files.
-@@ -495,7 +502,7 @@
+@@ -495,10 +502,11 @@
  # ALLOWDEVFILE lines).
  #
  #ALLOWDEVFILE=/dev/abc
@@ -174,7 +183,11 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
  #ALLOWDEVFILE=/dev/shm/sem.ADBE_ReadPrefs_*
  #ALLOWDEVFILE=/dev/shm/sem.ADBE_REL_*
  #ALLOWDEVFILE=/dev/shm/sem.ADBE_WritePrefs_*
-@@ -822,3 +829,5 @@
++ALLOWDEVFILE=/dev/md/md-device-map
+ 
+ #
+ # This setting tells rkhunter where the inetd configuration
+@@ -822,3 +830,5 @@
  # Enabling this feature implies you have the knowledge to interprete results properly. 
  #
  #SCANROOTKITMODE=THOROUGH



More information about the scm-commits mailing list