Sun May 30 12:32:29 2021 UTC ()
security/ruby-nexpose: update to 7.3.0

pkgsrc change: add "USE_LANGUAGES=	# empty" line.

7.3.0 (2021-04-02)

Fixed bugs:

* Login Failed when update nexpose-client 2.0.2 to 7.2.1 #324

Closed issues:

* Stuck on maintenance mode page #327
* job failure in servicenow #323
* [QUESTION] How to generate Shared Secret via RESTful API? #322
* XML::VulnerabilityDetail/Complete API missing an instances value for
  vulnerabilities #306

Merged pull requests:

* Add a new privilege ManageAdvPolicies #330 (jinq102030)
* Fix HostOrIP for Ruby 2.6.3 #328 (abunn-r7)
* Fix travis builds #326 (gschneider-r7)
* Migrate eso-client to nexpose-client / CSRF header update #309
  (hwilson-r7)


(taca)
diff -r1.3 -r1.4 pkgsrc/security/ruby-nexpose/Makefile
diff -r1.3 -r1.4 pkgsrc/security/ruby-nexpose/distinfo
diff -r1.1 -r1.2 pkgsrc/security/ruby-nexpose/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/security/ruby-nexpose/Makefile (expand / switch to context diff)
--- pkgsrc/security/ruby-nexpose/Makefile 2018/09/23 16:11:24 1.3
+++ pkgsrc/security/ruby-nexpose/Makefile 2021/05/30 12:32:29 1.4
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 16:11:24 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/30 12:32:29 taca Exp $
 
-DISTNAME=	nexpose-7.2.1
+DISTNAME=	nexpose-7.3.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
+
+USE_LANGUAGES=	# empty
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/security/ruby-nexpose/distinfo (expand / switch to context diff)
--- pkgsrc/security/ruby-nexpose/distinfo 2018/09/23 16:11:24 1.3
+++ pkgsrc/security/ruby-nexpose/distinfo 2021/05/30 12:32:29 1.4
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/23 16:11:24 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/05/30 12:32:29 taca Exp $
 
-SHA1 (nexpose-7.2.1.gem) = 1cb158dfa41fa75541020a61a4755fdafefb0391
+SHA1 (nexpose-7.3.0.gem) = 00ce0d2a9fe6a0af6259e8c1aadb6cfc794c48ff
-RMD160 (nexpose-7.2.1.gem) = 82b89729999e60604a85a839ba6f06a463aa7170
+RMD160 (nexpose-7.3.0.gem) = 5299051bce6a0dce794bc59cc38d94e39ea3ba93
-SHA512 (nexpose-7.2.1.gem) = f9c605a452bb49c4223db47fe44761eeb23c3a7834772a3122c750aa1a06ae24de5029e6945d7ecab4fa250104868116611b3ff7ae02700d5225a02a040ebb64
+SHA512 (nexpose-7.3.0.gem) = 3c9b147e9c1d67ef7885bfa8fd315ba68783f471f4a1485541262af9c808a0eda13df3fcdd58ddfd4f4dad62511fa8fe4231eaf14227e944cd78e87f92a99cd9
-Size (nexpose-7.2.1.gem) = 110592 bytes
+Size (nexpose-7.3.0.gem) = 125440 bytes

cvs diff -r1.1 -r1.2 pkgsrc/security/ruby-nexpose/PLIST (expand / switch to context diff)
--- pkgsrc/security/ruby-nexpose/PLIST 2017/10/17 18:15:18 1.1
+++ pkgsrc/security/ruby-nexpose/PLIST 2021/05/30 12:32:29 1.2
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/17 18:15:18 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/30 12:32:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/COPYING
@@ -7,6 +7,18 @@
 ${GEM_LIBDIR}/README.markdown
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/README.md
+${GEM_LIBDIR}/lib/eso.rb
+${GEM_LIBDIR}/lib/eso/conductor.rb
+${GEM_LIBDIR}/lib/eso/configuration/configuration.rb
+${GEM_LIBDIR}/lib/eso/configuration/configuration_manager.rb
+${GEM_LIBDIR}/lib/eso/filter.rb
+${GEM_LIBDIR}/lib/eso/integration_option.rb
+${GEM_LIBDIR}/lib/eso/integration_options_manager.rb
+${GEM_LIBDIR}/lib/eso/nexpose.rb
+${GEM_LIBDIR}/lib/eso/service.rb
+${GEM_LIBDIR}/lib/eso/step.rb
+${GEM_LIBDIR}/lib/eso/step_configuration.rb
+${GEM_LIBDIR}/lib/eso/workflow.rb
 ${GEM_LIBDIR}/lib/nexpose.rb
 ${GEM_LIBDIR}/lib/nexpose/ajax.rb
 ${GEM_LIBDIR}/lib/nexpose/alert.rb