guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH][core-updates] gnu: gnupg, libgpg-error updates rebased


From: ng0
Subject: Re: [PATCH][core-updates] gnu: gnupg, libgpg-error updates rebased
Date: Thu, 18 Aug 2016 18:34:24 +0000

GnuPG 2.1.15 has just been released, but please apply this patch, I'll
have 2.1.15 ready later and send a separate patch of it based on this one.

ng0 <address@hidden> writes:

> These patches are applied directly on core-updates.
>
> From b63701cacb87653f6b128aac0046fa3000f8baed Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Thu, 18 Aug 2016 13:38:20 +0000
> Subject: [PATCH 1/2] gnu: libgpg-error: Update to 1.24.
>
> * gnu/packages/gnupg.scm (libgpg-error): Update to 1.24.
> ---
>  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 69adf97..989496f 100644
> --- a/gnu/packages/gnupg.scm
> +++ b/gnu/packages/gnupg.scm
> @@ -6,7 +6,7 @@
>  ;;; Copyright © 2015 Paul van der Walt <address@hidden>
>  ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
>  ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
> -;;; Copyright © 2016 Nils Gillmann <address@hidden>
> +;;; Copyright © 2016 ng0 <address@hidden>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -50,7 +50,7 @@
>  (define-public libgpg-error
>    (package
>      (name "libgpg-error")
> -    (version "1.22")
> +    (version "1.24")
>      (source
>       (origin
>        (method url-fetch)
> @@ -58,7 +58,7 @@
>                            version ".tar.bz2"))
>        (sha256
>         (base32
> -        "0ywxwswizmkyciy480kzczxn6nhbgzf3z8my4nk43nvv67k4x87j"))))
> +        "0h75sf1ngr750c3fjfn4583q7wz40qm63jhg8vjfdrbx936f2s4j"))))
>      (build-system gnu-build-system)
>      (home-page "https://gnupg.org";)
>      (synopsis "Library of error values for GnuPG components")
> -- 
> 2.9.3
>
> From a929ccb1ad245c791d0ddd18b77650d0967d615b Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Thu, 18 Aug 2016 15:25:07 +0000
> Subject: [PATCH 2/2] gnu: gnupg: Update to 2.1.14.
>
> * gnu/packages/gnupg.scm (gnupg): Update to 2.1.14.
>
> Co-authored by: Leo Famulari <address@hidden>
> ---
>  gnu/packages/gnupg.scm | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
> index 989496f..4edc282 100644
> --- a/gnu/packages/gnupg.scm
> +++ b/gnu/packages/gnupg.scm
> @@ -209,14 +209,14 @@ compatible to GNU Pth.")
>  (define-public gnupg
>    (package
>      (name "gnupg")
> -    (version "2.1.13")
> +    (version "2.1.14")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
>                                    ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag"))))
> +                "0hmsiscpdpdqd8kcjpzkz2gzcc3cnrvswk9p1jzi4sivd7lxwl4l"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("pkg-config" ,pkg-config)))
> @@ -242,7 +242,12 @@ compatible to GNU Pth.")
>            (lambda _
>              (substitute* "tests/openpgp/defs.inc"
>                (("/bin/pwd") (which "pwd")))
> -            #t)))))
> +            #t))
> +        (add-after 'build 'patch-scheme-tests
> +          (lambda _
> +            (substitute* (find-files "tests" ".\\.scm$")
> +              (("/usr/bin/env gpgscm")
> +               (string-append (getcwd) "/tests/gpgscm/gpgscm"))))))))
>      (home-page "https://gnupg.org/";)
>      (synopsis "GNU Privacy Guard")
>      (description
> -- 
> 2.9.3
>
>
>
> -- 
> ng0
> For non-prism friendly talk find me on http://www.psyced.org

-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]