pkgsrc/security/ruby-nexpose/Makefile
taca 869b10cc64 security/ruby-nexpose: update to 7.2.0
7.2.0 (2018-01-17)

Closed issues:

* list_vuln_exceptions returns API error #312
* Credentials failure after using Site.copy #307
* XML serialization for VulnException incorrect due to extra whitespace #304
* Nexpose timeout does not seem to work #299

Merged pull requests:

* Update vuln exceptions to use generally available API version #313
  (mhuffman-r7)
* Add a method to add common vuln status filters to report configs #303
  (gschneider-r7)
* Updated for Ruby 2.4 Support #301 (twosevenzero)
2018-03-21 13:10:25 +00:00

12 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/03/21 13:10:25 taca Exp $
DISTNAME= nexpose-7.2.0
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/nexpose-client
COMMENT= Rapid7 Nexpose API client library written in Ruby
LICENSE= modified-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"