GNU bug report logs -
#71418
[PATCH] gnu: pinentry-tty: Update to 1.3.0.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71418 in the body.
You can then email your comments to 71418 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71418
; Package
guix-patches
.
(Fri, 07 Jun 2024 22:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Jun 2024 22:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71418
; Package
guix-patches
.
(Mon, 24 Jun 2024 02:30:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71418 <at> debbugs.gnu.org (full text, mbox):
Hello,
ashish.is <at> lostca.se writes:
> 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
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.
What do you think?
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71418
; Package
guix-patches
.
(Mon, 24 Jun 2024 03:39:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71418 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon Jun 24, 2024 at 4:28 AM CEST, Maxim Cournoyer wrote:
> Hello,
>
> ashish.is <at> lostca.se writes:
>
> > 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
>
> 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!
--
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)
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71418
; Package
guix-patches
.
(Mon, 24 Jun 2024 03:57:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 71418 <at> debbugs.gnu.org (full text, mbox):
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 replace qtbase-5 with qtbase for Qt6 support
Change-Id: Ibe7fde7d2675e709e4dc36610e6f54c6cefe14d8
---
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..e02bc20dfa 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)))
(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: deac7dd04156b9358ea33200593fd260760f9d91
--
2.45.2
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 07 Jul 2025 15:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Mon, 07 Jul 2025 15:16:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 71418-done <at> debbugs.gnu.org (full text, mbox):
Newer version in master.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 05 Aug 2025 11:24:11 GMT)
Full text and
rfc822 format available.
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.