Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/catch2 catch2: update to 2.12.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3664015a4004
branches:  trunk
changeset: 434593:3664015a4004
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 19 10:32:44 2020 +0000

description:
catch2: update to 2.12.2.

## 2.12.2

### Fixes
* Fixed compilation failure if `is_range` ADL found deleted function (#1929)
* Fixed potential UB in `CAPTURE` if the expression contained non-ASCII characters (#1925)

### Improvements
* `std::result_of` is not used if `std::invoke_result` is available (#1934)
* JUnit reporter writes out `status` attribute for tests (#1899)
* Suppresed clang-tidy's `hicpp-vararg` warning (#1921)
  * Catch2 was already suppressing the `cppcoreguidelines-pro-type-vararg` alias of the warning

diffstat:

 devel/catch2/Makefile |   4 ++--
 devel/catch2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d3bdb44c16ed -r 3664015a4004 devel/catch2/Makefile
--- a/devel/catch2/Makefile     Fri Jun 19 10:31:19 2020 +0000
+++ b/devel/catch2/Makefile     Fri Jun 19 10:32:44 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/04/28 17:31:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/19 10:32:44 wiz Exp $
 
-DISTNAME=      Catch2-2.12.1
+DISTNAME=      Catch2-2.12.2
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
diff -r d3bdb44c16ed -r 3664015a4004 devel/catch2/distinfo
--- a/devel/catch2/distinfo     Fri Jun 19 10:31:19 2020 +0000
+++ b/devel/catch2/distinfo     Fri Jun 19 10:32:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/28 17:31:59 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/06/19 10:32:44 wiz Exp $
 
-SHA1 (Catch2-2.12.1.tar.gz) = 52ace7f07fc83552bc4458430b0520479018e302
-RMD160 (Catch2-2.12.1.tar.gz) = a2ccaa51f6685deaa76740077ecc3744da7c327b
-SHA512 (Catch2-2.12.1.tar.gz) = b9d4995fd6a2674aa420f64bb62213d127b86f293c349d39ec5b3880c17676fb1cf97d8fc6ab792990fe592d906cac98a128d0013787dd6469fd654d8fc3a288
-Size (Catch2-2.12.1.tar.gz) = 641534 bytes
+SHA1 (Catch2-2.12.2.tar.gz) = 3244a6cd2d63498c3dd1f46c6326a6fac5ab110a
+RMD160 (Catch2-2.12.2.tar.gz) = 628a59916f8b376bc3fc13b3dc0569a7f640d3a2
+SHA512 (Catch2-2.12.2.tar.gz) = 9ecc553a7e24c95759fd4c43caec635f4c07e6073aa247779ed953831aece4b31f0a34df3459427a010aa7c43304674d0bb67629c23376d105a4817367adb4f8
+Size (Catch2-2.12.2.tar.gz) = 641913 bytes



Home | Main Index | Thread Index | Old Index