wifite: 2.5.2 bump

This commit is contained in:
blshkv 2020-03-20 16:38:02 +08:00
parent 25cc68c6a5
commit 53a744f6bb
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 49 additions and 7 deletions

View file

@ -1 +1,2 @@
DIST wifite2-2.2.5.tar.gz 686632 BLAKE2B 6a39a711d6ff0178942821a000ad4fceaaa5b6093652446960a0f7293207d26628b69e19956f1081f5258554127ceb36a5a9c7ea75da3a9dda0dacf92eefe17a SHA512 22d402cbbbee2aafe323eb4457038844265e2552ded68e42461366215568d4aa863b800fce20b4c27952e53a32554d3a4cbf8ace0aeb086bdf90d33e882fe9c2
DIST wifite2-2.5.2.tar.gz 1830119 BLAKE2B 7b537adc6d9958af6ae7b84fce3d61e0815a74b1d767182fbecbc6e0a81a135c059005f661e8dc2d4a0bc8a9ba49fe55f8430c8cd7a33f1633f6a7c27875a3cd SHA512 300f720fdbc5cf4bb806036ea4f16a670be1e12b293b8fc317e1cb68804d543bf8016110a816b63da031020a317cfd7adb3c1ce88fdb7d37f659aee55caedb8b

View file

@ -1 +0,0 @@
./wifite-9999.ebuild

View file

@ -0,0 +1,42 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MY_P="${PN}2-${PV}"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/derv82/wifite2.git"
else
SRC_URI="https://github.com/derv82/wifite2/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="An automated wireless attack tool"
HOMEPAGE="https://github.com/derv82/wifite2"
LICENSE="GPL-2"
SLOT="2"
IUSE="dict opencl extra"
DEPEND=""
RDEPEND=""
PDEPEND="net-wireless/aircrack-ng
dev-python/pexpect
net-wireless/hcxdumptool
net-wireless/hcxtools
net-wireless/pyrit[opencl?]
opencl? ( app-crypt/hashcat )
dict? ( sys-apps/cracklib-words )
extra? ( net-analyzer/wireshark
net-wireless/reaver-wps-fork-t6x
!net-wireless/reaver
net-wireless/bully
net-wireless/cowpatty
net-analyzer/macchanger
)"

View file

@ -1,19 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MY_P="${PN}2-${PV}"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/derv82/wifite2.git"
EGIT_REPO_URI="https://github.com/kimocoder/wifite2.git"
else
SRC_URI="https://github.com/derv82/wifite2/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="https://github.com/kimocoder/wifite2/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
fi