[PATCH] gnu: freerdp: Update to 2.11.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal
T
T
Timotej Lazar wrote on 16 Sep 2023 12:11
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
20230916101152.12692-1-timotej.lazar@araneo.si
* 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(-)

Toggle diff (40 lines)
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
C
C
Christopher Baines wrote on 25 Sep 2023 12:55
(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
87jzse5xol.fsf@cbaines.net
Timotej Lazar <timotej.lazar@araneo.si> writes:

Toggle quote (6 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmURZzpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfubQ/8DoObe1025kIe5B21VOylQFrIIzGv/zgR
1o7Yca88LR+EwgJheFha00LYuuieRV4fsNUrAKOn+G40BDrLN98UeK1NCcFO/ek8
LjpVa6FTlLh2Ibud87q/2bmZPL6iDvDGTvOe6urLjSZF07sNAVNGAse5rv1aq7Yn
UEYmplyhlBsJQCgOq3e5qd/dWOyr/Xs02GomRM+dTZqVCNrckvTiO1i8zbcNzz3U
pFIBEf727oUMV8Fp6iFxwNSS0kHojTrJt8nBsG+FslM36h3CGyeC5AyO3q34AZox
QxPlWsj5uWKZbnOu8xyE48bWf1oD6GSrCUbDoTamEo+Wu/Qz6oaYeuTmdSMB6OqI
TJmfA7k5JrwU+YMaCetfEerkHSgDCbjnK2mYeQzSilNqNtdEIQKwMkRXBtY1OhJP
WcvVPBg/zDiw6YW7484RBHcBKd5zVgOWcwNGk8r/Ql4yKfPVckLuz+BZREr/Nl1N
dAmKIY+4Yu+d6572frU5/hJl+px0KeVQAxweNqHSMDLHGTBbcQHQ9zBceYXDinuX
fIkqLwQA76zqJMjuC7mC8OhgGlK99BfJ0tXtG3kU6rU22NSoqKig6DnoK/A1JNUT
qH0afbRK7J7wX4ccAZOZQa6/Gt5nRp3THEpn3JtD4pdP3sYjgzC4xj1azh7TyKKs
GrxUNNYzNFw=
=x6Bc
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66029
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