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

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

bug#54336: closed ([PATCH] gnu: crypto++: Update to 8.6.0.)


From: GNU bug Tracking System
Subject: bug#54336: closed ([PATCH] gnu: crypto++: Update to 8.6.0.)
Date: Mon, 14 Mar 2022 22:33:02 +0000

Your message dated Mon, 14 Mar 2022 23:32:00 +0100
with message-id <87lexcp3mn.fsf@gnu.org>
and subject line Re: bug#54336: [PATCH] gnu: crypto++: Update to 8.6.0.
has caused the debbugs.gnu.org bug report #54336,
regarding [PATCH] gnu: crypto++: Update to 8.6.0.
to be marked as done.

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


-- 
54336: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54336
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: crypto++: Update to 8.6.0. Date: Fri, 11 Mar 2022 16:56:19 +1100
* gnu/packages/crypto.scm (crypto++): Update to 8.6.0.

Note: This release includes a fix for a bug where code using AVX2
instructions produced incorrect encrypted files:

https://github.com/weidai11/cryptopp/issues/1069
---
 gnu/packages/crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f07be01c97..007119c6de 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -21,7 +21,7 @@
 ;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
 ;;; Copyright © 2021 Ellis Kenyő <me@elken.dev>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
-;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -731,7 +731,7 @@ (define-public perl-math-random-secure
 (define-public crypto++
   (package
     (name "crypto++")
-    (version "8.5.0")
+    (version "8.6.0")
     (source (origin
               (method git-fetch)
               (uri
@@ -743,7 +743,7 @@ (define-public crypto++
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3"))))
+                "1vm821wpx59ccz6gr4xplqpxj3f1qq3jijyybj2g4npqmmldhx3b"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54336: [PATCH] gnu: crypto++: Update to 8.6.0. Date: Mon, 14 Mar 2022 23:32:00 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Brendan Tildesley <mail@brendan.scot> skribis:

> * gnu/packages/crypto.scm (crypto++): Update to 8.6.0.
>
> Note: This release includes a fix for a bug where code using AVX2
> instructions produced incorrect encrypted files:
>
> https://github.com/weidai11/cryptopp/issues/1069

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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