[PATCH] gnu: crypto++: Update to 8.3.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)
20201228141737.718-1-vincent.legoll@gmail.com
* gnu/packages/crypto.scm (crypto++): Update to 8.3.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 1b51366d7e..85378850ff 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.2.0")
+ (version "8.3.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
- "0n40hlz5jkvlcp9vxrj0fsrcfp7dm0zmmv6h52dx3f8i5qjf5w03"))))
+ "16jqxvsyjjpyyb89fj2h8mgb0m07vlqvggifbrk7qcqwddda2f6v"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.29.2
Vincent Legoll wrote 4 years ago
crypto++ test suite
(address . 45501@debbugs.gnu.org)
CAEwRq=qgXvxjhN27mgorO04LJUSR6qqtZEFuxdtc15x0LasB8A@mail.gmail.com
Hello,

could someone try this update and report if
the test suite passes properly.

It hangs forever in my guix VM (which has
rng-tools and is passing entropy from the host)

Thanks

--
Vincent Legoll
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45501-done@debbugs.gnu.org)
X/DpToJ2+zRUtYqU@3900XT
On Mon, Dec 28, 2020 at 03:19:51PM +0100, Vincent Legoll wrote:
Toggle quote (9 lines)
> Hello,
>
> could someone try this update and report if
> the test suite passes properly.
>
> It hangs forever in my guix VM (which has
> rng-tools and is passing entropy from the host)
>

No issue here on bare metal. 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/w6U4ACgkQQarn3Mo9
g1FhZQ/+NiqMnI06eTx85/DrwS0J6vDaTq1ZbwX2LJU0jXyGgm3jd0UsrJOMRDMj
g64ysdkU8mm/JFT9UqO8ml043yY4cdkNIlkF+IIn29P5EMrS+YHj1E7uat9Ddf7m
PrKU4FdAOq0UjaNDktXyI6VZMFUZxTnTYudkTk2Tbr4sNMGbjgcD13/YaTBEp6hI
YaI1V0BWZUTbrNayWfUccqsStZAq6HfPqaweeIftjREpVo6n3gPMhhJhfLk1Q4/j
ObjBA/aujoU3fy1tAIvRQepXZJfwFP2124B1risYDFm1glxP3LYbMQ8s8B4XiHIr
8wNTXOOICS0tzvcimqfOMzZpwxm7KCTGrhlBN5VNqXujAnPLbdhJ/zZy6N+PuRuT
Yg5YBlMKyvg+GdWr61xjkXrH3XaZ0oR6wJ1qmsvsxwFPT6Je8wDIRc6dDuKreYeM
V8GGpeRQiEZwj6LoTvlXUuLZjNCu3XJv+0HCPVcP5C720bZZjKpW7dk0SjAh+tEm
2qr9XWTRCHBgUX3dT5wL/EBDdJxkiGyxmfFpQyao4PMihT252MSxz7Wu7le8aF0+
Y88xPgsxVJDjnuiAczP5Tz7M+V5vhTD8w3iudVYyqCUzJ38u60Pi3mhBZfG7OFP8
yl53+5BPHruGJFrwPy5sXMgFcw7RHkGnuYORKALrpdtNeMnCpWM=
=ib5N
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45501
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