[PATCH] gnu: putty: Update to 0.81.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 17 Apr 23:32 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
7b19c5f770ed033bfae66a74c6b2c35bc5353f87.1713421927.git.atai@atai.org
* gnu/packages/networking.scm (putty): Update to 0.81.

Change-Id: I4c6ad42936c985c10b6a2e4b72f746c53ef0e437
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
宋
宋文武 wrote on 18 Apr 02:59 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 70447-done@debbugs.gnu.org)
87il0f9ek8.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/networking.scm (putty): Update to 0.81.

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

This issue is archived.

To comment on this conversation send an email to 70447@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70447
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch