GNU bug report logs -
#77398
[PATCH] gnu: xrdp: Update to 0.10.3, xorgxrdp: Update to 0.10.4.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 31 Mar 2025 04:48:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 Wed, 2 Apr 2025 12:34:00 +0200
with message-id <Z-0SmL6GYj8yVwQJ <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #77398,
regarding [PATCH] gnu: xrdp: Update to 0.10.3, xorgxrdp: Update to 0.10.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77398: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77398
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.3.
[inputs]: Replace fuse-2 with fuse.
* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.4.
Change-Id: I581b8f75c25642d054bcdf22a325b67a1c47c73e
---
gnu/packages/rdesktop.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index d5d49edc200..d7a105f4c27 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -168,7 +168,7 @@ (define-public freerdp
(define-public xrdp
(package
(name "xrdp")
- (version "0.10.1")
+ (version "0.10.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -176,10 +176,10 @@ (define-public xrdp
version "/xrdp-" version ".tar.gz"))
(sha256
(base32
- "10rgc9bfharwj7bq5k4qp4x00w214h6c6f861zi301h84125ylx2"))))
+ "15nhfh8lxwf0jlmq6knh3851sp6njps9nhl8n2867il7mcr9gmsj"))))
(build-system gnu-build-system)
(inputs (list check
- fuse-2
+ fuse
imlib2
lame
libjpeg-turbo
@@ -234,7 +234,7 @@ (define-public xrdp
(define-public xorgxrdp
(package
(name "xorgxrdp")
- (version "0.10.2")
+ (version "0.10.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -243,7 +243,7 @@ (define-public xorgxrdp
(file-name (git-file-name name version))
(sha256
(base32
- "1dcxn0v88426j4n7irhy6h3qb21202v5xs1vr7j8xvs3sxihc2f7"))))
+ "0y243h7mk9jy5yrdgngjkcr6rzq4116ip7pvc6vwz7yfnxxd9v2f"))))
(build-system gnu-build-system)
(inputs (list check
imlib2
base-commit: 8c43056aabc2d22da61dc86049b143f7ae1ef516
--
2.43.0
[Message part 3 (message/rfc822, inline)]
The CFLAGS did work, nice! I have pushed and am closing the issue.
Thanks,
Andreas
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.