GNU bug report logs - #72053
[PATCH] gnu: xrdp: update to 0.10.0.

Previous Next

Package: guix-patches;

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

From: Andy Tai <atai <at> atai.org>
To: 72053 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#72053] [PATCH] gnu: xrdp: update to 0.10.0.
Date: Wed, 10 Jul 2024 23:57:52 -0700
* 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





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.