GNU bug report logs - #55482
[PATCH] gnu: botan: Update to 2.19.1.

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Tue, 17 May 2022 14:06:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 55482 in the body.
You can then email your comments to 55482 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55482; Package guix-patches. (Tue, 17 May 2022 14:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 17 May 2022 14:06:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
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





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Tue, 17 May 2022 21:10:01 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Tue, 17 May 2022 21:10:01 GMT) Full text and rfc822 format available.

Message #10 received at 55482-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 55482-done <at> debbugs.gnu.org
Subject: Re: bug#55482: [PATCH] gnu: botan: Update to 2.19.1.
Date: Tue, 17 May 2022 17:08:59 -0400
Hi Jack,

Jack Hill <jackhill <at> 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




Information forwarded to guix-patches <at> gnu.org:
bug#55482; Package guix-patches. (Tue, 17 May 2022 21:13:02 GMT) Full text and rfc822 format available.

Message #13 received at 55482-done <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 55482-done <at> debbugs.gnu.org
Subject: Re: bug#55482: [PATCH] gnu: botan: Update to 2.19.1.
Date: Tue, 17 May 2022 17:12:14 -0400 (EDT)
On Tue, 17 May 2022, Maxim Cournoyer wrote:

> Applied as 423a3a6b6a, thanks!

Awesome, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 Jun 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.