svn commit: r440634 - in head/security: . py-gixy
Dan Langille
dvl at FreeBSD.org
Thu May 11 16:41:55 UTC 2017
Author: dvl
Date: Thu May 11 16:41:53 2017
New Revision: 440634
URL: https://svnweb.freebsd.org/changeset/ports/440634
Log:
Tool to analyze Nginx configuration for security misconfiguration
Added:
head/security/py-gixy/
head/security/py-gixy/Makefile (contents, props changed)
head/security/py-gixy/distinfo (contents, props changed)
head/security/py-gixy/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu May 11 16:03:46 2017 (r440633)
+++ head/security/Makefile Thu May 11 16:41:53 2017 (r440634)
@@ -861,6 +861,7 @@
SUBDIR += py-fail2ban
SUBDIR += py-fchksum
SUBDIR += py-flask-httpauth
+ SUBDIR += py-gixy
SUBDIR += py-gnupg
SUBDIR += py-gnutls
SUBDIR += py-gpgme
Added: head/security/py-gixy/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-gixy/Makefile Thu May 11 16:41:53 2017 (r440634)
@@ -0,0 +1,25 @@
+# Created by: Dan Langille
+# $FreeBSD$
+
+PORTNAME= gixy
+PORTVERSION= 0.1.3
+CATEGORIES= security www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dvl at FreeBSD.org
+COMMENT= Tool to analyze Nginx configuration for security misconfiguration
+
+LICENSE= APACHE20
+
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.2.0:devel/py-cached-property
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configargparse>=0.11.0:devel/py-configargparse
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/security/py-gixy/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-gixy/distinfo Thu May 11 16:41:53 2017 (r440634)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494519770
+SHA256 (gixy-0.1.3.tar.gz) = bffb35c111807379eda3a4ea4da32587ad7368bc8fe7d5436dddb65037e39198
+SIZE (gixy-0.1.3.tar.gz) = 31484
Added: head/security/py-gixy/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-gixy/pkg-descr Thu May 11 16:41:53 2017 (r440634)
@@ -0,0 +1,4 @@
+Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to
+prevent security misconfiguration and automate flaw detection.
+
+WWW: https://github.com/yandex/gixy
More information about the svn-ports-all
mailing list