GNU bug report logs -
#72053
[PATCH] gnu: xrdp: update to 0.10.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 11 Jul 2024 06:58:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
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, 11 Jul 2024 16:03:17 -0500
with message-id <871q3zfxpm.fsf <at> dismail.de>
and subject line Re: [PATCH] gnu: xrdp: update to 0.10.0.
has caused the debbugs.gnu.org bug report #72053,
regarding [PATCH] gnu: xrdp: update to 0.10.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72053: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72053
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.0.
[native-inputs]: Add cmocka.
Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958
---
gnu/packages/rdesktop.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index 254ba4d06b..eb17fa929c 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.9.23.1")
+ (version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -176,7 +176,7 @@ (define-public xrdp
version "/xrdp-" version ".tar.gz"))
(sha256
(base32
- "1jpmwywzb6law2hrzm94qy2hgivs7izc2ci0w2h9yxn2j1mizdwg"))))
+ "1nakn842p759xxd9713335ms3h8dmr33xbmylnbk2j03m4dhvlnx"))))
(build-system gnu-build-system)
(inputs (list check
fuse-2
@@ -196,6 +196,7 @@ (define-public xrdp
python
python-libxml2))
(native-inputs (list bison
+ cmocka
flex
gettext-minimal
intltool
base-commit: 8cbc5e5bf0ca35f12cf5bbf123efbc3b6a57ad44
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Thanks! Applied.
--
all the best,
jgart
This bug report was last modified 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.