From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 48551C3ABC9 for ; Fri, 16 May 2025 11:32:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 1AA014060B; Fri, 16 May 2025 11:32:16 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id qGh2uJkLAfdO; Fri, 16 May 2025 11:32:15 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 48CF440624 Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp4.osuosl.org (Postfix) with ESMTP id 48CF440624; Fri, 16 May 2025 11:32:15 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists1.osuosl.org (Postfix) with ESMTP id 02B92185 for ; Fri, 16 May 2025 11:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id DD03881E0F for ; Fri, 16 May 2025 11:32:13 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id aAn0EKuzkbDV for ; Fri, 16 May 2025 11:32:13 +0000 (UTC) X-Greylist: delayed 424 seconds by postgrey-1.37 at util1.osuosl.org; Fri, 16 May 2025 11:32:12 UTC DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org 4F12081B48 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 4F12081B48 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2a01:4f8:1c0c:5073::1; helo=mail.heine.tech; envelope-from=buildroot@heine.tech; receiver= Received: from mail.heine.tech (mail.heine.tech [IPv6:2a01:4f8:1c0c:5073::1]) by smtp1.osuosl.org (Postfix) with ESMTPS id 4F12081B48 for ; Fri, 16 May 2025 11:32:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6DB1A1814B9; Fri, 16 May 2025 13:25:06 +0200 (CEST) To: buildroot@buildroot.org Date: Fri, 16 May 2025 13:24:39 +0200 Message-ID: <20250516112453.794405-2-buildroot@heine.tech> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1747394706; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=K60bdWn4SfazrqP4ZZUK4l8GHn3HJGejfl4eB6We71g=; b=G1tE54qe0+hqHndUuoT1PQA9BimkZGP0m0ydRu5RDQXN1UC1ha2GBJJQPdfwnlzeAjFEQF SoiWmSviU+M3WDwShPA6IWAlWOkUVRffarxNpNuVqBRsNMsN8yB22tkJ40wFqaYJjzN7Hw NoZmmBI7HLqS2jh7/GDMfa1ISwftmBs= X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dmarc=pass (p=quarantine dis=none) header.from=heine.tech X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (1024-bit key, unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=G1tE54qe Subject: [Buildroot] [PATCH] package/catch2: v3.8.1 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" - Fixed bug where catch_discover_tests fails when no TEST_CASEs are present release notes: https://github.com/catchorg/Catch2/releases/tag/v3.8.1 Signed-off-by: Michael Nosthoff --- package/catch2/catch2.hash | 2 +- package/catch2/catch2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/catch2/catch2.hash b/package/catch2/catch2.hash index 3b203285bf..30ff1f43b3 100644 --- a/package/catch2/catch2.hash +++ b/package/catch2/catch2.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087 catch2-3.8.0.tar.gz +sha256 18b3f70ac80fccc340d8c6ff0f339b2ae64944782f8d2fca2bd705cf47cadb79 catch2-3.8.1.tar.gz sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE.txt diff --git a/package/catch2/catch2.mk b/package/catch2/catch2.mk index 5d46fb3ffd..00d6e5bfdc 100644 --- a/package/catch2/catch2.mk +++ b/package/catch2/catch2.mk @@ -4,7 +4,7 @@ # ################################################################################ -CATCH2_VERSION = 3.8.0 +CATCH2_VERSION = 3.8.1 CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION)) CATCH2_INSTALL_STAGING = YES CATCH2_INSTALL_TARGET = NO -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot