reaver-wps-fork: v1.6.4 bump (together with rtl8812au_aircrack-ng apparently)

This commit is contained in:
blshkv 2018-04-03 19:42:09 +08:00
parent 3327da2e50
commit 40cfacfa90
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 37 additions and 84 deletions

View file

@ -1 +1,2 @@
DIST reaver-wps-fork-t6x-1.6.3.tar.gz 499670 SHA256 261d89494bc585df81ba68acd6b2e256122009f82c3e55d75740f958c25a73fa SHA512 4e1ec1e54a96c7e5296ae66adc4d4723c0ea4ab8f98941ef5174ab5b3a2806224403a279226fe72fa7a23025761ba3347b1043a049ffefb933f28dedf816ac21 WHIRLPOOL b8694060c048180d0b3472704cef0bfc7f66091a329b6edd27cadc030547ff588238219397d5a37604fce1b23eee78d24ed60d434101a643c8fe0d4219828fc9
DIST reaver-wps-fork-t6x-1.6.3.tar.gz 499670 BLAKE2B b761bb15ff0db84ce031fe5a76866e994f6c80d9db72a9dfb01852d11763a7dddbda2828d9d93416d939d26fe6efba02df38753285ef2ca95a819668fa781cae SHA512 4e1ec1e54a96c7e5296ae66adc4d4723c0ea4ab8f98941ef5174ab5b3a2806224403a279226fe72fa7a23025761ba3347b1043a049ffefb933f28dedf816ac21
DIST reaver-wps-fork-t6x-1.6.4.tar.gz 480048 BLAKE2B 636c9d2c8dafe8091754e13cdb23138ff69c542ee3ee113eb0ef06e159f8edf60d7aac230b570941b548844ed073c5c1d1a3d17823608379e76a3db86a633d8a SHA512 52cb45a4ca716cb4b961820094cb9c13cdebd68471ee04db3b02b8e8f6217dcb64ca6236294e1a2235b338d909770b5449a89a2321d39c9e2c05e0a51e45ada2

View file

@ -1,53 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD="1"
inherit autotools-utils eutils git-r3
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
EGIT_REPO_URI="https://github.com/t6x/reaver-wps-fork-t6x.git"
EGIT_COMMIT="638fbdf4eace032680d6b86aa8fcc2cf4c67ef95"
ECONF_SOURCE="${S}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!net-wireless/reaver
net-libs/libpcap
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
ECONF_SOURCE="${S}/src"
#these patches need to be verified and pushed to upstream
src_prepare() {
# #https://github.com/pentoo/pentoo-overlay/issues/139
# epatch "${FILESDIR}"/0006-announce-fcs.patch
# fixme:
sed -i 's|@localstatedir@/lib/|@localstatedir@/|' src/config.mak.in
}
src_compile() {
cd src
emake -j1
}
#src_install() {
# cd src
# dobin wash reaver
# insinto "/etc/reaver"
# doins reaver.db
# doman ../docs/reaver.1.gz
# dodoc ../docs/README ../docs/README.REAVER ../docs/README.WASH
#}

View file

@ -1,10 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
SRC_URI="https://github.com/t6x/reaver-wps-fork-t6x/archive/v${PV}.tar.gz -> ${P}.tar.gz"

View file

@ -0,0 +1,33 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
SRC_URI="https://github.com/t6x/reaver-wps-fork-t6x/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!net-wireless/reaver
net-libs/libpcap
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
#AUTOTOOLS_IN_SOURCE_BUILD="1"
S="${WORKDIR}/${P}/src"
src_prepare() {
# fixme:
sed -i 's|@localstatedir@/lib/|@localstatedir@/|' config.mak.in
eapply_user
}
src_install(){
emake DESTDIR="${D}" install
keepdir /var/lib/reaver
}

View file

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit linux-mod git-r3
DESCRIPTION="RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection"
HOMEPAGE="https://github.com/aircrack-ng/rtl8812au"
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
EGIT_COMMIT="cd1535f2fae8473103dafb227137a84c9d44b8c6"
EGIT_BRANCH="v5.1.5"
#/include/rtw_version.h
#DRIVERVERSION "v5.1.5_19247.20160830"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ARCH=x86_64
MODULE_NAMES="8812au(net/wireless:)"
BUILD_TARGETS="clean modules"
DEPEND="!!net-wireless/rtl8812au_astsam"

View file

@ -8,7 +8,7 @@ inherit linux-mod git-r3
DESCRIPTION="RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection"
HOMEPAGE="https://github.com/aircrack-ng/rtl8812au"
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
EGIT_COMMIT="bdf44381de84f110cc25178b5c0ca8ed52c68833"
EGIT_COMMIT="af8fa990a6548159980e6656bfdc57e5a9c83c41"
EGIT_BRANCH="v5.1.5"
#/include/rtw_version.h