gnu: libgcrypt: Update to 1.7.7.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 3 Jun 2017 02:57:53 +0000 (04:57 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 3 Jun 2017 15:27:35 +0000 (17:27 +0200)
This release includes two bug-fixes:

  - Fix possible timing attack on EdDSA session key.
  - Fix long standing bug in secure memory implementation which could
    lead to a segv on free. [bug#3027]

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.7.

gnu/packages/gnupg.scm

index d12304a..e901dba 100644 (file)
@@ -82,14 +82,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.7.6")
+    (version "1.7.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1g05prhgqw4ryd0w433q8nhds0h93kf47hfjagi2r7dghkpaysk2"))))
+               "16ndaj93asw122mwjz172x2ilpm03w1yp5mqcrp3xslk0yx5xf5r"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))