GNU bug report logs - #71418
[PATCH] gnu: pinentry-tty: Update to 1.3.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Fri, 7 Jun 2024 22:11:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71418: closed ([PATCH] gnu: pinentry-tty: Update to 1.3.0.)
Date: Mon, 07 Jul 2025 15:16:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 7 Jul 2025 17:15:20 +0200
with message-id <aGvkiNr6XiNjkZLA <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #71418,
regarding [PATCH] gnu: pinentry-tty: Update to 1.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71418: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71418
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: pinentry-tty: Update to 1.3.0.
Date: Fri,  7 Jun 2024 20:34:10 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* 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

Change-Id: I866bef0538fd5068e9e82d10a9e87aa1515826a5
---
 gnu/packages/gnupg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index e7c583a266..390a8dbb1e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -839,14 +839,14 @@ (define-public signing-party
 (define-public pinentry-tty
   (package
     (name "pinentry-tty")
-    (version "1.2.1")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/pinentry/pinentry-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0rs019acfj7sr4pvc847nk42v5mba9ixqmd98nwqy8w5b9g1hyj5"))))
+                "1pllchqwl6wq4q4dpsarcm9m2cwjb733p6irxpyz55vmdqidag4v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-pinentry-tty")))
@@ -911,7 +911,7 @@ (define-public pinentry-qt
      `(#:configure-flags '("--enable-fallback-curses")))
     (inputs
      (modify-inputs (package-inputs pinentry-tty)
-       (prepend qtbase-5)))
+       (prepend qtbase qtbase-5)))
   (description
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))

base-commit: 580d77d0fb12448ef1621699cc0c56e787e2aadb
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 71418-done <at> debbugs.gnu.org
Subject: Close
Date: Mon, 7 Jul 2025 17:15:20 +0200
Newer version in master.

Andreas



This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.