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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#72053: closed (Re: [PATCH] gnu: xrdp: update to 0.10.0.)
Date: Thu, 11 Jul 2024 21:04:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72053: [PATCH] gnu: xrdp: update to 0.10.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72053 <at> debbugs.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)]
From: jgart <jgart <at> dismail.de>
To: 72053-done <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: Re: [PATCH] gnu: xrdp: update to 0.10.0.
Date: Thu, 11 Jul 2024 16:03:17 -0500

Thanks! Applied.

-- 
all the best,
jgart

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [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.