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 unified 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 @@ @@ -1,12 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2018/09/23 16:11:24 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2021/05/30 12:32:29 taca Exp $
2 2
3DISTNAME= nexpose-7.2.1 3DISTNAME= nexpose-7.3.0
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/rapid7/nexpose-client 7HOMEPAGE= https://github.com/rapid7/nexpose-client
8COMMENT= Rapid7 Nexpose API client library written in Ruby 8COMMENT= Rapid7 Nexpose API client library written in Ruby
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
 11USE_LANGUAGES= # empty
 12
11.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

cvs diff -r1.1 -r1.2 pkgsrc/security/ruby-nexpose/PLIST (expand / switch to unified 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,22 +1,34 @@ @@ -1,22 +1,34 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/17 18:15:18 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/05/30 12:32:29 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGELOG.md 3${GEM_LIBDIR}/CHANGELOG.md
4${GEM_LIBDIR}/COPYING 4${GEM_LIBDIR}/COPYING
5${GEM_LIBDIR}/Gemfile 5${GEM_LIBDIR}/Gemfile
6${GEM_LIBDIR}/Gemfile.lock 6${GEM_LIBDIR}/Gemfile.lock
7${GEM_LIBDIR}/README.markdown 7${GEM_LIBDIR}/README.markdown
8${GEM_LIBDIR}/Rakefile 8${GEM_LIBDIR}/Rakefile
9${GEM_LIBDIR}/lib/README.md 9${GEM_LIBDIR}/lib/README.md
 10${GEM_LIBDIR}/lib/eso.rb
 11${GEM_LIBDIR}/lib/eso/conductor.rb
 12${GEM_LIBDIR}/lib/eso/configuration/configuration.rb
 13${GEM_LIBDIR}/lib/eso/configuration/configuration_manager.rb
 14${GEM_LIBDIR}/lib/eso/filter.rb
 15${GEM_LIBDIR}/lib/eso/integration_option.rb
 16${GEM_LIBDIR}/lib/eso/integration_options_manager.rb
 17${GEM_LIBDIR}/lib/eso/nexpose.rb
 18${GEM_LIBDIR}/lib/eso/service.rb
 19${GEM_LIBDIR}/lib/eso/step.rb
 20${GEM_LIBDIR}/lib/eso/step_configuration.rb
 21${GEM_LIBDIR}/lib/eso/workflow.rb
10${GEM_LIBDIR}/lib/nexpose.rb 22${GEM_LIBDIR}/lib/nexpose.rb
11${GEM_LIBDIR}/lib/nexpose/ajax.rb 23${GEM_LIBDIR}/lib/nexpose/ajax.rb
12${GEM_LIBDIR}/lib/nexpose/alert.rb 24${GEM_LIBDIR}/lib/nexpose/alert.rb
13${GEM_LIBDIR}/lib/nexpose/api.rb 25${GEM_LIBDIR}/lib/nexpose/api.rb
14${GEM_LIBDIR}/lib/nexpose/api_request.rb 26${GEM_LIBDIR}/lib/nexpose/api_request.rb
15${GEM_LIBDIR}/lib/nexpose/asset.rb 27${GEM_LIBDIR}/lib/nexpose/asset.rb
16${GEM_LIBDIR}/lib/nexpose/blackout.rb 28${GEM_LIBDIR}/lib/nexpose/blackout.rb
17${GEM_LIBDIR}/lib/nexpose/common.rb 29${GEM_LIBDIR}/lib/nexpose/common.rb
18${GEM_LIBDIR}/lib/nexpose/connection.rb 30${GEM_LIBDIR}/lib/nexpose/connection.rb
19${GEM_LIBDIR}/lib/nexpose/console.rb 31${GEM_LIBDIR}/lib/nexpose/console.rb
20${GEM_LIBDIR}/lib/nexpose/credential.rb 32${GEM_LIBDIR}/lib/nexpose/credential.rb
21${GEM_LIBDIR}/lib/nexpose/credential_helper.rb 33${GEM_LIBDIR}/lib/nexpose/credential_helper.rb
22${GEM_LIBDIR}/lib/nexpose/dag.rb 34${GEM_LIBDIR}/lib/nexpose/dag.rb