mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
sslyze: v0.14.0 bump with its deps
This commit is contained in:
parent
4330913571
commit
2bcb45c5ca
6 changed files with 50 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST nassl-0.13.6.tar.gz 13793596 SHA256 6de94de4c4d85bf3ed904ef4b971c4e94eeddb91f7769d4a5dc6fc6418f0b282 SHA512 fb2d25af9907cc25dc048c3efb44b11996ce5d2451e27b899a06f238b60b1df656a5a01fe2511eafe188386c658c1b19a6f5ce51d4bb9d880be842e093e259f4 WHIRLPOOL 424894e65fc5179433220c16930e3eab87e19d8a17223970fd52e32e26414e1b8b712a1a9dfd10c2b33690505253dd4a2b9e8f46eb20c918284e59b752196420
|
||||
DIST nassl-0.14.0.tar.gz 15427786 SHA256 b268b20eb6e1c32990d85933120ea459251e7fb70838ebd677ab9003e1b0fa0c SHA512 55b21deefd93e7ba77ee86fdb10130c997f7d1fd5fa8291a224e20166e9613def4410154296265347da8bc0ba6c825d8ac5935384792d7223e39193c24f46abc WHIRLPOOL 52f6dbe185051d558736d0032ac80eeb49d8339d853d3bf196fd6a788f4ad0262b0fe86eb2dab4a29b501a47c6a6635e1f23fe026f9cf59e7156506d759844ba
|
||||
|
|
|
|||
26
dev-python/nassl/nassl-0.14.0.ebuild
Normal file
26
dev-python/nassl/nassl-0.14.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
DESCRIPTION="Experimental Python wrapper for OpenSSL"
|
||||
HOMEPAGE="https://github.com/nabla-c0d3/nassl"
|
||||
SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
append-cflags -fno-strict-aliasing
|
||||
append-ldflags -Wl,-z,noexecstack
|
||||
python2.7 setup.py build
|
||||
}
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST sslyze-0.13.6.tar.gz 1238685 SHA256 e9a2a7f4b751548334226ed974b6f292f37c48bfd6de52f5affcbc03f4ea8f91 SHA512 ad2ba63f0abd88995ba54aeb98950cdae61ce96baebbc6aa4dae8a851d3338234f4f660a5cc03b122a0ab72080cd83691e46ed9398107494f8ec0c5157f76f13 WHIRLPOOL 67dbb3ed0f5fd97c7413da2b06b008520399255157cd8fa3083fd6277cdf22822d3f22430eb0d843be80d65d2d00dd4bab41b7f0488f7c9f81a9ec3685f47683
|
||||
DIST sslyze-0.14.0.tar.gz 1131404 SHA256 a4450cec121dfde9e52869f430197e83082752f61c02af3010ab96a8957773aa SHA512 dc2720ef708bb118401201f1869ceb8501fe2b00f0534639a5942e45a8221c934c6573d10e2f76fb8fcb525ef4b982172684d4c8c7a6671ddf053c6d1ef2a733 WHIRLPOOL 164a1a71973d2956fa291ab2fd0f0afd0a9998f26af0b4000e08240d4458c8582674aa3f4ba14fe4087280230ba66b8e53e2c20e7174dd165a04852e9a0fdaaa
|
||||
|
|
|
|||
20
net-analyzer/sslyze/sslyze-0.14.0.ebuild
Normal file
20
net-analyzer/sslyze/sslyze-0.14.0.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="Fast and full-featured SSL scanner"
|
||||
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
|
||||
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-$(get_version_component_range 1-2)*"
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
~dev-python/charade-1.0.3
|
||||
|
||||
#sslyze
|
||||
=dev-python/nassl-0.13*
|
||||
=dev-python/nassl-0.14*
|
||||
|
||||
#capstone
|
||||
=dev-python/capstone-python-3.0*
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ net-analyzer/snort
|
|||
~net-analyzer/sslsniff-0.8
|
||||
~net-analyzer/sslstrip-0.9
|
||||
~net-analyzer/ssltest-0.4
|
||||
=net-analyzer/sslyze-0.13*
|
||||
=net-analyzer/sslyze-0.14*
|
||||
~net-analyzer/subdomainer-1.3
|
||||
~net-analyzer/tcpdump-4.3.0
|
||||
~net-analyzer/thc-ipv6-2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue