[PATCH] gnu: gnupg: Update to 2.2.27.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210206115622.26049-1-vincent.legoll@gmail.com
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a2da166bb4..09364dfa82 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -257,7 +257,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.2.25")
+ (version "2.2.27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -265,7 +265,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
- "02n3klqbyzxyil13sg4wa0pcwr7vs7zjaslis926yjxg8yr0fly5"))))
+ "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.30.0
Vincent Legoll wrote 4 years ago
Re: bug#46343: Acknowledgement ([PATCH] gnu: gnupg: Update to 2.2.27.)
(address . 46343@debbugs.gnu.org)
CAEwRq=oFvz_yFdo4ZzepGkGNLVycYyx9tWDqGNmu+M_3XJ2sbw@mail.gmail.com
For the next-staging branch:
Building the following 195 packages would ensure 346 dependent
packages are rebuilt

--
Vincent Legoll
Ludovic Courtès wrote 4 years ago
Re: bug#46343: [PATCH] gnu: gnupg: Update to 2.2.27.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46343-done@debbugs.gnu.org)
87blcuw4q2.fsf@gnu.org
Vincent Legoll <vincent.legoll@gmail.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.

Applied (to ‘master’; I figured that even if it’s normally rather for
‘staging’, it’s probably more reasonable to have it in ‘master’.)

Thanks,
Ludo’.
Closed
Vincent Legoll wrote 4 years ago
Re: bug#46343: closed (Re: bug#46343: [PATCH] gnu: gnupg: Update to 2.2.27.)
(address . 46343@debbugs.gnu.org)
CAEwRq=oJmgsd8ozc0H5T8ai+mk05-CqToW0h4YSBmTRu7_Q49w@mail.gmail.com
Hello,

On Mon, Feb 8, 2021 at 11:55 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
Toggle quote (3 lines)
> Applied (to ‘master’; I figured that even if it’s normally rather for
> ‘staging’, it’s probably more reasonable to have it in ‘master’.)

Thanks

--
Vincent Legoll
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46343@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46343
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help