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>
This commit is contained in:
parent
e9481f6ce5
commit
ee9cf4f00b
1 changed files with 2 additions and 2 deletions
|
@ -4813,7 +4813,7 @@ Further information on the usage could be found on the Wikibooks page
|
||||||
(define-public putty
|
(define-public putty
|
||||||
(package
|
(package
|
||||||
(name "putty")
|
(name "putty")
|
||||||
(version "0.79")
|
(version "0.81")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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
|
(string-append "http://www.putty.be/" version
|
||||||
"/putty-" version ".tar.gz")))
|
"/putty-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n7h1vprayfgjr21ccsv77g71k8dk10n69y99azqx4xvdxkci322"))))
|
(base32 "1zirfs2zh1jj2i7jcdkyvnq6pliyg8fjipx38pir8d259ylh12yb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue