mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: xrdp: Update to 0.10.5 [security-fixes].
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.5. Release notes since 0.10.4.1 (2025-07-07): - 0.10.5 (2026-01-27) <https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5>. Contains fixes for: CVE-2025-68670: Improper bounds checking of domain string length leads to Stack-based Buffer Overflow. Merges: https://codeberg.org/guix/guix/pulls/7329 Change-Id: I1b7e44c692a12af76fbaff214d89a5d059cd49ac Reviwed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
36ac8fadc8
commit
a6ecff2d96
@@ -223,7 +223,7 @@ of parts of the Windows API.")
|
|||||||
(define-public xrdp
|
(define-public xrdp
|
||||||
(package
|
(package
|
||||||
(name "xrdp")
|
(name "xrdp")
|
||||||
(version "0.10.4.1")
|
(version "0.10.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@@ -231,7 +231,7 @@ of parts of the Windows API.")
|
|||||||
version "/xrdp-" version ".tar.gz"))
|
version "/xrdp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwg5zadd788nl2fpls60w3nm557a95ihp4x1ggf0yy5hqzdzsjj"))))
|
"08xikyk5ww9kq5w8jf7k1ij2l19xb783gxgkw901qjyyck8rdg4s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list check
|
(inputs (list check
|
||||||
fuse
|
fuse
|
||||||
|
|||||||
Reference in New Issue
Block a user