mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
* Added sslsniff
This commit is contained in:
parent
2deb2f9ce6
commit
2609894b8f
2 changed files with 26 additions and 0 deletions
2
net-analyzer/sslsniff/Manifest
Normal file
2
net-analyzer/sslsniff/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST sslsniff-0.5.tgz 61933 RMD160 52787d0712388122082602a48d207714749924df SHA1 de254c5f0c10328960dfc04d48a6ffd6d1a95432 SHA256 b44bbcb998821800a2d3e36dd29f5a69bf8925b25e8422d92b48dcc8cc02b54a
|
||||
EBUILD sslsniff-0.5.ebuild 550 RMD160 6bfdec8cb5a99d767994546392295a3def9b02b3 SHA1 a4f96a9c6dd00fd3609e5bdcb08d6c4f8e8e4869 SHA256 0d0fffa7848be36a2af5879e38ad954edf895f61086e4c31afc7a1a2808d5ab5
|
||||
24
net-analyzer/sslsniff/sslsniff-0.5.ebuild
Normal file
24
net-analyzer/sslsniff/sslsniff-0.5.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="sslstrip remove https and forwards http"
|
||||
HOMEPAGE="http://www.thoughtcrime.org/software/sslsniff/"
|
||||
SRC_URI="http://www.thoughtcrime.org/software/${PN}/${P}.tgz"
|
||||
|
||||
inherit eutils
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
EAPI=2
|
||||
|
||||
RDEPEND=">=dev-lang/python-2.5"
|
||||
|
||||
src_install() {
|
||||
dodir /usr/share/"${PN}"
|
||||
insinto /usr/share/"${PN}"
|
||||
doins trust.crt
|
||||
dosbin sslsniff
|
||||
dodoc README CHANGES
|
||||
}
|
||||
Loading…
Reference in a new issue