From unknown Mon Jun 23 18:29:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#64333 <64333@debbugs.gnu.org> To: bug#64333 <64333@debbugs.gnu.org> Subject: Status: [PATCH v4 1/6] gnu: mbedtls-apache: Rename package to mbedtls-apache-lts. Reply-To: bug#64333 <64333@debbugs.gnu.org> Date: Tue, 24 Jun 2025 01:29:36 +0000 retitle 64333 [PATCH v4 1/6] gnu: mbedtls-apache: Rename package to mbedtls= -apache-lts. reassign 64333 guix-patches submitter 64333 Hilton Chain severity 64333 normal tag 64333 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 28 14:35:24 2023 Received: (at submit) by debbugs.gnu.org; 28 Jun 2023 18:35:24 +0000 Received: from localhost ([127.0.0.1]:51630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa0h-000422-SX for submit@debbugs.gnu.org; Wed, 28 Jun 2023 14:35:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:47818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa0f-00041T-3R 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-0005Uk-VR 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 1qEa0X-0008E3-VY 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=1687977105; 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=JcEbRvriMMc8f/p8Mkm3HRenBAO2m3qFW5ml5hvNOEY=; b=P3tcXQFZc++47m4smgJhqde9MxXcrauEsWYOSExOeP7nUK7f2FjyIDZzVbr1MNp0T0kqqH SGTCYOaWJXFI6hDLGp/GqDc46cReNEw3O9UwU+hFjFRzwpIsp7AUONrt1afvaBiqG2ksEC A0cu8cNTwmmbyoR9fLWNkJz3H9y7CiP9P7xquXX2B87B3jeWz1r352h4RVZBhqFwGoFAhM L8Z0QqSLwPR9xEDQHecNt1CyEcNL1oGUSE6Eg0Kvmz359nGJCTiIdgW7wMNA8ANxJ9sKAN hyU8Nx9CSCM6U2yfvZtAdBLgacK+UoO+WdhrdeEwr3L5/k+7vh8e/QHr8Vvpsg== To: guix-patches@gnu.org Subject: [PATCH v4 1/6] gnu: mbedtls-apache: Rename package to mbedtls-apache-lts. Date: Thu, 29 Jun 2023 02:35:01 +0800 Message-Id: <5c69a7d48ee830dbfd523b5a949ee4236d358c69.1687976817.git.hako@ultrarare.space> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner , Leo Famulari , Liliana Marie Prikler , Simon Tournier , Tobias Geerinckx-Rice , 宋文武 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): Rename from this... (mbedtls-apache-lts): ... to this. (mbedtls-for-hiawatha): Adjust accordingly. * gnu/packages/emulators.scm (dolphin-emu)[inputs]: Adjust inputs accordingly. * gnu/packages/game-development.scm (godot)[inputs]: Likewise. * gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise. * gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise. * gnu/packages/irc.scm (inspircd)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-mbedtls-jll)[inputs]: Likewise. * gnu/packages/julia.scm (julia)[inputs]: Likewise. * gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise. * gnu/packages/linux.scm (dislocker)[inputs]: Likewise. * gnu/packages/networking.scm (nng)[inputs]: Likewise. * gnu/packages/search.scm (dataparksearch)[inputs]: Likewise. * gnu/packages/video.scm (obs)[inputs]: Likewise. --- gnu/packages/emulators.scm | 2 +- gnu/packages/game-development.scm | 2 +- gnu/packages/hardware.scm | 4 ++-- gnu/packages/haxe.scm | 6 +++--- gnu/packages/irc.scm | 2 +- gnu/packages/julia-jll.scm | 2 +- gnu/packages/julia.scm | 2 +- gnu/packages/linphone.scm | 2 +- gnu/packages/linux.scm | 2 +- gnu/packages/networking.scm | 2 +- gnu/packages/search.scm | 2 +- gnu/packages/tls.scm | 6 +++--- gnu/packages/video.scm | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index be76f81ff4..52921e79a6 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -341,7 +341,7 @@ (define-public dolphin-emu libxi libxrandr lzo - mbedtls-apache + mbedtls-apache-lts mesa miniupnpc openal diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index aa99109cca..4131b85a20 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1964,7 +1964,7 @@ (define-public godot libxi libxinerama libxrandr - mbedtls-apache + mbedtls-apache-lts mesa opusfile pcre2 diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index c23299d1db..d1ad38adbd 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -703,7 +703,7 @@ (define-public hueplusplus (arguments `(#:tests? #f)) ;; Tests require Google's gtest and gmock (inputs - (list mbedtls-apache)) + (list mbedtls-apache-lts)) (synopsis "C++ library to control Philips Hue lights") (description "Hueplusplus is a library for controlling Philips Hue lights. Features: @@ -1069,7 +1069,7 @@ (define-public openrgb hueplusplus nlohmann-json libusb - mbedtls-apache + mbedtls-apache-lts qtbase-5)) (native-inputs (list pkg-config diff --git a/gnu/packages/haxe.scm b/gnu/packages/haxe.scm index 6fc30ce02f..60495630b9 100644 --- a/gnu/packages/haxe.scm +++ b/gnu/packages/haxe.scm @@ -78,7 +78,7 @@ (define-public neko apr-util gtk+-2 libgc - mbedtls-apache + mbedtls-apache-lts (list mariadb "dev") (list mariadb "lib") openssl @@ -171,7 +171,7 @@ (define-public haxe (lambda _ (invoke "make" "install")))))) (inputs (list libuv - mbedtls-apache + mbedtls-apache-lts neko ocaml-extlib ocaml-luv @@ -255,7 +255,7 @@ (define-public hashlink libpng libuv libvorbis - mbedtls-apache + mbedtls-apache-lts mikktspace minimp3 openal diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index b31bb6b11a..d442787d97 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -748,7 +748,7 @@ (define-public inspircd (list argon2 gnutls libmaxminddb - mbedtls-apache + mbedtls-apache-lts (list mariadb "dev") openldap openssl diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm index 2320b03595..78ec186bf2 100644 --- a/gnu/packages/julia-jll.scm +++ b/gnu/packages/julia-jll.scm @@ -1404,7 +1404,7 @@ (define-public julia-mbedtls-jll ;; There's a Julia file for each platform, override them all (find-files "src/wrappers/" "\\.jl$")) #t))))) - (inputs (list mbedtls-apache)) + (inputs (list mbedtls-apache-lts)) (propagated-inputs (list julia-jllwrappers)) (home-page "https://github.com/JuliaBinaryWrappers/MbedTLS_jll.jl") (synopsis "Apache's mbed TLS binary wrappers") diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index ba54175822..82891525c2 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -511,7 +511,7 @@ (define-public julia ("libunwind" ,libunwind-julia) ("libuv" ,libuv-julia) ("llvm" ,llvm-julia) - ("mbedtls-apache" ,mbedtls-apache) + ("mbedtls-apache" ,mbedtls-apache-lts) ("mpfr" ,mpfr) ("openblas" ,openblas) ("openlibm" ,openlibm) diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 7d87ee602c..f26c5efd3c 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -188,7 +188,7 @@ (define-public bctoolbox (with-directory-excursion "tester" (invoke "./bctoolbox_tester")))))))) (inputs - (list bcunit libdecaf mbedtls-apache)) + (list bcunit libdecaf mbedtls-apache-lts)) (synopsis "Belledonne Communications Tool Box") (description "BcToolBox is an utilities library used by Belledonne Communications software like belle-sip, mediastreamer2 and linphone.") diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e9355f70e5..1852fd3cd1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2262,7 +2262,7 @@ (define-public dislocker (build-system cmake-build-system) (arguments '(#:tests? #f)) ;no test suite - (inputs (list fuse mbedtls-apache)) + (inputs (list fuse mbedtls-apache-lts)) (synopsis "FUSE driver to read/write Windows BitLocker drives") (description "This package provides means to to read BitLocker encrypted diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2f118bccb2..f150c77b78 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -822,7 +822,7 @@ (define-public nng (native-inputs `(("ksh" ,oksh))) (inputs - `(("mbedtls" ,mbedtls-apache))) + `(("mbedtls" ,mbedtls-apache-lts))) (synopsis "Lightweight messaging library") (description "NNG project is a rewrite of the scalability protocols library known as libnanomsg, and adds significant new capabilities, while retaining diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 3e3e8e00c6..a0640799bc 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -373,7 +373,7 @@ (define-public dataparksearch (list aspell c-ares libextractor - mbedtls-apache + mbedtls-apache-lts postgresql zlib)) (synopsis "Feature rich search engine") diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index d94b7c27f5..c2011976ff 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -940,7 +940,7 @@ (define-public perl-crypt-openssl-random ;; The "-apache" variant is the upstreamed prefered variant. A "-gpl" ;; variant exists in addition to the "-apache" one. -(define-public mbedtls-apache +(define-public mbedtls-apache-lts (package (name "mbedtls-apache") ;; XXX Check whether ‘-Wformat-signedness’ still breaks mbedtls-for-hiawatha @@ -980,7 +980,7 @@ (define-public mbedtls-apache (define-public mbedtls-for-hiawatha (hidden-package (package - (inherit mbedtls-apache) + (inherit mbedtls-apache-lts) (name "mbedtls-apache") (version "2.26.0") (source @@ -1002,7 +1002,7 @@ (define-public mbedtls-for-hiawatha (("Wformat-truncation=2") "Wformat-truncation")) #t)))) (arguments - (substitute-keyword-arguments (package-arguments mbedtls-apache) + (substitute-keyword-arguments (package-arguments mbedtls-apache-lts) ((#:phases phases) `(modify-phases ,phases (add-before 'configure 'configure-extra-features diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index aa46da0c5e..f6895a56d1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3450,7 +3450,7 @@ (define-public obs libxcomposite libxkbcommon luajit - mbedtls-apache + mbedtls-apache-lts mesa pciutils pipewire -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 28 14:44:29 2023 Received: (at 64333-close) by debbugs.gnu.org; 28 Jun 2023 18:44:29 +0000 Received: from localhost ([127.0.0.1]:51668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEa9U-0004HW-QW for submit@debbugs.gnu.org; Wed, 28 Jun 2023 14:44:29 -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: 64333-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 debbugs-submit-bounces@debbugs.gnu.org Thu Jun 29 00:22:49 2023 Received: (at 64333) by debbugs.gnu.org; 29 Jun 2023 04:22:49 +0000 Received: from localhost ([127.0.0.1]:51987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEjBA-0007yc-V6 for submit@debbugs.gnu.org; Thu, 29 Jun 2023 00:22:49 -0400 Received: from mail-ej1-f65.google.com ([209.85.218.65]:57672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qEjB7-0007yJ-89; Thu, 29 Jun 2023 00:22:47 -0400 Received: by mail-ej1-f65.google.com with SMTP id a640c23a62f3a-98e011f45ffso24458966b.3; Wed, 28 Jun 2023 21:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688012559; x=1690604559; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=08N+6awFn/0TsPgctww3T7WXd9FVOSfLGMRTf0fG598=; b=ntbwYvBr29sM4Sw5aAgym4OIgz8ROvEt196N0lqL61+jTbofXGYnuVYd+BEtXZGSnx rz7XLzdbkQ/jzT68IZsN4aRk/in2QMOiZw/FXeAU9/d9ZKaQf1u4zSTKErGvb+vvio3s gZ+o2ePFFUoyc+yL9U4lgVLaZIy4doGTVgRMQmuAH3guhGdahDY5zV570k5m6e0twQpP yZyaIbLGZQ6Mw+9WvYkDz62W3IcHX+SHsgHNNN9+0Cg7zLF2I4OaegV7KyWgQrDcrA/A qLAeKyaiKoJXX1RKnetOGqAPKRceXI/pvrk3Ab/MI91z+a6aY2EwRhgb9F4dlR125V9Z gmJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688012559; x=1690604559; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=08N+6awFn/0TsPgctww3T7WXd9FVOSfLGMRTf0fG598=; b=huQmVCS2xsrXhd6dqVjdYU0EkLTUhHbSs5IIedCdfSMHXz+A8WwqHBv37hhHIY/k5a AHye7iI3hyl06nCADXHkoSA7JBBNEMC/YSlsDEWFbC48QRBbamQr+P9+gnxkd/2ad4PJ uyfmaHQvRL4pui7ldrsuQesecpmn9VSWnW3MLv9iSwBjg3axWA7FG88wcILcG6pqxrjC h700cJOJFEPGR9YphVo6vy2WgX4A7bsBdB+yvqb6EiWz/Iu90jb23FHgJRjNG97cYKFV YZqKP7tN8OYqn0LSXM7oo39KmUaqRDPobVvxLCE4FGe7wwyjSRInTixGoduU+AM+tp/P 36GA== X-Gm-Message-State: AC+VfDzYzO17RCKPImGjVwE1NYD9nLyZPBIobHrHJJ8AX9+HKE8sD5H0 XLDTfROqtKspXTn2yBEcA+E= X-Google-Smtp-Source: ACHHUZ4YKycCjGJ0K6h0XCPN0D3o+f5Z5Z+ZBo4FPJik3OHBMzlEi+4/9+6h1jCNB7ORT1elSc8TlA== X-Received: by 2002:a17:907:6292:b0:988:f559:47b with SMTP id nd18-20020a170907629200b00988f559047bmr22552253ejc.31.1688012558985; Wed, 28 Jun 2023 21:22:38 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id n1-20020a1709061d0100b0098e1116737csm5678659ejh.24.2023.06.28.21.22.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Jun 2023 21:22:38 -0700 (PDT) Message-ID: <4aa273f84b40df2bc07e6953a1a00154107c2f22.camel@gmail.com> Subject: Re: [bug#64333] [PATCH v4 1/6] gnu: mbedtls-apache: Rename package to mbedtls-apache-lts. From: Liliana Marie Prikler To: Hilton Chain , 64333@debbugs.gnu.org, control@debbugs.gnu.org Date: Thu, 29 Jun 2023 06:22:37 +0200 In-Reply-To: <5c69a7d48ee830dbfd523b5a949ee4236d358c69.1687976817.git.hako@ultrarare.space> References: <5c69a7d48ee830dbfd523b5a949ee4236d358c69.1687976817.git.hako@ultrarare.space> Content-Type: text/plain Content-Transfer-Encoding: 7bit User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64333 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.0 (-) merge 63765 64332 64333 64334 64335 64336 64337 thanks From unknown Mon Jun 23 18:29:36 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:08 +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