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: ChangeLog chkrootkit-0.48.ebuild chkrootkit-0.44-r1.ebuild chkrootkit-0.46a.ebuild chkrootkit-0.45.ebuild
Date: Mon, 06 Oct 2008 19:38:04
Message-Id: E1Kmvu5-0007zQ-Pg@stork.gentoo.org
1 pva 08/10/06 19:38:01
2
3 Modified: ChangeLog
4 Added: chkrootkit-0.48.ebuild
5 Removed: chkrootkit-0.44-r1.ebuild chkrootkit-0.46a.ebuild
6 chkrootkit-0.45.ebuild
7 Log:
8 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.
9 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
10
11 Revision Changes Path
12 1.47 app-forensics/chkrootkit/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/ChangeLog?rev=1.47&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/ChangeLog?rev=1.47&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/ChangeLog?r1=1.46&r2=1.47
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v
21 retrieving revision 1.46
22 retrieving revision 1.47
23 diff -u -r1.46 -r1.47
24 --- ChangeLog 12 Mar 2008 09:47:31 -0000 1.46
25 +++ ChangeLog 6 Oct 2008 19:38:01 -0000 1.47
26 @@ -1,6 +1,19 @@
27 # ChangeLog for app-forensics/chkrootkit
28 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.46 2008/03/12 09:47:31 phreak Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.47 2008/10/06 19:38:01 pva Exp $
31 +
32 +*chkrootkit-0.48 (06 Oct 2008)
33 +
34 + 06 Oct 2008; Peter Volkov <pva@g.o>
35 + -files/chkrootkit-0.44-coreutils-static-falsepositive.patch,
36 + -files/chkrootkit-0.45-makefile.diff,
37 + -files/chkrootkit-0.46-add-missing-includes.diff,
38 + +files/chkrootkit-0.48-shell-history-anomalies.diff,
39 + -chkrootkit-0.44-r1.ebuild, -chkrootkit-0.45.ebuild,
40 + -chkrootkit-0.46a.ebuild, +chkrootkit-0.48.ebuild:
41 + Version bump, thank Alon Bar-Lev and Alex Efros for work, bug #205419.
42 + Fixed shell history anomalies, bug #226067, thank Horst Prote for report
43 + and fix. Remove old.
44
45 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
46 Removing Robert Clark (hyakuhei, #154737) from metadata.xml.
47
48
49
50 1.1 app-forensics/chkrootkit/chkrootkit-0.48.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.48.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.48.ebuild?rev=1.1&content-type=text/plain
54
55 Index: chkrootkit-0.48.ebuild
56 ===================================================================
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.48.ebuild,v 1.1 2008/10/06 19:38:01 pva Exp $
60
61 inherit eutils toolchain-funcs
62
63 DESCRIPTION="a tool to locally check for signs of a rootkit"
64 HOMEPAGE="http://www.chkrootkit.org/"
65 SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz
66 mirror://gentoo/${P}-gentoo.diff.bz2"
67
68 LICENSE="AMS"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
71 IUSE=""
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76
77 epatch "${WORKDIR}/${P}-gentoo.diff"
78 epatch "${FILESDIR}/${P}-shell-history-anomalies.diff"
79 sed -i 's:/var/adm/:/var/log/:g' chklastlog.c || die "sed chklastlog.c failed"
80 }
81
82 src_compile() {
83 emake CC=$(tc-getCC) STRIP=true sense || die "emake sense failed"
84 }
85
86 src_install() {
87 dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp chkutmp ifpromisc \
88 strings-static || die
89 dodoc ACKNOWLEDGMENTS README*
90
91 exeinto /etc/cron.weekly
92 newexe "${FILESDIR}"/${PN}.cron ${PN} || die
93 }
94
95 pkg_postinst() {
96 echo
97 elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
98 elog
99 elog "Some applications, such as portsentry, will cause chkrootkit"
100 elog "to produce false positives. Read the chkrootkit FAQ at"
101 elog "http://www.chkrootkit.org/ for more information."
102 echo
103 }