guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455


From: guix-commits
Subject: branch master updated: gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].
Date: Thu, 30 Apr 2020 12:50:31 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 194cb75  gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].
194cb75 is described below

commit 194cb75d85a2d282419b2a618c8e124f140859f3
Author: Simon Josefsson <address@hidden>
AuthorDate: Thu Apr 30 11:02:08 2020 +0200

    gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].
    
    * gnu/packages/gsasl.scm (libntlm): Update to 1.6.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/gsasl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index a796f9a..98acc3c 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -35,14 +35,14 @@
 (define-public libntlm
   (package
     (name "libntlm")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.nongnu.org/libntlm/releases/";
                                   "libntlm-" version ".tar.gz"))
               (sha256
                (base32
-                "1gcvv7f9rggpxay81qv6kw5hr6gd4qiyzkbwhzz02fx9jvv9kmsk"))))
+                "08b83nss16jsn213j326yhn1vnrz10k15fwq6jm5b1vdn23nndzj"))))
     (build-system gnu-build-system)
     (synopsis "Library that implements NTLM authentication")
     (description



reply via email to

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