xrdp-0.9.13.1-4.12.1<>,ma#p9|?;vϯjl^ 4'>+@tj|. EXJtEk *=&A4"$wmޚ>//˾jUfxgv>I<?,d  < * @Uz"Z#Z $Z %`Z &Z 8Z 9Z;Z<Z>>Z@$ @"A`"D["(D8D29Et2:H2=>?@FGZH$ZIZX Y \HZ]Z^gbcdeflu,ZvwZxZyP[z(Cxrdp0.9.13.14.12.1Remote desktop protocol (RDP) serverA terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients.a#s390zp33#SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxs390x 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 "/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 "/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 "/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 {   (+ <9I`rO:@x8Hh`(P ` S<~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#^v^v^v^v^v^va#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#a#f3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24c20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76dcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16df7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e54ab9eec924a3988033aae59660d2100f4344785c019aa1db2a29099c565c7a023528ec2f7008417223f250d0b25c9bef1b22740978ae7fddffdc2729723814f2c7db4863da3ccf37ed188d5d6bcabfe063931d37c047c4f3cfc57fb32e088d3f69101c593fb2d73488ca5c4e4ce0508e1d869f764aa9054b76739fa5c51c0187c0a3e131c0d2f1dc54202db28796fd906fc0e75c5f4015066db215b1d8b7fa003bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2adba206d8e07de7ac11ba41b938dcf66006ec1596d1323540d4f06aff0cc8566ca5e06622d20b3d279958cd46abd7082c0e16cc39a499efc9e6b15fa3455b266eace24868bdf3d3b45b9065e877b4326f80451d11b9ac7be3b9f35fb900a63ac203807fc49a6360d6b9326a5a132889691046781c85972d4c461101e3a13a148c0e7eceecdab2ba2415b4fe5397f0352500fde4e21d6e18303b0d5cd5ad40d005866c622254a98cee7cc835f801d68382ddb34aa6faa91a7d6e903e4f7ec4621291af1097b737e7c7e427e08c334a58220e22466408d1c2d58f7fbdd70087590dbccf3a58b5d7068bb1c4376f175025fa6c437a0fd849641def571c2548ad1bf1f8a6944f0dea3811d5bd3dcd668643749b424bd41f09dce66165aaddaf96c38bb0c48b6e1a9c26e01ee37e1e51c93e0188055dfce32b4026c0503a391a0775e117e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c71c3c1e1345d761e85bc78dfe4947a86b39d991aac15e78ccbc35416cbfc612becdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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-4.12.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(s390-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.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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.2)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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-4.12.13.0.4-14.6.0-14.0-15.2-14.14.1aj@_/@_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.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- 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/shs390zp33 1642406838  "$&(*,.024579:<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw0.9.13.1-4.12.10.9.13.1-4.12.10.9.13.1-4.12.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:22410/SUSE_SLE-15-SP2_Update/c5dc2b1abfb7cd2a4bdcfb0c07f52e73-xrdp.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-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 MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5e454a0e40057c68611f94f878b8742e7aebaaee, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a5095cce1e711b896752e9ab1c1fdfb8046fd458, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b7a1ead71d9d2f1902c1a98abf4877937aeee154, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=40d10fdbe1d40cd1a8d59cfb0e3b1c0a31edd625, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=85480cbedaeb71cc160c6d4c1737efe667b40302, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d80712300148b87912a209cac80759ddb205662e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b0457574e8b95134fc840ffb37599ae1654931fe, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=74048e6adf2f3d3e48ed9421a0bfb4cadda04b26, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=448b38430bb11f9007e35f59d1ad808fa8b18fba, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b97b05ff72a28b9e201c917c56c25b5e8c8de35, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d3a1b0b80b3b82a316ca1a9186caf87bb45533f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=983f35fa9dfde54942217990fb707de07761c536, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=cf8f1fb30c19802b711a58f6401030a930a9c255, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=09c11821c2a623550b2bddee1bd0cf516150815d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=38b21ee95130bca230ef2de3f0aef2462ea050b4, for GNU/Linux 3.2.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-4.12.1.s390x/var/log/xrdp-sesman.log' (No such file or directory) $(/49>CKR  RRRRR RRRR RRRR RRRRR RRRR RPRRRRR RRRRRRR PRRR PRRRRRR PRRRR PRRRR PR RRR PRRRR RRRRR R RR RRRRR RR RRRRRRRRR B>D\F"xorgxrdputf-8202269e1f343422cd38d525a57d699ef8f2c207d9b05e3f8c2ba277997d3de12?p7zXZ !t/TA]"k%H+ۣT\1&gVChK^O ؁,x`9Mt̨]Idخtgn)~:CTJM_S# -+hv!H:,6vňߺ$m\`X3,d^PhzaE%]||$ݻ=N +\,'9!ڤV9fKW_M#QiJ|n\$2w-<)^pꃴ$T[Ñ~1N].EΖD$)N4ә6Io G̬kat9&v(F[r&D֘*G,iW`_(G]VcU/*UrU]1n J=SYVFߐX򅬱r JBL\{s/aT53V~ix+'D*_w+<;i&QmQ1Ք":xVPH^.Ydbu?~(Ê®[=szO]HXa{(ā wZYpvgMŒ2Փq{R9]:>*w4065ZY)^304PmִXwVҔŃmUXnh8pNٕ߭z ,˹C &# ^D=檴߂SfNcUֶ1#QؿwzZ[3Cvh>zp9;bN'ۻJ1NbF7NcG忾 w}+N6~φ7|k ٮ65*F>nYc@uRڦ9Mu$reL~Fټ/Xݯc% ty.@Jnocr-Mtyg$'M ZsQ:.%*)u_澾 ώOp: DF'@esG#,.pAtw: ۇl $;UЌ8'f0笻eW|o*Y&PjkI DQgk16r/23I2Fb9䀀6o@M wBzc=2|?]L>R;+ʈDqưyY't-bJJOI(n'~bJ3?7Z%,%v ˪<#vYwb6kl C!IjZ(L,Pv0ShHi[J҂Ca䰏 Ӎ0 NxČA aoCo;5[+b/?{QDηԮnV`zKS !F,^~&X$ {L4$Tk<= !AR#"mN. l@ |F/42_㹅"A4 5 2&kw|2hApVaӁ$^u('Hx˷P m~-jR9[ѠcLWi)K&J܊|U&^1Yړ9~Yޮhv8G'BI4o\leu=3fI0n9\Ϭ UyZ}${`ZUHZU짨Su_ǴtQ:6ju4VkVB.g[I,*IHyc"`%XhN[bo04FgT3D|zXhKu_@`h?Z@&v[w3CgHLP9cȨ0T@RKOw訊tq@8Ȍ:W2F!u-*1zޓMۊʷЈ٤Id3bFJ12ܸJ׊?{:iW`kpF.!O)w3jr!CdyvG:uԭq^ū]6I:'}o?qOAV m̳|ʔU]QۢtQr[w=M^Ԏh灀1(C]<$Ul.0eTcw{_}Pq}̩>\'SԸ t:MHtQơni?y~r)ʏ޴&n(|{\fS:TܫM7=/Vj᱌LGrzſ;cai|/só3o1tY3Wry5Lht}CJO}&{ ! ڎsߗipY@[s}m5Q-ۆg}һ(LiZH\u\m"xa) UqNQLhC9U Z9ҊV3L5*e,xTkCu F#yqB!ݼW76~YqomOT5M7%" ,MB2\`GYA a4ZNMK%hiJu_:pp{*MEfVh@:?OJu1`T2fI7 V"M\> H{]n~QXN[TTX(kO$'עէ\ؚ'lh`d@Ss4HY[~4p8&NZ'/s,ȹrA!q>c#a~h'D!Q g[zgYyg>d@*+RQg_.y 2Ҫ]w$]Ƅ&D[h Ǚ34or&nB% G9Ux=~ T:6+lR & MNy?LyÍXޓzU,z뇅`ŸXCRR9[?1vHA|0cH,ᚂ:x@ZjF$<1g&HSHn6r*r J>D2P xv) G{ͦ65x]T~2 cu_CAW;;N߰ʛDsPDd6xwE\BZ4kpIW9nwiA=m97bj;[?(N%psRյfaxd&&n3c xg*i@Ƹ!x콮sjR~g z?~  93$( oh^dY;fe(dzrH, _/LrFr,,SuJݫDmsW+Cmpt\5:ٸ$P' `'HIzztU%=r;4TZ$ڧŐ}MXH|%Y"0;M\Po,ԡHhN&<}̅kKZl9mݎ9HXԵxާ5nQֵ+O(˙+Zmf2-o-o; 8aA2 wizmpRMm16nY-]A8J cp7t X̊ &p(nܟ[4(˒2n4<{Ce$K{* X#آQ|ʹ]ˊ6 ܦwR!t/R\5ς1yA [~7NAU>L6_S!؂K!SB5=P7]¿7|>GlMߟLQ{8}ٯZs"7f{ fM_/z^g!%s,%F`w!kc$l |ViMՍ+"BN |KlNB͏q^2g 5S#x–[RPzܦ[md{FWWK,?So;l7ud8OJD ޡ.ytG󙼨c6D" 7ua2_O1oԿjfeΒ~k'8!Ń7+5dkٺ>.ٸAZ.pMz\YaS'pD ߇ʁu}m#:[@1ɦ+>!gnt˪ok(F!Rz~-M$"&h .Y2!J6-¢8/2@?c)W7օe1W 61M sTXC2wcMS-aHPd[8QhĪ|Eīlw\&&1 q*JFyo|0rvhg񽉑u "}59_IKN_XllܾQ{X C+0=tjd7F6U 7dɑԥ^q/I&>2cN#~ ʴ_+VUMSY*Y+qB'ٷvl`q\zIUkO6+zzm(&O_[33yy >kbu0d_U0 i(q40$'I[;h경ciE6.p#0v;mv 8= 2 h36h0ЗMY}wHvz_rST"'SnC2wiUh/ii-+kJ"VE:[o.!+BOD]z1ggs`%b N3<ʡ_"Wq7~s]?/5'5~ UK0> ]װ Ry I_vG NYORo>o/6ٍTXqO 礪kk \3=5^\,maP}#W -3{E5! +Eaҕ E[ǤQPҢ<2mdJ !RcH~:kֹPByv7ۄ-hb:ف …9qb-0&/]2YPP6T(sDt7ԁ ( àY[ZG&Gw;ΦC|ᑀ?g#Jf}`?ߪ} no9n Cn[郞$C*bFPIhV/Qj"L0ܞo'cBF8 B/[n4&)~5n:c!TCH1 Y,0QvC`C}V8<ۆNg ֐ZQa5CH_,IpqhkCBi^ "/3 LRB]6\JIJlRB`)vۖ 7ny::,i-SyP(T5uY w$Ro/i"q_@,3F2SDP;c5EIQԼD6{s]V>5'\;|AJ\%H_Zvϊagm5C+%x7+0:yWʋ3!x6s,X$8y mJ gW(!m+I9nH^IGe C!Pd*_OӏN@[x!'}b.r7 ͖&"Z^dHҟ%·iZw,QLEa(4X 43ֈ) +HuAdPT!p^NL7myyl&8xLYԿ1 9uqAҒʮ "Y/ukeElR&5ӊ!0a˴G6~D̵گ6`V 1VxiwjN*'^$mR,x*O-kXW b3EN$af9Y򺛒>@c,Bp ![.jHp}8lEQ C*TQ]i9CtΔ"IQro'QF6;,9$7ëk[ c4OPU6iW3/b=| II;yGYNUfDm>pƢ85z 罻5\C!C1N/D @nV*m< &#?G ZkB0d=ŐW7,ooEaq^` b9vP"-$ kpW <)P1NDC>2{#9 y 7UOP"JD~'iɾ,FQu=lw4&^|:kNgBIjit=Iax+],x'Y2ܺQL'.{ô믑.6 .~\%7%ڜs,i5&, Zo:I7U2ugUOſaj*R7F/v4(h[=I&e(ى$rl,y:^zcDxp2JXW@zh{pPQ08%A+ ԥzq8@=1W.L6c{lQ,k'cQ|+(; &Koo@_fRۍe")_Et &C)O 9{p#alk^Lp;s@K^COASX&s➳;"k'YTv^V޹>Py'[zmw)l#JbP%{j7&3L[ /YS`_t#ȼR5jEh&S2PO$r`\Ny;C,F}>ۦ\Ԯ pYw9v6K@\')٦l.L@}?nC4_kF_’ Y\P蚴8k9W#>v%X FJBQWdiMۥ;'mԶs FALxcϢrv6!c]sGLj5 FWqw=^×K 9ZCwk`;!|&OC|EQCʥ.:P -?Wb K1 LA` /-H# G 3F r-; ;0 6IweQv=u!&\Ypbdl"nϑL"[\ϲ"A"R?nUS,TdoȡW:idgvxcYx=Ģ<apuα3]K{qP.ܞ =v"1Š!(6-|; hYVcY Uշh1]jɛB JL,3W254١K̃ (Ko/Yf3,a0?jyɘ(z*X8 i7z*M J栏˶2ASIHXtp㸆6&P/EIԥʃ*ze?s_0`xnMzn"۹3GPL4E>񬋘̙\)`RߪGhUMTk*m'va;99 ax-cľZ& nLN.-[&Z![GgL@{ XѯR5si"PEGRR?$T]ܷY'Ďq˛2cs0̣CڮgJ/*Wނ(V'V& P@5adv[E.̫*&::ԖQzR rEKs)k7_>`>QN(Fk~18 Db{p'+uK'B~Nڬ#/N26m1G. A܄y$e_HE8E&VPohq}~\k~=08`r0'd#4CmJ:H3x+;k_?EHTh""MTe|k<0I@ BJ}9ntlP6l8L *1@:UK=6(n?¸yYz'gANW6X\e7GB_?Ӎ(kL.x@`4j]ǎd]/;iE[T;6j cVPwn5FM4 k"1aXndٗ U|+g O^xK$!у/'X9 W+O/[y]I-ItEHQX7pc^@tnaCuLŋSi雘Ј7¡[jo?|?M\3jck`Eg$7Q4QSvI~_9ƈ G]NiƧ^BdQk<2)u3UOF|FNŚ VީL tDi-z(ݒܖUYrKYr|%FOfMi9VNY/~J܀JiݖKgMo7[\d:l! 3NHmZOڇa :4wkW#2Umƨoz`yw;1 Ε XtjmV y{LIkB}2&Es|n>8wiF!%0 Cj>h^ew{cq䅋^x3"KkR'{4ʐALmiekLlҠ@0#¶yu_9")70\/)eY jvi"Dh4,D 1'iDqJ,d:/Gc:En]{f%ٶ;u6q!݈ZDҵUEǢy@ Q,& "74^5GQi?9!'Wز^b6"kr(n\#/Lgdy|_`MیwUul;jzO'[K]Dخ~L/GQx@=Y)vRVᵦ| 힍w!q6NxEIߐMÖ܌q3A<+[JM/i)g9kF9De Ik\ug+ ;1Jޢ~2D =u!s%nr T*呵&=@ #x*o8oZj< Yށ_:fl3J'!$-j`)$ܑt[#FlBA|⨔yzI_#rGCJS~GYͷ$\2w!ǯ '&07]kJ2""{F˧r·@@r>J7Iu ~{`U>[J]OinORq~ЙhэX(vn(Ic´]m'=|0-_rJ:2m Qa2´{z})^~Gwm5ى*)F>Uһ 52>s"Nr0WPO$J)o3T:"ͪ; #e?ĀOh֧wFGm5&;@>Xۡ i_]S#1E^1؂bL9G5*$N*57B1'F"nbȥ/}N2o(1}:v,YvZ$WG? M&o4}{NY\G&v2,1[AF)ꄉTEA%$|@Nˋ6iS;ʏ~Zv*Ъ Dá)8JyrR)B"_((Jf5~XwC$+Tk5iOܱi\GUN)"!,6k^( O:]т,bfFҶ1mȅ8M,ɗ$8U0|U8YN5Y_ Q QѾ7qWWơ\V k!6oce_M޳$49=}@%'IlRƴfBԽl 9ɲW,-S|eת ՔI?+M%t"tRRuvFl'f?ݰ1IRcPHdBaܾPR$GإmM2MI;lN?dr>Q|FIUN[ě-_? ]ejF<;A%E a0/x'qRG'=הKA xkW@kR^1{IWCa&eʬⅾs)mpN s>+'fiq=\ʷTGklA'tc7ӾNXg2)JBAlInŨxʤYͅ)nJ Vs]#Z+e9-"YX~5?I*n$3 ^$x'׽gmŚÃC`8^P}$eQd: <ᡠCr_{:h钑c顊ݞ YtT qQD=1ؙҚ_wC !aF<3_L虌;hGUF E^B7',9Ao XF7lK+(m[/ 'T# ύ()WQdk H["`hzKAP5j=(* 0Sr)w<˞^ئy ձVb@%7Y6w0Qr?75x?;vGHSEHhsObfأk "rP4uzI]a43VGɲOH7=Ajw}UZOcg c[â$<9u7.,*;ϟa[gދM-P柩 7y Bhhi>pA+q:&/]mZR#nm͡ IcSH7o`>dCr':IEE_NZ}nt!ӧe݊j? _V0BLuODvwKޙ7qDnqK8 s{FZsGkkqg lmJIB5A`*"cqmK@ {ԃ4#K| uJLKE d @@tP+RiڠSi?^9Xoͮ>Yab؜i_dD;ElQ+3n+|k>\G Dw*P?"&4D 7I}4iL 1G#n^Q!6U@6YCh_凹_jBIqQJ8Ǘa=p+ HCv?$qמ4 gۈB~gXTx-užۿ%e" J ެ!ΛOPxWq9LaAfN,)wYޚ@_[n#`~d% qJ+8 zdX)ΈV(ɒ4?>=+j4bV:-)}h?7T\~9.#nۗ 9ǯ@H:|㸿FSFE&_Uh.HXFHiBW H=.>g+7Me jZ]# 0{`񦾤6qxi^'ÝS fJW+[2}DkGn -qlϰ-V펍y){jya&Ҵ2ֶC: HCQ oHQlMdUHR'Id{A?^~*$ɸhb%eƀe_hqðU!7-Q_B2+,ޢt0~4/fږDʹ⥽z D' tml{s95 :缥 ٴcԩtFFy8b$ , Sg>Bw(.eOK}i+![^ j+(hH(\Б&Z`{ySq71PrP"*s:'\xg4g}t|ZHT~u~:p}&? qB;~41y |o YոSq8]|wQk&D*y"h׮b#΃:4S0JJ/kP 6+װU(?w]pzZM'B-H0#[,7'[ڗl ."pPU'ȥؽ ر?*E-V }:/UrG;!Ay8~BzbSX͋jv'q3/Z^<%g? l]US/=b FX,p.ʹH=|D k JF]zLJvʎž2- |D960iMzkI:#xW'K:Ѣٹ@FC}RI@>)'RVĦWqM-GIE[ּR{<~A* ŘUEЍTw# $#O0f6m;uOY\4TX.8{3h?"*1s㬿$&1fZRj F>  qI`*/}1Q W Y7X>Jd gE2,m9TDnf*e}'S`^!OHtf /MD ޾rkkH'PPZY OtJ ^3'7j2N6gF'`nQO㚨i>54yuh3Mg'B/)t,pj&-'{s/X+qEӝ[/iӑ|-I@H6(/asʷ!\,B*g6/Uy*lA2Oɘav/:ƼJUM[F[-|h{uö% ;ӊY|j pz)] QS4rߵ:]I,7yZ3~zO{EK1.b-%N3<~qEs[f8 }'kgnaɗAGSk <1^EŒ \ #Ok#u3o :(=J/?|u 4%rc瓇Ѻ/"}h"ᲉҺL z5v=_AOᎼHydN/;dg>pW U0XSa tYK>Q+/`O|2AKZu' 34ȫU-Y#5ndjP/-DޓV]M}0 #]W>p9)!! }^eC8b6PEvVɑ5Eٿ15"͇j a?L^|q r{}v\ǰ*jصLPW<3ΪE\*h}8t@y8TIkm- :<99Y:->Џ8Ãzh^#8\ba67ϐ@(ډ\*Q0o=hF! mXK(˅y$4I;ch֞(vɮKKV#$|{ah&f\A#ڐsر.Tb6É܊+kK"_ؽga}`lg]mXL cK%|ubjhXn.T* Z8E{~)zr)"d+D;ПE"ܶT{E%7KKmsS+(@I^n`/7sca*xՀWH8tLGGm.lppn@}H r+: q*uqB3}Uh܋=dᮐ[AZ>J+PN1=yD ,k0媀H{P5N BEN 4~hze>;c[װѷ}!rOPРW çHk:!re{4!9ߟCT?2şJ rl$,o/P[|G2yk)uW&I-#٘7y^ ]p+2L*M\rWA:G1 1t p* n9ŸB' Tsa.Ov*{KR@980P!q)jN1Ql"(s)&K.{6XȀ-x,ϊjᄭ1ﺓ2HT {ݼNJ垦 eSRPWLwԹt:՞Щi9uf ѷ/vpU{wƮvOiiƨ4d 7ԨK,*Lr땟DŽR 6fuEŚ0#,u@XI, |6w6Rkw/>%Iuڿ][!j`u8 \*eCޠZp,mK(zI1Dh$N22]R3[&KOxk|9En;05T;g_`i'lt8**gTib8)NC\j[Qdx?iZf<XqCKO 셜/lFFv11ϼ4X혭ͽڢVa ̴U)$"։Ƌ#ÁM= Ь`6;Bͮ$ )Caa#kE/~KH]kzń\UY#  .0@:hռUcmgt R.8x,<~m%H0-7q (튙Cc|6=mڈۯpեYRJ!Aad{v @n[{KkIh'1}-1@U$F 7 cA%Ŭiq8V,`H%|*=3H]|cR%$jȉ_-ٰ0&8-]j+O y7%ΖJf0N5(7 4Ncճ0{R}Zܦ#4_1lFf`Vi}"%$RHR\bz(GLxiOἕxtwN9*#k7~3\iϸWldEjm{ .VO5G&52**A)$uS{f5Ⱦ7; 殘,%Y}o"rc|J;:shb۶? C MSoM|pdz)V M|iQsCttx$î=X5O Z>BR4vs :eI]g:W}Z8[#JTXPAR-zP׭˞ o&2^bFKNr·V(aVdI"RYi޴ *ƒ$`JQ#ӽ_3}!nȰt 륜A\V+b`ܯeK3w}0>VL}{ ⚢MpHY} RZ뉤S5n/| .8LRd^sTȮ+փ}E ȨukS>VG:wpaj>Of3J AkLXC5fd+5K\mĸB{jzqg!c|o9YbQ\R5)d]{ÁEQ\jN6] c1%>tGo˷B>7]qpTLH 9zFsU&>eKjxvFɜm|7s ʆWk=gO)fұXч_kWzP^-LB\T9Kf?g"J`iBdGT¸EJ% Q^l^48Z('u,e~9,X$WۈPzKRهh hH|3knjMzpqAc/.Ő9$*,FAŠb22`fC1;1  %f#AzY᜽< HAқd5 5lRݠ[ S%4a!Mz}[B3 wðjJh:XpPH6K/zkMD(ozh*cyNN"ZwaVqVaC0O:b[2͸8 e oix{ﭷYldq?EiԆԷ,nx7xċTi5X)E*^de3 j>7xfV=5ePH# ﻫ:jl~m7o9&=ܫ{u ê6t² j3ZX<]nd/p&4:m &.na~otVGvE} ^I:4;'h`wo 4jDVX6dl#=K %(cƲ¬OM28t7#4}Mw},]YfHi ʗ|>Q0d' f}=?9̝{" *ٗ pʴ aeO[,< !#VeT{oel_O3=H>5eڸ/\=ef#\Q ;@nO_2<- Eh;q'"k+_<նU`\EFZwAOr,,Gc!<F?򑦓,_2c]2Ѵ8ٲ:W d…u{3r9f^*%,o݁7i V3MIzg=#烲$ 9{rB~F&28yD|m~)It։D63F}W+ZղnOnޭ}Dƿ$ezYЦ:8GJ]'"b~e]v:Du >Sly/ve+!j(| #3hy1s:>*e|OkC]R-";^F3#P|{9NSO]GeTa]  "CYǦ' ^$v$:|fW",/Լ!!a8ln=uvLbgE6oPХUesOAtnZP+[zr޼벼҆$zQ@\ˑJï"+?"ZU*Fׅ|tYWmR&M &${H1ATeꎢ'[q[6@:e!/x[oK:uo;"-kDNKɀN K-s$N*}ߗS=%~ĤWf~zU h8(>T3%# Mo& =,U{eybeͰjc0Ba'Y=@p[/=ltlb\d3-+jҊ=9 M\=,v1O4mUՄFSؚ _#HLL%ɻ@O#өP@|L0JWuVz"܏ocEmxZm`3c{E-'2-qwsL$tșjX4_zkgeK'ut"T>(g)o;A;?%+~@}3o('EPWC!BW#9¹K>Tj0QrJdZ|=5iFڥH43Cp(vcXC ` $̔ $ ]1ϥwBG2I hB"N_p+Uؔ aBc)iKlFsy`%-/bKz&G4jz䫈ȺM"|DQ *]k*1j-^ XhN&|ty-{_j*ߏon֠CAӢriQUd&kɈsw^PWЬr=HCAUkW|.qt]n9Ci8c\~y',ͥ< ͢69sZ65A'܂CC, efM#;ݩ46b7[&T#C))?Qʏk 5^ [A֧GoXFPJ,Hbnm=Đ!H V{` ;;@OeiO3e$QJв/r>Цg"ˏ" )x6dҭ%+Ũes.))]7|beE,Q1\=T^[&|}pi%wҪ[W߭*ۧ'Anyỉtd󟔬7K㝨-—M#6uµ稳c9:/<9SusAr̝*5 ee#4%$ TPWI.:N{a>Oȁ=&M.Z|QPKd 4:*p hQo5X^?¨pA?rZ=s{6S۽S:= NCs(E_ |<G6`$Ch7*Œ!IURLRQ eV8>]:'C^HR4`N8q@d;+ŶR'SĊ{6K+ LF-E/P?v9¼d{N}YmzRo\6i‘1/ j9$\`02iFLWbR\U5(bAs#֞|@T❛{eDGmU6̊S~-% S`PaHE}ڻlVa+C2v{/ Ensi!uJ4Sܩ찔A7 9=oT ƨٺa$dr`/?RN Q>Y o^4-W q!ᦻh5c2 A3ㄮ@XeۛlBS5f~f8=lU3J]A" ƀ1RWVsOYa#>B'douAi%àQtcC6 ,&Պ#Q6>]lWP St }锛~EZS[w.*Tr! ,2u ǾC"{4;;UBJi/+d6f9F]9 Qgeam-@k"G#w|xhAP\̊ɎP%N F VwZWSG1T9D Oqowprr^||lU<\ Cx7΅w]xy \(ZZ@%<|?Z#FDZYi{Y|m ZQ %ȵU r}y9ce*z S 7l~򞰂-$>zQϴ O2@B'*;׳p ]}!%_kK"fFT#Arڐ7#`!p i i: IgHnL; .uD E #60|Hblx91\ޚ8c \5C)&6K, Drq%$1A) -7J^K,{&6> 9,Df}!2&K4r\u6G]OHnh$HA2Nx {D5"̽ q*[rM.` Q%lK7X ^>kOtK0Sq T;zY6)dzFxyw"*iZoL#YFo0I'̸wǜ}6=MI0MEX2/Hzg0ȿч9ve* Kwb<`ޔY,T=5FDFf D4*QE@sy *&4źV&JQ=~VZI-#t fBcՈj b*i{!{a5~@ ILgM,|'*]dE}Qz +h~U0b Jff9gڥT ,G)P^s&V% m@C6db~">BFxy3h`[^aM@:{;,v1*b[b`xwNoqfQղ<xȯmH>>i,p }Aŀf$G܍r4d]1䓰DP r@ -Js:FN/:EnhGi:V1`R>2πKDxC.R eK(Eg 4iN .YJWg{&kz#rrr4oQ,MTG֖5sqI>FC'v$zQޤ;=Lvx)[NAC7xR8IZ͍ U"07L@ $!h25Bb/{[x>*cq:"֞:{0vgwdv153+][`^@MWƽ,X\f+*0vAVfx+f 6 7Xzͥ)W^nEmh$oNfEGQԓgvݒPXGܯuCm"{I5_+#3ׂ WȬhVEV$ҟY`{-6vU:h[uL 2@v?&.ib%[ߣ8TUKiW=Va1Lm~j}B'Qnq#eSXE_4 ףL5GA9 YN b+1 eY4zK4˒_r%Jd8͛6Bۄڵ0&WDpR/:!K+qD- KhOq<4;U |Ǔ ̆QaMǯtoL£cyȾO:^ڦ0IMj)KA58A0dhJT6BcP_T͓0K45`<\iFX >A-A6}A"f2^;I,=.d# B`YTARn2ee*7).|N+FW 4U,!aL]݁}@H8t ^~ Op5dSD*e$4jHg.$jH0,ulFcgf1z}1P .vz 㭠iLߌ~LtsqReYaK7kB5@t]!b.Y'ͶH?HpnOyIe_{$kksv0 $mjTbݫ(SI7gA@nJ(9e1C 2!( `J9(:ݪ@j.)UB01};믞wo4˻3l a1>(W4݃(yiWѢp0VA^D~U+.)W?#'Di8.uLa;DZSD":tvYapOWEzq*NGѵ  6XjaW2fc7^Tq{I'Z|e I/*On+%z4_}ܞR9YZ1k+lhd|2Jkc>#Y3"(kh 'Jۗ>XB&I .= (GCw?;r)NrΗzsd;q鲒(Y;Y 2lXZ؜Q" F#$>P*WjXۆs G)}]hd+SFftdt64~DM-"ELK+㘊y~ևM \ A 7|C>&C-wNIzp$ щPt=%P'לL8![1k= x"d5xv?}s4^D&$!'YKLz޼ h ave#BsY8[Ȟd*|(EX}G#\٦3,FӴu02Ya;.V"bN?fdN0qZYI9vb6v|nvͥn+!xgNn ݡ`?k!{?7-XD۹L\*#=:j4ʩq1ӭɻ|\c˜ېޣݢ7uaE9B%>Z 6YO8T"(x̀N%'uN'-~'czA2ա2۰"+_-6?:5:3!~,_ IYUQCFGVi!L9p 2UTˢ%n}Kb4Е qڴ~@\7R6}eQ# o>D3LTCʄѽM:0ANO(^Ϗ!N&p̘`|Sw "uMwN aA zcn-*_-)c9ʪULKd)/~~Nn\I1ۙ=k5~"DUP^&TVI?$nnv6"rAw ӭP$Cry-" REIw+JAMx(7%XOy&. Zۊ-wTY +k\s'n EX 7H}s:wط~=PUI UZ~r1GZcT'7T R/Em=tT)Ϟ~2#m`l ~') -t_rwf]qM;sԙNOWR@a F:ߴC:(}XZw#IԨ-'z<㠪ng 4aA0QanU@W m &#$wɅNoHOds?(]_-2PVNk*l~y,NٰIGd:$4O&:4W9ٯJqF8Ǣ7c MA@)LۗGr/y l*Pem0QiY5 YU,e $N8:K+Qw l \2YLV14xv@V3I%l3$JWcTtF(M0wK) X|H}ǩ`hŔ^DU{ܙ Y۟ctWq} d)ۏ#3LN>qX{D$tG0 TP"f& ;!eɣ5Cg 12L$_<;;@kd;Ɍ6",t+ss7& );4Fl-,7q6/~~3Ah#Ss~ܒ ̨=#6G#0ߊBN  EefBY@:o1m5˻Uj)o i'=XQSsU*v z%3 WG!'R[ܶL|XApͮ)!;GA0/-QW$9luY[8k)ҵ]DA$BJSEM-1X=t. i C5L]9{V%+E6 EqjJlOE%kB!-` YHs*s qtv{Wo n~y(1W3֛#uz2a[P!']Mȣ]a}A\OL v/ˢY=}I񵜷caeЦ/<0wܞ=7 P9!hTim`k`O7:97Ygzm0s`C+Z567L}p $s諲k&WʁDĴ\DLOD2d4@ 4Wa;%| G VKNM4󧸕\ DNOlyY6%܊v[m/V `φ TWu;T@j&1j$9;@# ~9ex#KLHsJ))s!QTˎa.]/hqaxBY&PGMR< u ;y\<59,[d:'"7{DP(78sD=+B,(/F ;7*#Js8e,PJg0+yȘKٜ-gMitּ3|bGGxoRM8.$QJGBqi,,.d8]3ҫA@gSNbq>>bX;unдс.*Z kK!;r5`:`ɈIÓޚX 87bAOO!n-qqvGZi҇:z25Q2Newb-ϫ` 5(5mP/D-É[{J[usNpFQg>303;&Vhubq9hŸ!c'&2ur[";T"ky0F [ob_k[*+c8.?">#ERX"HGD΢/^\>5h+i;`zFgf߀t/X.~m}F&4wJ}rBBCJ[/F|9N%b Px$/BQ 1M–@! C ~M#Ы9F{<͂~ԙ;$QS*W6{X[niaHYb35z|}<7;fqČ{,tTm^z⊿2 kqIBěg$sD*iX]b6Aƾ} 4u=ΜR3ⵃFfD0#m,UEo`IYX{I0\*"v*5H@Qu)hIwmZ~<cB?9\+;#Gs6.GP) U?~#A6"#+_s:*D聉WkNIsuz9V1A]'F 3(:XunEk0thl"1 g)=p/rp]ȏT_g~ QTBzO3nFhqxc|DP4qbY-zͮ6if u~Xrۤ]!#aaUl-N^8fY/G3L]yXH`RrW|o힋 ɱQ9N  +^] M;)}Ivn}"`g{"wN.X9vUPKnigOeb|OOCf͋/NJ3XjI.V\\σp)]Ɇ*-"qz|ޢd'ג QX<2gUlñ2f"[q4/ f3M >[OQR,>+n9Tڀ#6J]B},ښyn'b$ @]Pn> !_bA B\PգלUwFT ̇|p]+}RG|y+UMprU(j2U<^?%g L'@h9ᚍ6m&-Wu.3,%߿]Ǝܣ9,<{د9Gy ͞X.>&L& = h#>)(\.*Xߝ(Eҧ$3v9F"A_n AX}EE'n׆jJ@Xp/?w~,gގ-1?˵̋~J"㊥σ9MTX,ڄn2UYAmKŘ1Me"Ύ,0>\U4wLE:40>_jtr_{I5w rPa^ AAsѭK]X=e3IFOoƳ^ +QKW׋MLX*FW'X-N!nHR3*d6c _I+g=B/ T{ 2vk3%#"尲TӜ^CP(Fx Sr,#\OE9'y1 M*G4jRj<"ݗ0 ]Xu9dF RVc-wJթΓdߙB2,~>k+>\F ~Xޒ#)h7[uMj$fFBpuF ߄"`h;Ȍb7ab~/(󙎗U_D__ AX⫹ CY/#w$aq{6F_>M}`޾6ܾJ`뱢_ѽrn]O m;H9+i}Apphmze6E숄V(ITfrd(Wz}@-zj.j-GS,t̪-j8<G΃W9 EM{ U5ZD!8 w05; 4s cVe$#rBxn ך& H@lœ \)Vz (&>I4V'AUoI1L/){a bDqtĨP$\W 8vB#yt:€ / pT s`8=fT< =Z۞&E5R0ʜ셙k9}4FwaU5ڞfdw)?\|^ r/WSyL{{!.w&o x_܀#gu(u&P5A|LPJ;S:z{Cη\{bY~a4i*s wn jA3R &D(lWtf$!d܌*NVAE.' (XƵmM'#EljLeD' Bi]Iɤǖ]ȟ.P_/h4 噣qm3`@jC5Kdu}03,ƫrct3~[Yڝ4[bXn|mzjAPsԇ OlRڰHCc,&ep:FOӈp߇jU$=hX@\>m較V/E~^^ ձ*l,Etp6E)n9X.ߨe A\tIp.If\jKBlŰ/##+Sr 2ud"͜n:#L#t ˜3V̆EA=r ~Wb/C8 op]A~ >5 HXrMWqYMUAwP0%VQ_Ğ&TNĐ?Ļlq観*Xځ'_7u6yV9\]*<;{ ټ=('ȭӜ5e,.g*,i@5Z ޓd#SZ`]nFР/~>lf:!jߏ (-pDa")>l\, tpv>" K[J6B~'4/` þ<lL Vc_qDtItRSyas)Y2EFQ-nv-P]]H*䃋ᢷҸ wGeR+O6ЌwAhs,N.&奚dG›s;m]%W!hpޜDVAxݎr%K xR+~JE1=T?w6qw AW"dp`TBi_K3'"0Mk "~Yo?)s7>zʛcKxX͘ж^0-}(v]#c 7+ mLU}U-!7 Lf&}@?9$MHr -kgUJ{ xk6ݯ\i\hr0^y_QVQЧSnQ֟6xʰǛ^Q&"w\ mJAU:pc>SOJ/Qtf_44: _p)Ar!wY,۸O3]UKa#^Ha+1J}o4ynWNedZ 9Ֆ)KqK J!X9^dBIj9) KeDEF(ߝ.T{@H{ ՘@ Py yO)}"BD</Zo sb8B)W1s4˄U&*ׄ&f])kJe]Y *q<٠=4B) Bͨ_ 6O/JTJ\O32dTȯ|Uִ=,(nTi3\*>LYqŲ?/Vtڇ&mliX} QppQ(HJq?V^L#ӧkyq Y 9k\g% ȢɩŪH;f7Z'QtWh5D^:ɶtޔ()V"ZGgH[}տjU9k,V0/=Q.JwOae_HVHԫl䵅eFg.ZOlD3hV*734/QLa:ZyqS jw[Ab ƐYyEm _эRPlFU2uOg(`^g_T[[KcxQS.ggnVaLCE܈l\^r(>C*olZc<^^DW~ht'75/fW^]S=m PM㵏P~¸Xdk]{/^PƫzT KL -_d6ȯ2S: .V eñȌ;q2}fM8~ehɺn ƻ -83.#>~v~歭ZٞK)2niKN f]v5+>6(9A+'Lzy+c-FG~1/Bwۙۜ*i%,|Δ6!a^jM]S!vvkx"Y$;+4aF6ۘg zSt~dHE ]o)๯h&a;|G=Vy奱{ZWT*B* ;{*Q8⪮fq;pqғ`F9$(q.7h'Q9K81F&6p,֠t6Hx$\^}{ޚ|f ,fo>{Gdh3GeHf QdtvfG Å38]ݭ{naR_D(mNɞ⹖Z-~J|Hw w?*\xrC6[y(H+b Db-R44L]>w W'QقUSHMgiT QMWײC{Z)1c0)۹DW.^B7 NSϬ\ܯTy|4ab, $\.uB\nu^yJE ކOgpqGSx?:mB_ŸP" |ADv4@+cCIRYڧ@Xm,}Z۽HwBS.oߝA6 U.z[cٱ`p0Stp&0UOF1+ _>%PfQ_n%5 Db5'ԶV܆p1BW`!x{8FP+y|fhx`frue*#7H`D)VI&|Cwxu' ^nɳb%(Ěc.ajpE>{zrVmW>Icug`"=40ʚ}܍r'&d 9I^ԁ1FҎbW$ ]?dGsH^Ïmȵ1q~>|2>a_i2zJAo8|\ZDScΆN,D0 a1.KXPd@m~&銝<] xl/b9pt9j=«g7J֣?Up,CtnOT+﬙_ωwv?_ 7 b3tmoޛKȅԯߘa+ס==\PTe9ɔr/[S_ߜx"|$l7`% K p6Yrhɸdl,Z3'6X &q.AÅqfdi06u*IʎtGJ |TiGp\%3ϢXEFd!dX%1?${u#<H셓JrphE"wj̤[S+Sy1SNy~OK~W`'[b7I\ 9d|bmzL!$K\TRٌos!)Zbiʬū_a, :l u|1.r&rP]bv-ncߒN#C +:كVC6NDenu;O쑸&]X%xIEJ cVY9A7A'/&:NWƶjFmʚPc^ե@D/A.iHGTA KaUٚu96OdHiʚi2E?QY8ہQ`Jه!Pw\ve8x۸RVW.C3γwIuU;u+>t, 0zӥ<^GjfP(ᓠ.,J)OJW >w]#& ;zO' |}dT)٬[T at2a x}K~pL P@:Mv $472^\zG_ż6\\k\L&VikFۇ}ר98%"]tW7_AZ};2'ҫ)!e^V͆Д~1Ɣ 4bxzR4l>"xʙrZ([H*-ߵׄ"q/67HdCXdNiWm _`W&]A[[8G\, lxɩ-#>$Sר?~-fkF11Q.#. oUp;^+exq\M!L %Z}bF(!Ck.`N+?2pW1O2R#v*=7MwӐ;T-zLOSeM:!#6Θ;jtXXHoҋ7 ?A? QNƎ/vp bkڇ)?r55!iS>N%0ş∌7wM/CυU:,z-çz RG4./LONb'# 됙9s~ Lh2pHf`\eYy$>jH&jQCyFA8Ŵ}dɟ΂eHlt}NT luC5we-`y#\#+"}d멤z,}7V<-^x$[}W7p'h}ydS`1 |ҽ[^h-X:Y- |CŻ3T?xt t_1TnG<,taxJ4$S &&%0K#[æT |>ݧ0[%p.N$-"\/)E{wPSȝD\NyR mpb[QSKOVm!گ4|´$Uo#0(3u}?G\m^3ˊa'tj!(JwʧѲ?H%E6NO&Cbq 1~r o`,35Hϡe'F&UODM7n 9O9T% yZ Ph {7 Ke@t#vUjmsӫ<ӊB &B!wp;҄M'{4 x~oxirLؘPsF^V N^:>` pIbvtGWm<}`Gمl:W[xw.@f5+SOt@ Ue.da]VW&YسM8I}Cwڅ5ó֝Oq:4&FVWɊq/"Ւ bKW8\rj^p \Sc@.03:^_ksuV6Qˏd?eͮu0su[eECEq& Ìi |%<:X(]V&>]o9V!O3UDa^33lhcIK ~q p0 l[Lx@K <ϝrO p7>+ etsEl.XJew n@Ljk ;vvT_\mͲ=+Q$B{I/fH#g8Ls@#YT("0J_)fqԲFRz<_]^b+g?ҝ; qII#@/cώ]b7}}[}v TyPQZLuV$x)DW_og5l C%+y4i=N.4%ZH yi"rŅ{xH[*1:;v{Eߘ'SWHtmRJFBp10&ϣ hL6{ޝǎ Wxؖ{*$pQ:f ! lpxo W>%DLRaEsi6HLV~P6v&%6_:m_n adw;}8ΖwA+MTWk0Er58yve/6wP6<};8rh9YS<齕!no$+f*^þ J[XF$m޶W4Y<zqֲߔ;"? S 0en%4Miꏎ#JawAr|dޛgVQ<(8li06g&b2L`{D78a5bpQJ?рa^A=zZ5 ?|Xye'e8݁lX_ZE,3xa)Sgmr&`܋w;=@ΖֱZ%ws˳0F@"䥁wvB}mhhMM]FFv_bh+ &] 1mVYIӱ=Yn1zS<8SEPQmnfMM*;Q]d9p^so+@*+/e%){ߡ ˝,j5a*'pr~J2-3X:Zۮ;rS2`F LV.):BK^ oO$jp!"w=[ZxizDI|x0ľy12 wC rX?V ݬv\HH)k G1f(tK&)1ۍ *5`<$S,LTn{/vV:E` e $H¨-1$ YZ