From owner-svn-ports-head@freebsd.org Thu Jul 14 16:49:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 112AEB99805; Thu, 14 Jul 2016 16:49:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC23119DF; Thu, 14 Jul 2016 16:49:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6EGnQ6Z092603; Thu, 14 Jul 2016 16:49:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6EGnQmg092599; Thu, 14 Jul 2016 16:49:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607141649.u6EGnQmg092599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 14 Jul 2016 16:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418543 - in head/security: . py-halberd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 16:49:28 -0000 Author: pi Date: Thu Jul 14 16:49:26 2016 New Revision: 418543 URL: https://svnweb.freebsd.org/changeset/ports/418543 Log: 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 Added: head/security/py-halberd/ head/security/py-halberd/Makefile (contents, props changed) head/security/py-halberd/distinfo (contents, props changed) head/security/py-halberd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Jul 14 16:47:07 2016 (r418542) +++ head/security/Makefile Thu Jul 14 16:49:26 2016 (r418543) @@ -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 Added: head/security/py-halberd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-halberd/Makefile Thu Jul 14 16:49:26 2016 (r418543) @@ -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 Added: head/security/py-halberd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-halberd/distinfo Thu Jul 14 16:49:26 2016 (r418543) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468025041 +SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28 +SIZE (halberd-0.2.4.tar.gz) = 214881 Added: head/security/py-halberd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-halberd/pkg-descr Thu Jul 14 16:49:26 2016 (r418543) @@ -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