guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: putty: Update to 0.81 [security fix].


From: guix-commits
Subject: branch master updated: gnu: putty: Update to 0.81 [security fix].
Date: Thu, 18 Apr 2024 05:57:46 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee9cf4f00b gnu: putty: Update to 0.81 [security fix].
ee9cf4f00b is described below

commit ee9cf4f00bcb8966fa125787e8534580b270bb99
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Apr 17 23:32:52 2024 -0700

    gnu: putty: Update to 0.81 [security fix].
    
    Fixes CVE-2024-31497.
    
    * gnu/packages/networking.scm (putty): Update to 0.81.
    
    Change-Id: I4c6ad42936c985c10b6a2e4b72f746c53ef0e437
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0f35bca9f3..9d657bc69d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4813,7 +4813,7 @@ Further information on the usage could be found on the 
Wikibooks page
 (define-public putty
   (package
     (name "putty")
-    (version "0.79")
+    (version "0.81")
     (source
      (origin
        (method url-fetch)
@@ -4822,7 +4822,7 @@ Further information on the usage could be found on the 
Wikibooks page
                   (string-append "http://www.putty.be/"; version
                                  "/putty-" version ".tar.gz")))
        (sha256
-        (base32 "1n7h1vprayfgjr21ccsv77g71k8dk10n69y99azqx4xvdxkci322"))))
+        (base32 "1zirfs2zh1jj2i7jcdkyvnq6pliyg8fjipx38pir8d259ylh12yb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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