diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /net-analyzer/nikto | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'net-analyzer/nikto')
| -rw-r--r-- | net-analyzer/nikto/Manifest | 2 | ||||
| -rw-r--r-- | net-analyzer/nikto/metadata.xml | 16 | ||||
| -rw-r--r-- | net-analyzer/nikto/nikto-2.1.6_p20220602.ebuild | 47 | ||||
| -rw-r--r-- | net-analyzer/nikto/nikto-2.5.0.ebuild | 45 |
4 files changed, 0 insertions, 110 deletions
diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest deleted file mode 100644 index c0a859172b2f..000000000000 --- a/net-analyzer/nikto/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nikto-2.1.6_p20220602.tar.gz 455528 BLAKE2B 71094c786b274069eb17aac7d367bdc8535c7730afde7c7bf36d40719e2799561eb31ad9cc09ee39c47101880795eee0f1c46ca51c00644cdc23916033cc5f7e SHA512 5c8ce194951c10b8a5f4299e088928022193aa8ae7ed4fb6b9be76bcf03a405d776d6e30274f997ad9eeb95c012c7e09b6dec7cbecbe0ab4049e5d15529ae814 -DIST nikto-2.5.0.tar.gz 435886 BLAKE2B 66e3aaab87f031daeade1a46afce5f02b296a75a542c1f781140fa9e2a2b98c7a0051f0920cd109e35684c14e4137a59ac7f26a10d98dcaf663424ee1f5e10af SHA512 8561c048b2db9b91a53f389097f6f47b06b51d0bbb06d945a26463067a1b2192ae6ad086e8f14e8775827fa8075dabfff66df8c3f79915b7a2d4eaefb09894de diff --git a/net-analyzer/nikto/metadata.xml b/net-analyzer/nikto/metadata.xml deleted file mode 100644 index b8bbc5a2bf58..000000000000 --- a/net-analyzer/nikto/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>gentoo@retornaz.com</email> - <name>Quentin Retornaz</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:cirt.net:nikto</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/net-analyzer/nikto/nikto-2.1.6_p20220602.ebuild b/net-analyzer/nikto/nikto-2.1.6_p20220602.ebuild deleted file mode 100644 index 51b29feced12..000000000000 --- a/net-analyzer/nikto/nikto-2.1.6_p20220602.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Web server vulnerability scanner" -HOMEPAGE="https://www.cirt.net/Nikto2" -COMMIT="dc98b86d3860ea18d82b5a427ab7abcd57e01552" -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" - -# nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl] -# https://bugs.gentoo.org/533900 -RDEPEND=" - dev-lang/perl - dev-perl/Net-SSLeay - net-analyzer/nmap - virtual/perl-JSON-PP -" - -S="${WORKDIR}/${MY_P}/program" - -src_prepare() { - 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.default || die - - default -} - -src_install() { - insinto /etc/nikto - newins nikto.conf.default nikto.conf - - dobin nikto.pl replay.pl - dosym nikto.pl /usr/bin/nikto - - insinto /usr/share/nikto - doins -r plugins templates databases - - dodoc docs/nikto_manual.html - dodoc docs/nikto_schema.sql - doman docs/nikto.1 -} diff --git a/net-analyzer/nikto/nikto-2.5.0.ebuild b/net-analyzer/nikto/nikto-2.5.0.ebuild deleted file mode 100644 index a0dc640beef7..000000000000 --- a/net-analyzer/nikto/nikto-2.5.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Web server vulnerability scanner" -HOMEPAGE="https://www.cirt.net/Nikto2" -SRC_URI="https://github.com/sullo/nikto/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -# nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl] -# https://bugs.gentoo.org/533900 -RDEPEND=" - dev-lang/perl - dev-perl/Net-SSLeay - net-analyzer/nmap - virtual/perl-JSON-PP -" - -S="${WORKDIR}/${P}/program" - -src_prepare() { - 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.default || die - - default -} - -src_install() { - insinto /etc/nikto - newins nikto.conf.default nikto.conf - - dobin nikto.pl replay.pl - dosym nikto.pl /usr/bin/nikto - - insinto /usr/share/nikto - doins -r plugins templates databases - - doman docs/nikto.1 - dodoc docs/nikto.dtd - dodoc docs/nikto_schema.sql -} |
