[PATCH] gnu: crypto++: Update to 8.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210104173342.8903-1-vincent.legoll@gmail.com
* gnu/packages/crypto.scm (crypto++): Update to 8.4.0.
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 8226497b81..6683f1cd78 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -717,7 +717,7 @@ data on your platform, so the seed itself will be as random as possible.
(define-public crypto++
(package
(name "crypto++")
- (version "8.3.0")
+ (version "8.4.0")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append "https://cryptopp.com/cryptopp"
@@ -725,7 +725,7 @@ data on your platform, so the seed itself will be as random as possible.
".zip"))
(sha256
(base32
- "16jqxvsyjjpyyb89fj2h8mgb0m07vlqvggifbrk7qcqwddda2f6v"))))
+ "16kvfm11xv7j9a3yykzysjgw38a9b7lnc5n5x5h82g395k6ybxf0"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.29.2
Vincent Legoll wrote 4 years ago
test suite
(address . 45659@debbugs.gnu.org)
CAEwRq=pDPk13XtejNHDXJ4Zf7P=SKk67WR6wtD7rA3SoTfOY5Q@mail.gmail.com
Hello again,

there is a new version (yes, that close
to the previous 8.3.0 one)

I have the same problem as last time, the
package compiles properly but hangs when
running the test suite (./cryptest.exe using
100% of a CPU core, no syscall)

So can someone test it on bare metal and
then it could be merged if all is well...

Thanks
--
Vincent Legoll
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45659-done@debbugs.gnu.org)
X/Re86P3YFZqxTuw@3900XT
On Mon, Jan 04, 2021 at 06:37:58PM +0100, Vincent Legoll wrote:
Toggle quote (18 lines)
> Hello again,
>
> there is a new version (yes, that close
> to the previous 8.3.0 one)
>
> I have the same problem as last time, the
> package compiles properly but hangs when
> running the test suite (./cryptest.exe using
> 100% of a CPU core, no syscall)
>
> So can someone test it on bare metal and
> then it could be merged if all is well...
>
> Thanks
> --
> Vincent Legoll
>

Tests passed with no problems. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/0XvMACgkQQarn3Mo9
g1HCIg/+ObJesbYQ6NXWx335nJuYZlkVxxiV0Nj8ETRbmppkiqR3zOuOAoSoGcpn
R6pjteG+NCOeh52v+y+ILW5D0mqwB8qoVGAl4yhb8daRYgyNeUzORdeaKdOgsGKK
0Xcfy8lJkedMaxO6U8Vd11r+PLvPBPmZ8wbW8i3/GniHzLkO7Qrld7gnwgX8n7aK
1eS9DkttYIfmTMkx1UJfdGynIACJ9JUWv9eLSeRcGqMcrWHGNHlASGTuzQn9TZ56
tzxHvijpAcojJ+aZddjj6gogH0HJl3YtwXQZIwqQNx1TBtvg4HVNOJmwG+n5COIZ
kln9ZZGmRtVirN9LFim7A73hp1EI3F2RgQUMm/yTu8apN97B4rveSe6i8BHWzuz7
sI+R6rQN1YEWrTDr9ZNTgd7OuK4FAMMCroTGyLYbGj6P0EMH29D8dq63eH48W52C
ffFWb14lli3YDxY2zyq+Tc8HeLs/kN5R5ZIa7cU6LPXuF6aO3NQ9n4oDA+Cw3dzt
lcUY1Foaz5BLjlFghSclmiFC2N9qnmpMYNvILyPX1vnbwDYRXDofrsX5mCniIgpM
ZrOd9Bxt/ZgX0JfRkGnDNfmkxN/h1b7iXRq55qRs1ulUxdZntKM1dtmAksz8AJuM
FGPXH2iVgO5WjEcExniTVI+n4zNNvYsk52kgJXsWDq+PZr4OshU=
=uiUY
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45659@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45659
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help