public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/
Date: Wed, 24 Jan 2018 12:50:18 +0000 (UTC)	[thread overview]
Message-ID: <1516798195.0e1c05eeb3c5230469dbf3b340f4afa64a60486b.mrueg@gentoo> (raw)

commit:     0e1c05eeb3c5230469dbf3b340f4afa64a60486b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 12:49:32 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 12:49:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1c05ee

app-forensics/chkrootkit: Version bump to 0.52

Closes: https://bugs.gentoo.org/617428
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-forensics/chkrootkit/Manifest               |  1 +
 app-forensics/chkrootkit/chkrootkit-0.52.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-forensics/chkrootkit/Manifest b/app-forensics/chkrootkit/Manifest
index 4cf6f1b3296..f8e80c1819f 100644
--- a/app-forensics/chkrootkit/Manifest
+++ b/app-forensics/chkrootkit/Manifest
@@ -1,2 +1,3 @@
 DIST chkrootkit-0.51-gentoo.diff.xz 4708 BLAKE2B 0dacba47222319d9e5bb5d39e0eb4b7074fb3025be885c5fd9564c10f592e04ba4afe2d0c792a2e54fe4c9b1103e366f65af949e7c0db730bf61981fe8fe2364 SHA512 13dca9c272d85d35d736e14896058612f62e1781aac034f06882fe63d956f074a3c67bf308c104f0080323bb127ba01373967b2c28481741d17d83310fe52dd0
 DIST chkrootkit-0.51.tar 174080 BLAKE2B 36acd12801d2ac599b71d0c59165c1489309df0365442aa575bb4c505bbfea5d0daad837fa9b7b40c2aa3841fceda199f37fe5832f0685ad3a0a82ff5e653a3b SHA512 adef6823d069b32305605d0eaa3d3701c6a87900646d9509cebe0fd8a2fec0523595d0dcb4576b32245e7638388d3b43858dbc42be68de9971ac8461fcfdeb34
+DIST chkrootkit-0.52.tar 40031 BLAKE2B 8bd3518edc11a22dbc7e866de622454f55baa9fcd06a4034489596c0a24d867fec16d134dbc0aaf8b936640177d7dee8e061e39813a3ed261ae657d70f54a47d SHA512 45d66227c185c60166c9ea2a1f89f4594fa7c943c280fd6da5b59b5b355d5fe0d36806ef133fb29f9b2cac0bc05e9c10773ed4fae923a7115cc900818a596d42

diff --git a/app-forensics/chkrootkit/chkrootkit-0.52.ebuild b/app-forensics/chkrootkit/chkrootkit-0.52.ebuild
new file mode 100644
index 00000000000..7920cd74260
--- /dev/null
+++ b/app-forensics/chkrootkit/chkrootkit-0.52.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Tool to locally check for signs of a rootkit"
+HOMEPAGE="http://www.chkrootkit.org/"
+# Upstream named their *uncompressed* tarball .tar.gz (*sigh*)
+SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz -> ${P}.tar
+	https://dev.gentoo.org/~polynomial-c/${PN}-0.51-gentoo.diff.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="+cron"
+
+RDEPEND="cron? ( virtual/cron )"
+
+PATCHES=(
+	"${WORKDIR}"/${PN}-0.51-gentoo.diff
+)
+
+src_prepare() {
+	default
+	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:[~2018-01-24 12:50 UTC|newest]

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

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=1516798195.0e1c05eeb3c5230469dbf3b340f4afa64a60486b.mrueg@gentoo \
    --to=mrueg@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