emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#70447: closed ([PATCH] gnu: putty: Update to 0.81.)


From: GNU bug Tracking System
Subject: bug#70447: closed ([PATCH] gnu: putty: Update to 0.81.)
Date: Thu, 18 Apr 2024 10:00:14 +0000

Your message dated Thu, 18 Apr 2024 17:59:35 +0800
with message-id <87il0f9ek8.fsf@envs.net>
and subject line Re: [bug#70447] [PATCH] gnu: putty: Update to 0.81.
has caused the debbugs.gnu.org bug report #70447,
regarding [PATCH] gnu: putty: Update to 0.81.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70447: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70447
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: putty: Update to 0.81. Date: Wed, 17 Apr 2024 23:32:52 -0700
* gnu/packages/networking.scm (putty): Update to 0.81.

Change-Id: I4c6ad42936c985c10b6a2e4b72f746c53ef0e437
---
 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 @@ (define-public phantomsocks
 (define-public putty
   (package
     (name "putty")
-    (version "0.79")
+    (version "0.81")
     (source
      (origin
        (method url-fetch)
@@ -4822,7 +4822,7 @@ (define-public putty
                   (string-append "http://www.putty.be/"; version
                                  "/putty-" version ".tar.gz")))
        (sha256
-        (base32 "1n7h1vprayfgjr21ccsv77g71k8dk10n69y99azqx4xvdxkci322"))))
+        (base32 "1zirfs2zh1jj2i7jcdkyvnq6pliyg8fjipx38pir8d259ylh12yb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases

base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70447] [PATCH] gnu: putty: Update to 0.81. Date: Thu, 18 Apr 2024 17:59:35 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Andy Tai <atai@atai.org> writes:

> * gnu/packages/networking.scm (putty): Update to 0.81.

Pushed to matser as commit ee9cf4f00b, mentioned this fixes
CVE-2024-31497.  Thank you!


--- End Message ---

reply via email to

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