freerdp: upgrade 2.9.0 -> 2.10.0

0001-Fix-incompatible-function-pointer-types.patch
removed since it's included in 2.10.0

Changelog:
===========
Notewhorth changes:
-------------------
* Fix android build scripts, use CMake from SDK
* Fix connection negotiation with mstsc/msrdc #8426
* [ntlm]: use rfc5929 binding hash algorithm #8430
* [channels,printer] Fixed reference counting #8433
* Fix uwac pixman #8439
* Fix Rdp security #8457
* [client,x11] Detect key autorepeat #8522
* [build] add channel path to RPATH #8551
* Fix build with BUILTIN_CHANNELS=OFF #8560
* revert changes so that the osmajortype/osminortype is not overwritten #8571
* [uwac] do not use iso C functions #8604
* [winpr,sam] fix inalid NULL arguments #8605
* Fix incompatible function pointer types #8625

Fixed issues:
-------------
* Backported #8581: Ignore data PDUs for DVCs that were not opened successfully
* Backported #8498: [channel,urbdrc] fix type of usb hotplug callback
* Backported #8537: Extended info enforce limits
* Backported #8611: [core] add missing redirection fields

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-03-08 21:20:39 +08:00
committed by Khem Raj
parent 81a8951a56
commit a393e5b30d
2 changed files with 3 additions and 36 deletions
@@ -1,32 +0,0 @@
From 9c785ca0535d9c24e6699ee1243b427c1407acb5 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 17 Jan 2023 19:31:17 -0800
Subject: [PATCH] Fix incompatible function pointer types
clang 16+ is flagging the function pointer prototype mismatches,
therefore fix it.
Fixes Issue #8487
Upstream-Status: Submitted [https://github.com/FreeRDP/FreeRDP/pull/8622]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
client/X11/xf_disp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/X11/xf_disp.c b/client/X11/xf_disp.c
index 32ddb626c..ef0cb93ff 100644
--- a/client/X11/xf_disp.c
+++ b/client/X11/xf_disp.c
@@ -248,7 +248,7 @@ static void xf_disp_OnTimer(void* context, TimerEventArgs* e)
xf_disp_sendResize(xfDisp);
}
-static void xf_disp_OnWindowStateChange(void* context, const WindowStateChangeEventArgs* e)
+static void xf_disp_OnWindowStateChange(void* context, WindowStateChangeEventArgs* e)
{
xfContext* xfc;
xfDispContext* xfDisp;
--
2.39.1
@@ -13,11 +13,10 @@ inherit pkgconfig cmake gitpkgv
PE = "1"
PKGV = "${GITPKGVTAG}"
SRCREV = "fa8e1b1c765a4466030ac52240f052c0b440a4d1"
SRCREV = "7471ae383e7b7a613f275e19f7b54958a193c891"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
file://winpr-makecert-Build-with-install-RPATH.patch \
file://0001-Fix-incompatible-function-pointer-types.patch \
"
file://winpr-makecert-Build-with-install-RPATH.patch \
"
S = "${WORKDIR}/git"