summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ferland <marc.ferland@sonatest.com>2025-10-28 08:54:34 -0400
committerKhem Raj <raj.khem@gmail.com>2025-10-28 09:29:03 -0700
commit61fd552dd2b6bdeed5641cbf6660dc5904ee6a6e (patch)
tree375954ce88c731cd1649564f09cfb0175bb1f068
parent2547310aa047e59e47e1c982e607fc1d195004e8 (diff)
downloadmeta-openembedded-61fd552dd2b6bdeed5641cbf6660dc5904ee6a6e.tar.gz
freerdp3: upgrade 3.17.1 -> 3.17.2
Changes: Armin Novak (20): [winpr,pool] limit threadpool to 16 threads by default [codec] use default threadpool [winpr,path] fix missing length check [proxy,channels] better NULL checks [codec,yuv] wrap step calculation [winpr,sspi] log mechanisms not valid [client,sdl] improve clipboard logging [proxy,modules] generate pkg-config files for modules [proxy,modules] fix entry point for dyn-channel-dump [CMake,winpr] add pkg-config dependencies [cmake] static build: populate private [core,gateway] automatically accept ARM redirection [scripts,android] update openh264 to v2.6.0 [scripts,android] update to cJSON v1.7.19 [scripts,android] update ffmpeg to v7.1.2 [scripts,android] update openssl to v3.5.3 [android] build without deprecated symbols [client,android] update gradle to 8.13 changelog release-3.17.2 David Fort (2): settings: remove duplicate setting of GatewayAvdScope rdpecam: add some new callbacks to the HAL Pavlo Myroniuk (1): fix(winpr): pin cert labels; Simon Nivault (1): Fix quote parsing akallabeth (28): dev cycle 3.17.2-dev0 [cmake] fix library naming [winpr,file] fix TestFileFindFirstFile [ci,mac] cmake installed by local/pinned [channels,drive] tolerate drive_file_set_disposition_information [winpr,platform] add macro to disable deprecations [winpr,path] fix big endian issues with path [CMake,libfreerdp] add pkg-config dependencies [CMake,client] add pkg-config dependencies [proxy,modules] extend dynamic module loader [winpr,threadpool] default minimum thread count [core,peer] only set TCP_NODELAY on SOCK_STREAM sockets [core,tcp] unify setting of TCP_NODELAY [server,proxy] eliminate unused variable [server,proxy] check file exists before library load [codec,planar] fix encoder regression [winpr,thread] add unit test case [codec,planar] unit test compare encoded data [client,sdl] explicitly handle KMOD_NONE [client,sdl] update manpage [client,sdl] add SDL3 names to SDL_KeyModMask [core,aad] set FREERDP_ERROR_CONNECT_ACCESS_DENIED [core,settings] do not check for NULL [clients] add checks from #11804 to all clients [client,x11] fix rails/desktop switch [client,x11] stringify x11 error handler call [client,x11] fix rails to desktop mode switch [client,x11] disable output during rail/desktop switch Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb (renamed from meta-oe/recipes-support/freerdp/freerdp3_3.17.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.17.1.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb
index a46eb4d32c..ace07798e0 100644
--- a/meta-oe/recipes-support/freerdp/freerdp3_3.17.1.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "openssl libusb1 uriparser cairo icu pkcs11-helper zlib jpeg json-c"
7 7
8inherit pkgconfig cmake 8inherit pkgconfig cmake
9 9
10SRCREV = "854937b55bbb81a92114cc1e6f5ddcaa8d22a669" 10SRCREV = "955ad49545919c35ed731bc7716b26ddf888833a"
11SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV}" 11SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV}"
12 12
13 13