pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-nexpose security/ruby-nexpose: update to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ea64a144809
branches: trunk
changeset: 453493:2ea64a144809
user: taca <taca%pkgsrc.org@localhost>
date: Sun May 30 12:32:29 2021 +0000
description:
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)
diffstat:
security/ruby-nexpose/Makefile | 6 ++++--
security/ruby-nexpose/PLIST | 14 +++++++++++++-
security/ruby-nexpose/distinfo | 10 +++++-----
3 files changed, 22 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r b628e0655c3e -r 2ea64a144809 security/ruby-nexpose/Makefile
--- a/security/ruby-nexpose/Makefile Sun May 30 12:29:40 2021 +0000
+++ b/security/ruby-nexpose/Makefile Sun May 30 12:32:29 2021 +0000
@@ -1,6 +1,6 @@
-# $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@localhost
@@ -8,5 +8,7 @@
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"
diff -r b628e0655c3e -r 2ea64a144809 security/ruby-nexpose/PLIST
--- a/security/ruby-nexpose/PLIST Sun May 30 12:29:40 2021 +0000
+++ b/security/ruby-nexpose/PLIST Sun May 30 12:32:29 2021 +0000
@@ -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
diff -r b628e0655c3e -r 2ea64a144809 security/ruby-nexpose/distinfo
--- a/security/ruby-nexpose/distinfo Sun May 30 12:29:40 2021 +0000
+++ b/security/ruby-nexpose/distinfo Sun May 30 12:32:29 2021 +0000
@@ -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
-RMD160 (nexpose-7.2.1.gem) = 82b89729999e60604a85a839ba6f06a463aa7170
-SHA512 (nexpose-7.2.1.gem) = f9c605a452bb49c4223db47fe44761eeb23c3a7834772a3122c750aa1a06ae24de5029e6945d7ecab4fa250104868116611b3ff7ae02700d5225a02a040ebb64
-Size (nexpose-7.2.1.gem) = 110592 bytes
+SHA1 (nexpose-7.3.0.gem) = 00ce0d2a9fe6a0af6259e8c1aadb6cfc794c48ff
+RMD160 (nexpose-7.3.0.gem) = 5299051bce6a0dce794bc59cc38d94e39ea3ba93
+SHA512 (nexpose-7.3.0.gem) = 3c9b147e9c1d67ef7885bfa8fd315ba68783f471f4a1485541262af9c808a0eda13df3fcdd58ddfd4f4dad62511fa8fe4231eaf14227e944cd78e87f92a99cd9
+Size (nexpose-7.3.0.gem) = 125440 bytes
Home |
Main Index |
Thread Index |
Old Index