SHA256
1
0
forked from pool/freerdp

87 Commits

Author SHA256 Message Date
Johannes Weberhofer
7365a41808 Accepting request 1082579 from home:iznogood:factory
- Add Update_h264_to_use_new_FFMPEG_API.patch: Update h264 to use
  new FFMPEG API.

Fixes build with "FFmpeg-6" as distro default.

OBS-URL: https://build.opensuse.org/request/show/1082579
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=145
2023-05-02 08:01:45 +00:00
Johannes Weberhofer
6d378febf6 Accepting request 1066196 from home:frispete:branches:X11:RemoteDesktop
- 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

OBS-URL: https://build.opensuse.org/request/show/1066196
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=143
2023-03-03 10:57:44 +00:00
Johannes Weberhofer
10fcbd09f6 Accepting request 1043465 from home:frispete:branches:X11:RemoteDesktop
- 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.

OBS-URL: https://build.opensuse.org/request/show/1043465
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=141
2022-12-18 11:11:50 +00:00
09dda3da2b Accepting request 1042069 from home:kill_it:branches:openSUSE:Factory
- Disable VAAPI feature due bug https://bugzilla.opensuse.org/show_bug.cgi?id=1205595

OBS-URL: https://build.opensuse.org/request/show/1042069
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=139
2022-12-11 10:06:19 +00:00
6f813cf04a Accepting request 1036417 from home:weberho:branches:X11:RemoteDesktop
- 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)

OBS-URL: https://build.opensuse.org/request/show/1036417
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=137
2022-11-17 16:02:36 +00:00
278941f12b Accepting request 1035838 from home:weberho:branches:X11:RemoteDesktop
- 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

OBS-URL: https://build.opensuse.org/request/show/1035838
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=135
2022-11-15 14:48:25 +00:00
30dc6cdb00 Accepting request 993735 from home:iznogood:branches:X11:RemoteDesktop
New upstream release

OBS-URL: https://build.opensuse.org/request/show/993735
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=133
2022-08-08 11:27:39 +00:00
be911d8f2d Accepting request 972767 from home:weberho:branches:X11:RemoteDesktop
- Upgraded to freerdp 2.7.0
  * OpenSSL3 gateway support (#gh:FreeRDP/FreeRDP#7822)
  * various NTLM fixes
  * WINPR_ASSERT to ease future backports
- Fixed issues:
  * #gh:FreeRDP/FreeRDP#6786: Use /network:auto by default
  * #gh:FreeRDP/FreeRDP#7714: Workaround for broken surface frame marker
  * #gh:FreeRDP/FreeRDP#7733: Support 10bit X11 color (BGRX32 only)
  * #gh:FreeRDP/FreeRDP#7745: GFX progressive double free
  * #gh:FreeRDP/FreeRDP#7808: Disable websockets with /gt:rpc
  * #gh:FreeRDP/FreeRDP#7815: RAIL expect LOGON_MSG_SESSION_CONTINUE

OBS-URL: https://build.opensuse.org/request/show/972767
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=131
2022-04-26 07:38:15 +00:00
f19e07ab45 Accepting request 960216 from home:weberho:branches:X11:RemoteDesktop
- Upgraded to freerdp 2.6.1 
  * Decreased logging verbosity, now freerdp is much less verbose by default
  * Backported freerdp_abort_connect during freerdp_connect fix (#gh:FreeRDP/FreeRDP#7700)
  * Backported improved version dection see docs/version_detection.md for details
  * Backported various rdpsnd fixes (#gh:FreeRDP/FreeRDP#7695)

OBS-URL: https://build.opensuse.org/request/show/960216
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=129
2022-03-08 14:43:07 +00:00
292ce0180e Accepting request 957123 from home:weberho:branches:X11:RemoteDesktop
- Upgraded to freerdp 2.6.0
  * Backported android FFMPEG build scripts
  * Updated android build dependencies
  * Backported AINPUT channel
  Fixed issues:
  * Backported #gh:FreeRDP/FreeRDP#7303: Fix PDU length for RDPINPUT_PROTOCOL_V300
  * Backported #gh:FreeRDP/FreeRDP#7658: Sanitize optional physical monitor size values
  * Backported #gh:FreeRDP/FreeRDP#7426: Wayland memory corruption
  * Backported #gh:FreeRDP/FreeRDP#7293: Remove unused codec x264
  * Backported #gh:FreeRDP/FreeRDP#7541: Allow resolutions larger 2048x2048
  * Backported #gh:FreeRDP/FreeRDP#7574: FFMPEG 5.0 support
  * Backported #gh:FreeRDP/FreeRDP#7578: FFMPEG 5.0 support
  * Backported #gh:FreeRDP/FreeRDP#7580: Fixed device hotplugging
  * Backported #gh:FreeRDP/FreeRDP#7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin
  * Backported #gh:FreeRDP/FreeRDP#7585: Android Mediacodec support

OBS-URL: https://build.opensuse.org/request/show/957123
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=128
2022-02-25 11:24:06 +00:00
6a5a2dc67c Accepting request 948433 from home:predivan:branches:X11:RemoteDesktop
- Enable FFmpeg support for Leap-15.2+

OBS-URL: https://build.opensuse.org/request/show/948433
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=127
2022-01-24 15:57:53 +00:00
Johannes Weberhofer
6d49251f27 Accepting request 946090 from home:weberho:branches:X11:RemoteDesktop
- Upgraded to freerdp 2.5.0
  * Fixed smartcard login in case a redirection occurs the pin was lost
  * Backported windows client drawing fixes
  * Backported improved macOS keyboard layout detection
  * Backported TcpConnectTimeout
  * Backported LibreSSL compatibility patches
  * Backported signal handler backtrace
  * Backported OpenSSL 3.0 support
  * Backport #gh:FreeRDP/FreeRDP#7539: Wayland client clipboard issues
  * Backport #gh:FreeRDP/FreeRDP#7509: Various fixes regarding registry
    emulation, addin loader and updated locale detection
  * Backport #gh:FreeRDP/FreeRDP#7466: Android android_register_pointer missing initialization

OBS-URL: https://build.opensuse.org/request/show/946090
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=126
2022-01-13 12:48:35 +00:00
Johannes Weberhofer
f4064fd77a Accepting request 935215 from home:favogt:branches:X11:RemoteDesktop
- Add patch to fix connecting without H.264-enabled FFmpeg (boo#1190823):
  * 0001-Make-H.264-codec-optional-during-runtime.patch
- Use %autosetup

OBS-URL: https://build.opensuse.org/request/show/935215
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=125
2021-12-02 15:19:31 +00:00
7bd63a05cd Accepting request 926753 from home:weberho:branches:X11:RemoteDesktop
- Upgraded to freerdp 2.4.1
  Important security issues, boo#1191895:
  *  CVE-2021-41159: Improper client input validation for gateway connections allows to overwrite memory
  *  CVE-2021-41160: Improper region checks in all clients allow out of bound write to memory
  Noteworthy changes:
  * Refactored RPC gateway parsing code
  * OpenSSL 3.0 compatibility fixes
  * USB redirection: fixed transfer lengths
  Fixed issues:
  * #gh:FreeRDP/FreeRDP#7363: Length checks in ConvertUTF8toUTF16
  * #gh:FreeRDP/FreeRDP#7349: Added checks for bitmap width and heigth values
- Force library update to the latest, renamed versions (followup to
  boo#1191755)

OBS-URL: https://build.opensuse.org/request/show/926753
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=124
2021-10-21 12:07:57 +00:00
f95937fcfc Accepting request 926664 from home:weberho:branches:X11:RemoteDesktop
- Renamed libraries to follow packaging standards as requested in boo#1191755

OBS-URL: https://build.opensuse.org/request/show/926664
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=123
2021-10-21 08:33:41 +00:00
Johannes Weberhofer
7986f81c2a Accepting request 924062 from home:frispete:test
Johannes, good news:

- Finally nailed it: CMAKE_INSTALL_LIBDIR is absolute on Leaps and
  relative on TW, but freerdp requires the relative variant.
  Fixes boo#1190919

Really sorry for the churn!

OBS-URL: https://build.opensuse.org/request/show/924062
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=122
2021-10-08 06:18:14 +00:00
Johannes Weberhofer
de35b4d559 Accepting request 923479 from home:frispete:test
- Remove freerdp-fix-plugin-path.patch again, the problem was 
  introduced/fixed by cmake changes

OBS-URL: https://build.opensuse.org/request/show/923479
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=121
2021-10-06 11:08:00 +00:00
Johannes Weberhofer
9e4dd0924c Accepting request 920044 from home:frispete:test
On top of the last changes, this one does a proper update of 
freerdp, libfreerdp3 and libwinpr3 if doing a zypper up freerdp.
(Noticed this during debugging).

- Create an explicit freerdp dependency for libwinpr

- Add preliminary patch freerdp-fix-plugin-path.patch to fix dynamic
  addin loading

OBS-URL: https://build.opensuse.org/request/show/920044
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=120
2021-09-21 07:10:48 +00:00
Johannes Weberhofer
6d68e7dd47 Accepting request 919725 from home:weberho:branches:X11:RemoteDesktop
Modified spec to satisfy because obs-service-source_validator does not support elif

OBS-URL: https://build.opensuse.org/request/show/919725
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=119
2021-09-17 11:02:04 +00:00
Johannes Weberhofer
4b9ef2c656 Accepting request 919617 from home:yfjiang:branches:X11:RemoteDesktop
Align changelog with SLE.

OBS-URL: https://build.opensuse.org/request/show/919617
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=118
2021-09-17 05:34:16 +00:00
Johannes Weberhofer
7f6b3684ca Accepting request 919271 from home:frispete:test
Hi Johannes,

hopefully I addressed all your concerns correctly, but cheated a bit with 
the changelog timestamps. I wanted to avoid creating yet another entry,
hence combined the latest change with the former ones. Hope, this is still
fine for you.

Best,
Pete


- Fix the spec-cleaner mess
- Enable a few options on TW
- Build for 15.3 required another lib
- Remove X264 option, no related backend exists and enabling it fails
  in cmake creation stage

- Reorganize build flags
- Apply fix for -DBUILTIN_CHANNELS=OFF: freerdp-builtin-channels-off-link-fix.diff
- Add plugins to libwinpr

OBS-URL: https://build.opensuse.org/request/show/919271
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=117
2021-09-16 08:19:08 +00:00
Johannes Weberhofer
59279687f5 Accepting request 911431 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.4.0
  Noteworthy changes:
  * Backported multithreaded progressive decoder (#7036)
  * Backported clipboard fixes (#6924)
  * Fixed remote file read (#7185)
  Fixed issues:
  * #gh:FreeRDP/FreeRDP#6938: RAILS clipboard remote -> local
  * #gh:FreeRDP/FreeRDP#6985: Support newer FFMPEG builds
  * #gh:FreeRDP/FreeRDP#6989: Use OpenSSL default certificate store settings
  * #gh:FreeRDP/FreeRDP#7073: Planar alignment fixes

OBS-URL: https://build.opensuse.org/request/show/911431
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=116
2021-08-11 11:52:48 +00:00
Johannes Weberhofer
f0fd6c65b8 Accepting request 879582 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.3.2
  Noteworthy changes:
  * Fixed autoreconnect printer backend loading
  * Fixed compilation on older mac os versions < 10.14
  * Fixed mouse pointer move with smart-sizing
  * Added command line option to disable websocket gateway support
  * Fixed drive hotplugging issues with windows
  * Fixed smartcard issues on mac
Fixed issues:
  * #gh:FreeRDP/FreeRDP#6900: Transparency issues with aFreeRDP
  * #gh:FreeRDP/FreeRDP#6848: Invalid format string in smartcard trace
  * #gh:FreeRDP/FreeRDP#6846: Fixed static builds
  * #gh:FreeRDP/FreeRDP#6888: Crash due to missing bounds checks
  * #gh:FreeRDP/FreeRDP#6882: Use default sound device on mac
- Updated to release 2.3.1
  Noteworthy changes:
  * This is a compatibility bugfix release readding some (deprecated)
    symbols/defines
  * Also add some more EXPERIMENTAL warnings to CMake flags as some were not
    clear enough.
  * Fixed a memory leak in xfreerdp (mouse pointer updates)
  * No longer activating some compile time debug options with
    -DWITH_DEBUG_ALL=ON which might leak sensitive information.
  * Added -DDEFINE_NO_DEPRECATED for developers to detect use of
    deprecated symbols

OBS-URL: https://build.opensuse.org/request/show/879582
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=114
2021-03-17 07:44:02 +00:00
Johannes Weberhofer
b66ad40ce5 Accepting request 875068 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.3.0
  Noteworthy changes:
  * Websocket support for proxy connections
  * Progressive codec improvements. Reduces graphical glitches against windows
    and ogon servers
  * Fixed +glyph-cache, now working properly without disconnects
  * Huge file support in clipboard
  * XWayland support for xfreerdp (keyboard grabbing)
  * Improved wlfreerdp (wayland client)
  * Option to allow keyboard scancodes to be remapped manually
  * Improved mouse wheel behaviour when scrolling
  * Improved dynamic channel behaviour, more stable event detection
  * New connection state PubSub notification: Clients can now monitor current
    connection state
  Fixes:
  * gh#FreeRDP/FreeRDP/6626: Fixed parsing of FastGlyph order.
    gh#FreeRDP/FreeRDP/6624: Added support for xwayland keyboard grab
    gh#FreeRDP/FreeRDP/6492: Added clipboard CB_HUGE_FILE_SUPPORT_ENABLED flag
    gh#FreeRDP/FreeRDP/6428: Improve NLA error code logging.
    gh#FreeRDP/FreeRDP/6416: Http gateway message support
    gh#FreeRDP/FreeRDP/6753: List of pull requests to backport for stable-next
- Added freerdp-rpmlintrc to supress a false positive as gethostbyname() is
  a windows-function call not a unix one.

OBS-URL: https://build.opensuse.org/request/show/875068
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=112
2021-02-25 14:27:58 +00:00
Johannes Weberhofer
84166f6d8e Accepting request 821927 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.2.0 (boo#1174321)
  * SECURITY: CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel
  * Sound & mic - filter GSM codec for microphone redirection (gh#FreeRDP/FreeRDP#6263)
  * windows client title length (gh#FreeRDP/FreeRDP#6335)
  * "Alternate Secondary Drawing Order UNKNOWN" (gh#FreeRDP/FreeRDP#6370)
  * remoteapp with dialog is disconnecting when it loses focus (gh#FreeRDP/FreeRDP#6298)
  * v2.1.2: Can't connect to Windows7 (gh#FreeRDP/FreeRDP#6299)
  * fix: memory leak in nsc
  * urbdrc: some fixes and improvements
  * build: use cmake to detect getlogin_r, improve asan checks/detection
  * server/proxy:
    - new: support for heartbeats
    - new: support for rail handshake ex flags
    - fix: possible race condition with redirects
- Removed freerdp_Mask_CACHED_BRUSH_when_checking_brush_style.patch
- Drop BuildRequires of libavcodec for Leap/SLE (bsc#1174200)

OBS-URL: https://build.opensuse.org/request/show/821927
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=110
2020-07-20 14:55:07 +00:00
Johannes Weberhofer
a2aad2ce7f Accepting request 818279 from home:weberho:branches:X11:RemoteDesktop
- Added freerdp_Mask_CACHED_BRUSH_when_checking_brush_style.patch 
  which fixed frequent crashes described in boo#1173605 and gh#FreeRDP/FreeRDP#6298

OBS-URL: https://build.opensuse.org/request/show/818279
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=108
2020-07-02 09:34:39 +00:00
Johannes Weberhofer
ef215040b2 Accepting request 816780 from home:weberho:branches:X11:RemoteDesktop
Added boo references

OBS-URL: https://build.opensuse.org/request/show/816780
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=106
2020-06-24 06:15:50 +00:00
Johannes Weberhofer
5aee41fde3 Accepting request 816403 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.1.2
  * CVE-2020-4033 Out of bound read in RLEDECOMPRESS
  * CVE-2020-4031 Use-After-Free in gdi_SelectObject
  * CVE-2020-4032 Integer casting vulnerability in `update_recv_secondary_order`
  * CVE-2020-4030 OOB read in `TrioParse`
  * CVE-2020-11099 OOB Read in license_read_new_or_upgrade_license_packet
  * CVE-2020-11098 Out-of-bound read in glyph_cache_put
  * CVE-2020-11097 OOB read in ntlm_av_pair_get
  * CVE-2020-11095 Global OOB read in update_recv_primary_order
  * CVE-2020-11096 Global OOB read in update_read_cache_bitmap_v3_order
  * Gateway RPC fixes for windows
  * Fixed resource fee race resulting in double free in USB redirection
  * Fixed wayland client crashes
  * Fixed X11 client mouse mapping issues (X11 mapping on/off)
  * Some proxy related improvements (capture module)
  * Code cleanup (use getlogin_r, ...)
- Removed obsolete upstream patch freerdp-bug-6205.patch

OBS-URL: https://build.opensuse.org/request/show/816403
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=104
2020-06-23 05:34:19 +00:00
Johannes Weberhofer
3ffca618b5 Accepting request 808913 from home:weberho:branches:X11:RemoteDesktop
Updated CVE numbers

OBS-URL: https://build.opensuse.org/request/show/808913
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=102
2020-05-26 07:03:38 +00:00
Johannes Weberhofer
1d886fecaa Accepting request 808120 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.1.1
  * CVE-2020-NYA: GHSL-2020-100 OOB Read in ntlm_read_ChallengeMessage
  * CVE-2020-NYA: GHSL-2020-101 OOB Read in security_fips_decrypt due to uninitialized value
  * CVE-2020-NYA: GHSL-2020-102 OOB Write in crypto_rsa_common
  * Enforce synchronous legacy RDP encryption count (#6156)
  * Fixed some leaks and crashes missed in 2.1.0
  * Removed dynamic channel listener limits
  * Lots of resource cleanup fixes (clang sanitizers)
  * A couple of performance improvements
  * Various small annoyances eliminated (typos, prefilled username for windows client, ...)
- Removed freerdp-bug-6175.patch and freerdp-bug-6207.patch because included in upstream

OBS-URL: https://build.opensuse.org/request/show/808120
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=101
2020-05-22 08:17:00 +00:00
Johannes Weberhofer
e85e92e73b Accepting request 807754 from home:weberho:branches:X11:RemoteDesktop
- Added freerdp-bug-6205.patch to fix reading newline on certificate accept gh#FreeRDP/FreeRDP#6205
- Added freerdp-bug-6175.patch to fix Certificate Checking Recently Broke gh#FreeRDP/FreeRDP#6148
- Added freerdp-bug-6207.patch to fix Abort on first possible certificate validation error gh#FreeRDP/FreeRDP#6207

OBS-URL: https://build.opensuse.org/request/show/807754
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=100
2020-05-20 15:01:45 +00:00
Johannes Weberhofer
3fdb72dcd7 Accepting request 801822 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.1.0
  * Fixed CVEs:
    - CVE-2020-11039
    - CVE-2020-11038
    - CVE-2020-11043
    - CVE-2020-11040
    - CVE-2020-11041
    - CVE-2020-11019
    - CVE-2020-11017
    - CVE-2020-11018
  * Fixed leak and crashing issues:
    - gh#FreeRDP/FreeRDP#6129
    - gh#FreeRDP/FreeRDP#6128
    - gh#FreeRDP/FreeRDP#6127
    - gh#FreeRDP/FreeRDP#6110
    - gh#FreeRDP/FreeRDP#6081
    - gh#FreeRDP/FreeRDP#6077
  * Noteworthy features and improvements:
    - Fixed sound issues (gh#FreeRDP/FreeRDP#6043)
    - New expert command line options /tune and /tune-list to modify all client
      settings in a generic way.
    - Fixes for smartcard cache, this improves compatibility of smartcard devices
      with newer smartcard channel.
    - Shadow server can now be instructed to listen to multiple interfaces.
    - Improved server certificate support (gh#FreeRDP/FreeRDP#6052)
    - Various fixes for wayland client (fullscreen, mouse wheel, ...)
    - Fixed large mouse pointer support, now mouse pointers > 96x96 pixel are visible.
    - USB redirection command line improvements (filter options)
    - Various translation improvements for android and ios clients
- Removed upstream patches fix-freerdp-2.0.0-usbdk-build.patch
  and fix-URBDRC_DEVICE_ADD_FLAG-definitions.patch

OBS-URL: https://build.opensuse.org/request/show/801822
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=98
2020-05-08 14:23:29 +00:00
Johannes Weberhofer
b41bced5a5 Accepting request 794908 from home:weberho:branches:X11:RemoteDesktop
- Updated and reviewed make command and added fix-freerdp-2.0.0-usbdk-build.patch
  to fix boo#1169679 and make USB working again
- Fixed build for SLE_12
- Cleaned up spec file

OBS-URL: https://build.opensuse.org/request/show/794908
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=96
2020-04-17 12:53:17 +00:00
Johannes Weberhofer
968a68c2df Accepting request 794847 from home:marxin:branches:X11:RemoteDesktop
- Add fix-URBDRC_DEVICE_ADD_FLAG-definitions.patch in order
  to fix boo#1169748.

OBS-URL: https://build.opensuse.org/request/show/794847
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=95
2020-04-17 09:57:34 +00:00
Johannes Weberhofer
c255afafe7 Accepting request 793853 from home:weberho:branches:X11:RemoteDesktop
- Added cairo support for scaling
- Cleaned up spec
- Removed patch freerdp-Fix-realloc-return-handling.patch
- Added pkgconfig(libusb-1.0) for building
- Added new package for freerdp-proxy
- Cleaned up spec file
- Updated to release 2.0.0
  * Fixed CVEs:
    - CVE-2020-11521
    - CVE-2020-11522
    - CVE-2020-11523
    - CVE-2020-11524
    - CVE-2020-11525
    - CVE-2020-11526
  * Fixed security related issues:
    - gh#FreeRDP/FreeRDP#6005
    - gh#FreeRDP/FreeRDP#6006
    - gh#FreeRDP/FreeRDP#6007
    - gh#FreeRDP/FreeRDP#6008
    - gh#FreeRDP/FreeRDP#6009
    - gh#FreeRDP/FreeRDP#6010
    - gh#FreeRDP/FreeRDP#6011
    - gh#FreeRDP/FreeRDP#6012
    - gh#FreeRDP/FreeRDP#6013
  * sha256 is now used instead of sha1 to fingerprint certificates. This will
    invalidate all hosts in FreeRDP known_hosts2 file and causes a prompt if a
    new connection is established after the update
  * First version of the RDP proxy was added (gh#FreeRDP/FreeRDP#5372)
    thanks to @kubistika
  * Smartcard received some refactoring. Missing functions were added and input
    validation was improved (gh#FreeRDP/FreeRDP#5884)
  * A new option /cert that unifies all certificate related options (gh#FreeRDP/FreeRDP#5880)  
    The old options (cert-ignore, cert-deny, cert-name, cert-tofu) are still
    available but marked as deprecated
  * Support for Remote Assistance Protocol Version 2 [MS-RA]
  * The DirectFB client was removed because it was unmaintained
  * Unified initialization of OrderSupport
  * Fix for licensing against Windows Server 2003
  * Font smoothing is now enabled per default
  * Smart scaling for Wayland using libcairo was added (gh#FreeRDP/FreeRDP#5215)
  * Unified update->BeginPaint and update->EndPaint
  * An image scaling API for software drawing was added
  * Rail was updated to the latest spec version 28.0
  * Support for H.264 in the shadow server is now detected at runtime
  * Add mask=<value> option for /gfx and /gfx-h264  (gh#FreeRDP/FreeRDP#5771)
  * A new option /timeout was added to adjust the TCP ACK timeout (gh#FreeRDP/FreeRDP#5987)

OBS-URL: https://build.opensuse.org/request/show/793853
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=93
2020-04-14 12:02:57 +00:00
Tomáš Chvátal
948bab9897 Accepting request 786715 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Disable LTO on aarch64 and %arm to fix build

OBS-URL: https://build.opensuse.org/request/show/786715
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=91
2020-03-20 09:06:52 +00:00
Tomáš Chvátal
02cce14d4e Accepting request 743432 from home:zhangxiaofei:branches:X11:RemoteDesktop
- Add freerdp-Fix-realloc-return-handling.patch: Fix realloc return
  handling that results in memory leaks (boo#1153163, boo#1153164,
  gh#FreeRDP/FreeRDP#5645, CVE-2019-17177, CVE-2019-17178)

OBS-URL: https://build.opensuse.org/request/show/743432
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=89
2019-10-29 07:46:40 +00:00
Tomáš Chvátal
d3adaafff5 Accepting request 694943 from home:zhangxiaofei:branches:X11:RemoteDesktop
- Add Requires: lib%{name}%{major_version} = %{version}-%{release}:
  freerdp should depend on the same release of libfreerdp2
  (boo#1129193)

OBS-URL: https://build.opensuse.org/request/show/694943
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=87
2019-04-17 07:36:30 +00:00
Johannes Weberhofer
414fd8011e Accepting request 666408 from home:zhangxiaofei:branches:X11:RemoteDesktop
Add missing boo# ids for CVEs

OBS-URL: https://build.opensuse.org/request/show/666408
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=85
2019-01-16 08:15:29 +00:00
Johannes Weberhofer
062e2d3498 Accepting request 663519 from home:zhangxiaofei:branches:X11:RemoteDesktop
Add missing boo# and CVE ids

OBS-URL: https://build.opensuse.org/request/show/663519
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=83
2019-01-08 07:29:51 +00:00
Tomáš Chvátal
4ee4e89ff6 Accepting request 652272 from home:zhangxiaofei:branches:X11:RemoteDesktop
- Add SLE FATE# ref to changelog, remove trailing whitespaces

OBS-URL: https://build.opensuse.org/request/show/652272
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=81
2018-11-28 09:12:40 +00:00
Johannes Weberhofer
61fff592da Accepting request 650364 from home:weberho:branches:X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/650364
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=79
2018-11-20 12:41:23 +00:00
Tomáš Chvátal
4fb1b36072 Accepting request 628188 from home:weberho:branches:X11:RemoteDesktop
- upgrade to version 2.0.0-rc3
  See: https://github.com/FreeRDP/FreeRDP/milestone/9?closed=1
  * Improved and cleaned up the command line interface
  * Fixed automount issues
  * Fixed several audio and microphone related issues
  * Implemented AAC and MP3 codecs
  * Added Wave2 support
  * Addedd dynamic resolution with full screen toggle support 
  * Improved redirection handling and certificate issues
  * Improved automatic reconnects
  * Improced connection error handling
  * Fixed invalid pointer, double-free, integer underflow,
    buffer overflows issues as well as other memory leaks
  * fixed X11 Right-Ctrl ungrab feature
  * winpr: Updates time zone data to April 2018
  * added libressl compatibility

OBS-URL: https://build.opensuse.org/request/show/628188
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=77
2018-08-08 17:04:33 +00:00
Tomáš Chvátal
ee3aa67d03 Accepting request 607301 from home:weberho:branches:X11:RemoteDesktop
- removed SLE11 condition
- removed no_connection_to_windows_10_17101.patch
- removed -DBUILTIN_CHANNELS=OFF switch
- explicitly set -DCHANNEL_GEOMETRY=ON
- Disable the new X264 and OPENH264 codecs because openSUSE does not provide them
- upgrade to version 2.0.0-rc2
  See: https://github.com/FreeRDP/FreeRDP/milestone/8


Compared to the superseded request the SLE11 condition has been removed as well as the empty check section

OBS-URL: https://build.opensuse.org/request/show/607301
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=75
2018-05-14 16:05:54 +00:00
Felix Zhang
1e5d43e7b3 Accepting request 600353 from home:bruno_friedmann:branches:X11:RemoteDesktop
- Fix boo#1090677 activate pulse optional component

OBS-URL: https://build.opensuse.org/request/show/600353
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=73
2018-04-24 09:51:51 +00:00
Johannes Weberhofer
e729249034 Accepting request 587410 from home:weberho:branches:X11:RemoteDesktop
- Added no_connection_to_windows_10_17101.patch to fix 
  Windows-connection-problem after Windows march 2018 updates.
  This fix is related to boo#1085416

OBS-URL: https://build.opensuse.org/request/show/587410
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=71
2018-03-15 08:39:22 +00:00
Johannes Weberhofer
5e44674fe9 Accepting request 586056 from home:elvigia:branches:X11:RemoteDesktop
- Do not use xorg-x11-devel, instead buildrequire individual
  x components.
- Only attempt to ge rid of __DATE__ and __TIME__ if 
  SOURCE_DATE_EPOCH is not set.

OBS-URL: https://build.opensuse.org/request/show/586056
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=70
2018-03-14 14:50:12 +00:00
Tomáš Chvátal
fc0310793a Accepting request 563656 from home:weberho:branches:X11:RemoteDesktop
Users can connect only once wo windows sessions due to #gh/FreeRDP/FreeRDP/4348. Therefore WITH_GSSAPI has been disabled until that issue has been solved.

OBS-URL: https://build.opensuse.org/request/show/563656
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=68
2018-01-11 16:36:03 +00:00
Tomáš Chvátal
54b3e1d6f4 Accepting request 546955 from home:weberho:UNSTABLE:RemoteDesktop
- Updated to 2.0.0-rc1
Noteworthy features and improvements:
* support for FIPS mode was added (option +fipsmode)
* initial client side kerberos support (run cmake with WITH_GSSAPI)
* support for ssh-agent redirection (as rdp channel)
* the man page(s) and /help were updated an improved
* add support for ICU for unicode conversion (-DWITH_ICU=ON)
* client add option to force password prompt before connection (/from-stdin[:force])
* extend /size to allow width or height percentages (#gh/FreeRDP/FreeRDP/4146)
* add support for "password is pin"
* clipboard is now enabled per default (use -clipboard to disable)
Fixed github issues (excerpt):
* #gh/FreeRDP/FreeRDP/4281: Added option to prefer IPv6 over IPv4
* #gh/FreeRDP/FreeRDP/3890: Point to OpenSSL doc for private CA
* #gh/FreeRDP/FreeRDP/3378: support 31 static channels as described in the spec
* #gh/FreeRDP/FreeRDP/4253: Rfx decode tile width.
* #gh/FreeRDP/FreeRDP/3267: fix parsing of drivestoredirect
* #gh/FreeRDP/FreeRDP/4257: Proper error checks for /kbd argument
* #gh/FreeRDP/FreeRDP/4249: Corruption due to recursive parser
* #gh/FreeRDP/FreeRDP/4111: 15bpp color handling for brush.
* #gh/FreeRDP/FreeRDP/3509: Added Ctrl+Alt+Enter description
* #gh/FreeRDP/FreeRDP/3211: Return freerdp error from main.
* #gh/FreeRDP/FreeRDP/3513: add better description for drive redirection
* #gh/FreeRDP/FreeRDP/4199: ConvertFindDataAToW string length
* #gh/FreeRDP/FreeRDP/4135: client/x11: fix colors on big endian
* #gh/FreeRDP/FreeRDP/4089: fix h264 context leak when DeleteSurface
* #gh/FreeRDP/FreeRDP/4117: possible segfault
* #gh/FreeRDP/FreeRDP/4091: fix a regression with remote program

OBS-URL: https://build.opensuse.org/request/show/546955
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=66
2017-12-01 10:12:11 +00:00
Tomáš Chvátal
6b8d669263 Accepting request 520644 from home:jengelh:branches:X11:RemoteDesktop
Something that came to mind is that the upstream project names are "uwac" and "winpr"
instead of libuwac, libwinpr. Maybe it's a sensible idea to change that?

OBS-URL: https://build.opensuse.org/request/show/520644
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=64
2017-09-04 12:19:03 +00:00