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>
meta-oe
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.
Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.
Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
Layer maintainer: Khem Raj raj.khem@gmail.com