GNU bug report logs - #66029
[PATCH] gnu: freerdp: Update to 2.11.1.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sat, 16 Sep 2023 10:13:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#66029: closed (Re: [bug#66029] [PATCH] gnu: freerdp: Update
 to 2.11.1.)
Date: Mon, 25 Sep 2023 10:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66029: [PATCH] gnu: freerdp: Update to 2.11.1.

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 66029 <at> debbugs.gnu.org.

-- 
66029: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66029
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 66029-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#66029] [PATCH] gnu: freerdp: Update to 2.11.1.
Date: Mon, 25 Sep 2023 11:55:35 +0100
[Message part 3 (text/plain, inline)]
Timotej Lazar <timotej.lazar <at> araneo.si> writes:

> * gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1.
> [inputs]: Add pcsc-lite.
> ---
>  gnu/packages/rdesktop.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Thanks! I've pushed this to master as
4aa2c04395ea489e874016a17ef2aff20b98cd32.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: freerdp: Update to 2.11.1.
Date: Sat, 16 Sep 2023 12:11:41 +0200
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1.
[inputs]: Add pcsc-lite.
---
 gnu/packages/rdesktop.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index 6a13de6148..b40ac09854 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -55,6 +55,7 @@ (define-module (gnu packages rdesktop)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages pulseaudio)
+  #:use-module (gnu packages security-token)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages version-control)
   #:use-module (gnu packages video)
@@ -95,7 +96,7 @@ (define-public rdesktop
 (define-public freerdp
   (package
     (name "freerdp")
-    (version "2.10.0")
+    (version "2.11.1")
     (source
      (origin
        (method git-fetch)
@@ -104,7 +105,7 @@ (define-public freerdp
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j5waq4h7l5f0vrh7wmrv6r27p537qwbg7ab8j0n0ia5p4nvgjp2"))))
+        (base32 "1mxx711phzsaa6l022xnn41dq1315y81cgxka3rxy0fg638wipn7"))))
     (build-system cmake-build-system)
     (native-inputs
      (list docbook-xml
@@ -139,6 +140,7 @@ (define-public freerdp
            openh264
            opensles
            openssl
+           pcsc-lite ; for smartcard support
            pulseaudio
            zlib))
     (propagated-inputs (list libxkbcommon openssl wayland))
-- 
2.41.0




This bug report was last modified 1 year and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.