From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 28 14:35:23 2023 Received: (at submit) by debbugs.gnu.org; 28 Jun 2023 18:35:24 +0000 Received: from localhost ([127.0.0.1]:51628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa0h-000420-I5 for submit@debbugs.gnu.org; Wed, 28 Jun 2023 14:35:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:47804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa0d-00041P-W1 for submit@debbugs.gnu.org; Wed, 28 Jun 2023 14:35:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qEa0a-0005Uj-W3 for guix-patches@gnu.org; Wed, 28 Jun 2023 14:35:18 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qEa0Y-0008PC-HS for guix-patches@gnu.org; Wed, 28 Jun 2023 14:35:16 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1687977107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=evY8DNbQZdTUzBO4p0SjdVRQut4Ll5ixOFS2hb/mLuU=; b=4gBKeEnocHn6zP5AubLX4GsvSt72SgUCUoxAksR76Kb/cAZhyXBBsZvln19jhwXIiYN9WW ZXh1OHMtUsmS0vfBWMZZ3OKeKf5Ind6+B/Bk9njPy4YJxsIXyqRyO07TNf5w+RqAacvX// kxEV4m3LdMS/RYPTGLijYcGErWwBBCdK5pqOVLP2djYmRnydf6wpF24y+5OI2MeJtSqryg oVFURF6oMQeZaFO06yfN9ixPxkikKIIomp8yCAkIaWEdWnLb5Fv1+NBD/+pc9N9bpjFpWb T9Cxa5Jt6I7w40NIUlS3CFX3Ik62W3IUySB4ajViuDh2G/T2eQi9fcdqd6haYw== To: guix-patches@gnu.org Subject: [PATCH v4 2/6] gnu: mbedtls-apache-for-hiawatha: Use inherited source. Date: Thu, 29 Jun 2023 02:35:02 +0800 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Hilton Chain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/tls.scm (mbedtls-apache-for-hiawatha): Use inherited source. [arguments]<#:phases>: Keep "-Wformat-signedness". --- gnu/packages/tls.scm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index c2011976ff..2a0c81f559 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -943,8 +943,6 @@ (define-public perl-crypt-openssl-random (define-public mbedtls-apache-lts (package (name "mbedtls-apache") - ;; XXX Check whether ‘-Wformat-signedness’ still breaks mbedtls-for-hiawatha - ;; when updating. (version "2.28.0") (source (origin @@ -981,26 +979,6 @@ (define-public mbedtls-for-hiawatha (hidden-package (package (inherit mbedtls-apache-lts) - (name "mbedtls-apache") - (version "2.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ARMmbed/mbedtls") - (commit (string-append "mbedtls-" version)))) - (sha256 - (base32 "0scwpmrgvg6q7rvqkc352d2fqlsx0aylcbyibcp1f1rsn8iiif2m")) - (file-name (git-file-name name version)) - (modules '((guix build utils))) - (snippet - '(begin - ;; Can be removed with the next version. - ;; Reduce level of format truncation warnings due to false positives. - ;; https://github.com/ARMmbed/mbedtls/commit/2065a8d8af27c6cb1e40c9462b5933336dca7434 - (substitute* "CMakeLists.txt" - (("Wformat-truncation=2") "Wformat-truncation")) - #t)))) (arguments (substitute-keyword-arguments (package-arguments mbedtls-apache-lts) ((#:phases phases) @@ -1011,9 +989,6 @@ (define-public mbedtls-for-hiawatha (invoke "scripts/config.pl" "set" feature)) (list "MBEDTLS_THREADING_C" "MBEDTLS_THREADING_PTHREAD")) - ;; XXX The above enables code that breaks with -Werror… - (substitute* "CMakeLists.txt" - ((" -Wformat-signedness") "")) #t))))))))) (define-public dehydrated -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 28 14:44:28 2023 Received: (at 64332-close) by debbugs.gnu.org; 28 Jun 2023 18:44:28 +0000 Received: from localhost ([127.0.0.1]:51666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa9U-0004HT-I9 for submit@debbugs.gnu.org; Wed, 28 Jun 2023 14:44:28 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:40680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa9S-0004H5-9o; Wed, 28 Jun 2023 14:44:27 -0400 Date: Wed, 28 Jun 2023 18:44:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1687977661; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2PK2WVqOYFPRQVt0YefnOJH6P7CLje6XgWRuCddxqX0=; b=RAWa0tSn8H+bEBp4ilywbMYg89fLapkr5hzuNTpZBCLPxxsRCScnDUnEg0r5YQx2IlKkz6 yTjYUxXmBolZrqT0aDjR0q2gjT8tviOMlqrgtH4RlGliQgykbZ7cpyCKWBr/H5jBQjE/nX 6ugcT7wnq/z2wxlF8OEXQr5UsETHJjQYcBLbyQpieb5Ldxq+85KuG1CuNV9nva7KFd++PO 6uGntE3TSsfjYGo7ILMnjg3mT9QWp0C5H8nQWiYfFvf7fIjjwP5zvoymEfmyYABGjjTt3+ aj+XaAWcfImQD0gc5ZQT9HbjYDS7fk7uhHIz3voEm44j+OJ+IyN6DbZXXmlGCA== From: hako To: 64332-close@debbugs.gnu.org, 64333-close@debbugs.gnu.org, 64334-close@debbugs.gnu.org, 64335-close@debbugs.gnu.org, 64336-close@debbugs.gnu.org, 64337-close@debbugs.gnu.org Subject: =?US-ASCII?Q?Re=3A_bug=2364332=3A_Acknowledg?= =?US-ASCII?Q?ement_=28=5BPATCH_v4_2/6=5D_gnu=3A?= =?US-ASCII?Q?_mbedtls-apache-for-hiawatha=3A_Use_inherited_source=2E=29?= In-Reply-To: References: Message-ID: <6636D850-FD56-45A6-B12B-24EE58D2559D@ultrarare.space> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----4FO2SOAB3OUGKNTNKQZX1HOXEEYMQP Content-Transfer-Encoding: 7bit X-Spamd-Bar: + Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Level: * X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: ...... 😣 Forgot to add a --to= I'll resend the patches when I get up. ...... 😣 Forgot to add a --to= Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.5 SUSPICIOUS_RECIPS Similar addresses in recipient list 0.0 HTML_MESSAGE BODY: HTML included in message X-Debbugs-Envelope-To: 64332-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: ...... 😣 Forgot to add a --to= I'll resend the patches when I get up. ...... 😣 Forgot to add a --to= Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.5 SUSPICIOUS_RECIPS Similar addresses in recipient list 0.0 HTML_MESSAGE BODY: HTML included in message -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager ------4FO2SOAB3OUGKNTNKQZX1HOXEEYMQP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =2E=2E=2E=2E=2E=2E =F0=9F=98=A3 Forgot to add a --to=3D I'll resend the patches when I get up=2E ------4FO2SOAB3OUGKNTNKQZX1HOXEEYMQP Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
=2E=2E=2E=2E=2E=2E =F0=9F=98= =A3 Forgot to add a --to=3D

I'll resend the patches when I get up=2E=
------4FO2SOAB3OUGKNTNKQZX1HOXEEYMQP-- From unknown Mon Jun 23 23:54:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Jul 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator