aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-19 15:36:00 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-19 08:11:45 -0800
commit740a9b250c9defeb7b6c4ab5f26237180ba22c36 (patch)
tree6147b0c595477334f6e163b4301d19fbc6cf00e2 /meta-oe/recipes-support/freerdp
parent295895bad75647c5a2f860f18ef277d483b9e18e (diff)
downloadmeta-openembedded-contrib-740a9b250c9defeb7b6c4ab5f26237180ba22c36.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/freerdp')
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp_2.9.0.bb (renamed from meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb b/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 \
"