Hello community, here is the log from the commit of package rkhunter for openSUSE:Factory checked in at 2012-05-22 08:18:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkhunter (Old) and /work/SRC/openSUSE:Factory/.rkhunter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkhunter", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes 2011-09-23 12:44:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes 2012-05-22 08:18:54.000000000 +0200 @@ -1,0 +2,69 @@ +Sun May 13 20:58:04 UTC 2012 - [email protected] + +- updated to 1.4.0 + * 1.4.0 (01/05/2012) + + New: + - Added the '--list propfiles' command-line option. This will dump + out the list of filenames that will be searched for when building the + fileproperties database. By default the list is not shown if just + '--list' is used. + - Added Jynx rootkit check. + - Added Turtle/Turtle2 rootkit check. + - Added KBeast rootkit check. + - The installer now supports the Slackware TXZ package layout option. + + Changes: + - Avoid checking exclamation points in ALLOWDEVFILE checks (this was + caught on 01/05/2012 causing a reissue of the 1.4.0 release). + - Allow the ALLOWDEVFILE, ALLOWHIDDENFILE and ALLOWHIDDENDIR options + to + use '%' as the space character. (Note: This is a temporary fix). + - The ALLOWPROCDELFILE option can now use wildcards in the file + names. + - The '--list perl' command-line option now shows whether the perl + command itself is installed or not. + - The 'shared_libs' test now allows whitelisting of the preloading + environment variables. + - The '-r/--rootdir' command-line options, and the ROOTDIR + configuration option are now deprecated. If they are used then an + error message will be displayed. The options will have no effect, + but rkhunter will continue. The options will be completely removed + at the next release. + - The 'hidden_ports' test will now show if a found port is TCP or + UDP. + - It is now possible to whitelist ports in the 'hidden_ports' test + using the PORT_WHITELIST configuration option. + + Bugfixes: + - Allow the ALLOWPROCDELFILE option to work again. + - Correct the check of the ProFTPD version number. + - Fix the FreeBSD 'sockstat' command check to ensure that the correct + fields are used. + - Fix for newer version of the 'file' command when reporting scripts. + - Fix the ALLOWHIDDENFILE option to allow hidden symbolic links. + - The 'filesystem' check now handles files and directories with + spaces + in their names correctly. + - The 'startup_files' test was displaying file names with spaces in + them incorrectly. Also the test was not checking files which were + in hidden directories. + - Ensure that the ALLOWDEVFILE, ALLOWHIDDENFILE and ALLOWHIDDENDIR + options re-evaluate their whitelisting lists to ensure that any + wildcard entries are the most recent. (A time window previously + existed which meant that the list was processed, but new files + could be created before the test was run. As such they were + reported as false-positive warnings, when they should have been + whitelisted.) + - Allow the EXISTWHITELIST option to work with symbolic links. + - The test of whether prelinking is being used or not was sometimes + causing the file properties hash test to be skipped, without the + real reason being stated. Now the hash test will proceed but the + user will still get a warning (because it detects that prelinking + was used and is not now, or vice-versa). + - Rkhunter will now check to see if the 'head' and 'tail' commands + understand the '-n' option. If they do, then it will be used. If + they do not, then the older 'head -1' and 'tail -1' commands will be + used. + +------------------------------------------------------------------- Old: ---- rkhunter-1.3.8.tar.bz2 New: ---- rkhunter-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkhunter.spec ++++++ --- /var/tmp/diff_new_pack.jcCacT/_old 2012-05-22 08:18:57.000000000 +0200 +++ /var/tmp/diff_new_pack.jcCacT/_new 2012-05-22 08:18:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rkhunter # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009-2010 by Sascha Manns <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -17,15 +17,14 @@ # - Name: rkhunter -Version: 1.3.8 -Release: 1 -License: GPL-2.0+ +Version: 1.4.0 +Release: 0 Summary: Rootkit Hunter Scans for Rootkits, Backdoors, and Local Exploits -Url: http://rkhunter.sourceforge.net/ +License: GPL-2.0+ Group: System/Monitoring -Source0: %{name}-%{version}.tar.bz2 +Url: http://rkhunter.sourceforge.net/ +Source0: %{name}-%{version}.tar.gz Source2: %{name}.sysconfig Source3: %{name}.cron Source5: %{name}-README.SuSE ++++++ rkhunter-installer-fix.patch ++++++ --- /var/tmp/diff_new_pack.jcCacT/_old 2012-05-22 08:18:57.000000000 +0200 +++ /var/tmp/diff_new_pack.jcCacT/_new 2012-05-22 08:18:57.000000000 +0200 @@ -2,8 +2,8 @@ =================================================================== --- installer.sh.orig +++ installer.sh -@@ -129,7 +129,7 @@ selectTemplate() { # Take input from the - /usr|/usr/local|default|custom_*|RPM|DEB|TGZ) +@@ -131,7 +131,7 @@ selectTemplate() { # Take input from the + /usr|/usr/local|default|custom_*|RPM|DEB|TGZ|TXZ) case "$1" in default) - PREFIX="/usr/local" @@ -11,7 +11,7 @@ ;; custom_*) PREFIX=`echo "${RKHINST_LAYOUT}" | sed 's|custom_||g'` -@@ -163,9 +163,9 @@ selectTemplate() { # Take input from the +@@ -165,9 +165,9 @@ selectTemplate() { # Take input from the if [ -n "${RPM_BUILD_ROOT}" ]; then if [ "${RPM_BUILD_ROOT}" = "/" ]; then RPM_USING_ROOT=1 @@ -23,7 +23,7 @@ fi else echo "RPM installation chosen but \$RPM_BUILD_ROOT variable not found. Exiting." -@@ -218,7 +218,7 @@ selectTemplate() { # Take input from the +@@ -233,7 +233,7 @@ selectTemplate() { # Take input from the esac case "$1" in @@ -32,7 +32,7 @@ SYSCONFIGDIR="${PREFIX}/etc" ;; RPM) -@@ -366,7 +366,7 @@ selectTemplate() { # Take input from the +@@ -411,7 +411,7 @@ selectTemplate() { # Take input from the else RKHINST_DB_DIR="${VARDIR}/lib/${APPNAME}/db" RKHINST_TMP_DIR="${VARDIR}/lib/${APPNAME}/tmp" @@ -40,4 +40,4 @@ + RKHINST_DOC_DIR="${SHAREDIR}/doc/packages/${APPNAME}-${APPVERSION}" fi - RKHINST_MAN_DIR="${SHAREDIR}/man/man8" + RKHINST_LANG_DIR="${RKHINST_DB_DIR}/i18n" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
