mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
polenum: drop old and bump to 1.6
This commit is contained in:
parent
ed0a6ff53a
commit
73854c1d12
5 changed files with 25 additions and 37 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST polenum-0.2.tar.bz2 6071 SHA256 4362c6471f192f841f1a6349d522ddcadc51ee845e7dc7fc4655323aa90468eb SHA512 0df0c6ab73f1a53ce03cba9d1442c4741156951244712eec9d0e5781ebab2e0fd8872815011857173bc17f34a3d1f0386d886ca93c649011280ebd26f37fc52d WHIRLPOOL 5cd091285595555b8b07e39a9699db4eb360207d3dc4ec5ca8849063b5cfd8e09ae8268a6264c904b26c18f219063581df6e989b383368ef1cbb5424f9aace39
|
||||
DIST polenum-1.4.tar.gz 16080 SHA256 4b38d62914ee6f2c415cb61ea4990180c7bff186ec1aff884324200b1151e83c SHA512 ff6be3d51e0e3f5c166a1e9e044a25420b932fbe8fdf6bfccc90a3a342a76a62981613fe2f85ed3316187e254bd72cda855c03c44cf9a7b6361fe1554d62a4b9 WHIRLPOOL b2b7a3309fb39a022e230475ff43586d3505078919d496b129918c7353885672daa0d8ab24981d49e6e30949703dd082f2b43d95adfe0b3f6f620935642a5af9
|
||||
DIST polenum-1.6.tar.gz 16129 BLAKE2B 68064072eef53ed1bb1bd553a7705aa5200c46e5e7e2aef4b2b070d954d840794c95758c730f523532154664a31afb4630e01fa222132f3d4ff4a54b2e0a7c2b SHA512 d20263c065524bee376d7aa41f9210ecdc6aa0e34961164dfe41cfce9638d08abc669db553d58cb8391716b7ddc0ff8796383252bbdbb1449f50328222d12078
|
||||
|
|
|
|||
8
net-analyzer/polenum/metadata.xml
Normal file
8
net-analyzer/polenum/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="a python script for extracting the password policy information from a Windows/Samba machine."
|
||||
HOMEPAGE="http://labs.portcullis.co.uk/application/polenum/"
|
||||
SRC_URI="http://labs.portcullis.co.uk/download/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/python
|
||||
dev-python/impacket"
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
}
|
||||
|
|
@ -1,24 +1,31 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
# TODO: add py3.* support
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="Extract password policy from a windows machine"
|
||||
HOMEPAGE="https://github.com/Wh1t3Fox/polenum"
|
||||
SRC_URI="https://github.com/Wh1t3Fox/polenum/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GNU-3"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/impacket[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep 'dev-python/impacket[${PYTHON_MULTI_USEDEP}]')"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang .
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
dodoc README.md
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ net-analyzer/nmap
|
|||
~net-analyzer/ntp-fingerprint-0.1
|
||||
~net-analyzer/onesixtyone-0.7
|
||||
=net-analyzer/p0f-3*
|
||||
~net-analyzer/polenum-0.2
|
||||
~net-analyzer/polenum-1.6
|
||||
~net-analyzer/ppscan-0.3
|
||||
~net-analyzer/rain-1.2.9_beta1
|
||||
~net-analyzer/rrdtool-1.4.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue