mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
responder-3.2.2.0.ebuild
This commit is contained in:
parent
0167a59843
commit
14fdfacda5
3 changed files with 2 additions and 51 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST responder-3.1.6.0.tar.gz 781512 BLAKE2B a26dcc3b9a8b935b11496bc818aa5f3b9abb6a936703b385d1d696c4c664333edc2bc5f5284fdae0c4530649b36ed758a0e8e3e50f1984b591a4adcd2e378da8 SHA512 1683c5b0047f52470b47fd0a27d1ec254c9b1aa77bb4c0545c6fb3f7af1c6d250526a821e689ce2746cbcc3a90edcd42ad6797edd7c15cabb5fcb5c067335d4e
|
||||
DIST responder-3.1.7.0.tar.gz 781968 BLAKE2B 13ec61667d4a9302647c6b5d9e6fc356ccee99df30242e8196214206867af01345afe1374461af505dbefd582fc8a537d90b65bc5447cabe84cb85fe80c176bb SHA512 40420c211aeaf99122568ef5c9a38e3831bd53f01bcc4eb746f600a1152538955449d6bba8e386e12fdc75a3aec7ad60d5ab068cdcdfb1df66db89184b5bfa2d
|
||||
DIST responder-3.2.2.0.tar.gz 825787 BLAKE2B 79852b0355e5e242f0033c0d7fc11c4a6ad36cfbb58311426fba36542380cb9bdd7956dedddf50d75fead671e46107b6546720c84eee8cc66a468c533db427ff SHA512 f0e5d32e91bd4295593c8a0050402fb481b846a4a5eac6ce2284f33f90738496a999bcd10dc16ad1c00a3d425ecb217f1d8aa940677c1759d80fe2bf7241516c
|
||||
|
|
|
|||
|
|
@ -1,49 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="LLMNR, NBT-NS and MDNS poisoner, HTTP/SMB/MSSQL/FTP/LDAP rogue authentication"
|
||||
HOMEPAGE="https://github.com/lgandx/Responder"
|
||||
SRC_URI="https://github.com/lgandx/Responder/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/Responder-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
|
||||
# dosym "${EPREFIX}"/usr/$(get_libdir)/${PN}/Responder.py /usr/sbin/responder
|
||||
dosym -r "${EPREFIX}"/usr/$(get_libdir)/${PN}/Report.py /usr/bin/responder_report
|
||||
dosym -r "${EPREFIX}"/usr/$(get_libdir)/${PN}/DumpHash.py /usr/bin/responder_dumphash
|
||||
|
||||
newsbin - responder <<-EOF
|
||||
#!/bin/sh
|
||||
cd /usr/$(get_libdir)/responder
|
||||
${EPYTHON} ./Responder.py \${@}
|
||||
EOF
|
||||
|
||||
python_optimize "${ED}/usr/$(get_libdir)/${PN}"
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
Loading…
Reference in a new issue