[PATCH] gnu: xrdp: update to 0.10.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • jgart
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 8 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
b99e53848645db8a6cd5bd5851692b849ff11bbd.1720681044.git.atai@atai.org
* 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(-)

Toggle diff (34 lines)
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
jgart wrote 8 months ago
(address . 72053-done@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
871q3zfxpm.fsf@dismail.de
Thanks! Applied.

--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72053@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72053
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help