GNU bug report logs -
#70447
[PATCH] gnu: putty: Update to 0.81.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 18 Apr 2024 06:34:03 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 18 Apr 2024 17:59:35 +0800
with message-id <87il0f9ek8.fsf <at> 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 <at> gnu.org.)
--
70447: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70447
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Andy Tai <atai <at> 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!
This bug report was last modified 1 year and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.