Hello community, here is the log from the commit of package rkhunter for openSUSE:Factory checked in at 2013-03-26 15:59:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-05-22 08:18:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes 2013-03-26 15:59:15.000000000 +0100 @@ -1,0 +2,18 @@ +Mon Mar 25 23:01:40 UTC 2013 - [email protected] + +- Add aarch64 to the list of lib64 platforms + +------------------------------------------------------------------- +Mon Mar 18 10:30:16 UTC 2013 - Sascha Manns <[email protected]> + +- fixed bnc#776687 (changed OS_VERSION_FILE in rkhunter.con to + /etc/SuSE-release) + +------------------------------------------------------------------- +Mon Jan 07 13:18:00 UTC 2013 - [email protected] + +Changes: +- do not report a false positive on /etc/crontab +- see http://sourceforge.net/tracker/?func=detail&atid=794187&aid=3591302&group_id=155034 + +------------------------------------------------------------------- New: ---- rkhunter-1.4.0-crontab.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkhunter.spec ++++++ --- /var/tmp/diff_new_pack.a8OEA1/_old 2013-03-26 15:59:16.000000000 +0100 +++ /var/tmp/diff_new_pack.a8OEA1/_new 2013-03-26 15:59:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rkhunter # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -31,6 +31,7 @@ Source6: %{name}.logrotate # PATCH-FIX-OPENSUSE -- [email protected] - Fix Pathes2 Patch0: %{name}-installer-fix.patch +Patch1: rkhunter-1.4.0-crontab.patch BuildRequires: wget PreReq: %fillup_prereq Requires: bash @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 %build sed -e 's/\${MYDIR}\/lib/\%{_prefix}\/share/;' files/rkhunter >files/rkhunter.new @@ -89,6 +91,7 @@ s|^APPEND_LOG=0|APPEND_LOG=1|g; \ s|ALLOW_SSH_ROOT_USER=no|ALLOW_SSH_ROOT_USER=yes|g; \ s|^#PKGMGR.*|PKGMGR=RPM|g; \ + s|^#OS_VERSION_FILE="/etc/release"|OS_VERSION_FILE="/etc/SuSE-release"|g; \ s|^#ALLOWHIDDENDIR=%{_sysconfdir}/.java.*|ALLOWHIDDENDIR=%{_sysconfdir}/.java|g; \ s|^#ALLOWHIDDENDIR=/dev/.udev.*|ALLOWHIDDENDIR=/dev/.udev|g; \ s|^#ALLOWHIDDENFILE=%{_sysconfdir}/.pwd.lock.*|ALLOWHIDDENFILE=%{_sysconfdir}/.pwd.lock|g; \ ++++++ rkhunter-1.4.0-crontab.patch ++++++ --- rkhunter-1.4.0/files/rkhunter.orig 2012-05-01 17:14:11.000000000 +0200 +++ rkhunter-1.4.0/files/rkhunter 2012-12-22 00:38:09.904067088 +0100 @@ -8499,7 +8499,6 @@ t0rnp:T0rn Rootkit rx4u:Unknown rootkit rx2me:Unknown rootkit - crontab:Unknown rootkit sshdu:Unknown rootkit glotzer:Unknown rootkit holber:Devil Rootkit ++++++ rkhunter-installer-fix.patch ++++++ --- /var/tmp/diff_new_pack.a8OEA1/_old 2013-03-26 15:59:16.000000000 +0100 +++ /var/tmp/diff_new_pack.a8OEA1/_new 2013-03-26 15:59:16.000000000 +0100 @@ -32,6 +32,15 @@ SYSCONFIGDIR="${PREFIX}/etc" ;; RPM) +@@ -299,7 +299,7 @@ selectTemplate() { # Take input from the + fi + ;; + RPM) +- if [ "${UNAMEM}" = "x86_64" -o "${UNAMEM}" = "ppc64" ]; then ++ if [ "${UNAMEM}" = "x86_64" -o "${UNAMEM}" = "ppc64" -o "${UNAMEM}" = "aarch64" ]; then + LIBDIR="${PREFIX}/lib64" + else + LIBDIR="${PREFIX}/lib" @@ -411,7 +411,7 @@ selectTemplate() { # Take input from the else RKHINST_DB_DIR="${VARDIR}/lib/${APPNAME}/db" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
