aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_2.8.1.bb
AgeCommit message (Collapse)Author
2022-11-19freerdp: upgrade 2.8.1 -> 2.9.0Wang Mingyu
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>
2022-10-18freerdp: upgrade 2.8.0 -> 2.8.1Wang Mingyu
Changelog: ============ Notewhorth changes: Fixed CVE-2022-39282 Fixed CVE-2022-39283 Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable) Added hash checks for android build script dependencies Fixed issues: #8190: Fix build break with newer FFMPEG versions #8234: Updated flatpak with build script #8210: Better execinfo support check for android #7708: Header now defines DumpThreadHandles #8176: Check fullscreen state and not setting #8236: Send resize on window state change #7611: Audin macOS monterey fix #8291: Android build script update Fix length checks and initialization in the deprecated (disabled per default) tsmf channel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>