From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26B05138359 for ; Fri, 4 Sep 2020 00:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F761E08DD; Fri, 4 Sep 2020 00:10:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15AAAE08DD for ; Fri, 4 Sep 2020 00:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BE54335D60 for ; Fri, 4 Sep 2020 00:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F24335 for ; Fri, 4 Sep 2020 00:10:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599177988.734a83031a6028c1dc508e0d7e0b140e71bc7134.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nikto/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nikto/Manifest net-analyzer/nikto/metadata.xml net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild profiles/package.mask X-VCS-Directories: profiles/ net-analyzer/nikto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 734a83031a6028c1dc508e0d7e0b140e71bc7134 X-VCS-Branch: master Date: Fri, 4 Sep 2020 00:10:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6af69130-aacc-46f0-8d0f-de5ec87c8711 X-Archives-Hash: 13bf0dbf8dbf20abd994b5bacb6e031a commit: 734a83031a6028c1dc508e0d7e0b140e71bc7134 Author: Sam James gentoo org> AuthorDate: Fri Sep 4 00:06:28 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 4 00:06:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a8303 net-analyzer/nikto: remove last-rited pkg Bug: https://bugs.gentoo.org/658448 Signed-off-by: Sam James gentoo.org> net-analyzer/nikto/Manifest | 1 - net-analyzer/nikto/metadata.xml | 5 --- net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild | 53 ------------------------- profiles/package.mask | 6 --- 4 files changed, 65 deletions(-) diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest deleted file mode 100644 index 1e4c1165f80..00000000000 --- a/net-analyzer/nikto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nikto-2.1.6_p20180122.tar.gz 511615 BLAKE2B 0937a5a52ae79e00da5bc53b089166cb2fc5cdf8311c4db55e421ddb44c22e31a9a964b02d75995c74b144d8fe05046895c4e54cfa7500aecd5d36787105a417 SHA512 4b9cae08146cefcfe4e929385631062f27cd13f5e516ec50fa9f9804a677a4a8846bc0f5de99bc1a25ec58ea8e2889bfa5953f8ca9cd7152e7b95b05861cac91 diff --git a/net-analyzer/nikto/metadata.xml b/net-analyzer/nikto/metadata.xml deleted file mode 100644 index 6f49eba8f49..00000000000 --- a/net-analyzer/nikto/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild b/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild deleted file mode 100644 index b6f46c92bf2..00000000000 --- a/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Web server vulnerability scanner" -HOMEPAGE="http://www.cirt.net/Nikto2" -COMMIT="b8454661c4dc9249cb515311cb2a80906a0a4b7a" -MY_P="${PN}-${COMMIT}" -SRC_URI="https://github.com/sullo/nikto/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="ssl" - -# nikto provie its own libwhisker, do no use net-libs/libwhisker[ssl] -# https://bugs.gentoo.org/533900 -RDEPEND=" - dev-lang/perl - virtual/perl-JSON-PP - net-analyzer/nmap - ssl? ( - dev-libs/openssl:0= - dev-perl/Net-SSLeay - ) -" -DEPEND="" - -S="${WORKDIR}/${MY_P}/program" - -src_prepare() { - sed -i -e 's:config.txt:nikto.conf:g' plugins/* || die - sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:' nikto.pl || die - sed -i -e 's:# EXECDIR=/opt/nikto:EXECDIR=/usr/share/nikto:' nikto.conf || die - - default -} - -src_install() { - insinto /etc/nikto - doins nikto.conf - - dobin nikto.pl replay.pl - dosym nikto.pl /usr/bin/nikto - - dodir /usr/share/nikto - insinto /usr/share/nikto - doins -r plugins templates databases - - dodoc docs/*.txt - dodoc docs/nikto_manual.html -} diff --git a/profiles/package.mask b/profiles/package.mask index f536e369989..c9a788467e0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -638,12 +638,6 @@ mail-filter/rmilter # Removal in 30 days. bug #710728, bug #588606 sys-auth/pam_radius -# Sam James (2020-08-04) -# Unmaintained, out of date, serious security -# issue. -# Removal in 30 days. bug #658448. -net-analyzer/nikto - # Mikle Kolyada (2020-08-02) # consolekit is abandoned upstream. # People are encouraged to switch to any logind