unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70447] [PATCH] gnu: putty: Update to 0.81.
@ 2024-04-18  6:32 Andy Tai
  2024-04-18  9:59 ` bug#70447: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-04-18  6:32 UTC (permalink / raw)
  To: 70447; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70447: [PATCH] gnu: putty: Update to 0.81.
  2024-04-18  6:32 [bug#70447] [PATCH] gnu: putty: Update to 0.81 Andy Tai
@ 2024-04-18  9:59 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-04-18  9:59 UTC (permalink / raw)
  To: Andy Tai; +Cc: 70447-done

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-18 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  6:32 [bug#70447] [PATCH] gnu: putty: Update to 0.81 Andy Tai
2024-04-18  9:59 ` bug#70447: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).