unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60459] [PATCH core-updates] gnu: libgpg-error: Update to 1.46.
@ 2023-01-01  0:05 Simon Josefsson via Guix-patches via
  2024-01-22  4:38 ` bug#60459: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Josefsson via Guix-patches via @ 2023-01-01  0:05 UTC (permalink / raw)
  To: 60459


[-- Attachment #1.1: Type: text/plain, Size: 484 bytes --]

Hi

This updates libgpg-error; patch is intended against the core-updates
branch.  This is needed for GnuPG 2.4 and maybe other future packages.

I have tested this with 'guix build' and seeing there were some
cross-building magic in there, I also tested 'guix build
--target=mips64el-linux-gnu', and both works fine.  Building the current
GnuPG release with the new libgpg-error 1.46 also worked, which
presumable tests it quite extensively.  Any ideas on what more to test?

/Simon

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-libgpg-error-Update-to-1.46.patch --]
[-- Type: text/x-patch, Size: 1824 bytes --]

From c39bbb60324fc1e3247508a318deb55a46c99e44 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Sat, 31 Dec 2022 23:32:07 +0100
Subject: [PATCH core-updates] gnu: libgpg-error: Update to 1.46.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.46, passing
--enable-install-gpg-error-config to ./configure because some packages still
uses gpg-error-config (e.g., libassuan 2.5.5)
---
 gnu/packages/gnupg.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 6c103a4b36..21497e78e5 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -91,7 +91,7 @@ (define-module (gnu packages gnupg)
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.45")
+    (version "1.46")
     (source
      (origin
       (method url-fetch)
@@ -99,9 +99,11 @@ (define-public libgpg-error
                           version ".tar.bz2"))
       (sha256
        (base32
-        "09haz1kk48b8q0hd58g98whylah0fp121yfgjms7pzsbzgj8w3sp"))))
+        "1396h4f9z9awzkkyb6iwspy2rmxb8nr47pj8fzrmxgkb4ij1mqdp"))))
     (build-system gnu-build-system)
     (arguments
+     (append
+      '(#:configure-flags (list "--enable-install-gpg-error-config"))
      (if (%current-target-system)
          `(#:modules ((guix build gnu-build-system)
                       (guix build utils))
@@ -141,7 +143,7 @@ (define (link triplet source)
                              ;; all architectures.
                              (_ #t)))
                           (#t #t)))))))
-         '()))
+         '())))
     (native-inputs (list gettext-minimal))
     (home-page "https://gnupg.org")
     (synopsis "Library of error values for GnuPG components")
-- 
2.38.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60459: [PATCH core-updates] gnu: libgpg-error: Update to 1.46.
  2023-01-01  0:05 [bug#60459] [PATCH core-updates] gnu: libgpg-error: Update to 1.46 Simon Josefsson via Guix-patches via
@ 2024-01-22  4:38 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-01-22  4:38 UTC (permalink / raw)
  To: Simon Josefsson; +Cc: 60459-done

Hello,

Simon Josefsson <simon@josefsson.org> writes:

> Hi
>
> This updates libgpg-error; patch is intended against the core-updates
> branch.  This is needed for GnuPG 2.4 and maybe other future packages.

Applied, thank you!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-22  4:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01  0:05 [bug#60459] [PATCH core-updates] gnu: libgpg-error: Update to 1.46 Simon Josefsson via Guix-patches via
2024-01-22  4:38 ` bug#60459: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).