rpms/rkhunter/devel rkhunter.spec,1.17,1.18 01-rkhunter,1.4,1.5

Kevin Fenzi kevin at fedoraproject.org
Sun Dec 14 01:20:42 UTC 2008


Author: kevin

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

Modified Files:
	rkhunter.spec 01-rkhunter 
Log Message:
Fix cron job sending as attachment - bug #472679
Fix cron job trying to send with colors - bug #475916



Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rkhunter.spec	15 Sep 2008 21:55:21 -0000	1.17
+++ rkhunter.spec	14 Dec 2008 01:20:11 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
@@ -139,6 +139,10 @@
 %{_mandir}/man8/*
 
 %changelog
+* Sat Dec 13 2008 Kevin Fenzi <kevin at tummy.com> - 1.3.2-6
+- Fix cron job sending as attachment - bug #472679
+- Fix cron job trying to send with colors - bug #475916
+
 * Wed Sep 03 2008 Kevin Fenzi <kevin at tummy.com> - 1.3.2-5
 - Patch debug tmp file issue - bug #460628
 


Index: 01-rkhunter
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/01-rkhunter,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 01-rkhunter	17 Jun 2008 18:48:04 -0000	1.4
+++ 01-rkhunter	14 Dec 2008 01:20:11 -0000	1.5
@@ -22,7 +22,7 @@
   if [ "$DIAG_SCAN" == "yes" ]; then
     RKHUNTER_FLAGS="--checkall --skip-keypress --nocolors --quiet --appendlog --display-logfile"
   else
-    RKHUNTER_FLAGS="--cronjob --report-warnings-only"
+    RKHUNTER_FLAGS="--cronjob --nocolors --report-warnings-only"
   fi
 
   # Set a few critical parameters
@@ -33,7 +33,7 @@
   if [ -x $RKHUNTER ]; then
     /bin/echo -e "\n--------------------- Start Rootkit Hunter Update ---------------------" \
       > $TMPFILE1
-    /bin/nice -n 10 $RKHUNTER --update 2>&1 >> $TMPFILE1
+    /bin/nice -n 10 $RKHUNTER --update --nocolors 2>&1 >> $TMPFILE1
     /bin/echo -e "\n---------------------- Start Rootkit Hunter Scan ----------------------" \
       >> $TMPFILE1
     /bin/nice -n 10 $RKHUNTER $RKHUNTER_FLAGS 2>&1 >> $TMPFILE1




More information about the fedora-extras-commits mailing list