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:   wiz
Date:           Fri Jun 19 10:32:44 UTC 2020

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/catch2/Makefile \
    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.3 pkgsrc/devel/catch2/Makefile:1.4
--- pkgsrc/devel/catch2/Makefile:1.3    Tue Apr 28 17:31:59 2020
+++ pkgsrc/devel/catch2/Makefile        Fri Jun 19 10:32:44 2020
@@ -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/}
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.3 pkgsrc/devel/catch2/distinfo:1.4
--- pkgsrc/devel/catch2/distinfo:1.3    Tue Apr 28 17:31:59 2020
+++ pkgsrc/devel/catch2/distinfo        Fri Jun 19 10:32:44 2020
@@ -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