xrdp-0.9.13.1-150200.4.30.1<>,xevip9|E GXh/xR!ӜH{eb1Jy)'$3`.Z}9bR.h٤ʧЁH!$knFsiE9\,E21s'{ ĠYfXkk[~ᗛ*uypCs1Q ܨb[Lt:\EZFغAKxAdӼwS(ڮ£ mkppqR_6Uo*<ݙ>I?td  C2 H]"Z$ Z $Z %tZ &Z 8Z 9Z;,Z<Z>>Z@< @ Ap D5 (D8D89El8:IG8=>?@FGZHTZIZX Y@ \Z]Z^b-cdUeZf]l_utZvwZxpZyKz!$(.pCxrdp0.9.13.1150200.4.30.1Remote desktop protocol (RDP) serverA terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients.evinebbiolo,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 8 8 rO:@ 88  (P ` S<~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤evhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevh^v^v^v^v^v^vevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhevhf3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24c20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76dcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16df7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e5b9797e02dfc3d04bbfc7ac1b58f4c848b3896e6517d46ac8fdc0725794a1724adb4efd0127f3fa1e3e3e1432b93b9a5e1d3853247f006765ce5d962a5693630b0b4357be05ab9594df9ba1e98c27b33f525a6121e07318a7952c5d4aa2a96ce1aa8749b0824ff6ff8b89f4e6437b7c7f04b4a65b002dff831c4af6b220c252e38e8e3e93d65dfd4c3f6551cc53d6c0c627c648f32e003c490a50dd8a80366ad73bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2af8f2632544e610cc91ba1718b36688952d83b5d5e9c7a6c6a272880407c2cda291057ba4d80eddcc863b51610d35648cae5abab5703c242c20c3eb2fed1174642c4d42aa5e4adfd9c7b1465b3b31aa085ba63c2ca56d88545fe05ced79b3e173f9628c1bc61a66c21d8248a60bce61af77b8b42d1d5abc99e6ec08587b8afc2774cc419655f7a2f14778bc9c3287236a058366dab952cc278e085d140a4d3e62c3e2b90f1c34b855236a53c7b48c8f71cc96055b3bc74c2ec50ed033f90b5ddfc09ddb0754965bd8334ef977737723a26026bb4803d8dedf9660f3600be700edc59addc1e53445381a9f30ee9a627ae11a1c53701751c89072803690860bc60324e1dc4c88dd6230b734263e2d2f07942019de516107039bbce5b56997911796b50b0270edb49abd45e8e617d9daf2559db4cc8504740270baf836d28e638b5117e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c71c3c1e1345d761e85bc78dfe4947a86b39d991aac15e78ccbc35416cbfc612becdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-0000040b.inikm-0000080c.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-150200.4.30.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)libcommon.so.0()(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libscp.so.0()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libxrdp.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xorg-x11-Xvnc0.9.13.1-150200.4.30.13.0.4-14.6.0-14.0-15.2-14.14.1es@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)@yu.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- 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/shnebbiolo 1702258945  "$&(*,.024579:<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw0.9.13.1-150200.4.30.10.9.13.1-150200.4.30.10.9.13.1-150200.4.30.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:31863/SUSE_SLE-15-SP2_Update/830d39790ff100933ef405c7f81cce9a-xrdp.SUSE_SLE-15-SP2_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]=b8f14a737501fe66486ecede7314a5b88b456f19, for GNU/Linux 3.10.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]=13601004320258fa8a1b09c2b44a860a25c17b76, for GNU/Linux 3.10.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]=67a31ec73bd073e901ac063053b013cf005dfb70, for GNU/Linux 3.10.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]=60c069bb51556760c3e26de09d4e675d11e16daa, for GNU/Linux 3.10.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]=5c59fcac7e04edbe5f68121ba75a87cffbf5d550, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5973ab3b8e44f2cac91aac83a8377f64a4813292, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d7ccb6232a67ea5d342a06151e17096b8c07d97, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ba8971299fc8777db261aa3726e2b08bb511007d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a335c7c2b114ff2b274c07e102e7cb634f326f6e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=36f1930c9b96f148bcd4e2c980404f97ee177462, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5da5253240f14a1b005457f35482d4d1f98f9e64, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=128f0c32169d24342bb36cf378ba8bdd2526b91f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=757be5196c9ca2eb2a9fb3115a2da96171aeb574, for GNU/Linux 3.10.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]=0839f95759bd9b38e4af552da77d723d0bbae173, for GNU/Linux 3.10.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]=260603d66799a254926ded021f8d057947f52700, for GNU/Linux 3.10.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-150200.4.30.1.ppc64le/var/log/xrdp-sesman.log' (No such file or directory) !'+/26=C RRR R R RR R RR R RRR R RR RPRRRRR RRRRR PR RR PR RRRR PR RR PR RR PR R PR RR R RRR R RR R RRR RR RR RRRRRR 49NX甂^xorgxrdputf-87b5c02425c2a353ccfe8b43cd9103c551ae2ac50233f016549d6be378df1c852?p7zXZ !t/]"k%H+ۣT\0d}N O~,0$Ȩ'H`#LLoa"`(>o0lT6֊Kb*7}!Sc&9D*ȜNiȤqM>J"|(= /[#NDdtc$QW]@'9)l1&z*iP:U7 *F5Vft] pOk|uyF/se]69cALU69 JA6uW{vO "kU9(EN+k\G) m[4֒APgK-ӛQrN%ȅiiK,"FK c?m5.C>@?i'?x|V,rsFSyDH{gLmEtR'IJ6'!v/C֧ZњMWm閵=U$l!@e闎.)oGɺ<[f:(J$>ˋq,x-ָc3ݻ!6TEN=V{cUnC&XMVYWeɻaG&-X R6ZH͓uNC;pzչH;Hs/d+Yyu r :}DڡQ4vJhG> ^U!W5 lb2})3j'Y}|= fz"b-<f5O@I u_nw7fǺ&$cǍ]߅(IhOzhv<HAn1DU]:~CwF8u6j@OW J > (H3]pT{5"تgHݚ;~Rp|G,=z?& m, a@.Uv8,A;%l~p;tT)ʿլ$|a.dAܮu/86w/5#6mG u񂒲nbuXBSoOz& ۹>}I{-@%EKW$6Wv VʣU-9r-6h m oUsL-IP3^-لHޛƢ a\J Ф_MNb0. uF9yϻݯqmSǩR=,22夝HӶ4Z G=2]G'p;9}WMܓ{u<A̹H~{4J\{2'M}b sc"y(3}Wt6@U*hgYb.,{L>*j*c14 .38 gN |cr-+CG *E;e`V b3ԭ5ꒉ~ t3{flYT,I3;=A @u2U@Dް}l.re@t߅&E=d!J)@fwr U|Yr7(S택2-}v2#Q\UߛYV*YX>=c XHŭY"Ugr/| clIN52Q| Yz- *DWꎁBhx[*C[BN\/Im0ɍ;Uuʼn_34W&@0J YwqhqL}9)]<Oi\*Ov|GEþ3$ Sfʜ(<'Eʲǿ+`FgҌ; 9 P3{4=C0Ks ۹!s+e/P*e!lYgU~} J#!afm`?}ޚп̛JײH܁Usc6=13/;@26ôQ{NY4pw;Ũ] \,MЎL0t(,AR(M'!_w@ fK$:O lq,B@T5o~1U G)ryesZuklĠV"̉67*3b.߻ n2@|ŭM &V:pz?Ĺg7h&;f1sYW~v KEuޔJgH%6RLh"-o2$t}Yn_L3ݐxCr !(X41qZde X}8͈(\admxF3[Z0Ez`\>h|0}S") ^>&NO{EEswBy;L!~ ˜asfվG_M! ="3 nft5Z?)I(JU8Slhx5w,G5z)reD8O0?"@^< p>Rj)І$>B*FkU O&|ԕiVحDQRx(̋Pfzt=QȽ5gd@I`*>h(+.,k)D[96u79B 9a :| p^ICX6mYQx "7cĥ-¿3;>JF-qc{,yikLgRKG1LĘҾ`b/oY8fǣ# Vs w$ cc d`y}a++yļ;lD4wNC8DZ*,Gk/棦x:s߿sr73)"t:IXᯍ~4}:ɑL|5AGgY !ˠn9YuNT}̒u[{6^sR4- sNO(`/@SSi2Di|x;ogT<'oXɌM/O$2u{ ?9ݔv,VVQS:4|:j;T&3P+iI ]GnrQM_)xգFv|mM-u(#_>Ko3ɣf`^c>"d{OȝgAa76Z݌ն7JX=A7Mu$6Vr"+,"qLf۹}H?%-'vsC\Xb9nYsoy-ʆ 9[m}yMx%%䉦{DZ#F7l?[rꥌё f HA'YN߫|m%Q,rv f޲d 2޽pj^.|鬔c BwtӼqq6c㔏mV0-~yI?C{8zeA66lߞ #9&i(L#kEYD2:[ H9#ru*}Cq3奎x0rgԡ:_RѡP> `-ޱNw #cB'&7!RFY,Tp܏+CF8 IţbBQmu!>5#%}~@N#N`9gE ,ff̡L[huq|+S[wBM 4j^?˗=9ƪys%2nrNT%L+<*^c!X`WF3䐯?CW7Ņq>Q%XCa8"ȴ#7^|7 *泐B"oՇ? ӁE}.-DMJ ߣ4'_Wci:@[|`}Uj|ײ|Ve%Kd(]'& _tov>$!JAFXcJ Sk't9g.no)ۉ9e Gu!;3a"{vYv2CdvG@#,1:M!c㞊˜lAYe1 }Y90;k |귰aPݔ4]axy4"Y"TC/:# ;&|Fw6NGsJAf[?Kbn*o&}99 Z`5Pdڢ鈮L3(0pnMqq%qкn|dg9>Pr]&+JW{HDZ2E~bӝwʹ?<#U7]SK:O<)Í_%_![/LO"T?0۶ P !it!=VT0 87q,gΟ}*fp'c|ͮ?N#)ٲ!;hBh7((WffhdFJ*0ɶbZ !@!YVg]rK\JlM޴ :TJ|T͑b|743C ڝwSHGsDC8Ϸ4߲$[AAEGBXTXbEu>A G A}}Դby6]M_^29 tlvY̫ʩu,N|J߳*”ҠbɬJy^?|4n؜{~V?g!*Q<͜|Iʚ{@tQ*AL~QZk2]7KO ZS*rjep R6t8S.=v%|&N|`=:Nwh6^'n Acv}?)s"RHNnwpM@G-L)ϖ}j*/p9T w޺'^.5@(MF7Am_5 UT;w},v PD+oSt4pN>Z3T5gp9IןsN|3u$ ȳ( Bw%of.(p[,<>j%P8h+Lk Z!Zs|-"D+e `>|(3D*s5TH0g-p ˍĎ%tAV B)ǥ$ֹu_ GȬ? !f%<.Q2o͚Yץ{ ׇ^^aQYB1Jk]GT3 ʹi>T4. M/\g#$۰A9ga# (ɩ!̊L4[GĎ^{`jPU3z3aȐm|=IU|gWg9X26 Ռ+0 8 %*n <XEowVcb}u'C"~(3AxGC@IV%K*O?G^1'/e\NK48/wnǻlsږIwmog Ȩ'.2ZPIW !}b8d3}m:+zӎ$yox`7J${ Y7]=7G#^aM8a .z)5^V]'KrBqNYųEN}*2ׯ>Ɓ@L$3k2At{\5(cs)ۀy䄕UKnt)'V41!=Z`+ӊ{@p`.(sa+<:!XpNmA B[,D\3EͻV)ʹ|?28#q(yr#ś9-$}*#5U?avH0z@BF#gѕo)6w'QK]PURv|\rnzL2ΰHc*=FOV1$DӆmfTS?Mޓܼ6ӕOl X CĖl'a˶ӻ(=*&OMc_܄)\ ڙ;]KhfWl, ..7^ծȖ\S"/2M8$b#Ghb_*S2ؗ{I:g٣~J wUQO,JvfϨgE^W"zQ{@Db(f-ַV,R`SEm hB k^a. Dh+Lmhe]QEh;֡ 1*OC cЊ䢹 pA<8ZԿ,k|f7  pӦ6/c$$_HSJ&֋ٸ:9=& s1}QbeIsg*bqZvM5r*IX$Z_A=uO zF2g'zF~Uu\ 1Eԉ|ԍ pi.?9r!'7/Q-9fu^dO8>LUK?L 2 j"א7\!ܰohnϧy,\x?%mSQ9grƵ-ڽ}2ڜ=Pýq:vƿ~T%+\BK](d,]~J k  TyIϚ\OelkT|,+5yΓEbԞ7DVLA Fd݅ 3 |af  >54ƀ`.E5!ǼZ o742:ţ?JrP f ꝖE_+U.(Es(Ldlaozl}kM~F e< a7҂<.r6c;ڟj6yo.3#J׾ ҁS4@TxtU p}m5`-wP g' v@m,^pL)9%ʗrEcW|[` >PxrǤ[b&P8A]ٮH!w | e`Xq a7"6\Z @!3n!ݜyYf;B7WK{ d1oB"jDKS ?"1G+f7˷ qGx71vتICqiƧK`qp*!V+"h`F bUSE@h4ybJ*8 Q?砚Öbb|\G)nvZ+Bq2[(Lj/cNkRi.3fI|a<0#[-}egYiUeM!! -npTrCrVg{1i{`o{`wwt>1+LV:abJ :{BD屮0.f.O-?>~au`e,Lɀ)J=6Aq?KnzHb'3^Z% b9WUoC|G3n\=<\Vi~+*n:Abܜ)3`ِzw%'wOaD3*"Go>:Z <̠GȿKi!;vȦiqE=j(n0~'Hy$#'"ה׏-7ʈ׏~._޸DBf4gz.K46K$ʘeNf}$}&[h~+,Ì2>IE@%+Ǩv9[b8%UH Kuз+?»V`RY>a=jZbIr}5x$vnjTժSXal\rݙsNsB.=oN#lox , YKG7 X]PS9]ިow3wDzuxRg=,a?\u_w-Z!z00"""b !T[H z/H>d1 ky85sfbL=ԺMjƼeާO[Ƴ䕕hnwƹ_SHf)d¾mNY^{p.iDhp{p%rӈr}'"|zO](+l ##~ 9ׯ&[*飢jgGw縎L-|FV!Ъ{Sx,2a}DZY jE$kA#l#k4i8!XwhQ6xZ!ݏ[Ou\-s[{Q1ULk1CtawYw `񉇾2PA6~+R[Bn0$D Oy"{joy=6{zUk{<扁. ,)!6LVrlVx'ws͒5rw|32`AFfG:`nw+-}dmmb!`)OqkI)fC돐 PC tSDO~G :]]gk>Μ1MX5 nT{tG|+]H6 uH0r=FH!G l[HH!Uy@Is`g\ގ"ō:"\D?\0#I$a Ȼ`=Ҭ{MݴX?[,.SqY+K{F+Dw3vz\ bi5h~vcTy1p!yU&R47_uû9Z̈́/bO,8QZj&fHL"@ '2 tfH?qq_|TG:G>\3\<>38VЮð$ 9^%;$H\4B[ɍzOL׺iAL和n/)IwoUe{_T^42lC q$c"Li}K&!AcH[E rK}FoqoGO+ӥY7u 3b>hso`%v.q, J%bhn5Ά,7|2 72ݭRƬin(xܐ (0Mqޝ/ ̞2A' 9Z"(+ơ,DMhyf-}8jwJd%{6fHxZԶ$M`2p<pT"QJ%8y7Z4tʐ,;KaqF&8>$54uK*N5 r)H M'CDl^8e:y珃ͼ[+$daFA-ܓ9@͢Qd^f"n@JgJgF7hf4}X?ؗ=yHia<6t?- /7t&T]9< _7bc 1:b @0'#Ɩ!]ųʪ%Q7q홽X.n*Rk:>JqA9͌E1/i$Dh*)nAXCn!Zz˴2}>:#k./{64:.uf8IKU M;X\3i}  NYfܑd )[rv9_@c&y@Z<98RОNc ?^TRydӇ]l_mj;0k|RәP;ja< qm&h›o4V~;Y"Ӌ=o$;HRF8'~UgEy^_Տ"ƛz;>r~`g7Yu82;e'Tgʖ &:'@6D].MI1+q(c%r2b<)oI-ڝv/g2m$d`:QI.\5-c(bz/7xX?>F(KjOhItDsHOb yhyF֗ZF}¸.%nc? ]..tVcXd#*^N~GAaZ!ƀRB1_m[`(Q-.ArKu}e j4֫b-"TPv6bGB㵮څ5 {. .HDBу`5l%E|CLb˄`Q!!~ $E۝" 4 l"/"$Uq BEX5DrnB>yX dK [S‡-}h2&Ϝگz}Դ`DE\lp8@xeF-xU.+@ 247/fxS^ ̀i]J"8*_3\"kݹUa*/c С`A^O]x2 A7mlGF65tg0/8 {+VD\vËwޔ:0+[ eoUĕxҽi&G-ƓH) 7pBn˲򮲂m|!@ AZy"̤d67f u3 b nɂ2]"_Fe)+?;9e5V'dzR"y`Z㧁8L a/Ω(!Ui"{ud[(͙}OPٯL1Whc8Gu#u؍Ҙ7H׃R?hD;$/ո }*`G jt¥9~>W꒢=, ܉:7Tu.6IB, 嗟#,JZja9)?A;@>@M5M"Po @& kDa6X? #Ò(R~/|熤<"9yg^ڶ!xa1pJW.{(ⲪW yQ*Tzndd}j Tӷ@A}sDzm- rɡkeRyoζFU2tHmȋ#5_DmDx1!L@K>Th>ƌ7NÑ($Uˣ}k}Ocj3ci88~RҼ8ycv=q[Gf qO?+K1Z -QM][/ ,fTbi/7B^˹Qsm> mI&eb{,ga۞p^Xb|kJvu[ӏj#y:k#W$FwqFZ b @c_;մzMFzټkLx\V>Yyc5L:=W#JT HŌPwD?nj3޺dM⮋ &lglZ!Ml~j;2.JA40Wgr FO_Re&)`j]JtdoGœ;QdL!l <̆gi[^/1ܯV;- s`RױD>OBaEz|ooyC!;?KUʺfL vH\Uu$zVY00V47Ѵ.SG awȬMYJrn{VmڳQ˳/7H E@[L z%rv #_|7PυW`0 iaoߋ`8VtYW18Tr^}, =frAw]) BLx!գy.aw#t{Uq{5G%PQ\*o!0D"GC3h[Zj7>7:j~?_ C1As\[vkO hk[w.+]n IX(G]a k>kP24ŤǫscP h>V.pUU}J]Gmgq\s_pׅL6v?ONbk6ө^Q)lGԕ]cxͨ=lvRVl)FHDS'[Ivr@Gg,d$+w8{{fCc )I 61$$ ֍4; A,9GTס`d{eu 9e6"SX﹝ˣoo'T! }һy7825MwL1 u8`1Oַ-uhsd ;Q *GuĐP$')ӆz')rp6i[hV9i^qtŽçUz^-`+xv^ q)pm+R;JN{~-;_C"eF>'|u:DqM޻\;f )~]+tNVZfdOյAolukTB-$/X95&]ec/HJ(U6tưhI2gSq(}&Xeet ޣy@~ ]XSfk\BnH0-~4|>:_LA&DxΪje* H$LiP:v|d 2Sf sPN:bRlok2%5+\Q d2򏹢|hc]2kXWEW0A40wh=eY r8V8i /-[vSlIcWe8_4ڋ +eRUԫD|Kτ_ZL([D&.Mi%(֗K(k)EĞLXtr9IJl@:oO}^̳t?{O8_Sl9 '* p 9nD%ԗfd.k1a9kbhH-Vb@ qMM& .&VW@ܺ(Rw n[Olİk^f_J~U5gpH֥W54^bJj+i?MS ([ByA֠8J\6VwWbT*DX {o4QNEqgkxKIs親~DcͫkCOH LjmGj`\1,C}ыc>~ܪ40~|΋*%#6G/ xo(嘃N|C&N:щGt[ 4%<n:(mݿ42RV_{m>zQ O?aU ϥj,MN9<k 5÷>_&a%Bw;cn)B0_ўaQζ@K=M  鲇Wfh9[4\>Ƭ& ׌|Y^7%*=BИZ(~7E՘\pg6jg0Tyjd%yĤ꽽e.:%Q3ܜ:ʙ4Q~K>߹ksB,\ X̰9,C f Do|,;Իxv.Fө+d,3s~'\XŽ'8T4:nV&#9%A ָJH%ȫۘ H ش肝9)&k.cO@/Otێs^Y ׸xiu;Q}߄ܕMw8 ʇP\ukw:2!3t!%3כf/q*%$I6O!q1 'NV34CwE9VVohsNyaU u}TsA 󋅶3 \xL$ 2bh(_PKZN"RkIr Dmv)q$;ͽq"tp4~KdNBQ"J*Bjj~g`my:G=Ħ]Y T}dZZ[i\eAJE6^ڐSfU;UxUgp2z&{%F BWY,OKS]A: Da21G) Y+7 cdPp]ʼnI~J|ʮyiGI\y-$=ZƼC/P JcOq^r3|Wq2O!J"D]rZT \`K^?E[{c+ũ$h+dNF1AAD`D*|{-.ibRGҒ*&!+ָCOYt>s 9֋A긯ﵨ >w˻nDh7?T.ۈ>|vq?   _zMK,t&`ꀶy|IugAV? +o>O=Q?IM ~}oFUwr-LtYRrUQo) tvXU4v)H7V]V%_@-ЌD{j7##c>R ft^Y&$ P[,o2k`r{ڝHXx\ eTD Б\dGrPCŹ[:*Bvji\_2fǜӀyRc]9mZKZ i<, ۊ)klwG6 =qhoWƁ/vkk:Ox]} `nɺx},U0ț|@4$'`}PY!g+ULAm =:oi{D;"'Vm@M "$"X|yDS`J_$jbb;` O9RNaQ!KoHЦ,`T.蜑A/mKvl_qC+ ezedZc$l[FnJ'u/;͌JVW`A0#Ӳ{w \qx-SclKwC9JPq3u5*t19\8,T +6^?{Iʌ"|CMYa.uu}v#@; &^Zz͊oK$ͼD%K[Rm䔚r~V|~Ŀ>\c )-Y)RH8l&1,o/kHgBafc(9H@ʎk3Shթ5XA8օ8#OڱDaZhSxbzY?iT[D5 kI?!`=amb1h"RQSrP>BV@<uNOz]WO{w(e>kxhT$gSK¸g|Q{г, =+EyuKvuz T} >旦nlv.3ٺFxFmSԫ0*]3ryU,,o^#\X7Hۡ|c9R`B(ugW9rI>Muj;uݥ,|@% 3ق$ Nn[h! ZO 8. "I)'C\ ݣ ˳Ҥ"jm'cK߀n>b#&bO7$7Kj` i (zͪ>r6Vzik`{qAK1#Y׉|tj(jWq8GK*2fO)ivFCJ>il8+Za AڕCtx2;kvm,(Ozfnxk͍.^GۏrE9* T͘ rQNfZ혇1*9Ko}jV4Ţ`2x_7MI H }yd.tG}X%< ;L 4gBJGS$HѢVҖ4tJɋ!~ e$f嫗 ?B*͌5[w$ \")- {M+̊,Mn~~pk-\]2޺'.PV@33zڃzGs?<,R:I9Чe8|QG{T8.jɤJ]sanB€U!hw(BhEv2|X S-Zw-ȅ0= cp%bU B9n#k&bHG"uV8"U[W#,%&ӌ֝F {#yu XH~?j ĹrYKPƚo޳ѾSeT.2?khJ8QLjjGj3AfӛUXc{(q(0b˒eI4Iy*ih gWw@rdVz}gonDL30˨OKh~3 ȳ 4Y}6b:\)S wY$a! sBJ^$ʕY(rZ_`Xe/Px*V%ii#s֘0@_ϾSj1NPssZ,~)Q.fB\㔧9"Q@tz8p(5Ta)q_+9ZGK=F)1!(D4!%sXDwwsF ;:iXHPP7té(T ɆHB7_0 YGCl|1L[GHկ,à`Xe{NS,%Aq.`܋K.ZA&61xUTmNحAUZN:pBg C|#&sp}2[AV&DOL[ ݍp0QqQZ Y4ImwȤ{M#>PP 㚣1ޒtbtT vTJ !gjnjY4U [#ڒb,imw[ߤr5;d)8#n ;^ߕFʴN0TIwi{%Z8.xcNDL 7 ݆1dgcM>I}!xX+)k'G0{u>4YTr>yz'?hL 3F6K= K#( l&萻-r%EX#gܦPIu`qfL!Kx&^v_@e3qF`v(*HÄ\L|ZWDr-nj݃Lo 7U?yT\ԯIhfoSdm"Fj ׳&DCr};^@tjL§oT..vPI0/%%Gnj~QYڹR54C+Zf|W^_՛$%dʹ8[KojEDru /JREo4mY+=铵R;0bGNx4S8msq`Ưܫ0jdm;jm=W^w F3cn/ * XzvRߔ!\m",.T6e}-l%j\~7_qùGQ5I%o%;Qf^l[kNV4_ u=}A,3[eXUs \½Kv҈NXӣEO[̰/4CCçI35MGsi vyS{n1}ƺrTtئPRE篘}eY,1M"d:mܑ&PBzؒ{u.47,YnrroMkAV~ /^A#PH@~m?rq^ gEʣ6Pꗹa] L|t  )xRv[LO#rg 6֚D^qj0fAܮR&9b681[Ч&5vHOxˮho% "M}Hqԃq\8ˋA+ aNv?-0!ڏYC dZMp2QU-Zs*|H602Ů.B \93V8}hںK(_|z۠x$j 1)-ܣ[iA!x<,5#[Q> 0CHc.3Ukt 잮.&Axg7>Kс L ,ǧ @o'9ɸH+&yy)|kYn\]Fx.1\;R=#([c•eBC[|7f۩ή8 !Ʌ?L@(pGꋻt}4;3f> MKKrnP9AWvf|e󸋓{"B@ 3LT8KQca<_}i߆ǧr0hCFn)7d>\Hς6HCv6>t!Α \ GKDF6AŖ̈́dUkeFQw- KL1GWa1{,5+?[xrR ?6NA*KmoKA U܉]"mt s?GflBN>-R>Pb 7oQ֨ٽqtG{>O mjjTo)%!M^ʧ,y $o/ d Hlv>^j6wU\w=4ceB"M~&0~BqY=Ja%a`2wݟ[ skImD=/ܱ\E G `ǂXԲalH^Isf'3ر]%Hfڑ[r .AIy^ 8mx7Zh8FyٖM9%$IXw3>-b{ nV+Z;n ;+" qGC (u"ma$%B]f8!{4?5,pak㈝uwkx=s0}lkmTeG7ωcϡfV/g 5B7PWX/ t`G NLMs<Ҕ*h[57$ ^\XÛ(vLZcZ!ΧΨg굕*ǗOOʏ_I +x:q.Q;2 qwJ}Oj-XQ#`ږ I8+RQށз{*m$.x=(Ӝ*ﭨ6TM`K찚^s5%XeSvAGp59KSL'gEx{z2*Ƣ]IvBJ SCe(<".[=^Ic&{{A0p!d5=j%i)_}.&d)^S;q]:ng_'e~^e>x\y1P 3{,0>E$5 ~mXQTy,kN@zЎ]=u}l*V}mv(G.b_vZI5QJ^h3+ZhfSf8#9IUWRÚg<~ppy5κCw59su1gDFaԅp@mReKv}::MgA~=܈:&@sdDn` bʪ5[Ou?j\ ֗6RT>k ؾO,Y~L}LELȮFGuz6 N՜Fgng7nR^&j|Nm40d4kN{5Jz0IXz)}8J]U!TplwS!:V`~,! nicg]P҃(?ZagA V@!ӻx v)L*H\\S?0{E fHғ +N)]9u{ T~}7S Be^TFP`1fWɪ/~ {5@{{0 |+bʸ$MPN8 wY[R1kQm!.[^>'F|z5O'XkRQ cIPbHՍ`$NY /aF1y%JlK~̾z@hh_H> @SX5Щxa20+  e~[)~uUu+|xH5۴nDť." IK]j=*0͢?n61o)q3&ͿnN{_Ac Ɇ>/153xKEӂi59zىE`RPqr7~T%DlweX^U鈠F(+L\ϗI9 HSvшAz׵f5X/MDcsE-,%*mNO܋(gsXli(0/ p T R_FMچ ,Xcyf8@f7'Xhbkb@HW" ݜDF(W >ܛZYѝi^#d  㕻V5W W<8$$93_El@ W6/*#~oDf3Ե &*ƴ`RRn~<U*9l3J}|@ȕpg*=b}CU7 iX'i%* a\L` /a8 ";(1k#G>\cBcd_'(٣t*+E;@4 =9pK P霮Ā:ݩ2æy7\+lGT,]χaE* ^03 Ȟ<`p8k-7G0`]u 85C.egq2kz6 C臍[B$@UC%IcRlv?Gr \UMQ }IYPɸCp|A8"ZQnv Y({nqY]!5m`< DTHA;LȄT[0riUrdqnoءIg6ܘ#|p\5J ;Fc:w |ЧbKu.r9!5 )5?ٗcuٮ"y #]KH0e[3XBl,C;AWpCxo^Ygw72|zdfϦC.`NJƄaR-mM{b) ̮rܒ,ѢQjwLA& "!hY؁n+ĝcKkkA2R,7s<4 ܧыOzҶC)x 17++Ѩ6Nit'""`2Lk|i_7'f OGF0O9Ӎ#m~SD h#S0v qjȩ>I@V |=gb"Lv(@y>{D]Q`AutrED˄jiun{߄q6 B,`- ndG Zu_ĆDѠ"Mäb+WH$}:۩ ' Z&$6ÀBZ-SV}AyLAsxpEl%GRs>~ȕ@,Q'j`CQe-6 0"\gZhaj~26l'6?DQ\̎ᖞ3v\ 2B KCkd:NH"ɛj%'f.bl<1,Œ+n/p ? qDzܦjoqX뗷bCU_ZzdDMZ1f KcޡEMRd?E?=DwZVx_݄4= rJue)dE)Q\V,e.+#I|td淗vr S-Mn.*KJVnns$9ݖ^A/ˑj %'.pv,\ѵ`ڱ"i|5N(C!02)1 0H<>P"4Yһz{e Ld!CA36 Z`"EUҍYc+rTOfzkm\ Dl!? ݒH/ml׉4aW芔AZ֠ 8Nh$+i _4&lֻ

PeOq_29NƵ&BH]~{G.<!YXY 8=P{B`gfa }rؾQWᜬh.ԁ)c:}H{;h Y0_au" +] .xm-t|1sl(fpv CM$xN, NӘf=p:zڰIíbjG}^yN7;;G'?WD1Ԇ\pqI:M>8qс[7 wr_HbW+Xׁs&SmS hT"1svG0bF` gZ=9n϶?C|/dvg+nEY VY=B7T OTi&WvNE1"W{%7|<>"m$k Yt'b{`]ew7K,jKXZ1v2]QuQu`*W*" m\YqC#^k.QG^jt~ȇuU; |)hd'(Z jn$,`Am2c]G2̯VFzˢr33QBYΦυHIBW㘰% a4V"gcxkC~FnAV2ӭ0laS"R\ 8)Ks5{ {oW5y2} +__}kW[gݑns {zvZ=[׉:ggB$>Vj陎f˅QfȉX"NtfBG<0@lఊ7-T9>P&mÊƁ'Y4ƀ4FuP'by+ZSjQp[c0?' Io cjB$PpԍFν@^="GfY9T Y=K2d-ŭ!䜋[*z,jJX=<®45 xOLydKmqyfbp*aYM{qܛO\"ie&#ze+ 0$j D*oo sht!e+wGYru >ǗY |:XjX`,<`}%Z ݝ}MSm✪Cت+ IwlsR\uce8d$$BM BI97vL _ lzMr{O[?yH4S&MJҧ[nCxaiBjf>OtSSPG<sڳ0N8̡a3, gaܿu=Q1 ~ZgmNhsE]@ݬOÂ%'3rD%~= xA2 j ~$˖M Pa8vBnH72w`Ajـ4OVh\>Q;)HٌVK66a~2K|$J-mD){:G{#ZRn\U}9b0LҒm5^z1# 5p1toNDs꼠, d1k1 sq[|Azi{R`F__(<-QN4 j<ۊv=JDI0c2!H3/Z`N~ⴤ(!ȱ1p~hXbg[da!mmUl{A{3ЗCo<_/0Zc-01b?t{=Qٯ6 J\>*(oH2ϯTQ~>Ǩ6ÕEd99o׽&D m6\OlazӱLZM%;:M-6l_)'& *qm_PU c69ŧ{xvVhPJ>^CK7>]5Jߗ02arLx魤63FlOts_ Og@A!4;jHU{+c@'nxbJ?]ثlTوҳ]ḐGˤC cSLS!Q_S wm-8~tC,. ss. ?KoE޳Ee0oS -4Ȱ">kU/\#ih-+)2۬xl@c0./]rd/pBʎ7PڍhnNV4Qe-&{Ld-+ G<JKweB+]E> ɬg"(?gC`(ySvr>'? vrvXmrmqK~Pu,gGk*IE1y;*rF-6ÎU캕}}["򔄩`hB{L''/|LI1l|D!z?` /j6kx&_E DEmɖ𨉲lu}]z)|uXȯ20D<JY fSo0mEX ]sn_k^; 3DC*~j чG-֡JiԶ>2K ɒ{'UI*_WC @av#?h,Y J C^&^4ᄊ&Hv.dhQvsc yJg$A)0({aNM, s')쥱Q3إ< TZ62jYutWu2q$w^dd7zfN1&ƽ~E|@׎i÷)?xݸ)jTUR.M|j U %҂Q@$B)g9rN|-_>3h_M"Kg0lD׀2(Ҿf=:D%rո?,Xf䞎j81I65آCQ>ǼPT0cBq+ִZ˦!s8ܮ-"_IOZSy@STxwͤ'b$!v<9ZCHUZF< 2 /[W ؅}sĩst~E@Vu'3cLf̜+ہ1|},P(]r+M"]dTx D rlY1$므A;Qmx:otxx!qE H~c/S*4Xw~l|DёNN?$E2:}3Oqly;|`Xv(roG$uZް`e5ȓGѹM {6Pۼ" f2TW du~K XE/pr+r |rG<䠞1-0#f$ӊ:m@EI!VHeՌ I>Jܣ-FUd ` ~v*m3ú_Usu\oЄ*Trrj\ Yv$_(9R㉋Qxv)Kn""tN &As>e]ctMeN)]23I^l>BjLߺ TgYEШ,P . O//1w](Ld.ty~}Dͯ2ԝxhqvoc2^GrEM!G^ {n5؊b .UXY슰k?pp.E>~$ 02IflZdoR)RȊ#^ӏ+p:]ƅ$F>n[Cp'6١:lؔDuxv|Z$̏lZG .L0UXZ ս2|Z-< A,fm:hPAOc;ApZFpj,,Kݩ#>ku;.=dyH2Y0ݲ)ƂKCNf e~]jBvA\AWcy HVW*h\x-XS/>*s^Y/s͢MЩu,ynGHNHk^\Q%0…Ԉ?y$Jgi>xB̥8hQD[lZ"hnVT5gh\z-p^, !D//~,p茘̱+i%Ōd'k1gUf})'Wf*>ohƶ8rsWt2 @$%yȔlJAmViKz)'PC ҄#?29WNE4; Cܮ(= K .ջ6D"TC/)R/;(RFm5dKzjD9-(U,΍aONcL R1W_ZOy;s x"]zTs.рJ /}]] @/ GX*dZxH +ꘐר|lȱ"!TL4[!vr4G܅lr%~m7C1NH9ı <~ŗc_PY(% C_5Vʭܡ;5p:Wi \Kʣ {VˁuWgcewPZMxV'ynV /GMxka=ʫ޶Rü@ݣפXN,2_ ꛧG\Id* 5x#M.e8>H@uY`c -m%0ڪd  ;bU8&x>\;).;o'I%3BR|~Z lTyчKvmoJɖk|DEa>>CO #cDFGS wo1*hc6K`R FBfeOb)"|#J׶ӻQ,~v0̍j&%ULTu0nH-AլhEMrޕo@Y̫ p_Ֆ2?.G%ejA|§:E3iwC{#OI ۀYR lgq& 0mp袵WpJaJnEQsT^8IHB>N:û. Hj@qX0ؽep6ٙrntC~X&#)0v϶$Ѣlk2V uKJAo^?! P{' ᙽ/AZA{Hl GtK+2H#b,fRWzN8&`Rue@7DGwEbLN%Y6r5k6z[ڝǺ cQ"͊#5ʣN ͜\a,P:_9Nqf(突IwDU]u,/y߻`:li ]-1n9#mg_@$N~ҷAnhdNg.hWKYPq(XPjcX2+WɺLܮf!mF{O.h,z]bX6CZ4I {=m%?/OgbJQEQ?w rXeg(}MOۍ & +ݧΓ6%o$xnh-Xu2:iF=?. j)p:]y]L'n=( 㛍D Q+={+֤=n|ԲD9 qW/!84,G˽Ja?f9_=ѯT&;[P>R0ՊUiRh7I짯)[}KpTMd]8|yJ\̈́֜Kr51f5))\WX{؀5MV*fՂV・;Q Q(ئuweK8wR㲅ZgwnefǶʛ乻p%^c8N<_AIGrUc_`5` o/ZxB'ҔP=ōmu'1BI,')S)) Y)/OUI 7rje)ok]5\6$*QjbNkq+m#ӕ!B#hh z!VP)Kɓ5W]HeJ#Ψ8W|c T1j($sZ47* 񘪁V@S? XYW5޼-fVrYup%!gT CˈBq7%EH%3Z%!SXg;lj[2\&`zysU$7lr$E{s.X!x+t I?EϚA*sU .ab~9*Z'2H.3-S {?Z5OP#X4(=)tbWn*!f$9α6F_CC eR$\YWk%Wlg fݻ@wE7l3`+݌k L@v6WM?S[7Q&$°?M4:%/Vmq+A\u [{ʭ-3rwۓƒiO%^D(xyڳ8hWPi&g.!RxUl4jN!|cq<'c[H̯VW4@TJn6%_5UJzّwcHV>J%d1j}o YJ1ߎgXN_q4 ,Z'di L[u ?#$ 9\6Tq*##f{c}=!!$4H]Dֳj9kYil\-׃8#Lr%{Ԙj$~l8ي`?S8,B~~ʻ7D4 1Tq\ |o|e[E8c?s{[tΜb^\[}CGW> ӹPtV B2> nj0pixDQ!@yBKU"D]'oWZ'mÐ)]͔~Q>hJڒ?iē>zTq^[_B!^!1zueSh`{FI3V- ùӻ/ej+Ѵڐn>܎eUk$ izʒfGK,l*t٩L9(hk:h+ 3y*_{R;2Ķ@-. d,^hfZڛ!!2DIoM3ض LT5]BL\5p:]坷HNR%|ff G)*Z>e֏Go6Vu{مCĦ55^.ܠ޽tҟ:5Tzvl=_F#a)o =6SكtblRekW^e \4akn87{Ezx,їSJu#i\\rQӄ빻0H WCTxJ|?Bq }"/S&;pp͵̂ਭM&9dvp?Fjkq7]EOI({ȘEXj,!2 مxU".$Pf#eG*kGYmfx l+`}7r:&/i_߉ LKU #.Z5 lp9:X 4K7PSMLu_cwS'Qw VJF~[%T1"@|a.lM[\ߑ'y)O Q;ތ\n :xmGR-$K*RFM掹=u#z=ɑ_N^lo0y޿iE VVZtO(Q:j-aN/ g1r}L}=_f2vI;(9 Qg ؉թ~mDt۴[C#TDF+f^Ewʒ9PXR 4wxH2.4|[ԣXFlCl'`a!Ts ~#N,U5Xʍc<09,oMmuS=~WVJp` V '9JbcS< \YC.(naC^ϭ3P ?2  I;t|Ge*yBC97.@) oZLL7`o!RsN9l^&>*Ud$K`E%,'yjG*GWΌ27 cR}'kwj7 9_L]kg-(`T;> YY"֦Igsgc;16]y?S0۔c {B~.0ͱ2u8֐-1N"'ExF;F*p9N'" wDPQ҉+Hnvf e8.Mq2e5n/.B{ Ը2N.w3H'p&U> >&*@1gDa) ׳ %N*1/q۠=s ; G>iNٮ܏C; :R~\XҮ buA+(;d9ј (%f1%eȤvFy/j6ql()8#So1GN'Ӌ^-`7bq-[(/\Qh P o k1֊Ņ>H:Ugmٳy\QZd `k}](I9]WPz0䊍B> P5b%źؾEiW,Q|h-mr3%p6apd*\p) bap(!h]@#g sBE" BfF]bB (3&E1^_ezehs>Rf#zNen2CD1@i,Asd%h{Du +-V;J'y{D֏YTĝqTМ7Z(*=*8#ɤ G44<$7gk@ G٪ ?<liNʻ%j(_)8D* jfR\VP|p Z4 YZz'hq]#\&U<U%y[4 ͦ6EV tU`q / >F=^_o\E'x=zAjBcS?Qo4򒂎)Vt?Y,.{ް;rܗ2Lԕ[1JAdKCofՃp@)w#}0/̕PUSkN̒tw?ʼnF0Yh(DOY$+}OvFL@Mic-9$HB\ʜjͺ- !Կ syW\qwݾ;C| vӺ>yHP\*qVæi &.٬:ވjdpThќ=Hqz|XA,v]tt*Kv#x"S0iNjq7PdJ91?ݡ#$#J181K|ׅUKaw-,Qѩ3d5TXMove`/N2~y+DCRn S^^Dku NVJ=hm@9scThڎ!2NjmGD(ZL% :Y;ٷfaUcvNny>pL?E](jyx[[SKT@N˃ON}R։\i2r*[tzx'oD kG#+h L0VS:w1\(_N7 XyU 9rΰ6 h.3ٻwb$ϲagy-ГZ'*bWhإ&,pXk")? XGloVn,׻ØW}u.@CMr| QYctN8Pm?iIV_ ᫮ =I2/%#& cQVе:_+&$RSb{ͧ#b:]BRU; gI4;EbuE"*#ȥbIwQHTܨǞ@40#`a/Bt_]C9ϬPoZҞkbjADU.f[3!Ĕ`ձnp3=vpԗvt1ދT3FdHKg(e) n,NXAV7r?c: fu2Kj ʫU {}W%?0_ɺrL0?_ȿk +J%9kY&]Ae XGu->%qy1W0p`-L%2SLube'l~fų ?*ENz 9 >E| +g02,ez̏4&;!*;Nkꇘ=nyt=wKd\;ߌ ۉFu2L]YJɘ=zOu-,l7<[\-P)t PJXÒf#_?4Oƽ6xۊ)ޛ¿pn71FF#ܹdddj;yi'Xb3w ( !Q̂X/W7bBsHSviu{UQ.|ȃ_Bb6:)O (4eI~@*U|%P_v]cc$[b01T-]CO*]Ckf}[z zJTj2722OWB71f@}@zɘ„g6x8v̬cJO{'_iXX0F~39c`t@nd=)TpLZ^xp3Zǥ '`Ա穸?ʱsϲGbo-ᝫ ZPF*sW[|>f;O|_X Y@ nE&V bFCҾbY$4>_Yư>.PAB  2 /)8 /w~+@9$0S;}ACwP*6)*pU*K|^^mw-tCv }m7W=8n"eg`6 car@O2GuMea ,^pypՉ'#ܱV )1E崃nS߷=Rrb(/HhN$$c)cK LY#&eJq2IsZTYր5jwk0{6v䖻#e(Zja ō)U9S73Q`CJ?]3Mꞯrc*e!cS>jf,_fl Sh~PW7`afs>=0i " E&ߠ󷒠O[[?t,Iqfsph:THIg ㇵ( לwA]Nb~3Eg0U(k?,ғ125a|"'F_ӛ$3ijZ7QԤMH@sżrPb8))).Ur@>IτL!'LA:\T;|D3CP{[NG%\,х?5/V5}Ka»ܶ7Uq!Wj b&01,ͷ+G ^"A'Ģ ֺN<6i0SWdZpjt/Յ;64Fk6כ`pZU0Dݘ &T{cGઔ z2r;_N;2bDHY*fQ:w0v! ǔskY@Oҧ}V5X9y,_pk)4_{yukwjSܗQD>|)xLXR깊L+{y~@̕FƝeȱz/Å, OjS1P&6狦B:{ /FHZGP݀t(v$u0*)RL-lgG9*~8zق˘}Tc:"p~'۟,UG>6$[&HRXY[y ӡ;ɋV㦻 V>zrPU%}!֪}MHL!I*<(?yCev %oS{26xO$ #Lw䠖E잁rj7iP8ɹ\ h"tlEd}+Z[BIrdddeگq(ҩ<㡿N"aD3XDt$nWp FM^''j^ar@; Ûe9r7+ʂ=15’ۄPDXb(oCU4i/^2;\H^W3S9cIOX=`Yl~ia1<$*E`bS;;r{K3@ +k " aK3?Dv g J"E-,; MyxIUҤĵW⠀_tsDi %)ɹvkv7SAG prX0"Ww3AlGHJ ~JBar)&{յ#D ZE4;vRҞآJJyr튥et xjRr;ph+phM.f@ypt4^fw!^4Cuo%GZ٧jFsiN%mMͿ7.uPcuz_cƪx5"aRxǻey@Qv ֆ{!z!N>r1wZ9nj9?=WZ.buk9$ ^U` V*"<&PkƋ.U\~*=4P 4H=n%j.exl,"UxnQ\Jgᇠ ZA w3hX tJ*o`%PŹA%pЮtA<ӓ8P-h~I]-N!vgaI4 mebjZm\ Z =Rƨ?84Y> wÔcR&ǼUyKctr S*mgzxpX@(:5d^^FFl7Y#h/ ;!${_kTa;1$h PH/ !ei&aJ4e[Aӷ6~֍`͞p K=^Yh-TՓC \C/m h$ t@@ET׶xt.1Y:A$d~DUvB~sgd'TPjퟫLDlratldzl-c/1Tq樳ߢK5%qC9ι|4)a(;b C,uNI$ s;m|CD JBԵofa{0f3iw 7E5aɮ~[p4w)KΣCsOFY%: ~n5]חY,.séQB?4;Ryw(,`?y &d' V^)M̀]{-m^#\z"4~0 Kd~zJ(05UyƦ]!i=ՃBP܂)?oޛ2Sn<u_ !!7LЉE1FqIXXxTkeÉ yܩ2E,YQgulɉBotr&!to$y&=4] 1wҞ7B" %a3&}ͥ6"0[vrm`׈ t}'ۉa[Y+ZlMNZ P$ |+wָ/m AlZLUe2lHcLA9\Y3ڲht2z2 L( 6!/x|yE7.5 >0K r-9(Doɝ`8U`HZ4n?o u.Y>BI[Jl.mQTT\e*^b4 ͸jn{Kp,y㥨}cB:f7c'poU+>2(E\Cs *3BؙՓGIhtd?R@Ů)RtAY{HJjRzkru(R RcMG;?!s6S|nGUuŒư#(JogI1e Lm-o,d0Jkgq'vYi @yzC,Z|B&d@5bYC*5|Bw˽1+_V3k9(Va 视Sm v] ? =$@J񣏴}%2&7(?(*/0lCkN(kCR 6O֡+o0007zFhcdo[r]3a_gR(ޭKd/>?km&M$az>vDڅثWpILG5*u qp1MU$hToT oSBamB+3.R!g2K;rp@{~. w!I,./fҩ|#g8w$(vI}TiDhn6.]JiJC)y翠SY=Y $ܥ]@Q稥(T?c?`6,|38p3SE֒CzX9A5.xyT>ȭ(2} Ljr9g1qZ(dA6ݓ|Sdw_وcJA&)$Ou6Ȕ( zoAYGmvb#Q9ౙ2QC=?4{ #n=oDw\0]n6da<<@ -:?o'lF v*> +# J:B^M@ qtҽx=J';IJtxけECW0O\+L>~~BvC8)џSMv8Տ_8h2vNuӤn꣈BDȠqewg߻],8:h'gVNm|/\\3 \?} S6-~ M|g„)ʇ~gINonxyp.^1e?KnB wS퀝|Iƾla1yii"5z o;cg<;nD$^se3싳jB]MIa`:8IZ/Z'U(>GQ4${ kT7?#/f;dcp7T"0g+w4CqPwrWW8v5>NgQ3rltw٪̪; /0=+-w N0M"jJb\sX^:4@p&ɥș7.3v #J$/܆‘ڸ=·6n ~9E:SJ ğ0L)1nKlxB$>bEK>kΰD;-{ukҎ H{ ;7=/"-LxF]S탥f4?EM %I.fxg9qd陲rÚ|gEtx yUcQ~$'_?0yҋ ~ܙP&1Sf.ߙs*NW4לk (mߩ]{ ($`Vة:49 qeP8 yčg?g8<>݃9g@*B| :z2+bE3sg/g-,фB Roipx, o PZ6ϸ $b6u.Tl: V1<0RoϽBx~-~ [WXW ƫ R`n_j{T)Ff]U:{l*Hh5I'i4!vixiјH9H)q:Y*1z}ttv5yb8J5̪TW:f&/%˿zTn8άd3ZY6)%PI=lJ,HU.q( ŮvfsfIy8nэ1ޱc$2'xI%qk͏Dr4Wd0XA_Gm4;`ko^8xrwh* Y|e^B%A@(Ow`T|~N@\XHE{O!.\!5 qcƙjG⣊ lSWjA(: @LS+$AлeC! įh/ X7Y}df^!l DG<ʢ<}tqJ4,#Yq2*^T\{+ʛs@|3撉1z0BD|Lj>N$ZL%-4PS5muq:>bv5yF9$`P?MRah !uC.3:^?id}@q:a5%vم#@6LBǞIN*aqD}=}Qђ?5n3k!.6%nI ʼ9f4+diV>ow<^AFc&J#-l(ل'h@c;"FHtISAjWD{QW<(bTϔhWd"qZPMoKQ(V[ GWrA:XSEBӿ?oKK|@+/gIkq ~<-l"l;ȊsX*\ ZΞ9Rg)Td Ksh 8AL#R ]#-}D'd;1'@ĺA@UK=]5M[Ƽlǒ34H.2/j Z_H49?xт}Nm:t ƛöa)Omj"Z5bE{Xiܷ7oX淇 %2q HܦRt Tw2m/D [:=|qV5 7 .ͯ£rϺN8HLYCEpZl4wEH6W,PR C֐KY, e![Jѽ+>`Φ=L=bYrIPG+\P@nڑ󀼍egO%_ޅ"k|*՝E=OԒg{ '3{529@0!wK`,Ŋt ryA⿈.S|gشܲqB#3g`!b.ozYxz*l0L5kQEn50m+9D/͋xDQ_NI*n]Swl?u#_6Sdv4ޛĪzRl$ |tԋbxd5e^,rcç*zz%KYkEw2h)Š^[W>Ăq|eD071K4="SH"yF=lGm29<5ul~y%02pb m`bo_n7l[~{,5K2WsCU׆-h6L]wxҗ(E-r</NVR`S_ 3puL&: :H~3uA AMnqvd*pO#,5GH#!$eMp}KBߊZpjy5 V Ʋl"L +B1b+d;7jmƚ+2CPp1&r~@NLWv`nŀ[ET2Q".z*5Y/g+R!hZf8>W "ZM7ffnez;G=}WL淠ލxǗr7i*$^ۣg;Kb(c;QKmxډAƋ&t,방yG&ԑS\iS 衚mU'{.ۘbap !5Ilw$/5E&m { p?05 !InBճcy e VH{r(欗 7ۉ}w"J2عGfil),LM0^7[\#am,bgru83iL$ *×>(CG8)FGmqgy =zPR]$vܥ-ٵ8gnU;%dqO?ͣIERSc EY5`n摝Fт7jꎹbD]MES"޻M)LX#E!@I/o6$\i'Bx{h- \[5R;o'%/7j Ⴞ&ipMUi{"vc%$EӅhRGM^IzOt ^Dʅ&\Um&CWNx/f:GfePf73:=$771Q@B>`dc*Ix,xx/a%]BmcUS1?/=/m' kzx̴:ck/[sp{Bs8}@ 2ԟ)E eU_`[*^Lʥb-Jƺұ4>@>tڭH+ ֧&]cAM,7O/R`o/sN͂M\`d_lK̠ 3o:'hӅ FkҔ Pv)(kmUr4q! iP$` ,"!8ޣ]dǬNj:lwC_9+*[Ԃ)9g^N/`=:__cO?dmaXB9tt֏!(r `x_zG-lII!ŷh4RKQЂ٠ׄ5^Psxq/XEZBez{/Bv+y84'(B*~@ksG?DI̜ 8K'y6~5WF]1wkv mÖn޶ODŽZCU,јm|T$a=knx}0vj;V01{/uꃤg^XƯ((N{c,Wxj74P ƨinŁ sEKh9 E#KQH80I.\,,oPڬ*D'/B6ޛ}fG9r50llmXU0l<=S lke9hZ[7y7"l%CeGϛ du˧㞾(ݹP||%E0Hh\dPg6!Pll3s p WWI86[j1<:#mgPcjΧWٮωoVy-[ 7K@-bufÏf aU\s Wpu+/Q(u>$V2jPj.w*\?|w |PJkSW .7`μ$S:B5@)U23pq .Hʧ&LAwzA~ uIF"Y#F[^33KB,KV#s;7_ ~㋐;OwC~Ufc= 0|?* xpZ5wAxa UL2_Q5Rˣߐ1f%|rr1N4iXŸxƉx>k/ i m\Ooxt6p;ހ=iL9P @١ Ƞ (#tlYb3 jGA7O/t $aw9K$x:L67}Il x{ʨ Aq8ɍ]#9ž)klB).?mql35P ਾb5t؀EQQ1oH}A*/E$>&eōN?髇Od!oV:mXa{ͰsЭuW,TNjw8( nL(^+ g/EJfpT[p/~Q;lh u;U(k/&aqD&x%Ρy-GL@6{ἑkT9f{8-+W NtPiy_ 8n oWɱqo>0SB$!O,FCLhI2z%y ҷ'hѲ$Ii"pT^wo; 05i1/|y)s'^;/ `RtulNM/1`NHK ;*NS5KS RZdˣ]mcB. brF"-׶DMF2$q*}\9@$+2ayvt6i,!3Z׈H]ac0jRg1.渮5|yTRtsZ1x[bĊG8]R)}דbnBFvQ(2$ 6vBDo@J\1$ 7rH;L'uP+{QpL&r*n Ǐ6ky[TƇ_ñI PgLvJyFiCXgXTUV `5 Ԃ"r  :#lY Rmp^zT )Yթn&ko_34+$ jr0^oR#!@-xrlBAQf[ꈵ'̀5oOLI>rn)р. kDpQ˺vb!HpM l.ggԧٌK`O݊ hrkH%s"wBP.,Ri3 »3|v .ZRAZT:Cz72%zA6硚+"w5qP9_8T@@≢#&2!9tMM`beD ΄jfg~K)zF:pWfQ9N4r sF-m|S>Bh  7aWQPucOǬԅ]{9/:BiC YeǞوɁ9襗W&4xÇem)z,؏H_9㌋#,YF)J1d+=Z,"wἳП]Hqy@lӑaQlvu~(dQ^0 /qDLgv΂}:զu<rWͳęTV !dVݷk猪JG$]K7̠8snƭRUCZ~pp.Х:ĸV"!ķݔlg-oc.4#*|q?ȧq9V ]qVX\,`*o}:xV GPCI/#*J.O`O<c[X`ʪQo:^HQqE ' q_U }0{zH됗KplKo5Uƻ2|eDa`̔EbIc#O6d1lԱlH>AUcrKvc DO#* t ZTh=\-٥;IdzBӴ1bMՋ,P fKE5A~v3;pN͌G2%?S׋2[vp⇄E8%/b8U:٨zb ۆD.| SUƤ6٨?acקri AvO@D‹9Y\d8><,,qnNa$.USˁ510ի s_=:l_HCr?Rź KVq؆u!\sO5[p Zð)Z2#S,l`8#Ty_.H*)Mqshz%KB8` ^ֽBaCA xk{?3d򪹄[(r-V*>ukd#C_/@?LhlŗIn_)A?qUMpޝbv'z8̶l -D1Q+mةbO# ` (BZ+hgdtAֻK LO4LrRhvc6V|!<|Wۚ~Έofu*"' v(x+L1ĆԅE0~r85=R!4ߴtxHAMnsj}[82,:_e^i% yU<{;?qA#R|Ř* RtKˮ||}S{ =@ח s4-HmD `rU M0^N"]ݲ;f{ko{ eWy˖}X+؂^[x2'n}/8(rؒ]M۬2RRD%eM'Pd5!viaYO4#/a!˙I3ge:wGZӂ|H HINo{\ewzcP}?--(BkT6Z 7W٭5hܧhdG[OB}PA/ VIKM!kyEz%6 2^}UrJDbl;Wy*7 j~bJ\dB5e Uy,\TG;NO:~sj#; yƛ +OU;7(/=Y{8yǻ ~)NWJpG5 \ﱪԀO'٤RYwD v!jr,m[-2=s#i,J!*RFl"`zȅX  {m$~mD;-[Ww8I3t;[&XJg-7L5c'Ն'˛<>h"kP:26Fgv@K&(Q] gK2ڟcɘo۠V S* /^͆݀)"؟šרfv_ڲlzM1 >{m ە_^zyC20LM~E4#NjҒ (09k) ?Fi]ŝ-lho%U+Jt'Tf8v" DI=/KECpejy5S "'y 6iR͇?m0؋jOfX;2VuZ7ꕧ{>EH k1\xq%>iVͯpwfnOP[)ّa@N`#N֯%mEe0 8X c2+Z buIDV΅z0-WZ6.|H8qg.ݡ =qSۑknvLP)@N&iayFd vձu^oʟuokؔv6Afq|Y?F:_lh*p[gi tЅP}xf2a;LS;BUuCvQ5@zȜhĽ 6񎷴I7x"]qy퉲JƑ(s9*uDGSxɧ}ִ] gP'R|EƓTQ^#Ί ,ґ༟l -<ݖ"ob޳b#N\?ְ=78GSyD/tiP%)6+}6S3B/\zغBuS> ivB5?FH^pX7 1m#w,.哤g^EQS{c[S-6E cQ\CVj oH SƩb\N>_H_*y|H<ƨu,*zGJm%D9r(S*aJRmDJCL hfrWE*=CO֝&mU%jO}<ӡ;kbGS ؀rLB1q~'~?\;lˎT6i `gZo35?bS[\#iċ1%UF\Vi.l&5,xbOաqb}j'(zMO%lsV6%$TƻM*}JfcĜn%xk@sӿ2Jc@tU`G *u󁹜I;"qa lb"nTΛ*p{)}#%yuӥd!!ZR$h>ӜoĬIIMb^}-tzz=_t"S>=4΃=W㊷"L3̍NQuK6H\@î=0H,$S)v6I@z#|i7Mbтok( <ޥ&gPPPG$t;;? $~,!EQҜ#BJ o-yr+VZW CEUΒz<ğLLҢykE hFWIǨK>L qM Wxk f}27T;-?L+/kGuoZ5"{D61R)4n(1v ~j9W~%,6l-hfΫS7u;,yhHemdX'[:8ݓorz>~st׼KpYh$ `(aMi2S9 rR3mMÏT311vu=8qZb!^$cT.E.-1S} \H"oJ38A :7Bǘ'u k NHXWiFVu{UXz^.PM% YZ