Received: by mail.netbsd.org (Postfix, from userid 605) id DE41384E7B; Thu, 23 Feb 2023 15:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A0D684D52 for ; Thu, 23 Feb 2023 15:48:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KNWuhnf1Ioaz for ; Thu, 23 Feb 2023 15:48:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 65CB484D39 for ; Thu, 23 Feb 2023 15:48:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F982FA90; Thu, 23 Feb 2023 15:48:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677167297274140" MIME-Version: 1.0 Date: Thu, 23 Feb 2023 15:48:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-ohai To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230223154817.5F982FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677167297274140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Feb 23 15:48:17 UTC 2023 Modified Files: pkgsrc/misc/ruby-ohai: Makefile PLIST distinfo Log Message: misc/ruby-ohai: update to 18.1.0 18.1.0 (2023-02-21) Merged Pull Requests * chore: Included githubactions in the dependabot config #1748 (naveensrinivasan) * Update rubocop-performance requirement from 1.13.3 to 1.14.2 #1751 (dependabot[bot]) * Do not attempt to reinitialize constants #1758 (balasankarc) * Fix FIPS mode detection #1754 (stanhu) * Add additional SUSE and openSUSE platforms - micro, hpc #1753 (jamesongithub) * Bump actions/checkout from 2 to 3 #1752 (dependabot[bot]) * Update rubocop-performance requirement from 1.14.2 to 1.14.3 #1757 (dependabot[bot]) * Fall back to /proc/cpuinfo if lscpu doesn't have CPU totals #1761 (stanhu) * Use a minimum of 1 thread per core for CPU total calculation #1756 (stanhu) * Update rubocop-performance requirement from 1.14.3 to 1.15.0 #1769 (dependabot[bot]) * [ohai][ec2][looks_like_ec2] Do not depend on metadata endpoint #1768 (gbatye) * Fix linter error #1770 (marcparadise) * Add cloud provider oci #1780 (rnt) * Update rubocop-performance requirement from 1.15.2 to 1.16.0 #1784 (dependabot[bot]) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/misc/ruby-ohai/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/ruby-ohai/PLIST cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/ruby-ohai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677167297274140 Content-Disposition: inline Content-Length: 2864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-ohai/Makefile diff -u pkgsrc/misc/ruby-ohai/Makefile:1.40 pkgsrc/misc/ruby-ohai/Makefile:1.41 --- pkgsrc/misc/ruby-ohai/Makefile:1.40 Sat Jan 21 13:57:31 2023 +++ pkgsrc/misc/ruby-ohai/Makefile Thu Feb 23 15:48:17 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2023/01/21 13:57:31 taca Exp $ +# $NetBSD: Makefile,v 1.41 2023/02/23 15:48:17 taca Exp $ -DISTNAME= ohai-18.0.26 +DISTNAME= ohai-18.1.0 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -23,7 +23,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1. USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 27 30 31 32 RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" Index: pkgsrc/misc/ruby-ohai/PLIST diff -u pkgsrc/misc/ruby-ohai/PLIST:1.21 pkgsrc/misc/ruby-ohai/PLIST:1.22 --- pkgsrc/misc/ruby-ohai/PLIST:1.21 Sun Dec 12 13:11:51 2021 +++ pkgsrc/misc/ruby-ohai/PLIST Thu Feb 23 15:48:17 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2021/12/12 13:11:51 taca Exp $ +@comment $NetBSD: PLIST,v 1.22 2023/02/23 15:48:17 taca Exp $ bin/ohai${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile @@ -27,6 +27,7 @@ ${GEM_LIBDIR}/lib/ohai/mixin/ec2_metadat ${GEM_LIBDIR}/lib/ohai/mixin/gce_metadata.rb ${GEM_LIBDIR}/lib/ohai/mixin/http_helper.rb ${GEM_LIBDIR}/lib/ohai/mixin/network_helper.rb +${GEM_LIBDIR}/lib/ohai/mixin/oci_metadata.rb ${GEM_LIBDIR}/lib/ohai/mixin/os.rb ${GEM_LIBDIR}/lib/ohai/mixin/scaleway_metadata.rb ${GEM_LIBDIR}/lib/ohai/mixin/seconds_to_human.rb @@ -110,6 +111,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/netbsd/ne ${GEM_LIBDIR}/lib/ohai/plugins/netbsd/platform.rb ${GEM_LIBDIR}/lib/ohai/plugins/network.rb ${GEM_LIBDIR}/lib/ohai/plugins/nodejs.rb +${GEM_LIBDIR}/lib/ohai/plugins/oci.rb ${GEM_LIBDIR}/lib/ohai/plugins/ohai.rb ${GEM_LIBDIR}/lib/ohai/plugins/ohai_time.rb ${GEM_LIBDIR}/lib/ohai/plugins/openbsd/memory.rb Index: pkgsrc/misc/ruby-ohai/distinfo diff -u pkgsrc/misc/ruby-ohai/distinfo:1.30 pkgsrc/misc/ruby-ohai/distinfo:1.31 --- pkgsrc/misc/ruby-ohai/distinfo:1.30 Sun Dec 4 15:12:56 2022 +++ pkgsrc/misc/ruby-ohai/distinfo Thu Feb 23 15:48:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2022/12/04 15:12:56 taca Exp $ +$NetBSD: distinfo,v 1.31 2023/02/23 15:48:17 taca Exp $ -BLAKE2s (ohai-18.0.26.gem) = f21b6fed7ffa1e719fbecf9a43dd491c1d8dc370def37f759ba852baaca6672e -SHA512 (ohai-18.0.26.gem) = 55ae94121ae4569d11b28a1960e38b80f48a456da7be1c173d2e12d33e6139a160b36b4269cd3e46173db924e0420dfa28f3dd5bc203bdc638a920d24f09502f -Size (ohai-18.0.26.gem) = 131584 bytes +BLAKE2s (ohai-18.1.0.gem) = 5ea9546bd24572c157ac29c520e203f9c125200df9a7d96a53cbfa08f18eb5c4 +SHA512 (ohai-18.1.0.gem) = 183028dd14f52a70b59fd8fbe6fcc9c6fe018f403539f69c1918ef57ca917a1b30e0c3ab98c0abdbd7ab8857634b420fdb7c951fb9acd887721f1bd96b08f667 +Size (ohai-18.1.0.gem) = 132608 bytes --_----------=_1677167297274140--