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
Message #29 received at 77398 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.3.
[inputs]: Replace fuse-2 with fuse.
[arguments] <#:phases>: Add phase 'set-cflags-file-offset-bit-64
after 'unpack.
Change-Id: I86596ab0d1aee9449ae5895a1ef269a10480db46
---
gnu/packages/rdesktop.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index d5d49edc200..352f5ca5e1f 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
@@ -214,7 +214,13 @@ (define-public xrdp
"--enable-pixman=yes"
"--enable-imlib2=yes"
"--enable-pam-config=unix"
- "--enable-ipv6=yes")))
+ "--enable-ipv6=yes")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'set-cflags-file-offset-bit-64
+ (lambda _
+ (setenv "CFLAGS"
+ "-D_FILE_OFFSET_BITS=64"))))))
(home-page "https://www.xrdp.org")
(synopsis "Remote Desktop Protocol (RDP) server")
(description
--
2.43.0
This bug report was last modified 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.