rpms/rkhunter/F-11 rkhunter.spec, 1.27, 1.28 rkhunter-1.3.6-fedoraconfig.patch, 1.2, 1.3

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 24 01:52:06 UTC 2010


Author: kevin

Update of /cvs/extras/rpms/rkhunter/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27407

Modified Files:
	rkhunter.spec rkhunter-1.3.6-fedoraconfig.patch 
Log Message:
Change email to just root instead of root at localhost - bug #553179
Add .k5login.5.gz to files whitelist - bug #553134



Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/F-11/rkhunter.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- rkhunter.spec	5 Jan 2010 18:45:06 -0000	1.27
+++ rkhunter.spec	24 Jan 2010 01:52:06 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.6
-Release:        3%{?dist}
+Release:        4%{?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
+* Sat Jan 23 2010 Kevin Fenzi <kevin at tummy.com> - 1.3.6-4
+- Change email to just root instead of root at localhost - bug #553179
+- Add .k5login.5.gz to files whitelist - bug #553134
+
 * Tue Jan 05 2010 Kevin Fenzi <kevin at tummy.com> - 1.3.6-3
 - Add some more ssh hmac files to whitelist - bug #552621
 - Re-add /dev/.mdadm.map to whitelisted files - bug #539405

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

Index: rkhunter-1.3.6-fedoraconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/F-11/rkhunter-1.3.6-fedoraconfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- rkhunter-1.3.6-fedoraconfig.patch	5 Jan 2010 18:45:06 -0000	1.2
+++ rkhunter-1.3.6-fedoraconfig.patch	24 Jan 2010 01:52:06 -0000	1.3
@@ -1,12 +1,12 @@
 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-01-05 11:24:39.000000000 -0700
++++ rkhunter-1.3.6/files/rkhunter.conf	2010-01-23 18:03:32.000000000 -0700
 @@ -71,7 +71,7 @@
  # NOTE: This option should be present in the configuration file.
  #
  #MAIL-ON-WARNING=me at mydomain   root at mydomain
 -MAIL-ON-WARNING=""
-+MAIL-ON-WARNING="root at localhost"
++MAIL-ON-WARNING="root"
  
  #
  # Specify the mail command to use if MAIL-ON-WARNING is set.
@@ -99,7 +99,7 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
  
  #
  # Allow the specified commands to have the immutable attribute set.
-@@ -406,37 +409,40 @@
+@@ -406,37 +409,41 @@
  # Allow the specified hidden directories.
  # One directory per line (use multiple ALLOWHIDDENDIR lines).
  #
@@ -161,10 +161,11 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
 +ALLOWHIDDENFILE=/usr/lib*/hmaccalc/sha512hmac.hmac
 +ALLOWHIDDENFILE=/usr/sbin/.sshd.hmac
 +ALLOWHIDDENFILE=/dev/.mdadm.map
++ALLOWHIDDENFILE=/usr/share/man/man5/.k5login.5.gz
  
  #
  # Allow the specified processes to use deleted files.
-@@ -495,7 +501,7 @@
+@@ -495,7 +502,7 @@
  # ALLOWDEVFILE lines).
  #
  #ALLOWDEVFILE=/dev/abc
@@ -173,7 +174,7 @@ 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_*
-@@ -536,7 +542,7 @@
+@@ -536,7 +543,7 @@
  # This setting tells rkhunter where the xinetd configuration
  # file is located.
  #
@@ -182,7 +183,7 @@ diff -Nur rkhunter-1.3.6.orig/files/rkhu
  
  #
  # Allow the following enabled xinetd services. Whilst it would be
-@@ -822,3 +828,5 @@
+@@ -822,3 +829,5 @@
  # Enabling this feature implies you have the knowledge to interprete results properly. 
  #
  #SCANROOTKITMODE=THOROUGH



More information about the scm-commits mailing list