Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA76C84E5B for ; Wed, 5 Jul 2023 12:13:55 +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 Xe2-YtOdG8uw for ; Wed, 5 Jul 2023 12:13:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5FF5284CD8 for ; Wed, 5 Jul 2023 12:13:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59867FA89; Wed, 5 Jul 2023 12:13:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688559235109140" MIME-Version: 1.0 Date: Wed, 5 Jul 2023 12:13:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/benchmarks/google-benchmark To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230705121355.59867FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688559235109140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 5 12:13:55 UTC 2023 Modified Files: pkgsrc/benchmarks/google-benchmark: Makefile distinfo Log Message: google-benchmark: updated to 1.8.1 v1.8.1 Disable debug-only test in release builds to avoid expected failures. Fix code triggering -Wsign-conversion Update Python version to PY3, as indicated by the actual source file. Fixed a typo in docs Fix pass rvalue to DoNotOptimize Fix a typo in regex choice remove old-style (C-style) casts Add support for bzlmod (excluding Python bindings) Add a CI test for the new bzlmod integration Suppress intentional potential memory leak as detected by clang static analysis To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/benchmarks/google-benchmark/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/benchmarks/google-benchmark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688559235109140 Content-Disposition: inline Content-Length: 1676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/google-benchmark/Makefile diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.20 pkgsrc/benchmarks/google-benchmark/Makefile:1.21 --- pkgsrc/benchmarks/google-benchmark/Makefile:1.20 Sun May 7 09:51:01 2023 +++ pkgsrc/benchmarks/google-benchmark/Makefile Wed Jul 5 12:13:55 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2023/05/07 09:51:01 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2023/07/05 12:13:55 adam Exp $ -DISTNAME= benchmark-1.8.0 +DISTNAME= benchmark-1.8.1 PKGNAME= google-${DISTNAME} CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} Index: pkgsrc/benchmarks/google-benchmark/distinfo diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.21 pkgsrc/benchmarks/google-benchmark/distinfo:1.22 --- pkgsrc/benchmarks/google-benchmark/distinfo:1.21 Sun May 7 09:51:01 2023 +++ pkgsrc/benchmarks/google-benchmark/distinfo Wed Jul 5 12:13:55 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2023/05/07 09:51:01 wiz Exp $ +$NetBSD: distinfo,v 1.22 2023/07/05 12:13:55 adam Exp $ -BLAKE2s (benchmark-1.8.0.tar.gz) = f8a5618d9c081d45c9f9caec441ff87f8f9814eefdc3bcf3605a91f5c3ca50f0 -SHA512 (benchmark-1.8.0.tar.gz) = ae8df163ca1319752a03497a259800dc33c71164e7def2feeadcf18d018c64eaf846ea2a562183e3d3cde0af58291de0b091ec6d9c025076f469c403b2ab0d51 -Size (benchmark-1.8.0.tar.gz) = 204701 bytes +BLAKE2s (benchmark-1.8.1.tar.gz) = 2c7bf52c3559c154e7781f34d9ce7073fec3f7007be4509088f8ef6d50643cac +SHA512 (benchmark-1.8.1.tar.gz) = 022af26a7ff333fe9093941474b69134fd3b75d6ae00eca42be515c893d235f6d6ff52006f78077d69e01245c8eea08453bf298a9a8939a3379f5bf286a9851c +Size (benchmark-1.8.1.tar.gz) = 205594 bytes --_----------=_1688559235109140--