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 1282C1A9239 for ; Tue, 14 Dec 2021 14:33:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5AD6584EED; Tue, 14 Dec 2021 14:32:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9553084D5D for ; Tue, 14 Dec 2021 14:32:58 +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 9Yoe67dvjqG1 for ; Tue, 14 Dec 2021 14:32:58 +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 E48F984D15 for ; Tue, 14 Dec 2021 14:32:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDED8FAEC; Tue, 14 Dec 2021 14:32:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639492377136480" MIME-Version: 1.0 Date: Tue, 14 Dec 2021 14:32:57 +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: <20211214143257.DDED8FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639492377136480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Dec 14 14:32:57 UTC 2021 Modified Files: pkgsrc/sysutils/ruby-facter: Makefile PLIST distinfo Log Message: sysutils/ruby-facter: update to 4.2.6 4.2.6 (2021-12-07) * (FACT-3077) Fix inconsistencies in Facter output * (FACT-3068) Force encoding of timezone fact output on Windows * (FACT-3081) Replace invalid UTF characters in dmi.rb * (FACT-3058) Add windows_display_version legacy fact * (FACT-3084) update tests for Windows 2022 * (FACT-3087) restore Facter3's value of 'os.name' for VirtuozzoLinux * (FACT-3083) add disks serial number and wwid to the disks fact * (FACT-3079) Caching custom facts not working propperly * (FACT-3094) Aix mountpoint resolver couldn't resolve nfs To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/ruby-facter/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/ruby-facter/PLIST cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/ruby-facter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639492377136480 Content-Disposition: inline Content-Length: 3428 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.45 pkgsrc/sysutils/ruby-facter/Makefile:1.46 --- pkgsrc/sysutils/ruby-facter/Makefile:1.45 Sat Dec 11 14:19:31 2021 +++ pkgsrc/sysutils/ruby-facter/Makefile Tue Dec 14 14:32:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2021/12/11 14:19:31 taca Exp $ +# $NetBSD: Makefile,v 1.46 2021/12/14 14:32:57 taca Exp $ -DISTNAME= facter-4.2.5 +DISTNAME= facter-4.2.6 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/ruby-facter/PLIST diff -u pkgsrc/sysutils/ruby-facter/PLIST:1.38 pkgsrc/sysutils/ruby-facter/PLIST:1.39 --- pkgsrc/sysutils/ruby-facter/PLIST:1.38 Sat Dec 11 14:19:31 2021 +++ pkgsrc/sysutils/ruby-facter/PLIST Tue Dec 14 14:32:57 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2021/12/11 14:19:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.39 2021/12/14 14:32:57 taca Exp $ bin/facter${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE @@ -737,7 +737,7 @@ ${GEM_LIBDIR}/lib/facter/resolvers/bsd/f ${GEM_LIBDIR}/lib/facter/resolvers/bsd/processors.rb ${GEM_LIBDIR}/lib/facter/resolvers/containers.rb ${GEM_LIBDIR}/lib/facter/resolvers/debian_version.rb -${GEM_LIBDIR}/lib/facter/resolvers/disk.rb +${GEM_LIBDIR}/lib/facter/resolvers/disks.rb ${GEM_LIBDIR}/lib/facter/resolvers/dmi.rb ${GEM_LIBDIR}/lib/facter/resolvers/dmi_decode.rb ${GEM_LIBDIR}/lib/facter/resolvers/ec2.rb @@ -825,6 +825,7 @@ ${GEM_LIBDIR}/lib/facter/resolvers/windo ${GEM_LIBDIR}/lib/facter/resolvers/windows/ffi/performance_information.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/ffi/system32_ffi.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/ffi/system_info.rb +${GEM_LIBDIR}/lib/facter/resolvers/windows/ffi/winnls_ffi.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/fips.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/hardware_architecture.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/identity.rb @@ -836,6 +837,7 @@ ${GEM_LIBDIR}/lib/facter/resolvers/windo ${GEM_LIBDIR}/lib/facter/resolvers/windows/product_release.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/ssh.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/system32.rb +${GEM_LIBDIR}/lib/facter/resolvers/windows/timezone.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/uptime.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/virtualization.rb ${GEM_LIBDIR}/lib/facter/resolvers/windows/win_os_description.rb Index: pkgsrc/sysutils/ruby-facter/distinfo diff -u pkgsrc/sysutils/ruby-facter/distinfo:1.43 pkgsrc/sysutils/ruby-facter/distinfo:1.44 --- pkgsrc/sysutils/ruby-facter/distinfo:1.43 Sat Dec 11 14:19:31 2021 +++ pkgsrc/sysutils/ruby-facter/distinfo Tue Dec 14 14:32:57 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.43 2021/12/11 14:19:31 taca Exp $ +$NetBSD: distinfo,v 1.44 2021/12/14 14:32:57 taca Exp $ -BLAKE2s (facter-4.2.5.gem) = e56aa1d261b5ad3dc5733e28d0e88daf949b4d67027eabeb3ca5117bef8ba274 -SHA512 (facter-4.2.5.gem) = 5e7183d62a95f5b953695c8cfca81876c3404b78b89495873427a98f5c769474657fd6f2e66bac3555402867b52c86ed13df07f02573b23f90db5a540bca1f24 -Size (facter-4.2.5.gem) = 157696 bytes +BLAKE2s (facter-4.2.6.gem) = bb4777fc0571bf69e87733777fad12a444e0e1603ab65d060790cc017cd29041 +SHA512 (facter-4.2.6.gem) = 16bd50b9423d080e94acf8f9cd4ce4ff6cf78e8b0ae62447fb2c05c4f74239c409b7e71661bc367bfc739b7074bb71eeafbdae9a19c4f48281126743e78fd237 +Size (facter-4.2.6.gem) = 158720 bytes --_----------=_1639492377136480--