GNU bug report logs - #75245
[PATCH 0/3] gnu: pinentry: Update to 1.3.1.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Wed, 1 Jan 2025 17:07:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75245 in the body.
You can then email your comments to 75245 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75245; Package guix-patches. (Wed, 01 Jan 2025 17:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Jan 2025 17:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 0/3] gnu: pinentry: Update to 1.3.1.
Date: Wed,  1 Jan 2025 22:35:44 +0530
This patch series updates pinentry-tty, pinentry-emacs, pinentry-gtk2,
pinentry-gnome3, pinentry-qt and pinentry-efl to 1.3.1 and adds pinentry-qt5.

Sughosha (3):
  gnu: pinentry-tty: Update to 1.3.1.
  gnu: pinentry-qt: Switch to Qt6.
  gnu: Add pinentry-qt5.

 gnu/packages/gnupg.scm | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)


base-commit: 3ea95d7736be1f807d578d17c174b0976543b333
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75245; Package guix-patches. (Wed, 01 Jan 2025 17:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 75245 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 75245 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 1/3] gnu: pinentry-tty: Update to 1.3.1.
Date: Wed,  1 Jan 2025 22:41:08 +0530
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.3.1.

Change-Id: Ia93ffb36c8f99233f16866a7f3fddf7d73d7750f
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index fbf1e5ed54..d713358900 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -867,14 +867,14 @@ (define-public signing-party
 (define-public pinentry-tty
   (package
     (name "pinentry-tty")
-    (version "1.2.1")
+    (version "1.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/pinentry/pinentry-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0rs019acfj7sr4pvc847nk42v5mba9ixqmd98nwqy8w5b9g1hyj5"))))
+                "014crqmr05lsfv13sj6jkcn6w1rvwpxc5hwn32mhg413qwkywwmw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-pinentry-tty")))
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75245; Package guix-patches. (Wed, 01 Jan 2025 17:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 75245 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 75245 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 2/3] gnu: pinentry-qt: Switch to Qt6.
Date: Wed,  1 Jan 2025 22:41:09 +0530
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Replace qtbase-5 with qtbase;
add qtwayland.

Change-Id: Id4cd445e84ae2f15384cf840bf8232d64f2a3f60
---
 gnu/packages/gnupg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index d713358900..4f1914d99d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -939,7 +939,7 @@ (define-public pinentry-qt
      `(#:configure-flags '("--enable-fallback-curses")))
     (inputs
      (modify-inputs (package-inputs pinentry-tty)
-       (prepend qtbase-5)))
+       (prepend qtbase qtwayland)))
   (description
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75245; Package guix-patches. (Wed, 01 Jan 2025 17:12:03 GMT) Full text and rfc822 format available.

Message #14 received at 75245 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 75245 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 3/3] gnu: Add pinentry-qt5.
Date: Wed,  1 Jan 2025 22:41:10 +0530
* gnu/packages/gnupg.scm (pinentry-qt5): New variable.

Change-Id: Ia70f00002305ab8e1bd6b0edb0ee6ee84007bf8c
---
 gnu/packages/gnupg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4f1914d99d..ad7b1e2e9e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -944,6 +944,15 @@ (define-public pinentry-qt
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))
 
+(define-public pinentry-qt5
+  (package
+    (inherit pinentry-qt)
+    (name "pinentry-qt5")
+    (inputs
+     (modify-inputs (package-inputs pinentry-qt)
+       (replace "qtbase" qtbase-5)
+       (replace "qtwayland" qtwayland-5)))))
+
 (define-public pinentry-efl
   (package
     (inherit pinentry-tty)
-- 
2.47.1





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 12 Jan 2025 04:43:03 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Sun, 12 Jan 2025 04:43:03 GMT) Full text and rfc822 format available.

Message #19 received at 75245-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75245-done <at> debbugs.gnu.org, Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#75245] [PATCH 0/3] gnu: pinentry: Update to 1.3.1.
Date: Sun, 12 Jan 2025 12:42:21 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> This patch series updates pinentry-tty, pinentry-emacs, pinentry-gtk2,
> pinentry-gnome3, pinentry-qt and pinentry-efl to 1.3.1 and adds pinentry-qt5.
>
> Sughosha (3):
>   gnu: pinentry-tty: Update to 1.3.1.
>   gnu: pinentry-qt: Switch to Qt6.
>   gnu: Add pinentry-qt5.
>
>  gnu/packages/gnupg.scm | 15 ++++++++++++---
>  1 file changed, 12 insertions(+), 3 deletions(-)
>
>
> base-commit: 3ea95d7736be1f807d578d17c174b0976543b333

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#75245; Package guix-patches. (Sun, 12 Jan 2025 04:44:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 09 Feb 2025 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 32 days ago.

Previous Next


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