Changelog 2.6.1.17576 -> 2.6.1.17605 ==================================== [FIX] uwsgi issue: bind to system openssl 1.1.1 instead of wapt openssl 3. * ImportError: /opt/wapt/lib/python3.10/site-packages/cryptography/hazmat/bindings/_rust.abi3.so: undefined symbol: EVP_sm4_cbc, version OPENSSL_3.0.0 * LD_PRELOAD in systemd as a safety measure [FIX] uwsgi: add buffer-size=65535 * for authentication / 502 errors with big Negotiate headers * "invalid request block size" * fix wapt-get register message when not successful. [IMP] wapt-get register ERROR KeyError: 'success' [FIX] waptself: highdpi fix for tasks grid * grid header height with highdpi [FIX] waptconsole high dpi layout restore: do it in formshow instead of formcreate * to fix some highdpi layout issue * fix trustcertificate form highdpi * autosize=True [FIX] waptexit: mainform not visible if no upgrades pending but a task is running (like wua scan) [FIX] waptserver auth renewal in case 'ssl' login auth method is enabled but user has no cert in users table [IMP] waptconsole certificate package wizard: during audit, if certificate is not found, reinstall it. * auto remediation. [FIX] wapt-get waptwget: disable Gzip compression in http client for streamed wget over TStreamredirect * TStreamredirect does not handle compression * disabled for waptwget_try HEAD too [IMP] wapt helpers: add get_wmi(wmi_class:str, property_names:List[str]=None, query: str=None, namespace: str="root\CIMV2") -> List[Dict] helper in waptlicences [SEC] fix nginx config for Off-By-One Slash * for #10793 [FIX] fix GetBatteryInfos battery idx argument not handled [FIX] customized waptagent windows: apply embedded configuration even if waptagent is already at right software version [IMP] Update mormot2 module for peercache and cache proxy server fixes [FIX] waptwua: removed most 'FAST' docvariant to ensure we don't have side effects when docvariantdata is temporary * changed functions result with TDocVariantdata into Variant [FIX] waptwua waptdb : add a callback hook for waptdb.setparam to delegate writing to a thread locking the db * for waptwua operations inside a audit or install package code * open DB in readonly in waptwua [FIX] arm64 missing in the isARM64 function