From 740a9b250c9defeb7b6c4ab5f26237180ba22c36 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 19 Nov 2022 15:36:00 +0800 Subject: [PATCH] freerdp: upgrade 2.8.1 -> 2.9.0 Changelog: ========== Notewhorth changes: ------------------- Backported #8252: Support sending server redirection PDU Backported #8406: Ensure X11 client cursor is never smaller 1x1 Backported #8403: Fixed multiple client side input validation issues (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347) Backported #7282: Proxy server now discards input events sent before activation was received Backported #8324: Internal replacements for md4, md5 and hmac-md5 For the time being the RDP protocol requires these outdated hash algorithms. So any distribution that wants to ship a working FreeRDP should check the options WITH_INTERNAL_MD4 (and depending on OpenSSL deprecation status WITH_INTERNAL_MD5) Fixed issues: -------------- Backported #8341: Null checks in winpr_Digest_Free Backported #8335: Missing NULL return in winpr_Digest_New Backported #8192: Support for audin version 2 microphone channel Backported #7282: Discard input events before activation (Fixes #8374) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../freerdp/{freerdp_2.8.1.bb => freerdp_2.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/freerdp/{freerdp_2.8.1.bb => freerdp_2.9.0.bb} (98%) diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.9.0.bb similarity index 98% rename from meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb rename to meta-oe/recipes-support/freerdp/freerdp_2.9.0.bb index 5f539671bc..cd7b2165b2 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.9.0.bb @@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv PE = "1" PKGV = "${GITPKGVTAG}" -SRCREV = "0ad3f49f0e7eb78586acc6bf6e4605f96f88954e" +SRCREV = "fa8e1b1c765a4466030ac52240f052c0b440a4d1" SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ file://winpr-makecert-Build-with-install-RPATH.patch \ "