Please ignore this patch.

While porting it to master I found some newly introduced funky
incompatible pointer assignments that fail the build. I'd rather not
fall into that rabbit hole at this time.

On 3/4/26 21:24, Gyorgy Sarvari via lists.openembedded.org wrote:
> Drop patch that is included in this release.
>
> Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/2.11.8
>
> Backported #12319 bugfixes from 3.x
> Fix incompatible pointer type issues
> X11: fix pointer/integer type mismatch
> Warn backport
> [core] eliminate rdpRdp::instance
> X11 client: ignore grab related LeaveNotify events
> [winpr,pubsub] add NULL parameter checks
> fix: correct server port assignment logic
>
> Signed-off-by: Gyorgy Sarvari <[email protected]>
> ---
>  .../0001-Fixed-compilation-warnings.patch     | 27 -------------------
>  .../{freerdp_2.11.7.bb => freerdp_2.11.8.bb}  |  3 +--
>  2 files changed, 1 insertion(+), 29 deletions(-)
>  delete mode 100644 
> meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
>  rename meta-oe/recipes-support/freerdp/{freerdp_2.11.7.bb => 
> freerdp_2.11.8.bb} (97%)
>
> diff --git 
> a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
>  
> b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> deleted file mode 100644
> index 7fae2703f8..0000000000
> --- 
> a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001
> -From: akallabeth <[email protected]>
> -Date: Mon, 4 Jul 2022 14:34:46 +0200
> -Subject: [PATCH] Fixed compilation warnings
> -
> -Upstream-Status: Backport 
> [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc]
> -Signed-off-by: Khem Raj <[email protected]>
> ----
> - client/X11/xf_graphics.c | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c
> -index 5aa1fd48b..fe81e0ed9 100644
> ---- a/client/X11/xf_graphics.c
> -+++ b/client/X11/xf_graphics.c
> -@@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, 
> rdpPointer* pointer)
> - 
> - #endif
> - fail:
> --    WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1);
> -+    WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL);
> -     return rc;
> - }
> - 
> --- 
> -2.45.0
> -
> diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb 
> b/meta-oe/recipes-support/freerdp/freerdp_2.11.8.bb
> similarity index 97%
> rename from meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> rename to meta-oe/recipes-support/freerdp/freerdp_2.11.8.bb
> index d51700c81b..9c3d532438 100644
> --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.8.bb
> @@ -13,10 +13,9 @@ inherit pkgconfig cmake gitpkgv
>  PE = "1"
>  PKGV = "${GITPKGVTAG}"
>  
> -SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c"
> +SRCREV = "9b678b6d5a40ce01607d8c3b1b1416437c8416c4"
>  SRC_URI = 
> "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
>             file://winpr-makecert-Build-with-install-RPATH.patch \
> -           file://0001-Fixed-compilation-warnings.patch \
>             file://0001-Fix-const-qualifier-error.patch \
>             file://0002-Do-not-install-tools-a-CMake-targets.patch \
>             file://CVE-2024-32661.patch \
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#124862): 
https://lists.openembedded.org/g/openembedded-devel/message/124862
Mute This Topic: https://lists.openembedded.org/mt/118148567/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to