Received: by mail.netbsd.org (Postfix, from userid 605) id C8E0C84DC5; Thu, 10 Jun 2021 10:08:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10AB884D50 for ; Thu, 10 Jun 2021 10:08:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yy7CXXvi-PXS for ; Thu, 10 Jun 2021 10:08:07 +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 830A784CE3 for ; Thu, 10 Jun 2021 10:08:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76D77FA95; Thu, 10 Jun 2021 10:08:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162331968721010" MIME-Version: 1.0 Date: Thu, 10 Jun 2021 10:08:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/benchmarks/google-benchmark To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210610100807.76D77FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162331968721010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 10 10:08:07 UTC 2021 Modified Files: pkgsrc/benchmarks/google-benchmark: Makefile distinfo Log Message: google-benchmark: update to 1.5.4. new features better versioning in releases [#1047] MSVC arm64 support [#1090] add support for hardware performance counters [#1114, #1153] add interface for custom context to be included [#1127, #1137] random interleaving to reduce noise [#1105] compiler cleanliness support -Wsuggest-override [#1059] builds correctly with gcc-11 [#1060] fix some windows warnings [#1121] fix -Wreserved-identifier failures [#1143] fix pendantic warnings [#1156] To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/benchmarks/google-benchmark/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/benchmarks/google-benchmark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162331968721010 Content-Disposition: inline Content-Length: 1769 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.10 pkgsrc/benchmarks/google-benchmark/Makefile:1.11 --- pkgsrc/benchmarks/google-benchmark/Makefile:1.10 Mon Apr 26 15:23:37 2021 +++ pkgsrc/benchmarks/google-benchmark/Makefile Thu Jun 10 10:08:07 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/04/26 15:23:37 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2021/06/10 10:08:07 wiz Exp $ -DISTNAME= benchmark-1.5.3 +DISTNAME= benchmark-1.5.4 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.9 pkgsrc/benchmarks/google-benchmark/distinfo:1.10 --- pkgsrc/benchmarks/google-benchmark/distinfo:1.9 Mon Apr 26 15:23:37 2021 +++ pkgsrc/benchmarks/google-benchmark/distinfo Thu Jun 10 10:08:07 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/04/26 15:23:37 wiz Exp $ +$NetBSD: distinfo,v 1.10 2021/06/10 10:08:07 wiz Exp $ -SHA1 (benchmark-1.5.3.tar.gz) = 32655d8796e708439ac5d4de8aa31f00d9dbda3b -RMD160 (benchmark-1.5.3.tar.gz) = d6e2782f6e9429486a28dd86bd0ec6d3a1ae469f -SHA512 (benchmark-1.5.3.tar.gz) = 11f726686ad8b36870fc2a3542fad4c52a58df2eb580564dcfdfb154fe6ac00dbbf69c514395148d7ab11a45e40e869549cf971462c384f59cbae5fa60160e3b -Size (benchmark-1.5.3.tar.gz) = 163465 bytes +SHA1 (benchmark-1.5.4.tar.gz) = b8c2501b33c8649a2c9e2268d8f652284ac5a778 +RMD160 (benchmark-1.5.4.tar.gz) = 56b711a94a0947e1609a8c7cf73e62421ca3ea3f +SHA512 (benchmark-1.5.4.tar.gz) = 3271cfe1b5db8c1790e756bbed5941647c46b17efbede910659a2b067830c5361b29b7fce7a3f1b290498c4e5a0da7e159bddd203b93e3ee38ceea72bcc62e0e +Size (benchmark-1.5.4.tar.gz) = 177472 bytes --_----------=_162331968721010--