Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8EC631A923A for ; Sat, 11 Dec 2021 14:19:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 278D584EF2; Sat, 11 Dec 2021 14:19:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6156484E76 for ; Sat, 11 Dec 2021 14:19:32 +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 BjnSCqh_QsTI for ; Sat, 11 Dec 2021 14:19:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 81D6A84CE8 for ; Sat, 11 Dec 2021 14:19:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74759FAEC; Sat, 11 Dec 2021 14:19:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639232371189230" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 14:19:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-facter To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211211141931.74759FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639232371189230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 14:19:31 UTC 2021 Modified Files: pkgsrc/sysutils/ruby-facter: Makefile PLIST distinfo Log Message: sysutils/ruby-facter: update to 4.2.5 4.2.4 (2021-09-13) * (FACT-3062) Remove snyk test on PR * (FACT-3060) Update mountpoints regex * (FACT-3062) Fix snyk_monitor workflow 4.2.5 (2021-09-29) * (FACT-3059) Fix AIX reporting odd number of arguments for Hash * (FACT-3057) Downcase environment facts * (FACT-3063) OS 11 arm64 processors shifted output * Revert "(maint) Skip os facts in acceptance on Debian 11 - 4.x" * (FACT-3073) Fix timeout option processing for Facter::Core::Execution.execute * (FACT-3073) Emit a warning when unsupported options are used * (FACT-3073) Add unit tests for options processing * (FACT-3073) Improve documentation formatting * (FACT-3047) --http_debug cli shows HTTP debug logs in Facter 4 * (FACT-3067) Fix resolution of custom facts that partial match legacy fact names * (FACT-2955) Only use the available processors (4.x) * (FACT-3075) Fix the os.release fact on Windows 2022 * (FACT-3058) Fix os.windows.release_id and add `os.windows.display_version` fact To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/ruby-facter/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/ruby-facter/PLIST cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/ruby-facter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639232371189230 Content-Disposition: inline Content-Length: 3326 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ruby-facter/Makefile diff -u pkgsrc/sysutils/ruby-facter/Makefile:1.44 pkgsrc/sysutils/ruby-facter/Makefile:1.45 --- pkgsrc/sysutils/ruby-facter/Makefile:1.44 Tue Aug 31 16:46:10 2021 +++ pkgsrc/sysutils/ruby-facter/Makefile Sat Dec 11 14:19:31 2021 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.44 2021/08/31 16:46:10 taca Exp $ +# $NetBSD: Makefile,v 1.45 2021/12/11 14:19:31 taca Exp $ -DISTNAME= facter-4.2.3 +DISTNAME= facter-4.2.5 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/puppetlabs/facter COMMENT= Cross-platform Ruby library for retrieving facts from OS -LICENSE= gnu-gpl-v2 +LICENSE= apache-2.0 DEPENDS+= ${RUBY_PKGPREFIX}-hocon>=1.3<2:../../devel/ruby-hocon DEPENDS+= ${RUBY_PKGPREFIX}-thor>=1.0.1:../../devel/ruby-thor Index: pkgsrc/sysutils/ruby-facter/PLIST diff -u pkgsrc/sysutils/ruby-facter/PLIST:1.37 pkgsrc/sysutils/ruby-facter/PLIST:1.38 --- pkgsrc/sysutils/ruby-facter/PLIST:1.37 Tue Aug 31 16:46:10 2021 +++ pkgsrc/sysutils/ruby-facter/PLIST Sat Dec 11 14:19:31 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2021/08/31 16:46:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.38 2021/12/11 14:19:31 taca Exp $ bin/facter${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE @@ -649,6 +649,7 @@ ${GEM_LIBDIR}/lib/facter/facts/windows/o ${GEM_LIBDIR}/lib/facter/facts/windows/os/hardware.rb ${GEM_LIBDIR}/lib/facter/facts/windows/os/name.rb ${GEM_LIBDIR}/lib/facter/facts/windows/os/release.rb +${GEM_LIBDIR}/lib/facter/facts/windows/os/windows/display_version.rb ${GEM_LIBDIR}/lib/facter/facts/windows/os/windows/edition_id.rb ${GEM_LIBDIR}/lib/facter/facts/windows/os/windows/installation_type.rb ${GEM_LIBDIR}/lib/facter/facts/windows/os/windows/product_name.rb @@ -767,7 +768,7 @@ ${GEM_LIBDIR}/lib/facter/resolvers/macos ${GEM_LIBDIR}/lib/facter/resolvers/macosx/filesystems.rb ${GEM_LIBDIR}/lib/facter/resolvers/macosx/load_averages.rb ${GEM_LIBDIR}/lib/facter/resolvers/macosx/mountpoints.rb -${GEM_LIBDIR}/lib/facter/resolvers/macosx/processor.rb +${GEM_LIBDIR}/lib/facter/resolvers/macosx/processors.rb ${GEM_LIBDIR}/lib/facter/resolvers/macosx/swap_memory.rb ${GEM_LIBDIR}/lib/facter/resolvers/macosx/system_memory.rb ${GEM_LIBDIR}/lib/facter/resolvers/macosx/system_profiler.rb Index: pkgsrc/sysutils/ruby-facter/distinfo diff -u pkgsrc/sysutils/ruby-facter/distinfo:1.42 pkgsrc/sysutils/ruby-facter/distinfo:1.43 --- pkgsrc/sysutils/ruby-facter/distinfo:1.42 Tue Oct 26 11:20:09 2021 +++ pkgsrc/sysutils/ruby-facter/distinfo Sat Dec 11 14:19:31 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2021/10/26 11:20:09 nia Exp $ +$NetBSD: distinfo,v 1.43 2021/12/11 14:19:31 taca Exp $ -BLAKE2s (facter-4.2.3.gem) = aecce04aea8435051e7806a7b02d377f75c25c66d2fdedf6cf91ea3118ab0366 -SHA512 (facter-4.2.3.gem) = 1ddf8b4de50e1077618c9668630bb7bf417f41e6a16b840b4796e2150c82cbb5ca6b14396ed2045649148debd34298ff0dffa5beca8a01100f0347001e5c371c -Size (facter-4.2.3.gem) = 156672 bytes +BLAKE2s (facter-4.2.5.gem) = e56aa1d261b5ad3dc5733e28d0e88daf949b4d67027eabeb3ca5117bef8ba274 +SHA512 (facter-4.2.5.gem) = 5e7183d62a95f5b953695c8cfca81876c3404b78b89495873427a98f5c769474657fd6f2e66bac3555402867b52c86ed13df07f02573b23f90db5a540bca1f24 +Size (facter-4.2.5.gem) = 157696 bytes --_----------=_1639232371189230--