Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A52CE1A9246 for ; Mon, 9 Nov 2020 14:25:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1337684D81; Mon, 9 Nov 2020 14:25:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 438E984D7F for ; Mon, 9 Nov 2020 14:25:56 +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 AfwglyYPDyYj for ; Mon, 9 Nov 2020 14:25:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA60784CDA for ; Mon, 9 Nov 2020 14:25:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8081FB28; Mon, 9 Nov 2020 14:25:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604931955184830" MIME-Version: 1.0 Date: Mon, 9 Nov 2020 14:25:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/catch2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201109142555.A8081FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604931955184830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 9 14:25:55 UTC 2020 Modified Files: pkgsrc/devel/catch2: Makefile distinfo Log Message: catch2: update to 2.13.3. Fixes Fixed possible infinite loop when combining generators with section filter (-c option) (#2025) Miscellaneous Fixed ParseAndAddCatchTests not finding TEST_CASEs without tags (#2055, #2056) ParseAndAddCatchTests supports CMP0110 policy for changing behaviour of add_test (#2057) This was the shortlived change in CMake 3.18.0 that temporarily broke ParseAndAddCatchTests To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1604931955184830 Content-Disposition: inline Content-Length: 1584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/catch2/Makefile diff -u pkgsrc/devel/catch2/Makefile:1.7 pkgsrc/devel/catch2/Makefile:1.8 --- pkgsrc/devel/catch2/Makefile:1.7 Wed Oct 14 16:20:06 2020 +++ pkgsrc/devel/catch2/Makefile Mon Nov 9 14:25:55 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/10/14 16:20:06 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/11/09 14:25:55 wiz Exp $ -DISTNAME= Catch2-2.13.2 +DISTNAME= Catch2-2.13.3 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/} Index: pkgsrc/devel/catch2/distinfo diff -u pkgsrc/devel/catch2/distinfo:1.7 pkgsrc/devel/catch2/distinfo:1.8 --- pkgsrc/devel/catch2/distinfo:1.7 Wed Oct 14 16:20:06 2020 +++ pkgsrc/devel/catch2/distinfo Mon Nov 9 14:25:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/10/14 16:20:06 wiz Exp $ +$NetBSD: distinfo,v 1.8 2020/11/09 14:25:55 wiz Exp $ -SHA1 (Catch2-2.13.2.tar.gz) = 16621762ee1f8d7d07d29e42322d08ebd071b1fa -RMD160 (Catch2-2.13.2.tar.gz) = 9bf18e333da67f70a40bc428501204ed0f847895 -SHA512 (Catch2-2.13.2.tar.gz) = 90d94d89be231aa23b6d2fd780587addd73fbd96b2d803346e9b0537d27d868e79ff6f6430da6af3df3e4eceb4643a2914a1dd71a15f4173eddb3899d2f6a205 -Size (Catch2-2.13.2.tar.gz) = 653400 bytes +SHA1 (Catch2-2.13.3.tar.gz) = 97de420862d5201a7effaf9cf0fe572261de11a4 +RMD160 (Catch2-2.13.3.tar.gz) = 76c8f38b7c67ec42c06704f66d0694d055ba9411 +SHA512 (Catch2-2.13.3.tar.gz) = caf0e3a39a2b5983346c2709ce06113da62881780117021c64db987d6c5190c41a9070fb70caa0ee6957cfef0baad87fff4e6558c9fea4fa464e82882fe17d55 +Size (Catch2-2.13.3.tar.gz) = 655431 bytes --_----------=_1604931955184830--