xrdp-0.9.13.1-150600.15.6.1<>,I\ip9|߁Q+i3F"F{/ƦDumS8neyJ094pDW3;gtA[.&e5U,uQ+i8* -'И#1%O^t n7ot|&U*Ѡ *_JP_ *0}@eW|ާ6COTs- #jQ0}|Lh -Hj@Mep 9zߗLl>I?d  C6 La"Z$Z $Z %xZ &Z 8Z 9Z;0Z<Z>>Z@@ @ At D7 (D8D:9Et::Ix:=>?@FG ZHZIZXL Yt \Z](Z^bac defluZvw4ZxZyOz@PT]`djCxrdp0.9.13.1150600.15.6.1Remote desktop protocol (RDP) serverA terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients.iibs-power9-20,_SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in xrdp-sesman.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in xrdp.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in xrdp-sesman.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in xrdp.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=xrdp SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ ! -e /etc/xrdp/rsakeys.ini ]; then xrdp-keygen xrdp /etc/xrdp/rsakeys.ini if [ $? -ne 0 ] || [ ! -e /etc/xrdp/rsakeys.ini ]; then echo "Could not generate rsakeys.ini, please check manually!" fi fi exit 0 test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable xrdp.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop xrdp.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable xrdp-sesman.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop xrdp-sesman.service ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in xrdp.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart xrdp.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in xrdp-sesman.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart xrdp-sesman.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ) || : fi fi"/*)""(*o8:"*#,8*!98"0*|!6D {   H  HHHrO:`X 0hXH P(P ` <~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii^v^v^v^v^v^viiiiiiiiiiiiiiiiiiiiif3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24cdcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16d20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76f7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e558379c465827c3429a04b8d88b87b1445abe3cf240b3363de8c332df09efe81862cdf776ea66d7b95067d2445a0019f426fab7ebc7650dad98242fd9793e5db5b180b64ac0c3dc902146294aa7fc93be682ec5c2a5c7d06abe4ca9dc16f774df2e7740c12dfe7caa636dd74d79fa1fc2f72f69058a59b870f98be9b663e940cdfc02c941d85e4185450df1694f97c6598a3f81b6653586637d3549827ff5f8e73bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2a4c8dbcd98dbd7ecbf7e89f04470a148d0b575c346af292fa4c82e32879fb936d1a361b6d09aac1a77d59121603d5566004813b96bbc536d8ddc2daba152522b7e959376c7b6b0531f297f27474775059f10e279264416b5082eab788c73e3162eb39346abf0e79731387dd120af301cbd352c2439925d40d6d54428f002a62250a096c8326e7ff362d1e5b7feb75984c3f20d3dcdf28d2338a3359a823f742a977d4dd7f3505f35ada79116d0898bdd96be1f3819cdf5f8e70a90deee5b9ab52c95a71adf1db5a8a57ad1333e8464b9d36c3c1e4b92ac681cef4f932f008f46d94564d0d03bcf2f0cb8ebe096578553f182e90d141697e291a9f26653ca587e0e26fcd0dceb145178dee37e66eec43931d9b01f0b56b9fb7669bf03a94551f271dbe92701719f5bbef83653604cd32083321769606515f9a078f67fb91ae509d17e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c713804656d65c0e4874acbb66a495e1001a1db3c4ee9399a1ac089f3de3afba91fdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-0000041d.inikm-00000813.inilibcommon.so.0.0.0libcommon.so.0.0.0libscp.so.0.0.0libscp.so.0.0.0libxrdp.so.0.0.0libxrdp.so.0.0.0libxrdpapi.so.0.0.0libxrdpapi.so.0.0.0serviceserviceQ@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootxrdp-0.9.13.1-150600.15.6.1.src.rpmconfig(xrdp)libcommon.so.0()(64bit)libmc.so()(64bit)libscp.so.0()(64bit)libvnc.so()(64bit)libxrdp.so.0()(64bit)libxrdpapi.so.0()(64bit)libxup.so()(64bit)xrdpxrdp(ppc-64) @@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envconfig(xrdp)libX11.so.6()(64bit)libXfixes.so.3()(64bit)libXrandr.so.2()(64bit)libavahi-client.so.3()(64bit)libavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcommon.so.0()(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libscp.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libxrdp.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xorg-x11-Xvnc0.9.13.1-150600.15.6.13.0.4-14.6.0-14.0-15.2-14.14.3i|@ges@e\eRdcc/aj@_/@_2@_X@^@^^^y@^y@^j$@^h^>]@]y@]w@]H@]:@\@\$[t[m~@[b@[6@ZԐ@Z2@ZZN@Z@Y@YYoIYdYOY7Y /YYR@Xe@XW@Wu@W9WaC@WN@WL+@W@W4VTY@To)@xiaoguang.wang@suse.comyfjiang@suse.comyu.daike@suse.comyu.daike@suse.comyu.daike@suse.comjcejka@suse.comyu.daike@suse.comyu.daike@suse.comyu.daike@suse.comyfjiang@suse.comyfjiang@suse.comyfjiang@suse.comyfjiang@suse.comdimstar@opensuse.orgyfjiang@suse.comqkzhu@suse.comqkzhu@suse.comfzhang.foss@gmail.comfzhang.foss@gmail.comcrrodriguez@opensuse.orgyfjiang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.commatthias.gerstner@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.combwiedemann@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comrbrown@suse.comfezhang@suse.comftake@geeko.jpfezhang@suse.comfezhang@suse.comfezhang@suse.comjengelh@inai.deftake@geeko.jpfezhang@suse.comfezhang@suse.comfezhang@suse.comvliaskovitis@suse.comjengelh@inai.defezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comrmilasan@suse.comrmilasan@suse.de- Add xrdp-CVE-2025-68670.patch: Fix a potential overflow (bsc#1257362 CVE-2025-68670).- Enforce no login screen if require_credentials is set (bsc#1227769) + Add xrdp-CVE-2024-39917.patch + Rebase xrdp-fate318398-change-expired-password.patch- Update xrdp-CVE-2023-42822.patch + fix bsc#1217759: xrdp login screen does not show any text- xrdp-CVE-2023-42822.patch (bsc#1215803) + unchecked access to font glyph info- xrdp-CVE-2023-40184.patch (bsc#1214805) + restriction bypass via improper session handling- Convert username exported to env variables to canonical form to prevent issues with different username and domain formats (bsc#1211740) + xrdp-Add-function-to-get-user-information-by-UID.patch + xrdp-Moved-initgroups-call-to-before-auth_start_session.patch + xrdp-fix-username-in-env.patch- xrdp-CVE-2022-23477.patch (bsc#1206301) + Buffer over flow in audin_send_open() function- Security fixes: + xrdp-add-stub-implementation-for-s_check_rem_and_log.patch * add stub implementation for s_check_rem_and_log() + xrdp-CVE-2022-23468.patch (bsc#1206300) * Buffer overflow in xrdp_login_wnd_create() + xrdp-CVE-2022-23478.patch (bsc#1206302) * Out of Bound Write in xrdp_mm_trans_process_drdynvc_chan + xrdp-CVE-2022-23479.patch (bsc#1206303) * Buffer overflow in xrdp_mm_chan_data_in() function + xrdp-CVE-2022-23480.patch (bsc#1206306) * Buffer overflow in devredir_proc_client_devlist_announce_req + xrdp-CVE-2022-23481.patch (bsc#1206307) * Out of Bound Read in xrdp_caps_process_confirm_active() + xrdp-CVE-2022-23482.patch (bsc#1206310) + Out of Bound Read in xrdp_sec_process_mcs_data_CS_CORE() + xrdp-CVE-2022-23483.patch (bsc#1206311) + Out of Bound REad in libxrdp_send_to_channel() + xrdp-CVE-2022-23484.patch (bsc#1206312) + Integer Overflow in xrdp_mm_process_rail_update_window_text() + xrdp-CVE-2022-23493.patch (bsc#1206313) + Out of Bound Read in xrdp_mm_trans_process_drdynvc_channel_close()- Fix crash in xrdp-fate318398-change-expired-password.patch (bsc#1187258)- Introduce more buffer protection fixes (jsc#SLE-11518): + Add xrdp-memory-allocation-security-fix.patch + Add xrdp-remove-unecessary-gmalloc.patch + Add xrdp-safe-data-chunk-reassembly.patch - Make the serial number of SLE patches on the bottom- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: + Fallback the session to icewm when a selected desktop environment is not found (bsc#1171415) + Support plasma session for Leap 15.2 + Give more informative comments in start_wm.sh- Update xrdp.keyring according to: https://github.com/neutrinolabs/xrdp/issues/1627- Update to version 0.9.13.1 + This is a security fix release that includes fixes for the following local buffer overflow vulnerability (bsc#1173580): https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4044 - Rebase xrdp-fate318398-change-expired-password.patch- Use %{_libexecdir} to install the legacy initscript actions to.- Enable SLE only patches for Leap (jsc#SLE-11850).- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: + Set the default session to GNOME Session for SLE. + Update the variables to launch SLE-Classic Session. (bsc#1166746).- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: Add `export XDG_SESSION_TYPE=x11` in startwm.sh for SLE, since lacking this variable in GNOME 3.34 causes GNOME crash (bsc#1159257).- Update to version 0.9.13 + Bug fixes: some regressions on drive redirection #1469 #1487 [#1505] #1507 + Support mousex button 8/9 #1478 - Update to version 0.9.12 + Bug fixes - Fix "The log reference is NULL" error when sesman startup [#1425] - Fix behavior when shmem_id changes #1439 - Make vsock config accept -1 for cid and port #1441 - Cleanup refresh rect and check stream bounds #1437 - Significant improvements in drive redirection #1449 + Other changes - Proprietary microphone redirection via rdpsnd is now default off RDP compatible microphone redirection is on instead #1427 - Skip connecting to chansrv when no channels enabled #1393 - Add openSUSE's pam rules (boo#1156094, #1442) - Do not terminate xrdp daemon when caught SIGHUP #1319 - Known issues + FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 + Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Drop xrdp-mkpamrules-support-usr-etc-distconfdir.patch: Fixed upstream- Update xrdp-avahi.diff: Fix implicit definitions errors.- Build with --enable-vsock so xrdp can be used with hyper-v enhanced session mode.- Make mkpamrules additionally support SUSE's usage of /usr/etc/pam.d (boo#1156094, gh#neutrinolabs/xrdp!1442): * xrdp-mkpamrules-support-usr-etc-distconfdir.patch https://lists.opensuse.org/opensuse-factory/2019-08/msg00113.html- Update to version 0.9.11 (jsc#SLE-9612) + New features - Suppress output (do not draw screen when client window is minimized) #1330 - Audio input (microphone) redirection compatible with MS-RDPEAI #1369 - Now xrdp can listen on more than one port #1124 #1366 + Bug fixes - Fix the issue audio redirection sometimes sounds with long delay #1363 - Check term event for more responsive shutdown #1372 + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add +glyph-cache option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Rebase xrdp-avahi.diff, worked around stdint.h definitions - Rebase xrdp-fate319683-allow-vnc-resizing.patch- Add xrdp-systemd-services.patch: Let systemd handle the daemons, fix daemon start failures (boo#1138954, boo#1144327).- Update xrdp-pam.patch: Include the pam_keyinit.so module in /etc/pam.d/xrdp-sesman to support the kernel keyrings (boo#1144064).- Removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Update to version 0.9.10 (jsc#SLE-5926) + New features - Restrict outbound (server->client) clipboard transfer, configured in `sesman.ini` #1298 + Bug fixes - Fix libscp v1 not setting width but height twice #1293 - Fix reconnecting to session causes duplicate drive entries in fuse fs #1299 - Fix default_wm and reconnect_sh refer wrong path after sesman caught SIGUP #1315 #1331 - Shutdown xrdp more responsively #1325 - Improve remote file lookup in drive redirection #996 #1327 - Overwriting & appending to existing files now supported #1327 + Other changes - Add Danish Keyboard #1290 - Put xrdp- prefix to some executables appear in man page #1313 - Replace some URLs from SF.net to xrdp.org #1313 + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965- Update to version 0.9.9 + New features - Disconnection by idle timeout (requires xorgxrdp v0.2.9 or later) #1227 + Bug fixes - Fix xrdp-chansrv crashes caused in drive redirection #1202 [#1225] - Fix build with FDK AAC v2 #1257 - Do not enable RemoteApp if the INFO_RAIL flag is not set (RDP-RDP proxy) #1253 + Other changes - Add Spanish Latin Amarican keyboard #1237 #1240 #1244 - Dynamic channel improvements #1222 #1224 - Remove some deprecated sesman session types #1232 - Refactoring and cleanups + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 + Refresh xrdp-default-config.patch- Update to version 0.9.8 + New features - Add TLSv1.3 support #1193 + Deprecation notice - TLSv1 and TLSv1.1 are removed from the default config. Current default is TLSv1.2 and TLSv1.3 + Bug fixes - Ensure unmount redirected drive on fatal X error #1140 + Other changes - Pulseaudio modules has been removed from xrdp source tree - Pass pulse socket name via environment variable #1198 - Update xrdp-fate318398-change-expired-password.patch: Use configured values instead of hardcoded ones in login_wnd inputs- Add xrdp-support-KillDisconnected-for-Xvnc.patch: Support the KillDisconnected option for TigerVNC Xvnc sessions (boo#1101506)- Drop unused private key.pem to make build reproducible (boo#1062303)- Update to version 0.9.7 + Bug fixes - Fix endianness detection on ppc64el #1082 - Fix a bug xrdp file copy slow #1112 #1132 - Copy the PAM session environment for the reconnect script [#1120] - Accept fullpath for DefaultWindowManager, ReconnectScript [#1147] + Other changes - Show OpenSSL version to '--version' CLI option #1096 - Support sesrun start xorgxrdp sessions #1108 - Show configure summary when configure is done #1126 #1134 [#1137] - Less spit on the console when sesman starts #1142 - Fix memory leaks #1146 - Separate rc script for FreeBSD into xrdp and xrdp-sesman [#1153]- Add --enable-painter configure flag to avoid error 0xd06 for certain Android RDP clients (boo#1031910, #246)- Update to version 0.9.6 + Compatibility notice - Exclamation mark has been removed from comment out symbol of config files #1033 + Bug fixes - Make listen check before daemon fork #988 - Fix xrdp sometimes become zombie processes #1000 - Include hostname in sesman password file name #1006 #1007 [#1076] - Fix default startwm.sh to use bash explicitly #1009 #1049 + Other changes - Add Swiss French keyboard #1053 - Improve perfect forward secrecy, explicitly enable ECDHE/DHE [#1024] #1052 #1063 - Lots of leak fixes, cleanups and refactoring - Enable IPv6 (boo#1083105) - Refresh xrdp-bsc965647-allow-admin-choose-desktop.patch- Update xrdp-fate319683-allow-vnc-resizing.patch: Fix interface call incompatibleness (bsc#1064602, bsc#1075163)- Update to version 0.9.5 + Security fixes - Fix local denial of service (boo#1069591 CVE-2017-16927) #958 [#979] + New features - Add a new log level TRACE more verbose than DEBUG #835 #944 - SSH agent forwarding via RDP #867 #868 FreeRDP/FreeRDP#4122 - Support horizontal wheel properly #928 + Bug fixes - Avoid use of hard-coded sesman port #895 (boo#1060644) - Workaround for corrupted display with Windows Server 2008 using NeutrinoRDP #869 - Fix glitch in audio redirection by AAC #910 #936 - Implement vsock support #930 #935 #948 - Avoid 100% CPU usage on SSL accept #956 + Other changes - Add US Dvorak keyboard #929 - Suppress some misleading logs #964 - Add Finnish keyboard #972 - Add more user-friendlier description about Xorg config #974 - Renew pulseaudio document #984 #985 - Lots of cleanups and refactoring + Known issues - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Update xrdp-default-config.patch, drop usage of xrdp.sh from xrdp.service (boo#1014524) - Update xrdp-fate318398-change-expired-password.patch- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to version 0.9.4 + Accept prefill credentials in base64 form #153 #811 + Indroduce AAC encoder to audio redirection (requires Windows 10 client) + Fix ocasional SEGV in drive redirection #838 + Fix client's IP addresses in xrdp-sesman.log are always logged as 0.0.0.0 #878 #882 + Fix ls_background_image didn't accept full path #776 #853 + Fix misuse of hidelogwindow #414 #876 + Fix WTSVirtualChannelWrite return code #859 + Fix no longer needed socket files remained in the socket dir [#812] #831 + Make creating socket path a bit more robust #823 + Add Belgian keyboard #858 + Drop workaround for #848, fixed in upstream- Add workaround for the upstream issue #848, fix xrdp does not start by wrong path in *.service.- Update to version 0.9.3 + Log user-friendly messages when certificate/privkey is inaccessible + Now sesman sets mandatory LOGNAME environment variable #725 + Now sesman ensures socket directory present #801 + Exit with failure status if port already in use #644 + Fix glitches with IPv4 struct initialization #803 + Fix some keyboard layout integration (UK, Spanish) + Fix handle OS when IPv6 disabled #714 + Fix issues around systemd session #778 + Fix protocol error when 32 bit color and non RemoteFX session [#737] #804 + Fix sesadmin shows error when no sessions #797 + Fix TLS spins 100% CPU #728 + Fix Xvnc backend disconnects when some data copied to clipboard [#755] + Optimize startwm.sh for SUSE * Drop xrdp-do-not-execute-psuedo-login-shell.patch + Update xrdp-avahi.diff - Update xrdp.keyring: add key from upstream signer (Koichiro IWAO, metalefty@github, 01BF10EB)- Add source verification: + Add xrdp-0.9.2.tar.gz.asc + Add xrdp.keyring: add key from upstream signer (Idan Freiberg, speidy@github, 337B1F18) - Drop _service and _servicedata: not needed for stable releases - Drop xrdp-openSUSE-logo.patch and openSUSE.bmp: not really necessary- Rebase SLE patches: + xrdp-avahi.diff + xrdp-bsc965647-allow-admin-choose-desktop.patch + xrdp-fate318398-change-expired-password.patch + xrdp-fate319683-allow-vnc-resizing.patch- Remove filler wording from description. - Rectify RPM groups and little errors in the summaries.- Update to version 0.9.2 + RemoteFX codec and Bitmap updates support are enabled + TLS ciphers suites and version, and connected computer name is now logged + Miscellaneous RemoteFX codec mode improvements + Move auth/pam calls to appropriate locations, fix potential bypass in PAM (bsc#1029912, #694, #704, CVE-2017-6967). - Update to version 0.9.1 + Support for TLS security layer (preferred over RDP layer if supported by the client) + Support for disabling deprecated SSLv3 protocol and selecting custom cipher suites in xrdp.ini + Support for bidirectional fastpath (enabled in both directions by default) + More configurable login screen + Support for new virtual channels: - rdpdr: device redirection - rdpsnd: audio output - cliprdr: clipboard - xrdpvr: xrdp video redirection channel (can be used along with NeutrinoRDP client) + Support for disabling virtual channels globally or by session type + Allow to specify the path for backends (Xorg, X11rdp, Xvnc) + Multi-monitor support + xrdp-chansrv stores logs in ${XDG_DATA_HOME}/xrdp now + Fix VNC password file that was based on clear text user password (boo#1015567 CVE-2013-1430) + Fix 3 bytes PDU handling (boo#1100453) - New sub packages for shared libraries and development files + libpainter0 + librfxencode0 + xrdp-devel - Drop patches merged by the upstream + xrdp-fix-buildtime-warnings.patch + xrdp-Allow-sessions-with-32-bpp.patch.patch + xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch + xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch + xrdp-dont-set-LANG.patch - Refresh patches + xrdp-pam.patch - its main part has been merged by the upstream + xrdp-default-config.patch - keep to use Xvnc as a default backend instread of Xorg (upstream default) + xrdp-disable-8-bpp-vnc-support.patch + xrdp-openSUSE-logo.patch - Add xrdp-do-not-execute-psuedo-login-shell.patch + prevent ~/.profile from being executed twice- Add xrdp-dont-set-LANG.patch: Backport upstream commit 5575197, sesman should stop setting LANG and let initialization scripts take care of it (bsc#1023988).- Update xrdp-fate319683-allow-vnc-resizing.patch: + Fix a crash caused by double freeing stream (bsc#1034606). + Remove DisplaySize from Xvnc default policy to enable it resizing.- Add xrdp-fate319683-allow-vnc-resizing.patch: Add support for ExtendedDesktopSize VNC extension into xrdp's VNC client to allow it to do resizing, so that returning clients can reconnect to session if their resolutions changed (FATE#319683, bsc#948062).- Backport upstream patches for 32bpp support (bsc#1022098) - Add xrdp-Allow-sessions-with-32-bpp.patch.patch - Add xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch - Add xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch- Trim/fixup summary and description. Use faster find -delete.- Add xrdp-disable-8-bpp-vnc-support.patch: Disable 8 bpp vnc support. Xvnc drops support for 8 bpp since 1.4.0. Trying to launch Xvnc in 8 bpp will cause it to dump core (bsc#991059).- Add obs source services: + tar_scm + recompress + set_version - Update to version 0.9.0~git.1456906198.f422461: Fix tarball naming from 0.9.0git to 0.9.0~git to conform openSUSE naming scheme for pre-release version. + Numlock out of sync fix + neutrinordp: minor changes, coding style, log level + Update faq-compile.txt + Change to allow authentication against all authentication methods. + Add details for crypt_level=fips to man page + libxrdp: no logic change, tabs to spaces + libxrdp: opps, fix typeo + Fix "\ _" on jp keyboard + xrdp_keyboard.ini: Fix jp keyboard model + update xorgxrdp + add keyboard options to xrdp_client_info + xorgxrdp=68412e5 - Add an extra legacy service action force_stop: Forcefully killing xrdp processes when it cannot be stopped normally. Usage: $ service xrdp force_stop or $ rcxrdp force_stop - Merge X11:RemoteDesktop and SLE package, unfortunately we have to drop the original X11:RemoteDesktop xrdp changelog due to unresolvable chronological inconsistences with the SLE changelog. + Add xrdp-default-config.patch: Rebased from contribution of cyberorg@opensuse.org in original X11:RemoteDesktop package. Adjust various default settings to openSUSE standards including removing dysfunctional backend entries from xrdp login UI (bsc#989309). + Add xrdp-openSUSE-logo.patch: Split from xrdp-default-config.patch. Add openSUSE logo to xrdp login UI. Add openSUSE.bmp: Taken from the original X11:RemoteDesktop package, the logo. + Add xrdp-fix-buildtime-warnings.patch: Fix buid time warnings, backported from commit ded462a. + Drop xrdp-lsb.patch: SysV and LSB init scripts are no longer supported by systemd (bnc#442211). + Update xrdp-avahi.diff (bnc#586785). + Update xrdp-pam.patch (bnc#441750). + Update xrdp-bsc965647-allow-admin-choose-desktop.patch (bsc#984834). + Upbate xrdp-fate318398-change-expired-password.patch (FATE#318398). + Cleanup specfile.- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: Fix startwm.sh broken by changed gnome-session environments (bsc#965647, bsc#984834).- Update xrdp-fate318398-change-expired-password.patch: Fixed some internal bugs (FATE#318398).- Add xrdp-fate318398-change-expired-password.patch: Enable the user to update expired password in login window (FATE#318398).- Update to version 0.9.0, git master branch id f422461 (FATE#319910). + Added FIPS support. - Drop xrdp-change-default-crypto_level.patch: fixed upstream (bnc#764044). - Drop xrdp-some-minor-changes-to-arch.h.patch: fixed upstream (bnc#910824). - Drop xrdp-fix-segfaults-in-xrdp-chansrv-code.patch: fixed upstream (bnc#899105). - Drop xrdp-add-systemd-support.patch: fixed upstream (bnc#899105). - Drop xrdp-tab-from-mstsc-updated.patch: merged into xrdp-filter-tab-from-mstsc-on-focus-change.patch, which introduced the bug fixed by this patch (bnc#623534). - Rebase xrdp-avahi.diff (bnc#586785). - Rebase xrdp-pam.patch (bnc#441750). - Rebase xrdp-bsc965647-allow-admin-choose-desktop.patch (bsc#965647). - Rebase xrdp-lsb.patch (bnc#442211). - Rebase xrdp-filter-tab-from-mstsc-on-focus-change.patch (bnc#601996, bnc#623534).- fix rsakeys generation test (bsc#973130) in xrdp.spec.- allow admin choose desktop (bsc#965647) add xrdp-bsc965647-allow-admin-choose-desktop.patch- Fix endian issues (bnc#910824). xrdp-some-minor-changes-to-arch.h.patch.- add systemd support into xrdp (bnc#899105). - fix some segfaults in xrdp-chansrv (bnc#899105)./bin/sh/bin/sh/bin/sh/bin/shibs-power9-20 1770194384  "$&(*,.024579:<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw0.9.13.1-150600.15.6.10.9.13.1-150600.15.6.10.9.13.1-150600.15.6.1 xrdp-sesmanxrdpkm-00000406.inikm-00000407.inikm-00000409.inikm-0000040a.inikm-0000040b.inikm-0000040c.inikm-00000410.inikm-00000411.inikm-00000412.inikm-00000414.inikm-00000415.inikm-00000416.inikm-00000419.inikm-0000041d.inikm-00000807.inikm-00000809.inikm-0000080a.inikm-0000080c.inikm-00000813.inikm-00000816.inikm-0000100c.inikm-00010409.inipulsedefault.pareconnectwm.shrsakeys.inisesman.inistartwm.shxrdp.inixrdp_keyboard.inixrdp-disxrdp-genkeymapxrdp-keygenxrdp-sesadminxrdp-sesrunxrdpforce_stopxrdp-sesman.servicexrdp.servicexrdplibcommon.solibcommon.so.0libcommon.so.0.0.0libmc.solibscp.solibscp.so.0libscp.so.0.0.0libvnc.solibxrdp.solibxrdp.so.0libxrdp.so.0.0.0libxrdpapi.solibxrdpapi.so.0libxrdpapi.so.0.0.0libxup.sorcxrdprcxrdp-sesmanxrdpxrdp-chansrvxrdp-sesmanxrdpCOPYINGdesign.txtfaq-compile.txtfaq-general.txtfile-loc.txtinstall.txtsysconfig.xrdpxrdp-dis.1.gzsesman.ini.5.gzxrdp.ini.5.gzxrdp-chansrv.8.gzxrdp-genkeymap.8.gzxrdp-keygen.8.gzxrdp-sesadmin.8.gzxrdp-sesman.8.gzxrdp-sesrun.8.gzxrdp.8.gzxrdpad24b.bmpad256.bmpcursor0.curcursor1.cursans-10.fv1xrdp24b.bmpxrdp256.bmpxrdp_logo.bmpxrdp-sesman.log/etc/pam.d//etc//etc/xrdp//etc/xrdp/pulse//usr/bin//usr/lib/initscripts/legacy-actions//usr/lib/initscripts/legacy-actions/xrdp//usr/lib/systemd/system//usr/lib64//usr/lib64/xrdp//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/xrdp//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share//usr/share/xrdp//var/log/-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:42561/SUSE_SLE-15-SP6_Update/73714989e6f3067ea84d40fb412579b4-xrdp.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryASCII text, with CRLF line terminatorsPOSIX shell script, ASCII text executableASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ec03dc4387fa2586824279390f8d9b184e3fdfd1, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=dc36775a6c53a3dd0bc9a0eb8e8fa1be93622eb2, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cd09329c6e40b0d345dd152a39b314c64baac576, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6f643f2b116fe93da4441ddde418002df566a461, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3d4391dde015798261114075df230708a2405a49, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=209698a4fd6a8f654a7f8bb25dfe8ee418327beb, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=953f72e61689228b513dc58309c0886787239546, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1c6846b24b2057c45b6c7ba3841dac254c634b63, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=415d5c4678c5f0bd8fb34af17e4581495c6b0d62, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=06b3fd585526e7ec96719d8c5f3ffd3f9890129b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5485b17ecc5eb4e97b324966203639ba289e3e30, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=79a1c4a8f64ed801c2636ceb4a34848442a38ad2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=86c0e766998b2a168da4459cd7f36ca426e988f9, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8e93959bccbd3edb4b24ddd08718da88709d712a, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=951e802370294d4c33d7b7d04f9f11f3f12ca1b7, for GNU/Linux 4.3.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/xrdp-0.9.13.1-150600.15.6.1.ppc64le/var/log/xrdp-sesman.log' (No such file or directory)  $)-148@G RRRR R RR RR RR RR RR RRR RR RR RPRRRR RRRR PR RR PRR RR PR RR PR RR PR R PR RR RRR RRR R R RR RRR RR RRR RRRRR 2pEy˭(xorgxrdputf-8f88194e46bbf8a39369092ea32b43b6157aa0c5f747e578f8faf6e4950259cbd?p7zXZ !t/]"k%rkۣT\SMۯ.>UHCY)3ܓ-]0mKÝuQ!POk}:7GUi*P,V}8vmZ8[g$l{=v_0g6qK3OޜY:ѵ˙cWzi4L))aOC=m8B .sU c)tW CԤ/I_3Xl #k T z,ڱl7-垫zUكxyp0IQFeb!E4fEsH v҇BA6gXdP49 +zJEH(e>v0#'T bD9?\,"0vtknhv6&rqlaKE=L#z 6z암 ḟg$(T>Zeџ "*E;}9@^f3;sBJ!?`gj] ?@3ءfkŽ3-}ؚ]jy77)j,FA0UfF!NIuۋ#鰦jy4gEe7}LDAu$HN j9LF{8L7\6WMX9aގqHq31\0oX\}]&g7 8R/w+;DU.!06ș 8~.0 IshZ|U v(2fC#8T 1 r~T_ڋQooS넏ѣg{яۂ<20{ܺe˸{ 8Vc7F;߼WnИx+o> H'Q ȳ0X@n|n9rU#k 7St(UmOdv+τUk&HxVWёbm%2 TȜưn'plg}1>sZ mPeK12kTX!6,r pF)`C\96Mi6Un,G)n(e,q٧jf̙wMY]nXS)!q~THh oJ37W0g>h>_DA=]6'qJt?IKw{zUӰJ~H Tdj^iu}K"jZ(+^% _wp K/ds yw0n =P7 HZr%˄ء[t?y1)Y-FnP(8il!nrl[H~ : ;Q-M|qzɺ#zk^^Z~ AeDaX_\D ֆiؓ}1X.e0]30L\ YC n[ r ʁHxo+jKm.ٗ}D-t3{{ٱm4jsVB[#|>^k)9,?վRrvT~—vZO0;ދtD(9(;T;Ai7d $'a7^P'n*_~ HL2)Y`1ARI8\z|3 ! P?׎Jne$if3լ -ana[Ƿ ]**^pL1`QyQ7f$8yI y\@ʅsv[ 6VrJIh?y_,T+[ƒ- 9pNI%`@ca "~Ii"Znonu=q# Yc^%.JCkF,m!gI^a#(4aߊ$#4:^MP6tJyM-Hc_AV2\N V.2 .r͐mQRc]79)XZǒYDgPSTG.\Ǒir}mām b1;E7^ NSj7XaAfZGg'ov"z^{M'; mKVTc^xa}J]N^% cA,?DH|Kl|2Ͳs.`ǦEހ,9kqyvw=ĚwrZ~>>C_?_s#| NKAU.SMϞШ|oX?-f8ȼaRg9nw<0,x,+Q9yWL+ќidLR%FHXXkeˀ*En6еܘ۳ lV!,gdiW-4Y}<=#ͨc* ʫD<6Mmf{5o]aǚI_QӨd{Ǭ,$QZJ|Y_'u4Xf=!P6E(~?_Eh(b>}i.jWfT7eU蜨* x(?Z(Л-MGD#ծnr&xcT+Tc`sGҕʟ&'I0zh)ܮY-V셥K/f}>5į^~InX'J&Fr84Sɳ5ڎ 6Mc֝_lȽ6;١J1HTHϐ9VۻB$375mkzg^sVpD"ASIt(+t ,<[fVtEYe:QݛꔉXM}a JKrmRSደSpԭ؟Ϋh la~ӽ/{| UrdRtMƽ5+Hpk1Ĕ[u'@zƝVީ)/C:̒`#H)DPIL,c( (H 3h+lURJ-}<@&OblE$xZ üt ;K$r} +XĎfD+9 VHK՚8¹2D)W%MbMq3d1ٿKkocΣ-@vbr^BDe)0ERq.'SVmV;IM.Hs-7'݃"5ѪȘ^Z/}b_1%ϋT(0cDx$L۠EY"^60KyTy$N *Eatq˞X\Ϡ_z}V3tk$j޴3M궒%^.[fScuQ,@\@4?f"!p3@TKv7ossr*dM46 PP2ӉI(C;5VG(3 b fr)}88ȃ+Zb[Db\Ng(o=g.gC5#}S9|O\isvNT@Wރ3Q/]7:8OgP~tV;#{h}ޥI]&3-)sz{ab0k Ϟ7z/PY2\ͳsq n!,MQ6OM`izJew;!Q!*W}f>#z]+}f,̘&E񂷉K3NB!9ةh)ͣϭ31,Z-m,A3,zzq(LP3e CHx"rջL;GL)~ζ1G8qk8kc)#43e%wkѦO1kІ{$qTxHlx<+^%'Pt2xٖ0E/\|YP!ǜ* 72y,PLTb*MCT H,Zih 4VoNoWU1׉dMkރysqHli=DfW‘^i|Ds$EɉV183^ˑm ={Ee&;`t,&~ [^'0F4"PG@h([ƯI~8mOe|tsj2)2^b}R( D+^13cB1ֿKfo&94Sz!FLI-|tRozbDF=5ٖX7?4o1gy5\ |.ʆxt1$Ivuse=\ J ycݤ9MFy />l k,̊wX2C_lҧpb|Ih]VM%l-mhokpôf;M G&7<-jZb׍dc>f%02A6[n\0W@\,֗ʝJ gw_E`X'K+)SIf2O_իmضq44P=S lf= P7osg(Xgګ!O1UH&<X_' Hx@-I&7 M~;UI.߂QZWwK0ZC2S!Hfv܌83ɺ$w_j(cӊ(SIv:ګRqEQε3whA8Hɔy&.itHtb|8]举 [)fnlI|:huY-=՝&ƭ0˝.cί]FU~gDo/f6h_9ofԡx/ WH̝(ЖAe$7zYU)D')VO' \kw-_"5ڬU (Aw?>XH9ܞo Xd́qtq?9魞/zUa!둗izd*,P͐wQϊ A)w\wTX5a5$~6CָiclUuztLНUaD4G'_l5͡ GDfP,CDzkX%#-H=}S2:ɩYi6 b< ¥!EH"%gM Hx{OqM2HIe${=*뾳MR ҡЖtMxK. g˔[4Qk)Ernoryws ƕu&ɳ3d׸%$4Q,HOiU/ ~M )-/EۦT[\ tt*E]TP̜T@oE7ȴ蓃Jj9Cݢ[-m}+Kth IHWO:Aj0ƚ+A}!셦JbžA{UמkW6 alAi/ȷA 5))O_ s#4<:,h&~#PRMB{3*L"M12M(ɦ9G=/z }j x4\`FXe*F+bdp  t|sEfI&፤IvyPO}ktnƋ/O{P;SCI]ݻӔ{X7^*WE&]~V+ldվ ^LJ˜G⠒_Mz?hdes۔;Q0\`d"o.žKOF1n]@Ѿ4׌"H$;Sʹ0hT7لNOg7悎ž ܃.khӃ0L>1:CD+ w| GwBbڳwCB A U!U3X:%.+_A &QMW4?> `Bzj ̑?K ɼCM'2}Ȩm8rwp 멆4"EU^a}푵ސDd-*аT4XKsly/QUU9NUz{w>tXz+Pw͖ ~#Ɲ0E {Ijϑkkb t6,r (:1.r!s yrC&ƾQDʵ̭ۙݫ2S~7ycs+R Vr{=Bq!LM/ +:;-An`]Fj>)p8/7U&V:LH=!8{J6~&G{kDj,m_Rx SWNhl~r4 XpJ( j<F-C7y$MTm|f`/xM B0 `P FI֣\Ŝ`w+= ;;/RBhrIWPqTe焽HƔVkO$Bp,^<:EF`\3)SO702iYT^ '+6s8F2#\6ߥTNg2}+IW{+`gLyc7Lɴ~`@vumұ<݄ VFeh߻:KE4x)%-f~׃i2sMZrE_prӡ|@봨;U. u>`. $qVHk\.0SOld+&WU*+GNjɤ s5v BZlixf^/g  Ƅ%SV뭛~>CECU9Ѩ?ԣCiQBK6;#}%&/]B@ݮ뮟Vx34pкG֎d]ꔱ.6N3eqOed6 wSٔq)@LW['pƃMQ{8m[w kH"_nrߢzYrq3X;+, %'$[ڒ9TpX/}AN.:Qw"Z`-i+09~?84 7*N7})Mcu=^Aen- ' )!*L% b1V'Ue^^M 1ծ ͸a@)57u2EK?'pvBS}|'aXcaATŮpLl;CBޯ> SE}=_'1 eGt(cPӁJ/Gr5.MbkNb0`j;pyB9zVz83SPeFjz⭐[[Nԁ˨v6߿~% gMEl5ry .qk ruo|+nO 4-8s9mG)$iZ]ZA8"f! lw߿_3Hw7ȏcK KPǭ[9^ oTJ?(eʧ/h'Fh|xSw:qruGS6oUї2l d*e':-Y?z nQ| @YevCz)I^IK"@:>QeeVຕI2lCk'DTsݳHcE0GSAmWK4!@H% `iK_- mt_). *Y7)_~(T+3I]>WBzz<9 q\4_Ѷ)FL2~ʼX yhyWGY[FMd[ ͑V$ pN){> jy6p0܁(Nc~ U& [{Suh%O2G@Q9=r~g>T #K"PIDv-w(q<}1@>^ +mE_yKd\2&|JW2jLdv"·o>B{%/4/u 8+}C)WQ~)jK_u0:ilwe8\R׺t==D֮#ܧwPpeVi ڼpƗxŮ(65C"ͅڱ-<8caa~ԨĨYt&e4a i[~dbrNS"ƞݲ/kg-916ڤQ}#Cw{@CKT ޑ:J\c4YemiґRa2zm5N*%KULiFi2ث\_9m(EyxD$`En0^p ȯTzBuC^:.nx˶fO rڮv\bO.wC"j/ ~֚M8yo`|-WN8r[OpہD揨Ue#P\˩ydz+f*H#cXa&g>&_88wP}~YRNw 9'hb^2| ,f&  _V2d .\Qd~.e!J]gp@pߊɛBL,grxJ4=0b=qe?POod)M!ap1]QAܳ a?CNΆoSAiC" SLٟOF,k<-r[GE 9:RO:Ӑ&1X(vG[m1?koCYo5j-\gDEl$9 Z07ͰsUt3eF;pTu5ok<1C"dIH2*n_ik˓ A2xQь7b -MpJ$fVn]Q v8T]fR\2X30me?VԸ>eea} >`0L\Ӿ{ڊNW-BwShS5 VY{Se4m`6*"Hh1Bq&@Z .I[~mǒ:OV0[hnɮ08HZ~jn2IyKgwUGS%״_65t5E- H_@(֊z2YU@1bLv8^&eT8el%!8&;_ݚsçܡl*ɢkWvZP\WG(Ovc0tKM?sƛ+"oCA ۊdD`W.W&!rq|XB:6XiY@|Qh={n-n5:JfŸ1 X'\>mF@[s-ia䢎^*ͬӕ5tV>zQf<";uę=R UGc 9eOQC9@l|PI!oߺi#ˣAr8Px[ qԪߚv6`PVYہK4F S Y "B"ܛ`/SX$,f+~tzU^RQ*nk/qt P Y1<<[sF%[b'Wa&Q ;ՈyxB2Ԇ)3F d9 RW\ j lJm7c[2SOj=NX}w+yKHD--KE'BxykdЪe_4ndbnn#Xa"atR[ ٲa'_IHX=4hY%=4=7Cl1A"- Kv-Kr> W 4&L>eگEIX%c٢i r)1mnq7 @Dcp.]ZjF:[U~'+mk= ݤ?*~پAr08+G}Uz+G"x 3GR^ONhc/CuQ/dS"%؉2srȽMԖkmR+azZn &yv>Z3 Uע qN|ܫ`؃R 1o$4b}@i&"Xu5tSЂGAbfP:ݡ1<1P` em 2r|#.ݔڣA&dj X}˒vXg6x܉)pN :[?\v y,ܿo+"3w(Fᔋ A]̔dC6s+хϘmImD$Bp+ Tk. * Q[dF<+(SVtxwNs/%VM*/[cR0`*݅dgtx|V߰ȳ3yvZh>!Ib^v5;xm>c\6Db."Wfȑs-cem1Nʁ{LDat"d+="fˤR7{d%ʸ>*ƪQ^?iw5,\jRuEnt]uzBMlcft4:iWjrc 5P-je'&lGCeYD"UH"~MݵUw9mJp@~úi']0rlC0o}8^83 cNxTznaw9# :VrWb&4'-r9쎺.g@6I{Hp`i*K f2=ZpXQq;anng )FdF<V"B,=u I\^zW3$xE[VUmHyb5% )\0Gp1OU@NpGEnlg+lS0,j~~M.ʁ St3 ԂL4vl($)omLiMjRm4݊6k^_!s~ʩvx& / u偙5U(9&QwA4ptvQbt"c!0 iLי5GثW@yW`0$a2 . f ;qf6g@nu~`ߤ- ĀEO*āE4a` t= R+El Yjє%G { 9J2~(M=xodz*Sk'71^\SFI鏳Lk)PzRx(_Gm0s4 gBt`SZ^6<\]!]nծJ_>ΊR47)\T( HO #xLUry築t4wHm3 ߽n)}66DR7xUđi~W A) 9·V*сə6E:Ͱh[JhD¥’fgΊʿж B_h9OYIbPRFgSx$U;fݲ7no\q/LpT tQ|uR s^`XE 1rB-,=Qu:LlXyH t #؍q7TJDr#5b/ *e;KĽ+Ϩ3^r2tw%6xHyW֚g׽~##+~]skT>ϘI? +ev5wUk y4v .=qgCnuJ6_ ƨQ9{9}qQF%=\ m†eGַ(i,"O0+zvQ5"=6k?B^0 V)53s忈)Iw|݄2Lէܒ3ħ5,SwLk+p.|Gθx:k&8j᭬!h @{c8T&770SiP޶L'h湊]ݤ3l ع8JFM xAU$[sm^Q%(3?3Fǫimzm3֑#]SrD[;M#f#>M;Eq#c,b4rq 0,kV+_(ğ+ vZ DpȌWn{[Sh~smjg/tuBu.::A)6թih45DJ4g@G8 6]0xM1uS`x+.%|-nr࿬2IIWbYŘה+;Ww͎h'<(6 3-f%5g }gV)(L s? ޴cK[:l4> TOa;-d3TVl6E)됬Ʋ5B.EK5pxF`I5pxƞga%FdzY~RfJr: >zDa=,*!hVKIxks7bvJXͭ܊.J6e:2e_A}a8H3kQXXyH)Tz(z65 )_N#|SF kTvӸxfFSTkm[F2cXBL\Q1'}8pݖ`:d8@!g{ؕС]5CBGJ=`+ zLm.,PN2H2с{]D[z o (u[Hy,Lm%ð/3W97w0K ض \[b< lGD ;|wmnv-߭ ֜P&NC}[4lT]}6#'jCZj#fxs70iq`h#83w{h _Gzi$bYg'U9#RnUzX. O4`YI;-2͙pzV$& GnS{DλsL=zQPDP)ԑ> lY8Atm(4BiR) : @ܩ1ٴ`;q+^! v%ƒ#邏;RG5d23eAOKx13@\f >kUHPpw 7*LD"K,͂QP s2<^ӵI0ȎNQɵl#pdsC`B(FܤF{`Qb5sdwG* X/Q D.w?5 $~/.QO0@x]g /< $N˩RW9ڊZYv2ˑ8-vi0Ks9ȼJ auCgJ]z)Ad O' !Քc0 0xoqbTfV8wB>]j~鋆H5s ʣ^ޣ(T@KqJvEnNM/_Cg^kKO&vf..¢sr4AT1WP V$RVgh'/ Rg1;QL N; G%(.=݆R}30}DU!kOP@Ş&Er*{:PMl['a1EE2_y-c%WQOu_$945{/A: /!f2=s1EJJq)Y]Ǫb(m[,-G Ȋ]=ʥg3-c&BW "572U_1:st IMJu}%4o>O Ӧ5]KX(P =3R˦JI+~ Inr5 vo&S2QZI8Öq`KvP<v=`SQ}*LN7 ߈VdhjGYN~ZJ#%H(kyX AinҒNHboNڡ (OQ涖gO݁J*jΐGgEog tϪ. B"h/ ,"uc*JC`ݧ}s6'jdȂ&{I](3k W~劁'Qn&KA4pmT }4] f>"y&"/mw_z1D*x1⻠4HGNsψhuog*CҺIJ!񴷚(Ⱦql+pDm`FHegdM)"Gr'GQ$*P7rtE/}5U3FmEeIA`"?]'JӰ\>"C`C$DnFiMs鳹+Y<Ļw&+ebuʝ7_3ŲO`K֢N6y2$GZޫ_#y(2U.P0[ F @*L/c&Mi:?a_+[s`AB%yǓfxg#̘e rG (?ME(d&+O#l^Ӫ ߣfR*SIGjwL{kX>;=H1 Q78 YE:\۰`a~_`pd)gTA8qQ{3pñF)-XXiη,nQ((pfGs&VJZ4n5FTC2P;hђ'{>$>cۍ/Ń{".jo7?Jg@Hyѣ"f7dȆ]5uʮ !ŚlMQXN^<ǧX0"C+IipC2 3k%S̵jӂr@:uTf7|_X`H( !tɭ+YtGux luԇ*uoWKGmDQ6CK?3$,]BxcniH:b%S]u{8O7,W3Gq?EfAl[miFjBC bPTyuQBGgr`& hH߂BnFOQqtuQѳ~ye,ddڝR@ ^yq%xAf-G\ y[? JN'Jb%\wuCAMx6 l"좲@ dunrvٷs`iԢcF9?u8}ˣQ2U\!f YL4s>ѵdoqB3w۠"D晳O8ݵ^|Yl/aԩȓ*-i{XeDo+:Wzly؇Ukf%nO9tm<7()|'^=ıPJX.Y=#<)4 N00ȃ"z9'@-cԻy !RF,^n.hKG[>&}oK9_ZiGҐٓϥ=KsF@ctZg+UmAbD̹(9N!HK%sUP.@8/"Udײ_[PؠO[pVsUy5l-zLtb VUy*@ 9udM_5jelh ^I~'rq-XYw/V#' ]-RO;^1-ɝJu6r%^X^*Fpnc|B2.`a`ј2ş ꞥ#OcI0BEpAnIbCHXw}RQS?q49%\?=l[I,[?T'$hbϋ<8^lS%UjKw ;>P܀BRjO܈Ѿ]$Q(ʍﵰ[9JrqϟIڭ$2nZ}'X^N9ue8X]~M{:vrd,r%B;9%sM+~ n ߵrzڔX͞է +䢭{ȥƢ™( U:so_Eme?!&;_Ж>;bZ`!U+-ZTET!bs- ꊞTH B.>e\#.QP ֡m?<~F1&_Jhъ8VpKK?{P_-d5zեk6: 0Y̚$Xl( %iKBwM_$"/t;;pSo;VeCTMx@n-ӚEnrȩOreXgҎ|s~g$SɸR>OIY⊯!Ɔܒ歭{9&+`mOHgOnK@TѷENjH_㫭5ɥ]g:2,_pI׊Qn״G OіEtWfQ_HygA>[I "ט})^Ӝ&C &{XP}ˍ I84W1uN`E!=3%܉N1pm6QdX3JWԤje]rX&%*|i'jd)U9S1VDeϧsmvdIeY  Bj!}DH*sׇ/WBp%os5LN DI볔 /-K6xf;h: e Q+"N2 G">f_c b̗ Lj{%YHrػG>&GS ll/mnng֍ GAIk1|P5h8MӽKԸ UΔ).cVhջkBP49^#{mt6 O-jQb*1rquR)"loKүp89pAGZd1h v h[%65$]ڦħ1=Yt_%u]l-l;?7rAf Vf (_@HM }I系_{KD/<&fV Ntc?ط '6c{7he#ֵ|m(6Of"KRéPfߠr-+>$̹v'9ҬH'/aںߘ\X~,{N oO_$l!R/yT!DŽa6-[EKC tw%E0 Q5 zUdMX8$IbxkD7i]qŅk;"O 6.6~| LmMju-7Rh3:zw,2Vq%-| _tq6ONLϑDIhsۦ9*m~C V@>#d ecOJ?_>b$َY%Mj"<{4TͰZc 5C?]?W.,޽mɅ:'x ֆ+ foy 9A/okosL[=舴½m&<;hN4ʫ̫@8p%oj$K]0cux$` k1o1`rb5 =W=2`ok"'t5O'Xr{j]?HNWR)_f!󸅣OhYCпω5a[ҍtCm~pՃ,! (V.߈$K?/8nH"J(ȟ!-3>PhbǬ]$Y1N 顔y`'s6cU^tq3qa|c|Y5rp;=#bbnQk ] ktxg/SdxGonD<нj(VoR$!zKhmS;{;zbpTTktM-B6p{zSR<@õXmyb;3$E,ILVfrV2qVE,Tr;%b~E3HziiwEh6[z|JFՌ/kFw+AHr gvC]h7`o[ML;4 u/3HPOF Eo2`ipY6jaټ"3iRe ޭp7JPXh iβ+ $]͑X#[܈j! $wy9&JQl6$Qkq~=:lY-%5IjD (t&P&\"ί']>%\ U+N UQ΍ř,bW1[*̽68wߌ;^@[^ (~!^YT0l{&11!o&wȁ'%:{ƽ.E^-Lr@u]A.LÊ9IQ[z )^s'xӵ ϣ]M0)$M]w8 B֩kZ Ob)|Hef̓Wv.ndVڡo8 3) f˚Ԕd/XCk6 KmɨsALieSVڤ7==]4tT; U %zMյr@^xXFZwfc,` D?(}Ejwu8|W݊]󱵌AC5xGx8h:CC4&xӉ2Y x I+"kKʬ-̎6b9nеL=FSq | N6 :*LJw&$xtR)PO3c35x? LV*׮Eb\@E <1-4;q jCN)ug_ϠKYhdh. 0} ]!suRJ^=M1% Gym@'%e26uVf3.NC\#sk`ePn€cSv3@W+GFX*殁ħ<~-2%L]u(G!h漬9chP^iH֋n7diB9I{=I$#im>1ē0򟷕CN_KJLX3`킙ܳG76b)8G/܌`/?ފSvKշ05"TfTٛ=[kU\=-'I-KV㏤O✩6v]QU~ǁ8  Xi=8B/rfUOrqGnok(y-iIR7PT*Im5o~(77'-ܙRr7Չt9]üi"WB ?h,#s+:Kmi S.uf m/U-8޸@lz:L Yi[~FES&B%୛f<We*7.VI]g  &S ksa .u#p(y7 DMV(!x@*(#$O`wJh|FT݅ɩ́ŧX cXVxPŖx?!G.鈊OTV9ELuSpoPb& ˽?4E;+_hSp[%Ix!6gwxUBx)ȴ߉=Vj(BE=2Os q Hs~Ddؔx"H!-r)H=+9izYaS{UfA43yR$孩F1_2SzwbaIJm/C$lx C2"̟;9g$=e \rc 'Rjb:WU $ϗtQ$6?1H.ઊ’xg<V&H3!h;O1MmGu1?iW昚2'tGP.l3eH%z1y=ʢ[+^ GkCB.'ڻ4eK dS4)*bbfa8/38sYw^ K4IꦸG ;7i1mO׋ތt;s20 h%/4e{o6D*sL l_of1 }vD y~ݝ5Rֿ \.| (c6:jn;v4dGܥ8?|-=!.~\`ӌq 6M9XKHax7^Ifq:<}F7"9тq9QiJ0K9ݰ9. ~>>عie=X@7Հ:vQrΕ.F (J+L⮓& r:5 v ^3#.(#cq`/vaYwͥY&O.>ZTwfW7_ҪYI \T:}D_1u#d;}ca1/E-{\{;ގFtYh,]d>؞WVt^V# Q`|dҖ'*bς.%w}\r1{Kv>GYX%YATʇH=l$X:J`.m4#k=*B(dSTsHpuC3wU?Sf" #MXeW}54z|h͢W. V#1zO/F7s`('b` +P ։|']U_QD݄ũ{q72Nr ne&:A;@Q`G%j:!5 ќ]yoqG>e4}1w I7  |AˆjuQze|\qae,[?|iuwYB6Im}{"Bf G'~RYCٖQW5xl#g@_g8iaPvUHʈ"r>OGw9ۧ Hco?rX^ )\ZJ8b8+K1*4R^#bŀXZW2HamA)gִ1)`ޠ4QbO~T [{o:tȫ7!@M75U 髭 02 bU<$_6N`PXԸA>8'>khD|}Oioo2{Km'HKS@H)֗K.gl?R7g/3 (ʯocMǹ煈Z+"o~s`#/@t8h:Sz*u9"gY^̃'Ztf)ṯS]M9e5mOr$b;=A ¶3\jF}\и{"'8mi\sUPQD4.rCEKl2Ѳq[pE}UUTT;~[O; B[.R%|Ra:JƙlHK 9\74ަ+^42YmU0H&N㶇pcpCGpn [Q!kz1gnCgH_9$ܕ|ޟS,W$`3Y:*đ+/!zVV^,Hc3ш{Lx)iNT& L`N'Xga*X' ki7O7#W3bWMwhJb:X,%׾#l}gL"i"+@22F>Pȧ i/) -!6X%&qI.&rf+d6CX;%yT&+ɖ*SfUR18obrt67hT7k8}̔]:_e3䲉T%B goX?A>yØ=MV+M=3W cDQ M^ Yޢzz4؍HKV+?t/-lifaThl\}l7̖s52##5amLMAr'2H}BKM wKXU@"kVg6[N. |}= k,h;·`6.tfgMKjemB6JeA?24 Auem2r0 d"6^i]k7y3-1JOI~RpsC-W)$]bGot)"`xw}0jWnJ7 mO|nlG(HNO[3nT#)yA J`,AȆ&}rE*P(#AUķ7MVE֝-PY4_RVY IfҞgy!Uk@ ;E, tbǥ7~"+O ~+~|Ȋ. s2R.G;`;/o)"شljLNM"lp(u+^FixK7 `bÎeQ`L0̲Mȶg`U{aG2YWDjJ7UNT]kO\\딌1Z] og֌z{'"~Ը·]/z,ej" IԘBkV2\|^aSPOsw3'AQw֕p YZ