Revisions of freerdp

Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1119244 from kh Lai's avatar kh Lai (dlshcbmuipmam) (revision 151)
Bump version to 2.11.2
buildservice-autocommit accepted request 1108337 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 150)
baserev update by copy to link target
buildservice-autocommit accepted request 1090038 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 148)
baserev update by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1090021 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 147)
- Don't compile shared objects with -fPIE and use -pie only for executables
- Reenable LTO on ARM
buildservice-autocommit accepted request 1083951 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 146)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1082579 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 145)
- Add Update_h264_to_use_new_FFMPEG_API.patch: Update h264 to use
  new FFMPEG API.

Fixes build with "FFmpeg-6" as distro default.
buildservice-autocommit accepted request 1069135 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 144)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1066196 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 143)
- Ugraded to freerdp 2.10.0
  * Fix android build scripts, use CMake from SDK
  * Fix connection negotiation with mstsc/msrdc #8426
  * [ntlm]: use rfc5929 binding hash algorithm #8430
  * [channels,printer] Fixed reference counting #8433
  * Fix uwac pixman #8439
  * Fix Rdp security #8457
  * [client,x11] Detect key autorepeat #8522
  * [build] add channel path to RPATH #8551
  * Fix build with BUILTIN_CHANNELS=OFF #8560
  * revert changes so that the osmajortype/osminortype is not
    overwritten #8571
  * [uwac] do not use iso C functions #8604
  * [winpr,sam] fix inalid NULL arguments #8605
  * Fix incompatible function pointer types #8625
  * Fixed issues:
   * Backported #8581: Ignore data PDUs for DVCs that were not
     opened successfully
   * Backported #8498: [channel,urbdrc] fix type of usb hotplug
     callback
   * Backported #8537: Extended info enforce limits
   * Backported #8611: [core] add missing redirection fields
- Patches removed, that were accepted upstream
  + freerdp-builtin-channels-off-link-fix.diff
  + freerdp-fix-rpath-settings.diff
buildservice-autocommit accepted request 1043598 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 142)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1043465 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 141)
- Complement fix for -DBUILTIN_CHANNELS=OFF to fix freerdp-proxy 
  accessing librdpgfx-client.so: freerdp-fix-rpath-settings.diff
  Fixes second part of bnc#1205595.

Both related patches were accepted upstream, and are expected to be included in the next release.
buildservice-autocommit accepted request 1042079 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 140)
baserev update by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1042069 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 139)
- Disable VAAPI feature due bug https://bugzilla.opensuse.org/show_bug.cgi?id=1205595
buildservice-autocommit accepted request 1036476 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 138)
baserev update by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1036417 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 137)
- Ugraded to freerdp 2.9.0
  * Backported #gh:FreeRDP/FreeRDP#8252: Support sending server redirection PDU
  * Backported #gh:FreeRDP/FreeRDP#8406: Ensure X11 client cursor is never
    smaller 1x1
  * Backported #gh:FreeRDP/FreeRDP#8403: Fixed multiple client side input
    validation issues - boo#1205512
    (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
     CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
  * Backported #7282: Proxy server now discards input events sent before
    activation was received
  * Backported #gh:FreeRDP/FreeRDP#8324: Internal replacements for md4,
    md5 and hmac-md5
    For the time being the RDP protocol requires these outdated hash
    algorithms. So any distribution that wants to ship a working
    FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
    on OpenSSL deprecation status WITH_INTERNAL_MD5)
- Fixed issues:
  * Backported #gh:FreeRDP/FreeRDP#8341: Null checks in winpr_Digest_Free
  * Backported #gh:FreeRDP/FreeRDP#8335: Missing NULL return
    in winpr_Digest_New
  * Backported #gh:FreeRDP/FreeRDP#8192: Support for audin
    version 2 microphone channel
  * Backported #gh:FreeRDP/FreeRDP#7282: Discard input events before
    activation (Fixes #8374)
buildservice-autocommit accepted request 1035869 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 136)
baserev update by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1035838 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 135)
- Ugraded to freerdp 2.8.1
  * Fixed CVE-2022-39282 - boo#1204258
    using the `/parallel` command line switch might read uninitialized data
  * Fixed CVE-2022-39283 - boo#1204257
    using the `/video` command line switch might read uninitialized data
  * Added missing commit for backported #gh:FreeRDP/FreeRDP#8041:
    Remove ALAW/ULAW codecs from linux backends (unreliable)
  * Added hash checks for android build script dependencies
- Fixed issues:
  * #gh:FreeRDP/FreeRDP#8190: Fix build break with newer FFMPEG versions
  * #gh:FreeRDP/FreeRDP#8234: Updated flatpak with build script
  * #gh:FreeRDP/FreeRDP#8210: Better execinfo support check for android
  * #gh:FreeRDP/FreeRDP#7708: Header now defines DumpThreadHandles
  * #gh:FreeRDP/FreeRDP#8176: Check fullscreen state and not setting
  * #gh:FreeRDP/FreeRDP#8236: Send resize on window state change
  * #gh:FreeRDP/FreeRDP#7611: Audin macOS monterey fix
  * #gh:FreeRDP/FreeRDP#8291: Android build script update
  * Fix length checks and initialization in the deprecated
    (disabled per default) tsmf channel
buildservice-autocommit accepted request 993757 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 134)
baserev update by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 993735 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 133)
New upstream release
buildservice-autocommit accepted request 972779 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 132)
baserev update by copy to link target
Displaying revisions 21 - 40 of 171
openSUSE Build Service is sponsored by