1
0
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:
Kurt Jaeger 2016-07-14 16:49:26 +00:00
parent 62fea15e08
commit 46a5f4e6e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418543
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468025041
SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28
SIZE (halberd-0.2.4.tar.gz) = 214881

View 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