mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
sslstrip: clean, remove and wipe, https://github.com/pentoo/pentoo-overlay/issues/616
This commit is contained in:
parent
c74ee97677
commit
5c1c0d48dc
5 changed files with 0 additions and 45 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sslstrip-0.9.2.tar.gz 22046 BLAKE2B e00a12c59bd4e1fe1bc906eb96b854bfd0aaf95cdae5549b593237d73c83f8dac8e46864272372c75fb0d1569a6fd2fa48efb0a8545c1bf279471ad1fdf140ed SHA512 8b3647aa8562264eacb8cdcbdb09a4201331b3e43c8911a8edb62d2fedaad972cb2fcbcd0c32242b4505bd684979d6557183deb69607b06e9bb5b2deaa5f9f3c
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
python2 /usr/lib/sslstrip/sslstrip.py $@
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
#MY_PV=$(replace_version_separator 2 '-' )
|
||||
MY_PV="$(ver_rs 2 -)"
|
||||
|
||||
DESCRIPTION="sslstrip remove https and forwards http"
|
||||
HOMEPAGE="http://www.thoughtcrime.org/software/sslstrip/"
|
||||
SRC_URI="https://github.com/moxie0/sslstrip/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
src_install() {
|
||||
dodir /usr/lib/"${PN}"
|
||||
insinto /usr/lib/"${PN}"
|
||||
doins sslstrip.py lock.ico
|
||||
dodir /usr/lib/${PN}/sslstrip
|
||||
insinto /usr/lib/${PN}/sslstrip
|
||||
doins sslstrip/*.py
|
||||
newsbin "${FILESDIR}"/sslstrip-r1 sslstrip
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -1,7 +1,4 @@
|
|||
=net-analyzer/dsniff-2.4_beta1-r5 **
|
||||
=net-libs/libnids-1.24-r3 **
|
||||
=net-analyzer/sslsniff-0.8-r1 **
|
||||
=net-analyzer/sslstrip-0.9-r1 **
|
||||
=dev-libs/log4cpp-1.0 **
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@ net-analyzer/nmap
|
|||
~net-analyzer/sniffit-0.3.7
|
||||
net-analyzer/snort
|
||||
~net-analyzer/sslsniff-0.8
|
||||
~net-analyzer/sslstrip-0.9.2
|
||||
=net-analyzer/sslscan-1.11*
|
||||
~net-analyzer/tcpdump-4.3.0
|
||||
~net-analyzer/thc-ipv6-3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue