From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id cHbJCWPqeGaHOAAAqHPOHw:P1 (envelope-from ) for ; Mon, 24 Jun 2024 03:39:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id cHbJCWPqeGaHOAAAqHPOHw (envelope-from ) for ; Mon, 24 Jun 2024 05:39:15 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=SFssluhV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719200355; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:content-type:content-type:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3RA3QsW3J0iwVbTDrhc6l4FNB0alfymBLR7vTaBWzOc=; b=hLCxQMzSqdGJjaByapp10LglzvXd53W0j40EpVVdQX67+Wu46lhinIKt6dgtMzOF3ijhIt 8lITLIMF2u4TcdA4q7cWq90j2Q0fsorT/XgQ694hQozinLsDR72Xn/vU60rJQMC+YHlWZ4 59/MbJU6WGzE8XbpXCEZt35uHpKC2N415DOCVmaEYF8K4DMlE+37VRvd6dDIppFXJoKgYR 5PV3DP3gUYuUnaAqafo5AkRQcVq9555qVZoEy7XQ/w08GRLvUY85y9hWA4ho58B4jWeVME Exb9PHC644k2H/SrVrQkDejBRUrt+mPHOhDKWe24WZxLYTaETqCqdJm9xlsx4A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=SFssluhV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719200355; a=rsa-sha256; cv=none; b=VvyAVZdzHpFGqwQu2F5n42C+iGAejbTZLlinqCgO4+TrtypmM2T5sLNDwEBSuhI/i2ynOQ cP6EfPVlip5MLZ9W+g0zXJoJLaURD65MVdN8WMwikaA2V+rhGm3ZkwwcVgox90g2VwyeCh W0m72wwU41fRZ6BFXeUuDmq3dA8QxgrAQJF1Px0DkHXei+m8LW0zbUXttTVm0eIILogX5K yo0xib1wlexHq39B6yTeMlTjrB46Pl1DlO8egrmrhsXz6a8K3qOKyc7w2bK2QdC8Od9rDu yjrWoA8qI3/5o75u5RnZ2fiNSIDkEIdFxp/9+XhwtjhIkF5SJ4/f/wHduJBDOQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F2B8354EE1 for ; Mon, 24 Jun 2024 05:39:14 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLaXn-0000X8-6g; Sun, 23 Jun 2024 23:39:03 -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 1sLaXm-0000Wu-2c for guix-patches@gnu.org; Sun, 23 Jun 2024 23:39:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sLaXl-0002mi-Qd for guix-patches@gnu.org; Sun, 23 Jun 2024 23:39:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sLaXm-00077l-Iq for guix-patches@gnu.org; Sun, 23 Jun 2024 23:39:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71418] [PATCH] gnu: pinentry-tty: Update to 1.3.0. Resent-From: "Ashish SHUKLA" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 Jun 2024 03:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71418 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Maxim Cournoyer" Cc: 71418@debbugs.gnu.org Received: via spool by 71418-submit@debbugs.gnu.org id=B71418.171920033527366 (code B ref 71418); Mon, 24 Jun 2024 03:39:02 +0000 Received: (at 71418) by debbugs.gnu.org; 24 Jun 2024 03:38:55 +0000 Received: from localhost ([127.0.0.1]:36464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sLaXe-00077K-RI for submit@debbugs.gnu.org; Sun, 23 Jun 2024 23:38:55 -0400 Received: from anamika.lostca.se ([65.21.75.227]:49422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sLaXd-000771-Dc for 71418@debbugs.gnu.org; Sun, 23 Jun 2024 23:38:54 -0400 Received: from localhost (141.red-81-34-49.dynamicip.rima-tde.net [81.34.49.141]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 6820E143B0; Mon, 24 Jun 2024 03:38:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1719200325; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=3RA3QsW3J0iwVbTDrhc6l4FNB0alfymBLR7vTaBWzOc=; b=SFssluhVKjpYEL2KajAn0Qkdub+v2v1J29b1fqfUxa4EFvxRtljWVzcDZ7T+iVXnqs3dZ8 IxW7q+6FE8UejIW0Z/KuJY700t+hjGDpo+dvq0gqDHJKakFkN1TRwkjlepW9TZpSv0O01w Zz5qQWSpNqEzxTIKevZ5agqjBGVb51c= Content-Type: multipart/signed; boundary=2ff5f458a8cb2ef1f0baa0ae64ea794e5308218daf6d5c6aa688be95dd9d; micalg=pgp-sha256; protocol="application/pgp-signature" Date: Mon, 24 Jun 2024 03:38:37 +0000 Message-Id: X-Mailer: aerc 0.15.2 References: <87y16v6pn2.fsf@gmail.com> In-Reply-To: <87y16v6pn2.fsf@gmail.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Ashish SHUKLA X-ACL-Warn: , Ashish SHUKLA via Guix-patches From: Ashish SHUKLA via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: F2B8354EE1 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -6.46 X-Spam-Score: -6.46 X-TUID: ZObKFyff7f1D --2ff5f458a8cb2ef1f0baa0ae64ea794e5308218daf6d5c6aa688be95dd9d Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 On Mon Jun 24, 2024 at 4:28 AM CEST, Maxim Cournoyer wrote: > Hello, > > ashish.is@lostca.se writes: > > > From: Ashish SHUKLA > > > > * gnu/packages/gnupg.scm (pinentry-tty): Update to 1.3.0 > > > > * gnu/packages/gnupg.scm (pinentry-qt): Update to 1.3.0 > > [inputs] also prepend qtbase for Qt6 support > > Perhaps we can target only Qt6? It seems overly big in terms of closure > size to target two versions of Qt at the same time. Sure, that sounds fair. I will submit a commit shortly. Thanks! --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) --2ff5f458a8cb2ef1f0baa0ae64ea794e5308218daf6d5c6aa688be95dd9d Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJIBAABCAAyFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAmZ46j8UHGFzaGlzaC5p c0Bsb3N0Y2Euc2UACgkQx0bPqedPpLBjDg//UF8KRtKABVBSzw8JqHBTs5ZnsF+r 5xAZnj2pacy04X0UsPKhzSgWkw96HdO66z4HpbSD4j+qTOKC/f6C7aqp462zF3jp 9bO1IRJpSPIQKsto/4H/x/cBuZd+eK/qzG84lkJWZkYN5JFzxnOVGTPpQ7MWbEEP mrmC05LlQiMiFq09d2lfT9arkZErIEOm9FeLayLjr6IjMpNbz7dk5FfnxRosc/u5 R4sRK6JERXNp9rcQ3Ql6Xyw6dj/aJmuNF/sZVBIM7geyXRz1abaYIRnuGw1/Y4OE OWgCgcxo0m0JRRkaVvJoX9cxMXmx25hvjWrK8ldpij1SSItQaioyEu7KzCc8NOvq f39ngUbAFxG2pSotV2f9wP4yezimXFyyOtCbArWFiezKg10/BxkDWsXMaLvLU4n+ ZvdrzKasjuvOwtJXivwD6fzBBjGU/7GoEDes4KlCptJ8hjD+Q4onekmQEApgQTJa albjavjMiW5sPDG6r+NPaN1n4RQVv5rtLqNDTUFUokCF3PRijpn2z4/2iAbeE6Ho njmdolsRyGJcidtkMclDv0xN12oMgc59UrRp2dEUTdbpDDIaG39R5UvT7JfiVc4U flN9YER0/6Aa/no9b2NsybGb1NyllSMRykDQ5bcUqB/waoPvXXKA6XYIQBhIaZcy pyXtt5+4gFPFMWs= =M0hB -----END PGP SIGNATURE----- --2ff5f458a8cb2ef1f0baa0ae64ea794e5308218daf6d5c6aa688be95dd9d--