[PATCH] gnu: freerdp: Update to 2.11.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 11 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
bdab4a3081ac7ebb05ec2014267d91965f63badc.1714039351.git.atai@atai.org
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.7.

Change-Id: I41385d4db719e950438c07d2149c845ee28cabce
---
gnu/packages/rdesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index b48e4ae53f..254ba4d06b 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -96,7 +96,7 @@ (define-public rdesktop
(define-public freerdp
(package
(name "freerdp")
- (version "2.11.2")
+ (version "2.11.7")
(source
(origin
(method git-fetch)
@@ -105,7 +105,7 @@ (define-public freerdp
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1c17skq16ic036829bndqsr5g0yrp0ya5lmn2w28x9gkz2qjgqkf"))))
+ (base32 "0h7yxjnl4zgl07ilh7dzbig8r7phll0wid72hm92jav6s4q75v63"))))
(build-system cmake-build-system)
(native-inputs
(list docbook-xml

base-commit: 4514239971895fc7ad47c7752e30d98a0c44a154
--
2.34.1
Christopher Baines wrote 11 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 70565-done@debbugs.gnu.org)
87ttjorrnx.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (7 lines)
> * gnu/packages/rdesktop.scm (freerdp): Update to 2.11.7.
>
> Change-Id: I41385d4db719e950438c07d2149c845ee28cabce
> ---
> gnu/packages/rdesktop.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
de42b5f9d190f2781f2f0cb2d400d3b192a68462.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr3DJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcNHg//d0G+CZWsdtgUwmZK4+s41P+5Sd7TztiK
bBk3fKC4QOJHNMNd6VcNfN5ICNP0GP84UU/h0efCSlOT6j1mqZJgSE0QDBcW2slT
oZ+Fgnrtm6kouJmrKan4890Hfek/IdVw3uWh/0DqV8rQIElhQBdBKa7+fDJx7BYO
yruh8C7CZ5TBBpWRyHmajQqNg0u2FVkbiRgFehjFKemFuxQIQSPP2zhwHzP5rNAE
H/TgYSpa5e3ZxaFLNQEbdNDAFrUgjWf5rHWD2hZRLcrUz7oHEHbAbls+YFMq3RWx
OOmem2d/AeKkg2iBBAMxmCPfwe46bTSrT4h1M7hwkZL5lMo54zDkcYXoL8fzfOgX
wKxHGZviNAG/WUMirNQomRmfweNFvV+JHqGPXG/dXbApNVcDxK/oM62v7ogYwWtB
lGRtBuyL9RNoRXIy9Lqc7zg/meg502ZUE/rwYvC4aJEls1V4x6zERc3TsXKXFtun
J5rYC30/d12RGjR1RtBHLoVEq+aFpQ2MJjIjIZAhe5Wc+pvJuIaUQz3foJMLFyfI
0yesOmBIDmwrYG7rJ2p0BPMfV6YACf1UI7pRt0/OqaggZlzMTU9s1e7xQ2zKqRzV
oHCglHSZcCZ2ry7iWUKnXZFdzPmcelgHMbEOPNvmKDMPWAtdcih3+pvJ8HfJfxuy
LqJ/6LdW0Es=
=84d4
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70565
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help