Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

freerdp-proxy-plugins-3.22.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: freerdp-proxy-plugins Distribution: openSUSE Tumbleweed
Version: 3.22.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Feb 1 03:06:37 2026
Group: Productivity/Networking/Other Build host: reproducible
Size: 208232 Source RPM: freerdp-3.22.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.freerdp.com/
Summary: Plugins for the Security and Monitoring Proxy Server
This package contains the following plugins for the proxy server:
* bitmap-filter
* capture
* demo
* dyn-channel-dump

Provides

Requires

License

Apache-2.0

Changelog

* Sun Feb 01 2026 Yifan Jiang <yfjiang@suse.com>
  - Update to version 3.22.0:
    + Major bugfix release:
    * Complete overhaul of SDL client
    * Introduction of new WINPR_ATTR_NODISCARD macro wrapping compiler or C language version specific [[nodiscard]] attributes
    * Addition of WINPR_ATTR_NODISCARD to (some) public API functions so usage errors are producing warnings now
    * Add some more stringify functions for logging
    * We've received CVE reports, check
      https://github.com/FreeRDP/FreeRDP/security/advisories for more details!
      @Keryer reported an issue affecting client and proxy:
    * CVE-2026-23948
      @ehdgks0627 did some more fuzzying and found quite a number of client side bugs.
    * CVE-2026-24682
    * CVE-2026-24683
    * CVE-2026-24676
    * CVE-2026-24677
    * CVE-2026-24678
    * CVE-2026-24684
    * CVE-2026-24679
    * CVE-2026-24681
    * CVE-2026-24675
    * CVE-2026-24491
    * CVE-2026-24680
  - Changes from version 3.21.0
    * [core,info] fix missing NULL check (#12157)
    * [gateway,tsg] fix TSG_PACKET_RESPONSE parsing (#12161)
    * Allow querying auth identity with kerberos when running as a server (#12162)
    * Sspi krb heimdal (#12163)
    * Tsg fix idleTimeout parsing (#12167)
    * [channels,smartcard] revert 649f7de (#12166)
    * [crypto] deprecate er and der modules (#12170)
    * [channels,rdpei] lock full update, not only parts (#12175)
    * [winpr,platform] add WINPR_ATTR_NODISCARD macro (#12178)
    * Wlog cleanup (#12179)
    * new stringify functions & touch API defines (#12180)
    * Add support for querying SECPKG_ATTR_PACKAGE_INFO to NTLM and Kerberos (#12171)
    * [channels,video] measure times in ns (#12184)
    * [utils] Nodiscard (#12187)
    * Error handling fixes (#12186)
    * [channels,drdynvc] check pointer before reset (#12189)
    * Winpr api def (#12190)
    * [winpr,platform] drop C23 [[nodiscard]] (#12192)
    * [gdi]