Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/chkrootkit/files: chkrootkit-0.48-shell-history-anomalies.diff chkrootkit-0.44-coreutils-static-falsepositive.patch chkrootkit-0.46-add-missing-includes.diff chkrootkit-0.45-makefile.diff
Date: Mon, 06 Oct 2008 19:38:04
Message-Id: E1Kmvu6-0007za-Cs@stork.gentoo.org
1 pva 08/10/06 19:38:02
2
3 Added: chkrootkit-0.48-shell-history-anomalies.diff
4 Removed:
5 chkrootkit-0.44-coreutils-static-falsepositive.patch
6 chkrootkit-0.46-add-missing-includes.diff
7 chkrootkit-0.45-makefile.diff
8 Log:
9 Version bump, thank Alon Bar-Lev and Alex Efros for work, bug #205419. Fixed shell history anomalies, bug #226067, thank Horst Prote for report and fix. Remove old.
10 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
11
12 Revision Changes Path
13 1.1 app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff?rev=1.1&content-type=text/plain
17
18 Index: chkrootkit-0.48-shell-history-anomalies.diff
19 ===================================================================
20 http://bugs.gentoo.org/show_bug.cgi?id=226067
21
22 *** /usr/sbin/chkrootkit.orig Thu Jun 12 15:20:01 2008
23 --- /usr/sbin/chkrootkit Thu Jun 12 15:28:09 2008
24 ***************
25 *** 1098,1104 ****
26 echo "Warning: \`${files}' file size is zero"
27 files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
28 [ ! -z "${files1}" ] && \
29 ! echo "Warning: \`${files}' is linked to another file"
30 fi
31 if [ -z "${files}" -a -z "${files1}" ]; then
32 if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
33 --- 1098,1104 ----
34 echo "Warning: \`${files}' file size is zero"
35 files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
36 [ ! -z "${files1}" ] && \
37 ! echo "Warning: \`${files1}' is linked to another file"
38 fi
39 if [ -z "${files}" -a -z "${files1}" ]; then
40 if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi