pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/catch2
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 1 07:35:39 UTC 2025
Modified Files:
pkgsrc/devel/catch2: Makefile distinfo
Log Message:
catch2: updated to 3.11.0
3.11.0
Fixes
* Fixed building on non-desktop GDK platforms
* Fixed message macros being susceptible to race in specific scenario
* Catch2's SEH filter will call the previously installed filter after reporting the error
Improvements
* Handling of scoped messages (e.g. `CAPTURE`) is a bit faster.
* Better out-of-the-box support for QNX
* Improved performance of assertions by up-to 10%
* Release mode assertion fast-path sees the biggest improvement.
* Faster processing of non-escaped strings in `--invisibles` mode.
* Added support for Bazel's `TEST_RANDOM_SEED` env var
* Added support for Bazel's `TEST_PREMATURE_EXIT_FILE` env var
* This creates a file that is deleted if the tests exit normally, but stays around if the process dies unexpectedly.
* This functionality is also exposed through CLI as `--premature-exit-guard-file`
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/catch2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/catch2/Makefile
diff -u pkgsrc/devel/catch2/Makefile:1.23 pkgsrc/devel/catch2/Makefile:1.24
--- pkgsrc/devel/catch2/Makefile:1.23 Sun Sep 14 10:14:43 2025
+++ pkgsrc/devel/catch2/Makefile Wed Oct 1 07:35:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/09/14 10:14:43 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/01 07:35:39 adam Exp $
-DISTNAME= Catch2-3.10.0
+DISTNAME= Catch2-3.11.0
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.24 pkgsrc/devel/catch2/distinfo:1.25
--- pkgsrc/devel/catch2/distinfo:1.24 Sun Sep 14 10:14:43 2025
+++ pkgsrc/devel/catch2/distinfo Wed Oct 1 07:35:39 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2025/09/14 10:14:43 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/10/01 07:35:39 adam Exp $
-BLAKE2s (Catch2-3.10.0.tar.gz) = 5366889e1ea54a0197a7ad70f73f56af77e8903093ed581f11aec7897b3f14b9
-SHA512 (Catch2-3.10.0.tar.gz) = e36ad4eb68984d277bb8e4e609cdfb4305ef05a8896e17a646a1846cb848039314b98aca0034a1d6538b3cf8bb134736f0ddda12210d106de73b3ae828d36473
-Size (Catch2-3.10.0.tar.gz) = 1146734 bytes
+BLAKE2s (Catch2-3.11.0.tar.gz) = 5aa847cb7e58e1c75c103d6af19a10b52e652effda34cac61d8b72cac09f4f11
+SHA512 (Catch2-3.11.0.tar.gz) = a95495142f915d6e9c2a23e80fe360343e9097680066a2f9d3037a070ba5f81ee5559a0407cc9e972dc2afae325873f1fc7ea07a64012c0f01aac6e549f03e3f
+Size (Catch2-3.11.0.tar.gz) = 1411487 bytes
SHA1 (patch-CMakeLists.txt) = 6e0f364c5931a03b0b6d5a26654e92070073778a
SHA1 (patch-src_catch2_internal_catch__floating__point__helpers.hpp) = 32d9a0146f8a04cd203876e695c9a105b53a198f
SHA1 (patch-src_catch2_matchers_catch__matchers__floating__point.cpp) = 855c7edee42b5befa4c4d70f3186809d5e0f3652
Home |
Main Index |
Thread Index |
Old Index