app-crypt/asleap - 2.4.1 (pentoo)

Search

Install

Install this version:

emerge -a =app-crypt/asleap-2.4.1

Package Information

Description:
Cisco LEAP and Generic MS-CHAPv2 Dictionary Attack
Homepage:
https://github.com/joswr1ght/asleap https://github.com/OscarAkaElvis/asleap
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.4.1 8 amd64 x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GITHUB_REPOSITORY="OscarAkaElvis/asleap"

inherit github-archive

DESCRIPTION="Cisco LEAP and Generic MS-CHAPv2 Dictionary Attack"
HOMEPAGE="https://github.com/joswr1ght/asleap https://github.com/OscarAkaElvis/asleap"

KEYWORDS="amd64 x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="doc"

RDEPEND="net-libs/libpcap
	dev-libs/openssl:="
DEPEND="${RDEPEND}"

src_prepare() {
	eapply "${FILESDIR}/asleap-2.4.1-cflags-ldflags.patch"
	eapply "${FILESDIR}/asleap-2.4.1-unchecked-io.patch"
	eapply "${FILESDIR}/asleap-2.4.1-openssl-md4.patch"
	eapply "${FILESDIR}/asleap-2.4.1-install-docdir.patch"
	default
}

src_install() {
	emake install DESTDIR="${D}" $(usex doc "DOCDIR=/usr/share/doc/${PF}" "")
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-crypt/asleap | euse -E <flag> -p app-crypt/asleap | euse -D <flag> -p app-crypt/asleap

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

net-libs/libpcap
	dev-libs/openssl:=

RDEPEND

net-libs/libpcap
	dev-libs/openssl:=