diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-09 17:55:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-09 09:08:15 -0800 |
| commit | 96ba71fbb351684fd4c5c4d87a6d929e9ba5969a (patch) | |
| tree | 1bcd4d6579715d44c955cbc7d3490b2faebcc09c /meta-oe/recipes-support/freerdp | |
| parent | 1aaf6cc19b1cae34ebe43ff44c30aa27b82de311 (diff) | |
| download | meta-openembedded-96ba71fbb351684fd4c5c4d87a6d929e9ba5969a.tar.gz | |
freerdp3: upgrade 3.18.0 -> 3.19.0
Changelog:
=============
* [ci] add git-archive ignore list
* [client,common] fix retry counter
* [cmake] fix aarch64 neon detection
* Fix response body existence check when using RDP Gateway
* fix line clipping issue
* Clip coord fix
* [core,input] Add debug log to keyboard state sync
* Update command line usage for gateway option
* [codec,ffmpeg] 8.0 dropped AV_PROFILE_AAC_MAIN
* [channels,audin] fix pulse memory leak
* [channels,drive] Small performance improvements in drive channel
* [winpr,utils] fix command line error logging
* [common,test] Adjust AVC and H264 expectations.
* drdynvc: implement compressed packet
* [channels,rdpecam] improve log messages
* Fix remote credential guard channel loading
* Fix inverted ifdef
* [core,nego] disable all enabled modes except the one requested
* rdpear: handle basic NTLM commands and fix server-side
* [smartcardlogon] Fix off-by-one error in 'smartcard_hw_enumerateCerts'
* rdpecam: fix camera sample grabbing
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/freerdp3_3.19.0.bb (renamed from meta-oe/recipes-support/freerdp/freerdp3_3.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.18.0.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.19.0.bb index 02590973f6..9b6df4e0cb 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.18.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.19.0.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "openssl libusb1 uriparser cairo icu pkcs11-helper zlib jpeg json-c" | |||
| 7 | 7 | ||
| 8 | inherit pkgconfig cmake | 8 | inherit pkgconfig cmake |
| 9 | 9 | ||
| 10 | SRCREV = "11ed2c65fe1f50f8714e51be5bcb2655cd8ba31f" | 10 | SRCREV = "300a4e6d60aa072cb7201b6d32c0dc925092fb9a" |
| 11 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV}" | 11 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV}" |
| 12 | 12 | ||
| 13 | 13 | ||
