Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 16:52:08 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418545 - in head/security: . py-vulndb
Message-ID:  <201607141652.u6EGq8uU094224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jul 14 16:52:08 2016
New Revision: 418545
URL: https://svnweb.freebsd.org/changeset/ports/418545

Log:
  New port: security/py-vulndb
  
  Python SDK to access the vulnerability database:
  https://github.com/vulndb/data
  
  WWW: https://pypi.python.org/pypi/vulndb
  
  PR:		211055
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Added:
  head/security/py-vulndb/
  head/security/py-vulndb/Makefile   (contents, props changed)
  head/security/py-vulndb/distinfo   (contents, props changed)
  head/security/py-vulndb/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Jul 14 16:49:41 2016	(r418544)
+++ head/security/Makefile	Thu Jul 14 16:52:08 2016	(r418545)
@@ -913,6 +913,7 @@
     SUBDIR += py-twistedConch
     SUBDIR += py-twofish
     SUBDIR += py-volatility
+    SUBDIR += py-vulndb
     SUBDIR += py-xmlsec
     SUBDIR += py-yara
     SUBDIR += py-yara-editor

Added: head/security/py-vulndb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-vulndb/Makefile	Thu Jul 14 16:52:08 2016	(r418545)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	vulndb
+PORTVERSION=	0.0.19
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@bsd.com.br
+COMMENT=	Provides access to the vulndb information in Python
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-vulndb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-vulndb/distinfo	Thu Jul 14 16:52:08 2016	(r418545)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468027305
+SHA256 (vulndb-0.0.19.tar.gz) = d0db4d8729a0d7758bcf51ef5f7fd0a285f92158be6d0f1bace6eab416cd8980
+SIZE (vulndb-0.0.19.tar.gz) = 49786

Added: head/security/py-vulndb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-vulndb/pkg-descr	Thu Jul 14 16:52:08 2016	(r418545)
@@ -0,0 +1,4 @@
+Python SDK to access the vulnerability database:
+https://github.com/vulndb/data
+
+WWW: https://pypi.python.org/pypi/vulndb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141652.u6EGq8uU094224>