pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ruby-inspec-core
Module Name: pkgsrc
Committed By: taca
Date: Tue Aug 31 16:50:14 UTC 2021
Modified Files:
pkgsrc/sysutils/ruby-inspec-core: Makefile PLIST distinfo
Log Message:
sysutils/ruby-inspec-core: update to 4.41.2
4.37.30 (2021-06-16)
Bug Fixes
* Include x25519 KEX module in omnibus build #5563 (clintoncwolfe)
Merged Pull Requests
* Minor MD reformatting for dev-docs page #5550 (IanMadd)
* Fix mysql_session resource to raise exception if there is a error in
connection or in query #5551 (Vasu1105)
* Fix postgres_session resource to raise exception if there is a error in
connection or in query #5553 (Vasu1105)
* Restrict x25519 gem to x86 architectures #5564 (clintoncwolfe)
4.38.3 (2021-07-02)
Merged Pull Requests
* Add support for mongodb_conf resource in InSpec #5562 (Vasu1105)
* Fix AWS secret key environment variable name in docs #5566 (sandratiffin)
* Fix relative links #5556 (IanMadd)
* Misc updates to the README #5526 (clintoncwolfe)
4.38.9 (2021-07-22)
Enhancements
* Remove default port for mssql_session, allowing named connections #5584
(Nik08)
* Update postgresql resources to normalize it for platform supports #5576
(Vasu1105)
Merged Pull Requests
* Oracle Session Exception Handling #5567 (Nik08)
* Waiver file expiration dates misinterpretation fix #5586 (Nik08)
* Need to back out x25519 gem as its causing issues for ssh #5590 (Vasu1105)
* Use ruby 2.7.4 #5602 (clintoncwolfe)
* Remove mention of AWS tests from README #5603 (clintoncwolfe)
4.41.2 (2021-08-16)
New Features
* Add support for OPA: add resource opa_cli and opa_api #5592 (Vasu1105)
Bug Fixes
* Pin mongo gem to 2.13.2 to avoid broken symlink #5615 (clintoncwolfe)
Merged Pull Requests
* Add mongodb_session resource and docs. #5572 (Vasu1105)
* Filter active controls in profile by tags #5596 (Nik08)
* Remove empty .gitmodules file #5616 (tduffield)
* Fix the typo in documentation file for opa_api resource #5608 (Vasu1105)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/ruby-inspec-core/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ruby-inspec-core/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/ruby-inspec-core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ruby-inspec-core/Makefile
diff -u pkgsrc/sysutils/ruby-inspec-core/Makefile:1.10 pkgsrc/sysutils/ruby-inspec-core/Makefile:1.11
--- pkgsrc/sysutils/ruby-inspec-core/Makefile:1.10 Mon Jun 14 15:36:39 2021
+++ pkgsrc/sysutils/ruby-inspec-core/Makefile Tue Aug 31 16:50:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/06/14 15:36:39 taca Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/31 16:50:14 taca Exp $
-DISTNAME= inspec-core-4.37.25
+DISTNAME= inspec-core-4.41.2
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/sysutils/ruby-inspec-core/PLIST
diff -u pkgsrc/sysutils/ruby-inspec-core/PLIST:1.3 pkgsrc/sysutils/ruby-inspec-core/PLIST:1.4
--- pkgsrc/sysutils/ruby-inspec-core/PLIST:1.3 Fri Jun 4 14:31:52 2021
+++ pkgsrc/sysutils/ruby-inspec-core/PLIST Tue Aug 31 16:50:14 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/06/04 14:31:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/08/31 16:50:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
@@ -165,6 +165,9 @@ ${GEM_LIBDIR}/lib/inspec/resources/launc
${GEM_LIBDIR}/lib/inspec/resources/limits_conf.rb
${GEM_LIBDIR}/lib/inspec/resources/linux_kernel_parameter.rb
${GEM_LIBDIR}/lib/inspec/resources/login_defs.rb
+${GEM_LIBDIR}/lib/inspec/resources/mongodb.rb
+${GEM_LIBDIR}/lib/inspec/resources/mongodb_conf.rb
+${GEM_LIBDIR}/lib/inspec/resources/mongodb_session.rb
${GEM_LIBDIR}/lib/inspec/resources/mount.rb
${GEM_LIBDIR}/lib/inspec/resources/mssql_session.rb
${GEM_LIBDIR}/lib/inspec/resources/mysql.rb
@@ -176,6 +179,9 @@ ${GEM_LIBDIR}/lib/inspec/resources/noop.
${GEM_LIBDIR}/lib/inspec/resources/npm.rb
${GEM_LIBDIR}/lib/inspec/resources/ntp_conf.rb
${GEM_LIBDIR}/lib/inspec/resources/oneget.rb
+${GEM_LIBDIR}/lib/inspec/resources/opa.rb
+${GEM_LIBDIR}/lib/inspec/resources/opa_api.rb
+${GEM_LIBDIR}/lib/inspec/resources/opa_cli.rb
${GEM_LIBDIR}/lib/inspec/resources/oracledb_session.rb
${GEM_LIBDIR}/lib/inspec/resources/os.rb
${GEM_LIBDIR}/lib/inspec/resources/os_env.rb
Index: pkgsrc/sysutils/ruby-inspec-core/distinfo
diff -u pkgsrc/sysutils/ruby-inspec-core/distinfo:1.8 pkgsrc/sysutils/ruby-inspec-core/distinfo:1.9
--- pkgsrc/sysutils/ruby-inspec-core/distinfo:1.8 Mon Jun 14 15:36:39 2021
+++ pkgsrc/sysutils/ruby-inspec-core/distinfo Tue Aug 31 16:50:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/06/14 15:36:39 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/08/31 16:50:14 taca Exp $
-SHA1 (inspec-core-4.37.25.gem) = 3cada3891cab6acbcfd3adc1cfdd7606c719ada5
-RMD160 (inspec-core-4.37.25.gem) = b056c93752dbfe6e6e99fba55cebc6f725c9221c
-SHA512 (inspec-core-4.37.25.gem) = 0ce1903c47118e9aa5ecaaa3950cb63e80d79a40653aef6ca698e03575179948543ebe28ad916928dd8fee66815397ca014c38e474f320e1af359e51b4bd8d26
-Size (inspec-core-4.37.25.gem) = 372736 bytes
+SHA1 (inspec-core-4.41.2.gem) = 084f4710af318d45e41524f9bd63e87fd681aad1
+RMD160 (inspec-core-4.41.2.gem) = 645f41593cbc781b3822390c20dcaaad73f86e8c
+SHA512 (inspec-core-4.41.2.gem) = 3e76fd26f4d68ed046f360ddb9378b4f43c8644098c911992d647eeb4f992473bfad45241bc52e17c059df08d31f1dc74c29726cadf2c20ea424ae637283fc40
+Size (inspec-core-4.41.2.gem) = 375296 bytes
Home |
Main Index |
Thread Index |
Old Index