freerdp-devel-2.11.2-150600.4.21.1<>,/ iEp9|HI,Xdt<.FwQW#`6uP +H*ݿֻ19N7\' YYEE>P3,r=E1~e% B20 3m:xg/=KeS~=cb71I"Vzׄѷ]6A ,>?pd % C ;TZdT  D  4 4 6$9<@l@C D` D Eq (E8EI9FI:LIFGHIX߈ Y߰ \]^bcd'e,f/l1uDv4wxyz $*lCfreerdp-devel2.11.2150600.4.21.1Development Files for freerdpThis package contains development files necessary for developing applications based on libfreerdp.iEibs-power9-12 SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/C and C++https://www.freerdp.com/linuxppc64le  oC/x/ M[ $v)L+qe b k L$ 5 g;  q2 36squ S - a7z e AX@r d%eHQ9 x,p ?"@( -(I7=Ie I^ $_ sR) VV E4 ! UT% =i E  %!kk[AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤i 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- 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- 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.- Updated to release 2.2.0 (boo#1174321, gh#FreeRDP/FreeRDP#6381) * 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 * Drop upstream fixed patch: freerdp-CVE-2020-15103.patch - Removed freerdp_Mask_CACHED_BRUSH_when_checking_brush_style.patch- Drop BuildRequires of libavcodec for Leap/SLE (bsc#1174200)- Added freerdp_Mask_CACHED_BRUSH_when_checking_brush_style.patch which fixed frequent crashes described in boo#1173605 and gh#FreeRDP/FreeRDP#6298- Updated to release 2.1.2 (boo#1173247) * 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- Updated to release 2.1.1 (boo#1171441) * CVE-2020-13396: GHSL-2020-100 OOB Read in ntlm_read_ChallengeMessage * CVE-2020-13397: GHSL-2020-101 OOB Read in security_fips_decrypt due to uninitialized value * CVE-2020-13398: 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- 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- Updated to release 2.1.0 (boo#1171441) * 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- 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- Add fix-URBDRC_DEVICE_ADD_FLAG-definitions.patch in order to fix boo#1169748.- 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= 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)- Disable LTO on aarch64 and %arm to fix build- 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)- Add Requires: lib%{name}%{major_version} = %{version}-%{release}: freerdp should depend on the same release of libfreerdp2 (boo#1129193)- upgrade to version 2.0.0-rc4 (FATE#326739) * Fix the following issues: - CVE-2018-8784, boo#1116708 - CVE-2018-8785, boo#1117967 - CVE-2018-8786, boo#1117966 - CVE-2018-8787, boo#1117964 - CVE-2018-8788, boo#1117963 - CVE-2018-8789, boo#1117965 - CVE-2018-1000852, boo#1120507 * Security and stability improvements, including boo#1103557 and boo#1112028 * Refactored ntlm_av_pairs API * gateway: multiple fixes and improvements * client/X11: support for rail (remote app) icons was added * the licensing code was re-worked: Per-device licenses are now saved on the client and used on re-connect: WARNING: this is a change in FreeRDP behavior regarding licensing WARNING: this is a change in FreeRDP behavior regarding licensing. If the old behavior is required, or no licenses should be saved use the new command line option +old-license (gh#/FreeRDP/FreeRDP#4979) * improve order handling - only orders that were enabled during capability exchange are accepted. WARNING and NOTE: some servers do improperly send orders that weren't negotiated, for such cases the new command line option /relax-order-checks was added to disable the strict order checking. If connecting to xrdp the options /relax-order-checks *and* +glyph-cache are required. (gh#/FreeRDP/FreeRDP#4926) * /smartcard has now support for substring filters (gh#/FreeRDP/FreeRDP#4840) for details see https://github.com/FreeRDP/FreeRDP/wiki/smartcard-logon * add new command line option /smartcard-logon to allow smartcard login (currently only with RDP security) * add support to set tls security level (for openssl >= 1.1.0) - default level is set to 1 - the new command line option /tls-seclevel:[LEVEL] allows to set a different level if required * new command line option: /window-position to allow positioning the window on startup * client/X11: set window title before mapping * rdpsnd/audin (mostly server side) add support for audio re-sampling using soxr or ffmpeg- 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- 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 Noteworthy features and improvements: * IMPORTANT: add support CredSSP v6 - this fixes KB4088776 see #4449, #4488 * basic support for the "Video Optimized Remoting Virtual Channel Extension" (MS-RDPEVOR) was added * many smart card related fixes and cleanups #4312 * fix ccache support * add support for memory and thread sanitizer * support for dynamic resloution changes was added in xfreerdp #4313 * support for gateway access token (command line option /gat) was added * initial support for travis-ci.org was added * SSE optimization version of RGB to AVC444 frame split was added * build: -msse2/-msse3 are not enabled globally anymore Fixed github issues (excerpt): * #4227 Convert settings->Password to binary blob * #4231 freerdp-2.0.0_rc0: 5 tests failed out of 184 on ppc * #4276 Big endian fixes * #4291 xfreerdp “Segmentation fault” when connecting to freerdp-shadow-cli * #4293 [X11] shadow server memory corruption with /monitors:2 #4293 * #4296 drive redirection - raise an error if the directory can't be found * #4306 Cannot connect to shadow server with NLA auth: SEC_E_OUT_OF_SEQUENCE (boo#1085416, boo#1087240, boo#1104918, CVE-2018-0886) * #4457 Fix /size: /w: /h: with /monitors: (Fix custom sizes) * #4527 pre-connection blob (pcb) support in .rdp files * #4552 Fix Windows 10 cursors drawing as black * smartcard related: #3521, #3431, #3474, #3488, #775, #1424- Fix boo#1090677 activate pulse optional component- 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- 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.- 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- 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- Remove extraneous Obsoletes for packages that never existed in openSUSE:Factory or X11:RemoteDesktop. - Rename libuwac0-devel to uwac0-devel and libwinpr-devel to winpr-devel, as that seems to be their upstream name which packages are encouraged to stick to. - Remove duplicated pkgconfig requires (these are autodetected).- Fixed download location- Switched to official RC0 - Create wayland client package and libuwac0 package - Create separate libwinpr2 to be used in other packages - enabled gstreamer (currently disabled for tumbleweed) - enabled kerberos authentication - Update to official RC0 Fix the following issues identified by the CISCO TALOS project: * TALOS-2017-0336 CVE-2017-2834 boo#1050714 * TALOS-2017-0337 CVE-2017-2835 boo#1050712 * TALOS-2017-0338 CVE-2017-2836 boo#1050699 * TALOS-2017-0339 CVE-2017-2837 boo#1050704 * TALOS-2017-0340 CVE-2017-2838 boo#1050708 * TALOS-2017-0341 CVE-2017-2839 boo#1050711- Redo history by using changelog url - Update to version 2.0.0~git.1497095982.1dbd2d28d: See https://github.com/freerdp/freeRDP/compare/043243f...1dbd2d28d for full details. - Packaging : + Move to xz tarball in _service + Remove 3472.patch merged upstream - Update to version 2.0.0~git.1496304402.c42ccb508: See https://github.com/freerdp/freeRDP/compare/043243f...c42ccb508 for changes.- Forcefully enable PIE in CFLAGS as the automatism did not work.- Add 3472.patch until upstream #3472 isssue is fixed and PR merged this fix boo#1004108- Update to version 2.0.0~git.1477034991.043243f: * fixed kerberos authentication * shadow/rdpsnd: Fix race condition in rdpsnd channel server. The output buffer and format parameters are not protected. * wfreerdp: fix invalid VerifyCertificate callback * rdpsnd/server: decrease audio latency and make it configurable. * Add an environment variables section to the man * protocol violation: rdp_read_extended_info_packet * Added support for OpenH264 1.6 * freerdp: fix sending of TLS alert on NLA failure, add better handling of server-side NLA in shadow server * freerdp: add configurable NTLM SAM file option for server-side NLA * freerdp: make modifications to NLA server-side fixes according to PR comments * Fixed a windows 8.1 issue.- Kill off __DATE__ from built sources.- Update to GNOME 3.20.2 FATE#318572 - Add obs git integration. - Update to version 2.0.0git.1463131968.4e66df7: + Fixed memory leaks. + wfreerdp: fix name build without client interface + libfreerdp-codec: fix xcrush decompression, revert remote control fix + KB3153731: May 2016 DST update for Azerbaijan, Chile, Haiti and Morocco + libfreerdp-codec: make proper xcrush context reset fix- Update to version 2.0.0, git master branch id a7ca42e (FATE#319661), no upstream changelog available. * Warning: This is a git snapshot regarded as technical preview by upstream. * Warning: For xfreerdp, new /long-option commandline interfaces have replaced the old --long-option interfaces. Existing user scripts need to migrate to the new interfaces to avoid breakages. For more details, see: https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface * Add Network Level Ahthentication support. * Add Windows Portable Runtime. For more details, see: http://www.freerdp.com/2012/05/24/winpr-windows-portable-runtime * Obsolete libfreerdp-1_0-plugins. - Drop FindALSA.cmake: deprecated - Drop freerdp_branch-1.0.x_fix-kpdivide-issue831.patch: fixed upstream, implemention now in include/freerdp/scancode.h. - Drop freerdp-CVE-2014-0250.patch (bnc#880317): fixed upstream 532c420. - Drop freerdp-CVE-2014-0791.patch (bnc#857491): fixed upstream f1d6afc. - Drop freerdp-fix-FindPCSC-macro.patch: fixed upstream 9148af3. - Drop freerdp-handle-null-device-name.patch (bnc#785437): deprecated, related implementation dropped. was: freerdp-fix-pulse-no-device-name.patchibs-power9-12 1775550533  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.11.22.11.22.11.22.11.22.11.2-150600.4.21.12.11.2-150600.4.21.12.11.22.11.22.11.22.11.2      freerdp2freerdpaddin.haltsec.hapi.hassistance.hautodetect.hbuild-config.hcachebitmap.hbrush.hcache.hglyph.hnine_grid.hoffscreen.hpalette.hpointer.hchannelsainput.haudin.hchannels.hcliprdr.hdisp.hecho.hencomsp.hgeometry.hlog.hrail.hrdpdr.hrdpecam.hrdpei.hrdpgfx.hrdpsnd.hremdesk.htelemetry.htsmf.hurbdrc.hvideo.hwtsvc.hclientclient.hainput.haudin.hchannels.hcliprdr.hcmdline.hdisp.hdrdynvc.hencomsp.hfile.hgeometry.hprinter.hrail.hrdpei.hrdpgfx.hrdpsnd.hremdesk.hsshagent.htsmf.hvideo.hcodecaudio.hbitmap.hbulk.hclear.hcolor.hdsp.hh264.hinterleaved.hjpeg.hmppc.hncrush.hnsc.hplanar.hprogressive.hregion.hrfx.hxcrush.hyuv.hzgfx.hcodecs.hconstants.hcryptober.hcertificate.hcrypto.hder.her.hper.htls.hdisplay.hdvc.herror.hevent.hextension.hfreerdp.hgdibitmap.hdc.hgdi.hgfx.hpen.hregion.hshape.hvideo.hgraphics.hheartbeat.hinput.hlicense.hlistener.hlocalekeyboard.hlocale.hlog.hmessage.hmetrics.hpeer.hpointer.hprimary.hprimitives.hrail.hscancode.hsecondary.hserverainput.haudin.hchannels.hcliprdr.hdisp.hdrdynvc.hecho.hencomsp.hrail.hrdpdr.hrdpecam-enumerator.hrdpecam.hrdpei.hrdpgfx.hrdpsnd.hremdesk.hserver-common.hshadow.htelemetry.hsession.hsettings.hsvc.htypes.hupdate.hutilscliprdr_utils.hpassphrase.hpcap.hprofiler.hringbuffer.hsignal.hstopwatch.hstring.hversion.hwindow.hFreeRDP-Client2FreeRDP-ClientConfig.cmakeFreeRDP-ClientConfigVersion.cmakeFreeRDP-ClientTargets-relwithdebinfo.cmakeFreeRDP-ClientTargets.cmakeFreeRDP-Server2FreeRDP-ServerConfig.cmakeFreeRDP-ServerConfigVersion.cmakeFreeRDP-ServerTargets-relwithdebinfo.cmakeFreeRDP-ServerTargets.cmakeFreeRDP-Shadow2FreeRDP-ShadowConfig.cmakeFreeRDP-ShadowConfigVersion.cmakeFreeRDP-ShadowTargets-relwithdebinfo.cmakeFreeRDP-ShadowTargets.cmakeFreeRDP2FreeRDPConfig.cmakeFreeRDPConfigVersion.cmakeFreeRDPTargets-relwithdebinfo.cmakeFreeRDPTargets.cmakelibfreerdp-client2.solibfreerdp-server2.solibfreerdp-shadow-subsystem2.solibfreerdp-shadow2.solibfreerdp2.sofreerdp-client2.pcfreerdp-server2.pcfreerdp-shadow2.pcfreerdp2.pc/usr/include//usr/include/freerdp2//usr/include/freerdp2/freerdp//usr/include/freerdp2/freerdp/cache//usr/include/freerdp2/freerdp/channels//usr/include/freerdp2/freerdp/client//usr/include/freerdp2/freerdp/codec//usr/include/freerdp2/freerdp/crypto//usr/include/freerdp2/freerdp/gdi//usr/include/freerdp2/freerdp/locale//usr/include/freerdp2/freerdp/server//usr/include/freerdp2/freerdp/utils//usr/lib64/cmake//usr/lib64/cmake/FreeRDP-Client2//usr/lib64/cmake/FreeRDP-Server2//usr/lib64/cmake/FreeRDP-Shadow2//usr/lib64/cmake/FreeRDP2//usr/lib64//usr/lib64//usr/lib64//usr/lib64//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:43592/SUSE_SLE-15-SP6_Update/288a6eebfad7c2f4f407539776fb5040-freerdp.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxdirectoryC source, ASCII textC source, ASCII text, with CRLF line terminatorsC source, UTF-8 Unicode textASCII textASCII text, with very long linespkgconfig file PPPPPRRRPRRRPRRRP RRR|{fdmNutf-834c72bc51883888d6dd0b112344d1d44c2cbad5ef51f78545c479d6fc1a1f363? 7zXZ !t/z1D]"k%4fm?Ξ0ҲZ4KMAHUn4UGUƥZQ1=f?泤'A{|z$Oպ13QL2"n/m !v5p2e5v};.SOn)0~V1 &angX04b&g p3эkw.c6_Av40 t=)ɩLK[$vy`aXu΃}N -ċiԖ\+r^Ofokĺz/g:ڒ4 ]bLڍ.U̯yEp!l;: ;"*l!Wr^FڞC`Qyj!3(el\X1V;ZƲ)bK긎Qd@XWYe(`o0PpVJ⊾ QPw\cSإnj$JnNq)yy'}>'yHf^Ը&:0l&?$N{Bcz૪Zյzj գ[SZqtv>h4gP~Hё)X3>uM"qi:L׎#),&ht ~bLpOμeܞ]g0P{:ӌ3rlys(*sν o;m;z? $՘G2U†܅*hl,1_i]0,Ui =o ,9lqJ{X1-޷GںR-XƸ//g-Jg]g|b ׎(?٧>̠LJɶrT #ÄZ&~MR# qNnz~@ּg!BҼڥ_~Z+&|3s5j=P.Yg)Z 1uO =? Yd=k0e0i`` Z.h&XF>[@==x9P@"?RX0|aF_tAᵫ c#N+Y?Ob+jPa n])U_4 4 ɳ~ iRb1}٥WAOH #u~k9?P֋W[ewxVm]qu3~C1%}hcwx[ }VIDZ|1E:uwfb.sMEW\x(5`Qgu 7C^LNfʿUع+ICrN,њ[S.~?S- 'wBcG<1C1k"< ,n{#"+]g^hз9[S %n({K7|~bpeLhVm֨+7U4oW~0QIqmhDv̗ `PRm҈]tCۨ0g!|J7 YKNsٟpC5@AB-D/j&\_q]zrhQ6@-ZKf/l0~ôF`6Ć붗HA/8>*փ R;MQ c>/\ /{Ś,%< HVخluWwK\JDqus7];:&c}Cġz0Fcw'$%N]J6sI:N $ )#ݐФph%ӱ&BɑQ])^(윚vViدˇԟ0{]'׏^tKJ5&-~0mf`xP`fM02OL N1OP5>j8!];ZN<v`dصkwH[#[OL"" w!՟]xnPnN=LFӛg cm m;`ݶwRTY_QCrYdۀO%GuCĄ3͐W% X{?Xav]37#KqBAʂƒvG8G9^j_-@Vݟ C~NEr_8Z ^E'lV)u:"3/u#Wq`1B?7sS/$%gdl83a,G|{GKfŚ!KSvc􇏴]YV2'.\G`^L~![f H7_o߰0 "ҺV< 4Ј_>L& i2~-(N',4>GPzwZ /#!h5ObvT .)7Q; uh Ro.ܝ*:N~x?;WwBڜ`4_$|xe"o6R$v"OME׆gaA{لt4I0 w5xص-|BOͷD_#Dfp ̝*rwK[\KhE 7k(dmSA{#~|V#,|r+6Om ǩmPאI$; ]{Rd uOMc`N-KMaeԅUFT%)B-;8u Fd#Ҧe{!r$NEo6u-)I)~8؛@fjg'Z43"c, R<Әf&8%~ŒƲđg+&zyYڕ4SQ{7 cݸ;b,cW/F\z}4Mw1rPPhAa*St2xܺ p0Xwt<{݈|EvFȥ(z~75ՙӋM%QPO@@ ~srW'dKS hjƦ R}jShk1D5 X#4UK(R=YXbҊ܄ըiAgpLXf(MW.J_R*S/粢Yo*Jd ktI`浞 cWU]#3 pW.Q ȼȕ=O>7Y?7]Zq:t å XߙCmk3˪Gx--@(3<'Re-AbTIJsB*Z8Sʍ 1KƏd\E~o9F)L7lhij4ش?}N)"=^DՋ\+Mޑ{@@mPeyF"Q [g=u"v ~NJ- &u'qɪc\ 4烵I'CTeXޢDB'# < G7D֚^^wanoWX]}jM]\q؞־ѯh6|'pQf?v9ފ>,L L΄LDU=,#4N1V4gk@R%?Q`sLL5|77&upk.p<#25Xb@Wk1ȥjOvWƀ9"O5*l.X/߽EGZ}U7 _PC^mϚ d%80@?aKAmV: k\  ~_٦3/ x^Tlli6ΒFUYua۩}d3ےD)S;u1ssW6A#A, U7fWH`X0ņiyFoZjAݔG D??"QA&ώ;‘8!*b@}Y5# E0QZ9°p]m35zCQ'T+޻04,N7إJ|Xb둃.In4w4~̌˝ 耡Z$ X`hlgvWK c˞ O3k̛D5EMq+!Sf{_| gAPVdfs5pǸ `u)k1e(Hp0c{'!ÞŊU1j͵&o3ϕcԟv]ϓxӕyQ֋a+}Y_r!kX"{jqZHy>"Ω8~le (5IG 㳯ˆ 81.C'3!lҩxIa/ܫ}q/6B _iHF75\oI`ـ c84"TToƗOqT8rGK܋8W^1j)MX̣psObL&Q0h &9tr^4B?丣mFY_"ޕV}g+ְ7K{ЉBAٱ#)u5zw, ;ďĿ&˔-HxSƦ8 d3a[n|С?akZ¯E0|+n}߀y,ӛP>jTǼQBMc=n֣eRd6U}:R{p퀼9B p#k "ntnVt:ڨ[79%ED.6S\0 ߓq|cŪnW AvJ/EPp/DY G>9NMR Θ˼X\L=7۪ɰnBHuQ8cCkt5 ?E $q8=`P]KQӕ+ިI'>$ B27Nxx@c2dc8WWlyj#i6$u?9EC񂽔d3E7T tۙ-7 aU-TdTqgS||#W/0Go zCrmiwsj_ťԿl](mVĵbC@; $SI-P8r4L#]>A4_QE gFٗ[UST'ù[\[LԬ4!>UÉe_6K!楕%M,]ى-Kf?}*LKsw|\H.-B.ym0*BC@+,ΫkQ!$!nu'VաÓrz .ˉ O>_- {]wVNP|vӪ!5T,}-";P{|MO@v+u͘Ğ&y("PT|p'Cx#`~ܘ4@Y0?dA}$yQ1lČ3) d 䭾ץJӄL OTړ8m[uMlic}@QL&/PW0 !4*H6:!A=X}q:SWA9@$f%}SUe!;(#PK`vl'u3:$s''E3{{=!Jo2 0 vuG#$9>4;3($s(LaK o坕cKڃ]jc DFQ- '+HE+0",qmy]A֑h7C| ADLפ73UQ2q`6zAɴ9n%]u9Z{m}Wޛ<$p'XdJ\bUqb %ڋ#buvD :]?AYch] Vm[HN)%._g55yͷDt kŃyb'ED:$1Ѩk:16x|_$`gZ <ݿJ 3\:̚_NlA5,ӮDPXNC?pJ]ϵ\e}beV젽Ĕe{Z{1À J}6lX@ugF>$K@ L,-JXFxuP61+\WnCd\-{gȏRkJ1a[ AfuM*t 0$݊K'bC/lsፖOzHIov̀vg; 'XDąKYNT()nWV]5COUy1ˢ2Ô(82~Ǖ{K]-V dl'`\A. [oݙb;տT{zglG/u,FyY$NXBaRw:VPVp[TQus>hK<ۈ 1mgdbk l,nޑĦ{?*uIW;[SakHK }y]HdSˍ, X]W MZ$ ^ C["}}ԁ}U'xVz97M8h_%?zl ƐK ÷̱B@Qs7RrJF"ı# ]F^di]}\|e7( ЌJnSc/Oc4 tSƂ^,^E9Q>0^]P~Zv qRQVJ`+\IGft]M-O4I#l@&+baՈl.F])b I XAq!0?GtR^;9܊ShR>Fcd&sJΛyfVSӱHO5e?bE:#2/z %ڇ=eag>;t2!\&;dzޯ@6<ڇөu&{ 9VJInEs.u:yxj<3Iq G駪0(fu>ԌYI/ S(C{-ʉ^YZ>ُM|ݯtP߷e0c%wαzDvT %m#u22e4Ky@K+TZ<)px8bᯙ]O%+q~-vSdJ+DJ  O2շ d0|b32#a GOtuaʾݮ)rBD10FoK?cGT49vJ6Ѽ@g p] +MY("OʩWpx#Wl9˱|*wGXU3$o_ A9c՘3nlj{׳pX^x꫆o-1'Uk_Rgdl[uw+5VIa 8"gϧb()1>_̆`)m*0vy=p"84"ޅcfw'>I:XASuػ"Iy0av8Lt΍xzAFq,cTWy- y #)p;V%!gW ! CYtލ+r%1orA\޾G>fy+tE$w/µ)XW+#1ͮUV;(m;}; *KQ;X!+/b}2"'/2h(,RK &(98zF_8(9$)cCNsX"*wC gDK#f:pS" ~W?+S'$B *dL_H)arcl>FO=Lx;6 bpxZ~"#Fy6:)S9&=PJdȱᜩg}2;OZG=X_x`kf<,(`yK5OT FKp5*n-&7o 7q=m&%i"д&Ji%Uۛ36[dG~ * O놁 LKuUls9^v3R^84"VQDm0!=osQ^5ml2x鎿 DEǵ^H-P۞sy?SܳY5f|yW ;58FRX+'U7Ӥ<#܊Ʈ#m m CL5ީ*R1(Ǻ]b@YT ;~5dF|z?/{-M)8Uk*1et1䙎j9{ԃ\<'GuR!fQwo{L.e>2*=mzFk>r\By@eǡ#[ Y+<+/*#slD3FG3 l"v̶R;"B׍ 2RւnwN9V+]% &<Ӽ>,e0ʠ-i=A۷E]u 5 *.gjpfC7~`ne7 a:c?~iW>S3()ZX2 nJd 7: w^Ni2$,CW mGleQS`DX23ssoCKnt:V$GfL[ϯ%OK=ݍ`T޴sB.mGѶ;o/={@wTVI/GTr7!^wAQ{٠n'ȡ {Z:A'_E[aE *k׾*oF\EC)#/vJzIM'7kKTo`*]HtZ\243`{jV䪸z0 LqW3]3bw>W,pŇ3Yg+aW`c/e mQ y?c^tCRNs") iF> ʌ1R!>s|ohv,摚!@|܎6@>bM.o(Y.ǔ2\Qkc6n`]-{Ck}x5rfNw +}@UѺD>w4sHϸ{Bp'ֿe"8 Ss}Fۅq]p-!ZG0'CLhZZ[Em%3)`lOldC@ 3{xm.E@E$w늚lI)]\Kzm[LkBsN{Uh ]ӼZZNL4_5d0=?*;KxM|$y|qֲ v_{+*9WrVҟU2pgfu c82f፪:.amgH~n*5Z£vCRƟ2nV @MlC' <舊(v^S1hEs'ŴHɗq 0ۂ$Y/G&@A+paBgҳkJG[`K ĕrWr|]xTP Z!A5ZKw>-fI:ZZݨYev$ηl]'M)Nnl>=7wYXlWN} /0 ]ݥT1޷}Qd6צP/i%DWd?'d> [#{-=(dRgܐ[o4Z(W1j"1 /WQ<3m`=ʜ|bĄroLs-^i%PM)Z3M< [=HsAִB!9xEEv/nUy{Q  eXo)Ҷay!sr K`>*LVh{X&du9bIm:pPDb9 aE6#J1.i$ սϝԈr+فz c trL Sr9%=m%c=]bkk J=A-v P1B!+Na}˳,7 gʹaKl-;[J0ZoG'(-V)/f"?txHo fS7YnɘaXqxk&UGĿ&M\5@-U@_bϯF\\ iD"fCT(Eٳ4;$F#CtbŠ{<@[/15-vPזҢ#@d' `RC-[!k: IE0CiF*ЮBzQ,ጇ1ZJM{v_AyszRQSEy%َM]g} ҧ'4 O)J`,4r#]#$#_%JWRN2## %}[cf8JrSLmK97^n$_7z=X?*A~Aׇ N^M*X9*Ăt׮"]^_\ '/d# 4ד^` ؔ+^%M7>=`Je'Tc|fzZzڟr8*8[Q% m&oyV;;Yu,ZNIR9NP_Dwc@qy_KcN?u^N QA' Ƹ^`Ày4Ҁ* dk`7tóz"EE?3PR6kơnVf:qQ9ȴa$1?WvC7np_> GZ Lvh-2h?N(9@A~!CH Yv_1(woVGdØ$y] 3c_Q 0JwL`{[6^st!en)9+.=!S'H tuR-M8c/ xT:K3W`#GN@.{/]YIUˡ6Zb ѕqoT{KK^`|] pu.܌37{5g$H+l>e\}60vKr /$07>$qX*6~a([FY,Ps48nJWXw+V/_'e }kAؓ{ fAr_יRe"[/_Ry(:%UHQ`2%dcQͶ)Ʈ} #FPjWшc.m{\Q;iC ^!ϸ\7FE;b`V5U``IjL {&1=O-V95b-2]pΘs%sw( 7XkI攃ކl0 nH6x33ڴ]ypl {^8`x>X@z;:R"Љ4LPw1h^*4[iS;Fѕ߅5Uy֦69@)_O1,<,wՒ+p2su/LΒf 7ӫP"aHJu=DH޾۸ UmSj3"oaojXpZ#%@Zo5|:mBPx0ZXآ)0؍ѫ:,D4; 8` Q }yXjOmepᩰŭтKbCɧx.`UHbTz YZ