app-forensics/rkhunter: remove vulnerable
authorMichael Palimaka <kensington@gentoo.org>
Sat, 26 May 2018 10:22:44 +0000 (20:22 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 26 May 2018 10:22:55 +0000 (20:22 +1000)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

app-forensics/rkhunter/Manifest
app-forensics/rkhunter/files/rkhunter-1.4.2.conf.patch [deleted file]
app-forensics/rkhunter/rkhunter-1.4.2.ebuild [deleted file]
app-forensics/rkhunter/rkhunter-1.4.4.ebuild [deleted file]

index 5fa0e6267d27ddf19ca180869937414e28b8d64e..af34b039b9eab6f6465fd88e013eddc6200cb358 100644 (file)
@@ -1,3 +1 @@
-DIST rkhunter-1.4.2.tar.gz 277707 BLAKE2B 97968801ce5dccefc7d5eb246fd8031091447b9090c5bc9b958ea64835c47661d1f40b5a6352e0c92608a514f237ac2946a7f84498915418581a71d16b497f61 SHA512 a4e45caaaf5b8262619ebb890784c75c4e30db4c6c0eba305f86d419142b4796c95bc55fe8846dce8d58bc7636bdb365a4a8c41707f64d4d81373687c5a3b0d4
-DIST rkhunter-1.4.4.tar.gz 297626 BLAKE2B 9d9a50e3541817d8dfec6c76665ae84b92f49ed3128244cb5359f2149203ccdc7cdaa05db3da87f6aa6ee79fa84491f40cdc3443d77359b64c23947cb685516e SHA512 87e9c617220765678cc4519eee27d1d56185c3a7fb1d6338c8fb984ac4f5176c31bb54b69e1de615d66a0cf1e72b672e66b368e37851a459def69463cbb8661e
 DIST rkhunter-1.4.6.tar.gz 302137 BLAKE2B 89c61386b57f743f4205f8c826eaa8a9dc9a0d413ac47efb26b6f93d8d642f619f35b7a4c021521b662547c02a16071b8980d158cfb9e081a64870558dbaeff0 SHA512 c51a21b6b66ed1f73a19d8ce04eaba35999eefcb666acc824989c3bf53ac56d24a33ac4fec290be942e33fe24674406b371eafff73f7e697b9e03ec031b37216
diff --git a/app-forensics/rkhunter/files/rkhunter-1.4.2.conf.patch b/app-forensics/rkhunter/files/rkhunter-1.4.2.conf.patch
deleted file mode 100644 (file)
index 8fd49ab..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -Naur rkhunter-1.4.2/files/rkhunter.conf rkhunter-1.4.2-fixed/files/rkhunter.conf
---- rkhunter-1.4.2/files/rkhunter.conf 2014-01-25 16:29:51.000000000 -0500
-+++ rkhunter-1.4.2-fixed/files/rkhunter.conf   2014-05-27 11:58:11.098750088 -0400
-@@ -72,6 +72,7 @@
- # to use.
- #
-+INSTALLDIR=/usr
- #
- # If this option is set to '1', it specifies that the mirrors file
-@@ -154,7 +155,7 @@
- # subsequently commented out or removed, then the program will assume a
- # default directory beneath the installation directory.
- #
--#TMPDIR=/var/lib/rkhunter/tmp
-+TMPDIR=/var/lib/rkhunter/tmp
- #
- # This option specifies the database directory to use.
-@@ -163,7 +164,7 @@
- # subsequently commented out or removed, then the program will assume a
- # default directory beneath the installation directory.
- #
--#DBDIR=/var/lib/rkhunter/db
-+DBDIR=/var/lib/rkhunter/db
- #
- # This option specifies the script directory to use.
-@@ -171,7 +172,7 @@
- # The installer program will set the default directory. If this default is
- # subsequently commented out or removed, then the program will not run.
- #
--#SCRIPTDIR=/usr/local/lib/rkhunter/scripts
-+SCRIPTDIR=/usr/lib/rkhunter/scripts
- #
- # This option can be used to modify the command directory list used by rkhunter
diff --git a/app-forensics/rkhunter/rkhunter-1.4.2.ebuild b/app-forensics/rkhunter/rkhunter-1.4.2.ebuild
deleted file mode 100644 (file)
index abaf05c..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers"
-HOMEPAGE="http://rkhunter.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc x86"
-IUSE=""
-
-RDEPEND="
-       app-shells/bash
-       dev-lang/perl
-       sys-process/lsof[rpc]
-       virtual/cron
-       virtual/mailx
-"
-
-S="${WORKDIR}/${P}/files"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}.conf.patch"
-}
-
-src_install() {
-       # rkhunter requires to be root
-       dosbin ${PN}
-
-       insinto /etc
-       doins ${PN}.conf
-
-       exeinto /usr/lib/${PN}/scripts
-       doexe *.pl
-
-       insinto /var/lib/${PN}/db
-       doins *.dat
-
-       insinto /var/lib/${PN}/db/i18n
-       doins i18n/*
-
-       doman ${PN}.8
-       dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README
-
-       exeinto /etc/cron.daily
-       newexe "${FILESDIR}/${PN}-1.3.cron" ${PN}
-
-       newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
-}
-
-pkg_postinst() {
-       elog "A cron script has been installed to /etc/cron.daily/rkhunter."
-       elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
-       elog "directions."
-       elog "If you want ${PN} to send mail, you will need to install"
-       elog "virtual/mailx or alter the EMAIL_CMD variable in the"
-       elog "cron script and possibly the MAIL_CMD variable in the"
-       elog "${PN}.conf file to use another mail client."
-}
diff --git a/app-forensics/rkhunter/rkhunter-1.4.4.ebuild b/app-forensics/rkhunter/rkhunter-1.4.4.ebuild
deleted file mode 100644 (file)
index e8eaba4..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers"
-HOMEPAGE="http://rkhunter.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-       app-shells/bash
-       dev-lang/perl
-       sys-process/lsof[rpc]
-       virtual/cron
-       virtual/mailx
-"
-
-S="${WORKDIR}/${P}/files"
-
-src_prepare() {
-       default
-       eapply -p2 "${FILESDIR}/${PN}-1.4.2.conf.patch"
-}
-
-src_install() {
-       # rkhunter requires to be root
-       dosbin ${PN}
-
-       insinto /etc
-       doins ${PN}.conf
-
-       exeinto /usr/lib/${PN}/scripts
-       doexe *.pl
-
-       insinto /var/lib/${PN}/db
-       doins *.dat
-
-       insinto /var/lib/${PN}/db/i18n
-       doins i18n/*
-
-       doman ${PN}.8
-       dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README
-
-       exeinto /etc/cron.daily
-       newexe "${FILESDIR}/${PN}-1.3.cron" ${PN}
-
-       newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
-}
-
-pkg_postinst() {
-       elog "A cron script has been installed to /etc/cron.daily/rkhunter."
-       elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
-       elog "directions."
-       elog "If you want ${PN} to send mail, you will need to install"
-       elog "virtual/mailx or alter the EMAIL_CMD variable in the"
-       elog "cron script and possibly the MAIL_CMD variable in the"
-       elog "${PN}.conf file to use another mail client."
-}