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>
This commit is contained in:
Wang Mingyu
2022-11-19 15:36:00 +08:00
committed by Khem Raj
parent 295895bad7
commit 740a9b250c
@@ -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 \
"