pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/google-benchmark



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.

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



Home | Main Index | Thread Index | Old Index