GNU bug report logs -
#66029
[PATCH] gnu: freerdp: Update to 2.11.1.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66029 in the body.
You can then email your comments to 66029 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66029
; Package
guix-patches
.
(Sat, 16 Sep 2023 10:13:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 16 Sep 2023 10:13:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66029
; Package
guix-patches
.
(Mon, 25 Sep 2023 10:57:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 25 Sep 2023 10:57:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>
:
bug acknowledged by developer.
(Mon, 25 Sep 2023 10:57:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Oct 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.