emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#55482: closed ([PATCH] gnu: botan: Update to 2.19.1.)


From: GNU bug Tracking System
Subject: bug#55482: closed ([PATCH] gnu: botan: Update to 2.19.1.)
Date: Tue, 17 May 2022 21:10:01 +0000

Your message dated Tue, 17 May 2022 17:08:59 -0400
with message-id <87y1yzhno4.fsf@gmail.com>
and subject line Re: bug#55482: [PATCH] gnu: botan: Update to 2.19.1.
has caused the debbugs.gnu.org bug report #55482,
regarding [PATCH] gnu: botan: Update to 2.19.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55482: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55482
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: botan: Update to 2.19.1. Date: Tue, 17 May 2022 10:05:12 -0400
* gnu/packages/crypto.scm (botan): Update to 2.19.1.
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

I tested this change by building Botan's two dependent packages on
x86_64 Linux, and everything looked good.

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f938d3c115..25aa745b7e 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -946,14 +946,14 @@ (define-public rhash
 (define-public botan
   (package
     (name "botan")
-    (version "2.18.2")
+    (version "2.19.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://botan.randombit.net/releases/";
                                   "Botan-" version ".tar.xz"))
               (sha256
                (base32
-                "0zih8agygp39ff0dwi3fv8y7dnnzpz3y86kcgjbhzlxry49kn6jl"))))
+                "0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.36.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#55482: [PATCH] gnu: botan: Update to 2.19.1. Date: Tue, 17 May 2022 17:08:59 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Jack,

Jack Hill <jackhill@jackhill.us> writes:

> * gnu/packages/crypto.scm (botan): Update to 2.19.1.
> ---
>  gnu/packages/crypto.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> I tested this change by building Botan's two dependent packages on
> x86_64 Linux, and everything looked good.
>
> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
> index f938d3c115..25aa745b7e 100644
> --- a/gnu/packages/crypto.scm
> +++ b/gnu/packages/crypto.scm
> @@ -946,14 +946,14 @@ (define-public rhash
>  (define-public botan
>    (package
>      (name "botan")
> -    (version "2.18.2")
> +    (version "2.19.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://botan.randombit.net/releases/";
>                                    "Botan-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0zih8agygp39ff0dwi3fv8y7dnnzpz3y86kcgjbhzlxry49kn6jl"))))
> +                "0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:phases

Applied as 423a3a6b6a, thanks!

Maxim


--- End Message ---

reply via email to

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