guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939].


From: guix-commits
Subject: 01/02: gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939].
Date: Sun, 27 Jun 2021 05:51:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 015cd2e86e779907085d356c69b6091dc8ac1788
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Jun 23 18:16:06 2021 +0200

    gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939].
    
    * gnu/packages/mail.scm (rust-stackvector-1): Update to 1.1.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 82a09b8..4266709 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43303,7 +43303,7 @@ deeply recursive algorithms that may accidentally blow 
the stack.")
 (define-public rust-stackvector-1
   (package
     (name "rust-stackvector")
-    (version "1.0.6")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -43312,7 +43312,7 @@ deeply recursive algorithms that may accidentally blow 
the stack.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1bv820fhdad16islwli1g3iksk39ivf0zaqz4j1m08vq15jjaiqw"))))
+         "0xnz2z9hvn8h1hb3fq9mpf0ibw4g9pk54wpqis0knj329cfhz3zl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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