public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/
Date: Mon, 21 Mar 2016 11:40:53 +0000 (UTC)	[thread overview]
Message-ID: <1458560340.ae6d6ffd8eed52b9ee9c484c6674b8e2e1d236ca.xmw@gentoo> (raw)

commit:     ae6d6ffd8eed52b9ee9c484c6674b8e2e1d236ca
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 11:38:27 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 11:39:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6d6ffd

app-forensics/chkrootkit: Version bump (bug 529308, thanks Paolo Pedroni).

Package-Manager: portage-2.2.28

 app-forensics/chkrootkit/Manifest               |  2 +
 app-forensics/chkrootkit/chkrootkit-0.50.ebuild | 53 +++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-forensics/chkrootkit/Manifest b/app-forensics/chkrootkit/Manifest
index c7a7ac6..12d104e 100644
--- a/app-forensics/chkrootkit/Manifest
+++ b/app-forensics/chkrootkit/Manifest
@@ -1,2 +1,4 @@
 DIST chkrootkit-0.49-gentoo.diff.bz2 5472 SHA256 85a01c8bb159420fc7681b5f3ec6529bc69cf10b3484daee0a5c126ef4a7b5d8 SHA512 4121d09f7bb6ad7d3f2ed42c914087f4724877def3c591fd6b7fa8e2b2b23a1b32b1bb1ba94dc079914c967d2483ebd614582b13afb4c1c801701a58ada89b62 WHIRLPOOL 25df5424700c72d19201faf6555790b04b878af3ef185f52f44807e018701926cd9e8d112343b86168ad6688df8fffcc2829c11886d8f628b03ff7f63f1ac7d0
 DIST chkrootkit-0.49.tar.gz 39421 SHA256 ccb87be09e8923d51f450a167f484414f70c36c942f8ef5b9e5e4a69b7baa17f SHA512 b796547fc483635ff6ee4e953f7dda34913189459de05b547522b79f8edeef5adae72cc05515b8ff9382cbabffd93cae7d114a40636e14c55da513bb42b05909 WHIRLPOOL c94f96f185ae5f5dd038a7b2ffd9603ee8c0f2fcbaeb3eb73d20260898f1677a2c1aad5cd6a257b29ca540d02916dca59434ff10b807567447889cf23f65b25e
+DIST chkrootkit-0.50-gentoo.diff.bz2 5010 SHA256 0b29ad086d0c75df6a0826bc8fd9046d5b1086173652af77f01991f367032779 SHA512 067a0a33fad2389a7ef942f76a63bed6c206d08576a77fd758ae171960804fb74d3164bc6eb582f5d8b722e9e863dc4380f5632940bc9a8c1821b46ed1062a50 WHIRLPOOL 4bc08be7be6d566bb2f52ece6c9010967c107696ce924461a4032947f66e848183921232f3f1a971cf6f932cbaad7ac9ce18af765837e3e69f7c0a57b39ceaed
+DIST chkrootkit-0.50.tar.gz 38616 SHA256 9548fc922b0cb8ddf055faff4a4887f140a31c45f2f5e3aa64aad91ecfa56cc7 SHA512 9f26fd34e85b58b13dedc5f38a889ae258bb2c0f1ff40e99c149e23f93890e956f94204b1bb2241584454e99168c53b583f52777083454237f3ba343424dba1c WHIRLPOOL d6c6afe6a14e5a9a0331202b894ed5c3e43855e15605cc9a6cbf69dbd09f180754ee587cf4eba88cb0ceb4d7fcd9924f4f02110154450fd06e992fc1710b91d8

diff --git a/app-forensics/chkrootkit/chkrootkit-0.50.ebuild b/app-forensics/chkrootkit/chkrootkit-0.50.ebuild
new file mode 100644
index 0000000..d5fc12d
--- /dev/null
+++ b/app-forensics/chkrootkit/chkrootkit-0.50.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Tool to locally check for signs of a rootkit"
+HOMEPAGE="http://www.chkrootkit.org/"
+SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz
+	https://dev.gentoo.org/~xmw/${P}-gentoo.diff.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="+cron"
+
+RDEPEND="cron? ( virtual/cron )"
+
+src_prepare() {
+	epatch "${WORKDIR}"/${P}-gentoo.diff
+	sed -e 's:/var/adm/:/var/log/:g' \
+		-i chklastlog.c || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" STRIP=true sense
+}
+
+src_install() {
+	dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp chkutmp ifpromisc strings-static
+	dodoc ACKNOWLEDGMENTS README*
+
+	if use cron ; then
+		exeinto /etc/cron.weekly
+		newexe "${FILESDIR}"/${PN}.cron ${PN}
+	fi
+}
+
+pkg_postinst() {
+	if use cron ; then
+		elog
+		elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
+		elog
+	fi
+
+	elog
+	elog "Some applications, such as portsentry, will cause chkrootkit"
+	elog "to produce false positives.  Read the chkrootkit FAQ at"
+	elog "http://www.chkrootkit.org/ for more information."
+	elog
+}


             reply	other threads:[~2016-03-21 11:41 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21 11:40 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-22 14:32 [gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/ Agostino Sarubbo
2016-03-27 10:16 Agostino Sarubbo
2016-03-30 18:29 Markus Meier
2016-04-11 10:39 Agostino Sarubbo
2016-05-20 11:28 Tobias Klausmann
2016-07-08 10:02 Agostino Sarubbo
2016-09-29 10:34 Agostino Sarubbo
2016-09-29 13:28 Agostino Sarubbo
2016-10-30 13:47 Lars Wendler
2017-08-11 17:38 Michał Górny
2017-08-12  4:34 Michael Palimaka
2017-08-30 21:42 Sergei Trofimovich
2017-09-04  7:30 Tobias Klausmann
2017-09-09 10:27 Markus Meier
2017-09-24 16:49 Sergei Trofimovich
2017-10-05  9:04 Sergei Trofimovich
2017-10-29 21:08 Thomas Deutschmann
2017-10-30  0:08 Manuel Rüger
2017-12-28 12:45 Sergei Trofimovich
2018-01-09 22:26 Sergei Trofimovich
2018-01-24 12:46 Manuel Rüger
2018-01-24 12:50 Manuel Rüger
2018-07-11 21:22 Sergei Trofimovich
2018-07-11 23:42 Mikle Kolyada
2018-07-14 18:22 Sergei Trofimovich
2018-07-14 20:10 Sergei Trofimovich
2018-07-14 20:16 Sergei Trofimovich
2018-07-21  9:47 Tobias Klausmann
2018-07-22 19:36 Mikle Kolyada
2018-07-23 19:00 Sergei Trofimovich
2019-01-27 10:15 Pacho Ramos
2019-02-12  8:15 Lars Wendler
2020-08-30 19:10 Thomas Deutschmann
2020-08-30 23:19 Sam James
2020-08-31  0:04 Sam James
2020-09-04 16:44 Sam James
2020-09-05  1:06 Sam James
2020-09-05  1:07 Sam James
2020-09-05  1:11 Sam James
2020-12-25 12:03 Lars Wendler
2021-01-30 10:04 Sam James
2021-01-30 18:39 Sam James
2021-01-31 21:51 Sam James
2021-02-02 23:46 Sam James
2021-02-05 12:29 Sam James
2021-02-15  0:38 Sam James
2021-02-15  0:42 Sam James
2021-06-12  2:49 Sam James
2021-06-12  8:46 Sam James
2021-07-29  6:40 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  7:08 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-30 15:17 Agostino Sarubbo
2021-07-31 22:12 Sam James
2022-01-13  5:36 Sam James
2022-03-06  8:50 Agostino Sarubbo
2022-03-06  8:51 Agostino Sarubbo
2022-03-06  8:52 Agostino Sarubbo
2022-03-06  8:52 Agostino Sarubbo
2022-03-06  8:54 Agostino Sarubbo
2022-03-12 10:55 Arthur Zamarin
2023-02-20 20:58 Alfredo Tupone
2023-05-18 19:17 Arthur Zamarin
2023-05-18 19:42 Sam James
2023-05-18 19:42 Sam James
2023-05-18 22:21 Sam James
2023-05-27  9:43 Sam James
2023-05-27  9:43 Sam James
2024-06-07  7:36 Florian Schmaus
2024-06-07  7:36 Florian Schmaus
2024-06-07  7:36 Florian Schmaus
2024-07-09  1:55 Sam James
2024-07-09  1:55 Sam James
2024-07-09  1:55 Sam James
2024-07-09  2:56 Sam James
2024-07-09  2:56 Sam James
2024-07-09  2:56 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458560340.ae6d6ffd8eed52b9ee9c484c6674b8e2e1d236ca.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox