Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2026-03-23 17:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Mon Mar 23 17:16:20 2026 rev:96 rq:1342059 version:3.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2026-02-03 21:31:53.793656769 +0100 +++ /work/SRC/openSUSE:Factory/.freerdp.new.8177/freerdp.changes 2026-03-23 17:18:03.477374367 +0100 @@ -1,0 +2,175 @@ +Mon Mar 23 09:06:23 UTC 2026 - Yifan Jiang <[email protected]> + +- Update to version 3.24.1: + + Minor bug fixes release + * [warnings] fix various sign and cast warnings (#12480) + * [client,x11] start with xfc->remote_app = TRUE; (#12491) + * Sam file read regression fix (#12484) + * [ncrypt,smartcardlogon] support ECC keys in PKCS#11 smartcard enumeration (#12490) + * Fix: memory leak in rdp_client_establish_keys() in libfreerdp/core/co… (#12494) + * Fix memory leak in freerdp_settings_int_buffer_copy() on error paths (libfreerdp/core/settings.c) (#12486) + * Code Cleanups (#12493) + * Fix: memory leak in PCSC_SCardListReadersW() in winpr/libwinpr/smartc… (#12495) + * [channels,telemetry] use dynamic logging (#12496) + * [channel,gfx] use generic plugin log (@12498, #12499) + * [channels,audin] set error when audio_format_read fails (#12500) + * [channels,video] unify error handling (#12502) + * Fastpath fine grained lock (#12503) + * [core,update] make the PlaySound callback non-mandatory (#12504) + * Refinements: RPM build updates, FIPS improvements (#12506) + +------------------------------------------------------------------- +Mon Mar 23 09:06:22 UTC 2026 - Yifan Jiang <[email protected]> + +- Update to version 3.24.0: + + A new release with bugfixes and many improvements for users and developers alike. + * Completed the [[nodiscard]] marking of the API to warn about problematic + * unchecked use of functions + * Added full C23 support (default stays at C11) to allow new compilers + * to do stricter checking + * Improved X11 and SDL3 clients + * Improved smartcard support + * proxy now supports RFX graphics mode + + Security Advisories + * CVE-2026-29774 + * CVE-2026-29775 + * CVE-2026-29776 + * CVE-2026-31806 + * CVE-2026-31883 + * CVE-2026-31884 + * CVE-2026-31885 + * CVE-2026-31897 + + Changes + * Attribute nodiscard related chanes (#12325, #12360, #12395, #12406, + #12421, #12426, #12177, #12403, #12405, #12407, #12409, #12408, + #12412, #12413) + * c23 related improvements (#12368, #12371, #12379, #12381, #12383, + #12385, #12386, #12387, #12384) + * Generic code cleanups (#12382, #12439, #12455, #12462, #12399, #12473) + [core,utils] ignore NULL values in remove_rdpdr_type (#12372) + * [codec,fdk] revert use of WinPR types (#12373) + * [core,gateway] ignore incomplete rpc header (#12375, #12376) + * [warnings] make function declaration names consistent (#12377) + * [libfreerdp] Add new define for logon error info (#12380) + * [client,x11] improve rails window locking (#12392) + * Reload fix missing null checks (#12396) + * Bounds checks (#12400) + * [server,proxy] check for nullptr before using scard_call_context (#12404) + * [uwac] fix rectangular glitch around surface damage regions (#12410) + * Address various error handling inconsistencies (#12411) + * [core,server] Improve WTS API locking (#12414) + * Address some GCC compile issues (#12415, #12420) + * Winpr atexit (#12416) + * [winpr,smartcard] fix function pointer casts (#12422) + * Xf timer fix (#12423) + * [client,sdl] workaround for wlroots compositors (#12425) + * [client,sdl] fix SdlWindow::query (#12378) + * [winpr,smartcard] fix PCSC_ReleaseCardContext (#12427) + * [client,x11] eliminate obsolete compile flags (#12428) + * [client,common] skip sending input events when not connected (#12429) + * Input connected checks (#12430) + * Floatbar and display channel improvements (#12431) + * [winpr,platform] fix WINPR_ATTR_NODISCARD definition (#12432) + * [client] Fix writing of gatewayusagemethod to .rdp files (#12433) + * Nodiscard finetune (#12435) + * [core] fix missing gateway credential sync (#12436) + * [client,sdl3] limit FREERDP_WLROOTS_HACK (#12441) + * [core,settings] Allow FreeRDP_instance in setter (#12442) + * [codec,h264] make log message trace (#12444) + * X11 rails improve (#12440) + * [codec,nsc] limit copy area in nsc_process_message (#12448) + * Proxy support RFX and NSC settings (#12449) + * [client,common] display a shortened help on parsing issues (#12450) + * [winpr,smartcard] refine locking for pcsc layer (#12451) + * [codec,swscale] allow runtime loading of swscale (#12452) + * Swscale fallback (#12454) + * Sdl multi scaling support (#12456) + * [packaging,flatpak] update runtime and dependencies (#12457) + * [codec,video] add doxygen version details (#12458) + * [github,templates] update templates (#12460) + * [client,sdl] allow FREERDP_WLROOTS_HACK for all sessions (#12461) + * [warnings,nodiscard] add log messages for failures (#12463) + * [gdi,gdi] ignore empty rectangles (#12467) + * Smartcard fix smartcard-login, pass rdpContext for abort (#12466) + * [winpr,smartcard] fix compiler warnings (#12469) + * [winpr,timezone] fix search for transition dates (#12468) + * [client,common] improve /p help (#12471) + * Scard logging refactored (#12472) + * [emu,scard] fix smartcard emulation (#12475) + * Sdl null cursor (#12474) + +------------------------------------------------------------------- +Mon Mar 23 09:06:21 UTC 2026 - Yifan Jiang <[email protected]> + +- Update to 3.23.0 + + We've received in depth analysis of FreeRDP client code and + have addressed shortcomings uncovered by these. + * CVE-2026-26965 + * CVE-2026-26955 + * CVE-2026-26271 + * CVE-2026-25997 + * CVE-2026-25959 + * CVE-2026-25955 + * CVE-2026-25954 + * CVE-2026-25953 + * CVE-2026-25952 + * CVE-2026-25942 + * CVE-2026-25941 + + Changes + * Sdl cleanup (#12202) + * [client,sdl] do not apply window offset (#12205) + * [client,sdl] add SDL_Error to exceptions (#12214) + * Rdp monitor log (#12215) + * [winpr,smartcard] implement some attributes (#12213) + * [client,windows] Fix return value checks for mouse event functions (#12279) + * [channels,rdpecam] fix sws context checks (#12272) + * [client,windows] Enhance error handling and context validation (#12264) + * [client,windows] Add window handle validation in RDP_EVENT_TYPE_WINDOW_NEW (#12261) + * [client,sdl] fix multimon/fullscreen on wayland (#12248) + * Vendor by app (#12207) + * [core,gateway] relax TSG parsing (#12283) + * [winpr,smartcard] simplify PCSC_ReadDeviceSystemName (#12273) + * [client,windows] Implement complete keyboard indicator synchronization (#12268) + * Fixes more more more (#12286) + * Use application details for names (#12285) + * warning cleanups (#12289) + * Warning cleanup (#12291) + * [client,windows] Enhance memory safety with NULL checks and resource protection (#12271) + * [client,x11] apply /size:xx% only once (#12293) + * Freerdp config test (#12295) + * [winpr,smartcard] fix returned attribute length (#12296) + * [client,SDL3] Fix properly handle smart-sizing with fullscreen (#12298) + * [core,test] fix use after free (#12299) + * Sign warnings (#12300) + * [cmake,compiler] disable -Wjump-misses-init (#12301) + * [codec,color] fix input length checks (#12302) + * [client,sdl] improve cursor updates, fix surface sizes (#12303) + * Sdl fullscreen (#12217) + * [client,sdl] fix move constructor of SdlWindow (#12305) + * [utils,smartcard] check stream length on padding (#12306) + * [android] Fix invert scrolling default value mismatch (#12309) + * Clear fix bounds checks (#12310) + * Winpr attr nodiscard fkt ptr (#12311) + * [codec,planar] fix missing destination bounds checks (#12312) + * [codec,clear] fix destination checks (#12315) + * NSC Codec fixes (#12317) + * Freerdp api nodiscard (#12313) + * [allocations] fix growth of preallocated buffers (#12319) + * Rdpdr simplify (#12320) + * Resource fix (#12323) + * [winpr,utils] ensure message queue capacity (#12322) + * [server,shadow] fix return and parameter checks (#12330) + * Shadow fixes (#12331) + * [rdtk,nodiscard] mark rdtk API nodiscard (#12329) + * [client,x11] fix XGetWindowProperty return handling (#12334) + * Win32 signal (#12335) + * [channel,usb] fix message parsing and creation (#12336) + * [cmake] Define WINPR_DEFINE_ATTR_NODISCARD (#12338) + * Proxy config fix (#12345) + * [codec,progressive] refine progressive decoding (#12347) + * [client,sdl] fix sdl_Pointer_New (#12350) + * [core,gateway] parse [MS-TSGU] 2.2.10.5 HTTP_CHANNEL_RESPONSE_OPTIONAL (#12353) + * X11 kbd sym (#12354) + * Windows compile warning fixes (#12357,#12358,#12359) + +------------------------------------------------------------------- Old: ---- FreeRDP-3.22.0.tar.gz New: ---- FreeRDP-3.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.MMpnIp/_old 2026-03-23 17:18:04.073399084 +0100 +++ /var/tmp/diff_new_pack.MMpnIp/_new 2026-03-23 17:18:04.073399084 +0100 @@ -37,7 +37,7 @@ %define uwac_package %{uwac_version}-%{uwac_version} Name: freerdp -Version: 3.22.0 +Version: 3.24.1 Release: 0 Summary: Remote Desktop Viewer Client License: Apache-2.0 @@ -288,6 +288,7 @@ -DWITH_OPENSSL=ON \ -DWITH_PCSC=ON \ -DWITH_PULSE=ON \ + -DWITH_RDTK=ON \ -DWITH_SERVER=ON \ -DWITH_SERVER_INTERFACE=ON \ -DWITH_SHADOW_X11=ON \ ++++++ FreeRDP-3.22.0.tar.gz -> FreeRDP-3.24.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/freerdp/FreeRDP-3.22.0.tar.gz /work/SRC/openSUSE:Factory/.freerdp.new.8177/FreeRDP-3.24.1.tar.gz differ: char 13, line 1
