diff options
author | taca <taca@pkgsrc.org> | 2021-03-21 13:33:31 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-03-21 13:33:31 +0000 |
commit | d1b797d76b93623bd86759d72639be376400e8ec (patch) | |
tree | 0542bc956c2f915936f759ee581c5f3d5b18d277 /sysutils | |
parent | 3625458f2b4ea3329b17ea3551141d660e4dcc54 (diff) | |
download | pkgsrc-d1b797d76b93623bd86759d72639be376400e8ec.tar.gz |
sysutils/ruby-inspec-core: update to 4.28.0
4.28.0 (2021-03-17)
New Features
* Support 'clear_cache' #5266 (Schwad)
Enhancements
* Fixes #5373 : Add option to filter empty profiles from report #5425 (Vasu1105)
Bug Fixes
* Don't pass -u on AIX in crontab command #5418 (clintoncwolfe)
* Add git to Docker build #5420 (clintoncwolfe)
Merged Pull Requests
* Remove .0 from macos builder name #5413 (clintoncwolfe)
* Fix backtrace occurs when using cmp to compare nil to an expectation #5427
(Vasu1105)
* Clarify include matcher docs on crontab resource #5419 (clintoncwolfe)
* Update README to add note about Ruby 2.5 support #5424 (clintoncwolfe)
* Expose conf_path, content, and params on auditd_conf #5422 (yarick)
* Update json_schemer requirement from >= 0.2.1, < 0.2.18 to >= 0.2.1, <
0.2.19 #5423 (dependabot-preview[bot])
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ruby-inspec-core/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ruby-inspec-core/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ruby-inspec-core/Makefile b/sysutils/ruby-inspec-core/Makefile index cc16c081991..18f86938dca 100644 --- a/sysutils/ruby-inspec-core/Makefile +++ b/sysutils/ruby-inspec-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/03/09 08:58:23 nia Exp $ +# $NetBSD: Makefile,v 1.5 2021/03/21 13:33:31 taca Exp $ -DISTNAME= inspec-core-4.26.13 +DISTNAME= inspec-core-4.28.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/ruby-inspec-core/distinfo b/sysutils/ruby-inspec-core/distinfo index 9d3ad8c967c..ad8ea64c98c 100644 --- a/sysutils/ruby-inspec-core/distinfo +++ b/sysutils/ruby-inspec-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/03/07 14:24:13 taca Exp $ +$NetBSD: distinfo,v 1.4 2021/03/21 13:33:31 taca Exp $ -SHA1 (inspec-core-4.26.13.gem) = bd4c46a4b62d7a29749daaf2981a12a48aa2173f -RMD160 (inspec-core-4.26.13.gem) = 8529643c0e8a3ca2b242f872e6513f7295910583 -SHA512 (inspec-core-4.26.13.gem) = da1dca8edef81638884f2ea5f466e0193ee15f4b7fded84b1b03f9ef17dfdcb8e619e36ec013051ad406cffe65b939d78731f2afe86a1747493e1f5a0472683e -Size (inspec-core-4.26.13.gem) = 370176 bytes +SHA1 (inspec-core-4.28.0.gem) = d96fb109ece6ce2743addc45cd3c5e9632ea6d2b +RMD160 (inspec-core-4.28.0.gem) = 548e2ee8cef5199778b3d454b4189d08dcb4dbe1 +SHA512 (inspec-core-4.28.0.gem) = b09f300a316e2fad6e5fc1a9e0621705e17614475ee7e9cbd8c7c4895567a5f5b32046eb95fadb29622c0f7c63be180150355cb8503174a3db6b21c08f3657ee +Size (inspec-core-4.28.0.gem) = 370688 bytes |