mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
New port: security/py-halberd
Halberd discovers HTTP load balancers. It is useful for web application security auditing and for load balancer configuration testing. WWW: https://pypi.python.org/pypi/halberd PR: 211054 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
This commit is contained in:
parent
62fea15e08
commit
46a5f4e6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418543
@ -846,6 +846,7 @@
|
||||
SUBDIR += py-gnupg
|
||||
SUBDIR += py-gnutls
|
||||
SUBDIR += py-gpsoauth
|
||||
SUBDIR += py-halberd
|
||||
SUBDIR += py-hkdf
|
||||
SUBDIR += py-htpasswd
|
||||
SUBDIR += py-itsdangerous
|
||||
|
19
security/py-halberd/Makefile
Normal file
19
security/py-halberd/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= halberd
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= security www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@bsd.com.br
|
||||
COMMENT= HTTP load balancer detector written in Python
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-halberd/distinfo
Normal file
3
security/py-halberd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468025041
|
||||
SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28
|
||||
SIZE (halberd-0.2.4.tar.gz) = 214881
|
5
security/py-halberd/pkg-descr
Normal file
5
security/py-halberd/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Halberd discovers HTTP load balancers. It is useful for web
|
||||
application security auditing and for load balancer configuration
|
||||
testing.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/halberd
|
Loading…
Reference in New Issue
Block a user