xrdp-0.9.13.1-4.12.1<>,xa"p9|q@r}DŽ%Fy a2_(no*'މϮWф] U>cgC| kPҺ6[ pc)6DəMSl쒍O4fU'. bxQBFʮ2d7l?Jw6N# 9EK X^Nj]'3_y OrN}Of ݂Ivk|3[GsH∉_ʻSޛ,S>I?d  < * @Uz"Z#Z $Z %`Z &Z 8Z 9Z;Z<Z>>Z@$ @"Ad"Dq"(D8D29E2:H2=>?@FGZH<ZIZX Y( \`Z]Z^bcd)e.f1l3uHZvwZxZygzCxrdp0.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"ibs-arm-5*SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxaarch64 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 {    0  ( xrO:p H `h  (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"f3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24c20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76dcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16df7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e55d256faee2109bbfa8c1161a8837c99d7f975535c46c1d50ddc73ab317f360d33a5eb92a8012d1ed144afee9e448491b310375a8e5c2ce5aa6047e605eb5b8cf6708aba3416561f1981fba0304532af59f983d2b42a9a5a7501b8e5e30414f66316124d44e3c10a2c08180cba61bb5b2558b3e26bbb0b727509cd652579236b70897b8eeff1006c5f07792f41bd996ce5dfa7413e178c6c4c948b30a798b2cbf3bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2a96dbb5d72807aa3ed6221eb38a9ecaacf23ac731f8a4e003fce80f3bd078f2fcee7017bd1c16d087f5ba2759e52367076194a3192166a5bbe83957f4a29ab240c8b1f1c287436424dc3c1a56967395fa2cefb07a2d00994f5b71657287dab921c86a5ff815c939cc7225b7926eb04493c360c1e75ff19218d47ede9755564a9afae65cb07d6a32c36ffe4c0d155f7c280581220a619a47ff8426fc62423efc0c84f29ee05a53a2e9683ed25f15a2776c9432240c979cee585b29ab5ba10497ca27fe40009927eb36e3c4505b67c9fa884f8aaef88b38ceb179bfce08e351778d489a74460816690d7cde011696b0f48f889072e8f74932035a3c4da7774b97dc36e31a7fcb926efd9bc97b1aab9c39feb53256f4ca0edcd30d4558981369d9cfa78225434074d7570a4ee7d5e4afafbdb6e321e80d6296f405f5bf36f1f1eaab17e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c71c3c1e1345d761e85bc78dfe4947a86b39d991aac15e78ccbc35416cbfc612becdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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(aarch-64) @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envconfig(xrdp)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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-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/shibs-arm-5 1642406608  "$&(*,.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_Updatedrpmxz5aarch64-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, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bde7492294d9dcac08d189a170414f02d3bbf59a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2ba236f8e8d869e1ad467ec20e1da923d3f8d575, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2e7c1264ccfe3f16e605746b2f7c0efd0529221e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c7815186c6ee79423d40ac136ef253cc2c32b1e6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0839f8f59c3e6b74fb45dc31db44f99cfa7760bb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a8ab4510aec2c7167383752108054c6d00ebcfea, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3ccde27f6ff663f87f96d2f29fdc6efc8127338, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fafb92df109967026e172e81caee14f8c45205f9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bb19d551ad8a7e047f98e167802253ddfb16689, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5e199e70b01e2d44f80f5fc6108faf179a46d75, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab41826a98ee20198a12e64153fd125a1e05cd1d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2354e4abb45f6f953dc1b2a099e2cd81847917a1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=24b7317b99efc0f5a7e8697ebd68970546ea37a8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=16c2de5bb982cf57fe76c824148e63e2ed47d4ab, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0d9ce2d8ac1f200de5f2c79417faf555933591c2, for GNU/Linux 3.7.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.aarch64/var/log/xrdp-sesman.log' (No such file or directory) )-5;AFLU]   RRRRRRRRR RRRRRRRRRRRRRRRRRRRPRRRRRRRRRRRRPRRRPRRRRRRRPRRRRRPRRRRRPRRRRPRRRRRRRRRR R RRRRRRR R R RRRRRRRRRRRR^Lhxorgxrdputf-899c78699a9ea030f4f0eb9a1d18d6b8fea00528ebfceed10c7b35c522bfcfa7c?p7zXZ !t/j]"k%H+ۣT\1<-kMu_M09ޓciu*3_ūkj^. MP հ38 84I޲?E;8xݘvK\r6TGسAJ x=c RjOtЎf;ULiWd`^451c$I 1~ulջ#0`LݕS˯҂KߘRQ\M4]+%?Nbr0/ mn{s&P֒Fb@|v3BeӋxiv;^Nq>K)"P h!,S wdG?wC*vTAk' 'Mƴ15 RKpNic#c65_.wGαfQE2+]aHŪ)C6 J jJR4}0Kg}UIT?Sa) 2&`Of-/e^;b@%S^ G [X@\r/F$H̸ VxqM\`xlSO|)|Q́9Y/ɹ8ceζ ]r(OcFH4(8!/4 3l mu k,IO(j/w1pBikZMXDSjw؈'V&" IVV-nk,&u|m9szCzh>*` }*tsN $$9deAӑ~GфQD@!ɕKuip?>? ʿ3=Si_g8$z7J&#xhyvxQހêF~@Q'-68rS_RrJȭ" bU?\~_UaBF2%trȲS&eeq$Ɇw4mm<$ c]u6d*3y| iD1MNKBnf APґ.Xc d;!J‘9TI/ 1 s@}SG8zĆ =xnt]D. _E4f=+nsC_ ,zI۬O[UgK~4S$m~|Ma VwYu+QCsB #w'%8Ci(B' 뼾SNpGtK6̤4zpK4ovBwNK$ 7=1#?ԹhaPԯ%_d6)WM0ǐ˸8!jJM&OoH>@yrG|T]I6$ysG>.lKo"~~GVѣQ Ww2(,4@>9'șdFs-Yz1`q!LD4FV+Y,wT:)k:1Lr.>q!$ԓT<%HEJѤlF|=A8b46]~ 1QYD>z/Sn$˃ P w,.SKrG)|YdrذdOpUXvfPl5HHK2FR55{H%cDff8~pHtD1@o/m1LseW{H%vib Z(ڼoE`i'ڒl}/ *uMYB=H/4頲s60nޕNzTJ#$l[᯵0qnٻnOI  =Erfp54漣 #>dž#.U"њ_#u-%wOmxiea> ِz` ́ 3p% ݈b$RĨ}?zԹ-9@TZ]M?uALeWmсoKJu54MmGxP4,Y=qFJUY.&I9 C1j{+ϗ[o.pCcNPo&T8AK^N =*37̩={ieJҍW+ېUJoeI2R.NKci*֑O 1ލ5[Fᦰa c5JEmGjG_k&_Yђ1 @KQ_YT3aF3@hZ'Qه}6cl2 bm48Dz1v3JRw -!#0݅N3VRJ &5i uodz}i=~nP^D.?@TPTVS6b=۪}C@$f<kZM~g5^->M^;j1(DPKJWLmn?~9֜[Ձ=QFwEB]t.!PY {}X+v 1.>X}48Z7"CfaQeVO]|)tg@ԁ;VP]EEk8:EI8ԇ/]'#NZ$T{LcP}kPfmq%4\b7N]|&Iy*;~ ~4Zy8JMmI X!kjkF 6f"{\2G\1A_5p3N5NSj]o_qts6kg*]kDhǩ :?>Wڋ8[rxG٘'o@[S(sQk犐DL2X$Քzظ~# E瞏gU!w_XUTJÙWw\^V(qhD}RI. J[q|jH ֳ>Cꔊ?eĜCkx'$\>V dc~ @qR.z!ݵXvWwB<xGjzv\&Vj<ڔS@`ڳ}]/ż.iu'[(jBD@!`_}l+ccY5fhz7"Q|G5uT:ÅcYw}_ron0S|FtrqBQlkZk+|N0Rk&`/Ier¥dA^[繽ld԰[%g&>eL3# iuƚ8Ԧd;7*x ݏnj *0paG{R'xNb'-<Մ%_L4)d> Z~[*SgѠħT(Y0"K:uXri ~kuBk03~ [*@OzuJ&j$`jx=?r6Z pwi*NqJ%v\N*lzWF >%PQH!1;:Ɩ-qEv <?2$_\Uz4]9u{6+rc6,_.'}mҒJ힔lQЂ?m坑YG1)nX V&+ɗx˿arJM_F<uJu뙯85-Yvg^F*Q0?dA~VM.d%Ow,//˒-`(Y.:g{]!L4\%|U| x\rZgצ7Y('y:,M̿o*FEk;Lm{2_Lm=#xSo23'X'{gAV)^2[Q~)?|uR!T N!CլgG w9alY5wzԦՃewhDe/RR |IUgK]WuTɤ<# ^Fu.R%:BrỸ) 8k&a.r dQk# 6oBW[Mc*6O05ԛeLB2(.Sz@?ȟ1!\^Tp !(Mw/dЕ5LMk51I`0Bl9%pqT{*ةQ#U%d(%l򠾩)7iq'}p2 w+lJtOdZ}Jյ^eǵعQ B$/%vNZ4y V=ⱓރmi '|x#  tJ٬b[ gڇ`P|oSr@KBk,Q+wa|{ 3œ鷹Nm13DӅfq,Ws JVF)CGjR]nr-Pz4E'&.oX&xyH~U?N3 vl@ 5 c.#fpUY~NC|ݏ)7xg$\(xSd8+!/:9fFhxjm D)rjRpN@iB5yjehs?oK"VzP Kn3.iM珯]ܩXӆ"~?y6≲FG|;[yZ2lcϣ{H3ځJBqQnTcW$ FȐ.X,q8i} *E?Dj}c~X_86iikp""a $줍)^Yĝ2O m VȨq-?/,W!ļ> &兎 k~){Vm|gîײW␄Yx+&sLl.asτ]Du ~"9zE*Vͩط./ݷ_p 0k.'ʧ3dӣŽ\ޤϩ X/o׫7wLeRQCFJoc}1tޜ~bv)m;]8~ێ2?!6/LIjsUTaetyz˫t(Mf h^waD~RfCe:o#]}.'4]d^,5 SS5PCf=]Л1!W~o1]W- Ҷ[8&ifƻrKmuF𽴊ԘcY\xyNT5P$Q'n)js3nv|ZP(e|ͯMi {n2P8ԁk &U.6XWXYBnxVTl"'DЃ!vi1'c p CAd"w"dJ v']h (*\H{$+@vD4S0I Z`E} MĒDҸvTWw#`G3OFݻ(Y»S~ >5M588ԖjoGDn6P+.O<8Q, 0fUDNʍK$Iw1X7ծz߆C Z7|, LҒ>J.4|. 7@OZ L(Rnm)Eqv ^hY{}CNRXtX'6?I2Ș)"?.:Pzl\dc!6:+^,' G1j~,ǞS"p }J% . Ĭ"Nw4 k^u#G6mpjfuhY|tfGȡU/Ŷpy+|Fz"9r>VQi?fs>B eBǦ65ﮙCD;ԳKc$'9s9w (jIX"PCIC"|V\){` pDQƭuWdMTkѩϬF/mSyQw}=sN jtF2@I)㑉O Y^WǷ\kD9F(М9CO~jEsQeV;uJ/$@9e'D4iͦH>RW!L<<SA):FIRs}BF~qܧqxJQxh^f EX9^(So e[^i㥾нWN;T e"J jl&*ژz{e;_,Uk#?#Lw/5T߉f3Ml KQ.*[߉$tDCNSH}qC6ˆdWKLPqTK9NF#6©&yYSJ%B 1. ʂ!hK>ýޮnms&/Gk.KMzF3:l @+W!Zh?|RR#u!=)~kz ,I)3B,݋)yڏ#)bd "Rg ?g ?0ݲZ{:)m3a pp#:8 2'\-F..$O8H>ۍ?RmFb&*r9Ye!;[N+8mIac$4V eJԝ WjR ļUE"G=LQ~Fo_}qY6kf*nسˉ)5%3RB]uC9nC;ZsB bgvaцPS@X5_׌2ZgȨqփ&D;WMT֯G qKG KL̡z7&zJx X#w/Ԕ&.se<x!À( cܐKpO2 PEm%\]t(NMdiI]];[+_mErnscjAs% ̵><`p;Fտ2#K0LЂ<8re‚;#iqY== 6dLIߋ4י;I n4 qaF@P[}h>I75Ŀ=.֞ROq{)Hr_1E 9 ?]hZ[ҼڂcOmL׶(w /U *NI||Q6#S_ߍx^Þ HLnqFKLs}^bpe]h \6RT#AL9!͝؇= "h .i']ŔVn7[W@ ÕrC'p7 G³jfƆSV9h85Y&soǐL{BP ?HyIO4 'M 6DzHCaUukr h5O>N^UDz筼̜w|m.et8JW&= HK,zU ]*ʇ,eJxvvw^u>PyƒLcZ״: q FvHW4 s!X!IoͶۑ0ijUe'7rQФ{DB/klT3fUI"s)T/`9 ?w];e3`C?I|d T+]Y:rqXb-Bo4T1=9X*WW0Ԡ]Tj|`ļ2 ~{ &tn0UP)cg^%OΆTyHO`&y)/e p\U(UxD!LcPtdv]\\Q6 Qiq SV!{blEE+R.MZ3hqno{ NF(sz %"ݿ;ݧ=A{e5#Eėq) I+@al}H62qo*,s_WP(GS4%1:d&%^ÒkhVYF%W)-t$cn|>8,'[Om?uxNXǩ[5VXj&s}3"[ ~:X_pg6mJE (!cW+q:\ X_pV؎1[n]/-b)+,KJbe~O>U,ʑ\kLŵuA Qn9w}h$ &Af^l G:z|XL'`]?`}c·F7SCus"ԌSn&]gUdԀlZ`–b̾T6~$&Jfg+m#/~8ڃ%"Lʂ] oclP3tNP[4nY5i4uECpz#S _7/II[&;O34/|j8T6tt-- ʱc4Pt4,MY$u@usVLj_@ᛋ\G#ty V~6*鸇EvRLh/ Mao pe/4#>9:դL,|aT8ېJNAnvl;G n79֣DsaV4vQFU 2 Kg߬c:~C؁vU@y#T;GPT gAȨ܂e,7yS4f:7h@ݘ\t702a.my3:eA+hL|~:=YR Gy#ЖD߭\Hh r}8**e <?.IK>~T5B0,Y1p8FUʀZ'3-%Mh{.#\eK7N$ o7X|3a5xNnִ-[N1%\AHG ]owu067o8lZE]d'6o%`eg+64?^b(.ЂP՗!FI@U-Yk_>[S qJTӞzJ|_j/%V}%7SrQJ<2wMv wF Y!+q9p ;))gnh# ׍Gev8m땰'3Ҩ}В ;`rc`&PT~3vOYu0/ {oD}aa(XgxkEjӊE#-su"Etl`Sн[_b` 1#bK' }SÆu}>ȅ'f ["pwܤWn&e-9]`1 !ՏIZ~ږ|1=uEQ^"eQ*]X4KLmCIۧVvY|:[wuf;b%C'L%\3㜟t^aWYxTN0qj2_(e8Luua G+{{MCRΤ{NZ넧׫oZLg[L;q兔߱)X3zݒpix PE59:Bpl Z^T\? RFz[Rˑؕ]^H%$e4n%&fNLlh^r^}n ]#5eemЎᇋ:V$Po"c;\݃;?.%*i&Q,,A>| svAIb-w%ǯ''vӃ dba,@Ac:^G y#tr _Dd-{]:|Ao7 pgIHr)[k܃|*$\"O|~n?F9N \JDXPs|tš 1Zr>)Q>j(卽yسjZX=$N(H,K"_Eg]]čuTlRG%U#q8KqQ7+ Pa%3ߢU3i6&8 2uQ w-B2<ڣћIT`?@[3Uc4R'V m@Kޓa}X5Wŗ k1?_\0 ZR$zp4_=-މ= /P CZߪ(. vݜ->q“ite+Xv~Sƥq"q<7r<ȍуԘ}#B@X((t, =NaAvTQtݬ_>fsRa'6=rW\r׬yc}"]]Am MH񏏹n\t1wRkr_aBFQOh_j$'̑GtnjqB4 !\jc2/ 4NU dBQ_C{X_ m=dl wm_aįSTٕµZ56* :w`'= 5uܭ`z'=X9/z9#+Dbļ Ĵ E?3hp9"hCd_~ d8Hdg63emlC5 0z\buɟNJ7 Fbu&ґ,-ɋժh1nġՆnK?DH߭9#0<^(&E&@RzuK6ֵp6.ڳadc1dKU8Q7b1V@1j?0=x`$c!JCX !<2H O1AKk`T͟ *mۖM NGrXZdF= ?Uu~DzA|=>y"/  #᷎mX[ ]GB0<ͻ)݈ \! ?#S<Ι3c8 :O ϋh6Pt3 K:@G$5J}OOxzs(qdW?oP7Ge{m9eԝc !0$!$z<~?j]015,pE~> =H ]l#9ΎE .dwz4`蝿՝t/M/+4%E-ΈEߙ)qE8r|?T˱Mk:*X|J_9 z_vaZKN0XWe`JD遫)z2ΞL:pu"R>4e{ 3#Q;jt+x^fwh!ڔW%᣿8ZIF8qSUL` `ֹ-$ m ]Jt&.#"܍(9'NO6N:w p=}tD)'2J׈ƺ%2\b,J[S~qȺUd_|d? 2`C:>s3!&īqFGF9IRaH_9o[bq ~[ߙfؗx6κcl9R[T^cW;>Iܒ-p'ns WE\,H@4Q&M}`/1fJWBm@ >i;Mn`( m4V0 eŊeh!d;۶lM& KKsh\fzQ ኇ/,MMO wS{v{UX"HY׃ꁃGa8=nJ~⨮Q"**1QGjĊZ =,$rD('4DΰܡoEi}eo_2PckAշ ^.ut[P]$qԻd!K*GO9Ms/2bq}|OQ@Ӽfovji4'` 4An#ݛևT tdĹo)Uؿs Yqw|9Ix$chRQj bbÎQEN~)>Bxߥv"U}B` )E4vCx2P q_ mDY&&$ 3r~/+>N$[!kž;PMJI+hYfn2ǎt'/a$Cݔ-U=Ǝ]VḏYg鰟gM^7 r]/y(%t D M=%mulV,@vv`^[/V)s ؠAe8v<%ӎZo} 8v^yW`ࡹ65pM@yz!\UgNv$e_ksZ&ݲqzވ^$N ;Oj\Š|y:^nd/bԜB $gQIvPyo~Arr"X[ rt2K!9H¨b? 0ZJCm:=m“H>hśϑm]w6jNFPYJ44W:O)i,h-B Tq|a"[aIЯ;텇AUw7u:%W~OmE:s+:if?k!,Y4faLPZ}Z${BI14T$I=ܬ;V OsSHm!Y*&bq\Ä!"(fzE4sF m ͔Vy\I |wZF=vg1*FdP;xP. ~9&'R) J+ЗU *џßz[R<@adn.jQ3FuP#I$9M?SSC}-Lu\O0n vȁibđ'jv1SR?]l#KO)j屛 o< "y⛡qnY] n cɄ'qVMK yٸZݘCЖ{H#Yj}#/v5وĥ --tSvEUv+.B6: ` 7X)셖nc;TLExYZs'G~WJhU>(D\zCdk>3߹U'jwE`{*EsGp\Z`\~kCCn0 Z+U_cXjG$Ơ k{vtu(! C|'7:#~(UdLELBC)H 2 e!cMӣRVTaDl'b„./P;7wyMr {|l.&n=nH Ҍۋ#QW`4zzdɰ w>Z@׷" XED3^ 5}Ӧ }&wQ̤S bsLbmt}'XԎg"#sӎ+BaWg#46tԬSEb/{|xCo/Z!)K-T1 5uv[1xfRp +'4A!^4V/G+*Ywa;v`bahFDJ4ol'`˛Q4DKWPQdIfv~%te8)$"5)3,L7?qE:>,zدe1n}f1~^wv9߾urTM;5={x7GmIJ mȊBt9bm7y ᬡkehH1R,G;@Z<l scr2Fظ#QWj ';5 b{Կn' HC_˯ԉꈁ6qq>I}h9*-BgJNCɅЏ}GQ5nr%#,ÚLcu@}SMa"'T b0iPbLvxxpZNXg #mQ\߂A'X͢T!eMVQM81.$C7㧴D ~>tW-eW?k3θG@􀳟Zmط8%r&>ޒ+Vkm-\y~P{h-uǬ#K\{ĦC<Х/tN9f3U ߧ|8循'Ē׶Bh:l ZeCaaܿya̻qp*uR!Ze \XgR=Jd}ڲ7`рL4tSⅢ]G,p,P^DL^2!PV`?9ۯ3Q@'Y)RC!8Rߜo3!ŧ̅ HS#5<ZΑ tՃ@nw>Bn?wc9v}?X}9stf~0䐐a)eo6%9եR婢$Zp )]8ǠnX]P"G1K)$J'jBRSÄWtʞOmzA!+{LNl;J~!+RٱXڕw܃6]oYd0-H=jū+ iצ- )`It 9 4P*WQ:Ii&8~&(O?ɶd^`ϟڦ1PXd僶_5kNNMBH'_`&CQ].G'q"5n$(5X4'/[T(pFPRث3 Ot=䛉RQwp>FFsI&[k:ylYz#`)[Z6S[քdAУ|9KyHIQ>:PGreZUK6R D~Bc%f$vdL9/9zt2˷/Rv?&6R3s.PjJB͔K|i5ܚypJGsC]O* e6A UwBk38p ]ATs( gOʕNTz@R>?*|)s icXL Ě63,k5,N0)?m9+O@Dt꒖L]o<B |z5Co|T)]o+ mԵ! x(ZuϤ0Aͻ < C5жgK /^ubyQ^~D8j)g,GfOHBhҮ4" Vσ*G*iRD휚жC|7gFHD-'PF]j26Pla4~6t'ZZ +K*Ks4}($f+ e quBQqpUqO"t:ӣ#Bw!b(B$hbd$pcP3{G9 Pj &L1q6h&ӡ#ۜF|]Y(ധWI$ѷs2#Z1vȚY{jyo=Q!![|MmWm" "~oZX|[b%?i+F,-w4eq$U EϷ#~ Hj30r?+_M:CH+.;lwdBDLS̒omKYJ^="/9Zt~0."(jwu\ ToS64ϱ4'|[Np "TW7+R?9-ԉ݆Tn^%4YQсz}ɢVol_eY|ΛφYF#n> zTzTmEr<3P"`*]^(0ijʝH8RYz.M[ڃh[G79ϓcP;E<dAGHDĤļl-AD*%vsqɌ9mNF=ugd虺?vh7Ʉcqid#G4#@<:ugtjc~ ms&  ibD쫕+mCN/v=,j("|1 y< Cew=GHYv]lXy,/geIHL`]$O`8B'l %~j0܌=$wnCr+z \g[c]$qaς3A[ R$^,)_o9@lDDYK$ed/O$,O`э<.n:y Os:iMWZ) `-VK|9KT$lPhx2Ҭ&T"7Z~#)ܯ㣨W-УuA7<QDղh'8j趢l[ä|_O>' %R^L\+Y%2])Xk4q1nF:t5ypM9ZD>p3ua qV^魯Y&bx}E:`t-bQxD !6h6E2X ?8(М%1V2*/v!E򶰮6z X6קlqC4(q[stzp+'֐ R gS, 7< k\x Oꬰռ,-,AI'g3d>(R]z[/vHT9Ӌ&FP7~U{SA {u~ ag 7yGJhT>l/yTz͡q5$2TRsbeb)l  0=Zrn*C2±y^grr 0ZLL!9B2h+D3_$8 SA ^ u;} o8V|3Tћ( /O :;b0Ak%@ȏ7>iz0*8U6R{*"_NB ~BH0"7jQ)u*\t;SpڽcubMٖ2%ұ]p.d+IwŌR:KFNcuJ*f0Qe֒^ t5^>j3Pf`-~ @qg#zG$Acg]^uʡ0SǤ o 3wM53$Qy2kِf`U(wrlRz3Κrb~C1`BG*m(7%xoeWXlQ[ؿ>OD'jךHbj hpm ʜt2w"CNzH-ޓ0EefCbSE?یD4Gc),v%5Q`R}pB#f.$sZa|5ciC2ek/vץ2柃L2kxNmVM&xa mbm +05 bS?`p|.sPQ^;Y-YC/Niϓ? Rۂ9gmGʊ95II^\Hy?k YLs[&㐜OXhCűa|a*20H\P8cx>+E-xE#W2Io 뱚/86cκ0`ŝ?5TnV72;ꦄv9jX%&FV<$t58S*aqܫ-$QϮ]0@I./vq0!]o{ M@6 KE+Yp\+u[OwU[0ȐW;TR-|~ò'ώZ;{>$ZK2S-(G? Ŗtz/OP;eYnƿ .=E|(=o^_e}<ؽvu6̓@|ԧWC anGKF!Jfn2XUzPkFMzAW1^N7N!1lB>@%̀L֌Wgv!z$V_"cJ'XED"VVMhͷJr2PAw(\ s-պ3SC<BI0 E-pm{1h"6HZmQh-5Puv~Tڃ x/l<6EݝB\Z0/,Z jnی}k|ѝ`< gKyêCzm3qՏ^Z=?#pvt[^X)UTV=laȻĆ+/68FESnӬҢ*퓆B.yБGP+NO,3*xk&s^ӻ΅G>]̌x;f{7׋9,P{Ʒ*WHFzA7ESnٓd8EfUyxkǠ[*[V`JR%"b jMC2P*;ڜb"5VQ"29%b+BHR)c%.")tX b{+y\FUZS .!JQ3ԠB[?1934̅'q,6!/Ql { Fƣ!g;ỏ"ӾBgH=YoFzOrD"Ɛ#_V}NkG0 rԋ5Xc= }ϔ(U7ڧw1 Qt/s2x`&9]MjtMO|YܮlHfHf8!Hn/n0k:RxGᦔEo)fEIέN^Dtm&1(V0.ď +TG&;:s=&UP{D W!QVEyszie/ ӱ% !lkm?ܟ1 OIzNp+9}H;I8Yg:r`PVD U(x\%YT5xsJ$H͡C_ăfn9KLHBDK뀝 \-, $aϦ}Գ!. /\^f lI)b#A@a(ʰ) doњs|KwDEQV9 )ǣAs>2<\"qc{x6>p= <-YJ _XDTFC:1,L:B$P/p!RweUgk0fLmWg@a% hGemDֽ6u2[\U걓 -,֐퐬"AD.0$x/ }le u PC8N|Ѵs xh; >ݔOjaK!e~j}uT𲬱|S$R|+ {2-IvL^Lo'pѩJqTOY<WT>=OP2ܶ*/wi8 ן9C~Mj$f;䂳8kv42ECXZ] wYN\j-V'l+FE G7V]O(]Wy)z1$*!2< t? \NѾaۗq]/&wҴ<HjUqA]0s*{K CVXT ƵCk.5FN-D]ؚxODP#Q!^ZSRƮ -ood'!P,⦟WK3R]xIGIMXNh6#5 p m% H|>v~swnK7& t] r;Y:4ut PkCwZn):}QA{t$%%;Qۉ?wMʎ{DkAk$&~(ҼgC) aso1, ?ܩw,⪯045y ˭dp6Xk:3Z)t,㳭<YZ?j;[;8aMS-D 6L1K$TVN4/(ң=$1JUE?*KR{$ђ~_ݸpYpϱ)$<@GW4U:kl WǠhB,%wO# X㭠#Z٩XdАb yXȓSÎ1k % \OD"Bm_%,\=2; dG ?Q355|˴ }%p/S._4L$3huh(K(խV.O1 *eJ[421z6U'G|-$E_ŇJ4.[ގHI=\6*"y g wWⱶ2ϒ-2Ssz>d go! D~5O$"I7T_vڴ6r^> hEwOfvO-l28S\%Jݞj䂼.n- j~aP< -MF"2 lFUQ:;YNۓI{0WEEC,:IO~\[mYL+Vc4j.^q6ISEP~߉m4pƸUd&׌׼AǞ!gRu3۱y|s" G%.w<p٥?P^WEnܦc69g,N|̒T(ƽ[BTfNT#XVi N'|*QfcďzjӭMF%rމ:GH-MNs,:ʲl ʹ!G}#<3 _z=\aH?=nvش:ڪ^ՍѬ]\hʀ^܈\D.sMhyqo+ 90GI!ڏ~3&L80MHUVDe;` /2P1)@;᧿Ɇdaٯ&*hDo IWa8_.V+Ksd8M?U¯x:Mi2{eYWniSW$`ȇL 8_\HV[ͯNB>|G6ĭ_\FFIxd>jD#AeBPNGyt#U@]u+R~`+SY}_"ŤS֣MLS v#农IEٴnrڝХ9j.i] _Y$rv |I&EKXB|a4co IU3hQܙ襻.`L#1 äg/ ooWO%$_̣`R6R#\|BNl,v")b4ZIѯ@>C' ߳wAPVkx0!Kj W!~xyӮ's絚XZk#2e$H2&:'\vP6~'axWI?=Pb^l$I:jW<-yM%HT%xD"<ɮu9RKI+b;>TRP{&hS;?-l#c.IW&׉l+=HHWpǙSG E3=]{'B͝Q'3y@e (#ȾqFu1sb|[q0sۼj˫In /#w=h㱤vuyLPKPrPO([ 2 s Wwb8t c^ |^F&zr9}6Z-vT!w%V9aS~tgSҚl2"q/8g``BS .J{I<(]7OL7 rrђ\\7gPr[UJ#(R@P'r伙$ۢCD>p&RuF~ <\"4ytBb.6Ət`wB}l*f o zPGC_pҨl<Pr#ѿgtOؗj879e~6bnt n$3|` >Dyc}!t\܏7'jIY԰*2b%AĪ2-kd1M#@[ r ]:]d J7O~bCEf2w65YS#KF-zh -{GP[qk\Y7Z3{N)/S"Y֐8ZJO2lGg۰Q OexiLe%DtM~rq:^${u ..=)6fװ'2MW#c_޽LBxTzDy UkXn T`ߤ.'q/-Yg 3[{MEeGZSg~bUGEn캭 mjеG >@oX ZD=DSS(Ý쁳.]o<@o$pp\Z=.r^Ck4Cާ| ThiG:XQެM:D]x,Й6˺;v/w-ܮEd+P@ۑ2}x/m;f :3+kA*@,ߨ6/;lå_ZN-I7#|.FF\}M5( cWb.n$,G.`E۽\qF& Jǡ~*NEw #Yp2;04nYLo|(5hYuC:7~`(mە? #P ]/Yg+?ӾyE EpRuϝ|C&P $ M(05$_B^C"|]5hXd#=k?ʜO:|e -l34SmN]s);E{C~df;B+"N `U}9, ݞn@KYɬ BF>|<)҃ {9lMm:ޅSHkIi'i^ifD譕 IՁ=#o-[rS['jZ_/n{FH ,~(nnw2WLr") 'm 15~к&17m'PD$&wހBnk{(`n;m+``*%*"'sf>ηZY"|Mi;㊆ZQR"aX(_s8߅wn9+i:jDmr2;aJǐo^ZBwȄ[}ؚ ZbOv2bi, #˞*?zq\W=|"$Lر @ԓb@DajMe}P8uc6r S&ӌ]7g3? n˳HS3;&S8wˁ ^VOj2IX5Gv԰*ɽN`5q\:IR{, ܅T_w2"٬;J` 1ﲏF2dBs &!6!7NאG'1Y%PbA#* vlr5z#k`/HV$(6ox4jۑgCY]per5ipmx'*nzY]'H,IR۷hc^RgKh!hJO`9j` Dqȵ6-tD `Qlot  5Cb6oyl3ǡn#-S|C=k0s,Bٺ4={S-,vΑK.1@H,j5o`SpwۖgDM-xxgQ"Roj}@u7ӣӠԓDnǨdzT"PІ *:ao\>ħl,(p{z1_Gc 1}%ݐfj^5=^觲vҿGZݣH!,~G{coIN轵.˥Nz)hmTNwf7eG79p? vl6 5&#J 3 bp 8fvxyV Q'`ezF$'xmkofkSUM?"!*7'2^yo ǝߺQ #nlJ<R~^ 8 džP\ ^Y f(憇 rN&h1B%kW1)8~22U{7gP W8c^Ni VQԜÓP)B,Ǡ%HRD5Yf>;k ,4?DU#k| _Q-㎰C^eD${V{T욊>'> E҈'̗dZS%st _'-YًQn08DW8b nLJјe3G+4)u@\'ϤKr% viG1sPD#:9.JWxQo'kE66ѷ7uF,(Ћy':?\F/H65!V~Ďc?" T~Q:I5>s`a-7e)tK1SPç-E#{i~UךbM ݏphPHf uM90IJEs3O~2栽oOq;( 0 !p߳X̐K\X(ꋝ24*؀PQwXt; w^jJw?D|E13C_LÊnBR&hNKI< Tއ(" }8_z[4C |is 8k. tT7sãE6[Y;Si55L(ݫ^$mJ)~TDؒa|@V%PA=R2ՏzA?ys|C:=\O:-G6솷)ƇB*Vh^Vز):)YfH8FL!9ϙ2F/kǀd<޺O%9/d(Od\#  Iր:wt/U)]O,944? u/ 4R !m@s*r0qN}Ai9lpH(3,ƿҹֹhh9F(&s*UDbmJq1't1^@Ŗ `Y25DN\#쟅z>w۲,@rr:Gdv\虋Pr,r_5eS)F`sS 'Ap`ï0$陼nFzD-TRάEN4a;O{ݟ"j%!hvK2QWk/^zvÕ>ҽwnr\[=\V򾭑i1|m$0IK;tN/7~ǪTU(x8px9-na.Z}y|Hr`jHEA6tQ?SK8E*\ 6XGZO`e.3Q&.lnoB8eTJ^Q:^ 6S o.%4|,i6ZT-G2:5I>L.W i & [[n$RU滣H8Cs !M`PMdskEΣ&Ć`au}M.|Eg>Ofl tQxc/##yfhUgd[ZC˾'!94*h[ٶ县>DCLS?CL&6 !L9z#ADzܒI|-!Si~YbFShY11FU5NhckŖۿ7XgO0lJ{AUe*l[YHIW7tZOQ U) ze 71&' Gz! \ ?JX#lbkU*n6ܢ! (̘%I/vڰ0 wL}դD1麓S:Ŗ*'%~.eN (/zy"ֲ+wthCNg]= .QUDs+Yv^ Ex59$hы_3CCy|XkJ9ٳ4AhoI̼oA(W=H=8HxmW 1x {PzZԇA f]޵э8j7n2Z̔=,.,y= JHz1Y|Klt쭿ؗ'Yԃ Or?>vrdO,^Ru3iUrEI'3PD Y9Off "~Ov\#\>C1d)ih8̨bt\OP A+A;Zۄ/*P~>ވ)Lr;41}@TZ?QgáS>.mݗéX,&z5F]pJ )MwOrAoB+֍5a [q9ɍ>Ka%80R8=>꒫Zo,|^n皶k4~fG~tj[? "ZU{o5ݮ-4q^ߪ lqBSJ?R0`3~j s5=x2 !:HzUI<dP=ڕ$IηJ_#r)7x:n5y< :ᛣvm37\'\B,FqGPMLM9b6ː+!9C };2eqwAoU+OD>6Z8kB Ed`6Tc`HLUls+8ݤ⌲>&$G!_ShыxXawyFQ 5Jy\Js2g `M=gc~I`M{K %@Iqt|x}nmx7!7.q)S~3p$5Z-Y eϞj-Z h]BVes j}E'&T3"NB}X5=t)z'@7Xsh5SNQ'/2-M &*0U ΣrsAW;*ZۼB^yѨ_ ]4I>g>ێhł4GJiTJӴ 5m҄ǃԕH}=(6!rrBL~d 1^\ڢ7S:\y3(ӽ!9_EC}S#R/vQbىO]+wb$"ʿI RۦT*Ь>Kt0ief3`"=RgnjL0;|(NZmlq*QqL SSf'sȽ3ST\qg@?j.:dn7I/9Ғ᧰p+%T/ `_ىw@x[ M]#7 T}W%1lx. R 5P !|8ܣer~p?`'_nG=Er/V0jO%D=}]O4<36\9!Uf7 /~seSܛ4PSZZu +S[JxWEϕȊja1v`-3tdQ.!XvN6~d,f*CLR>-x5JVoO!YeToѼJN{N9.jx0IXU]OZPb,S`M45U9Kߏ9>d$ x՝QtRZq8.a`?D!ByB i9$?eμy(+im彿EA @QnoY8j%EP8@/⥯|6 [A YP`GydK c'( "wyAaOhp{pkvG0Lx8h]tez($1#6r࿯ V4X}^g}"Zt3 ʘ*e c^yAڃMƒo ț3LL9Z٥`ZސKir޵95ّwE( cU~~OYd٦9[X[ո%xYbm'qyQW @=Ne6\NwOC&;/6w7v got=Mؚ%0#qR0,^QiM!{.Q-.=S?Ծ[RT?lQ`&gN|ry´mgs+&~apy!ڍ@)Kq,,DH.`fx*I9-;1e&nt7q˶/^` +ZsL +¤g1=k4I ZFK֟#^lE+]-HƔsF?6|.KRA\}j#Oirخalma!әQTW6Zyjs3xz$ִql&E2`?#{^a13AmOb\8qo ֲ5ѱy,1ڻ\ +زy@## 5WtQ{<`4")5uqP-Ȝ,K-x1}h}nMKI0zFX4}͂9>Cm"82yhZ7`hrqzO4Zg;ur d&$ZVy/:w&`:ήTbqx,ݣ͸X KB@J+?)=*˫kSoHϰJLG?[ _d3.\Ό&X.uмTKr2 ~Ehd&U':Չ# VR&:%\-}W[`T0v@?Δ-!csb`/BW*^""˼SnbrfVKbF"#3¼W].`JF3:KVc~NK(mxc ˘4󲕩R0U.>4vpLH內Қ\ S*[CWYhC5{K[gjdvʶL,Tv=uFIjl [qǗc ǨvĻX<4ɱ{ `Ck g_oBủ(KMeI]zlÔP=Y+%ދ*f'D7Ѷ|(?rrɡ 9eQeOl8ӴD"0т 6;̗PDķ !ċamSu*6; )4e&\ K Bc~2t4r(C+6=MWڜ͑ 83$C6eQRLQy:3~ U~}s7,Htջ1]I>Bۥ8wzcc,t6Qd9Av7YvWFhP=`5S/3i d >c:%j0N>>V 'yod>-wOR5. &V06UiPE=8c}(,5A, ͓um .CJQa7b?1}7 콃Ld8JsW>$x>6yՂHbڃ}2G {,u|_hy鿦3ؖXLR@>D]\#E=*Оo2QL@9 ~4Eb# VG{t|Wnփ(֬B!R>fDQa 'liPf;XF7b`H7߽:^^|]a137_ϥ}8g |ܪ]BQ3m-!NH}{+ДцmT`zߧ泥%H[ oN($ r8)kYee;8q" v ɮ%.CN,AYg@7VIALui^ye{F%钁IeO3%Hg2{ȇ˫:$ U%!s=jy'<`1.7F "{8T\`Pw$nۆT5 1!0\B0Dc[9y-qe)Voē*/$៸irgW8hR`)e蒙1ZA&NImw昫l8|y=fL_ 9TO#.M#x.P \ұŢYي`/34w^9o \v~Vycog^GJDas.#0c&1Ӏcn*{!J hr7Zـ"a \e]EF> d"h}DW; .ORМW\[=rK%$Kوn}{o6)X8j*T@r^b#|MxUCV3:-! |E)[x8*nɺ.H!5/qU4p@$pJraƦ+8X BA />94),O)l'K bB5`|Q&bn6 :ro^="OR0 B5Ce,gyKˠ~fVh8"Qf%\d"CoͯY_xp6fڕA<5B2!a+0VnR;p M{"M<$kECQeBssp23vQMP\ N6~æ6ĴHž0I.BhJ!|wq7۰z\kFUxѱtR][mqjNDU&pZsҊ%AkGE ȌgE3>*\ Гv.̈́r~l+oy$h:Cb}՞Rڕ3ig@ )`3eQ_X< !7c@}Dps\eS1pPua@`,ڭ>P?bJn2/*&Sne֊Eּ/ތj2=3o!7)/@ , H#|5ܫqtxU?: lzϚ8<F6ø~XbSn+t 2ٝ <#n\>-FOљIdvֽW2-B Kf(]A]9D\IMސ!0ZWQ񶼤[Dh^~j"d2htA$uJvDB/4c,Hq>z-:~N?< G_[:9d%+p>NLAT&-r}[W:϶|;Ax2y,faⲐkz ~ 3@f,sviH!1c:Lz;%\D^O4PuMp=nk74q@V[MȧpXa[dgc8ʯC拭 k V@L/i eLΪ[>Jч5Z깮"AmB^J׾<ؽe{^7p7:JzkpHliNTG:0Gv3k\AD&@졲 Zh~ef'fk-~iz+o4.y2b _}[RJ7G'CEȘ3Z3%oKKrmiA+`N8$#6k <錀':?3یENH`*ƺʼn!YAvUXk(Ь[dGûtCf9v"VOuO Mhdpnw"i1]XegIVNdn4q>ǶxZ8!ٲ S״E|\{\/Kjdb;nw̎)*u&wHhƒKÔKq#ޣE%Z+關1b{Z%6`o:֝[^Ci"Q闿,&P-+E_U9ԠCo>avZ:xD>txPm~X-xrn` ݝ 7 ;yda 31wz<{!L WeuC|LF!i\Yۤx{?.hy/7"=(J><O-^;Z9:ys~[ L U/Q_=TUl/GV1rU+dElHu/ɯηx]Νz0# ژ&@9}_E>a.PTI?6O [$!N_$p:[G0q<=e5/2-#zTӞszXGy[AnmI4T"< t#W}`2`ۿc<^츩ӉV.uhPʛ};m cM;mM)g1V3%CVnv"P=%* :w)r&9UW ^EvaԐyr7"26_vp71˭pr@vMq2rG=$\rrsrU4,zKZ6$p)=y3&ȩ]@·MH hFKVDH?_(Bo僺q*^W}'LuT R Hfv^-l#/wZsA ?BpF%>ܜJY;rkVٱ,5 ҡU7Ϲxu[c|K[tĔM_eȊ$v'=RqM1 ~MϨDV5&Y5oJ`ggK+(bR;n@JjsؕDïܔ}bG,h]f:Rɞot*[ 8 *% s`R.ذ\ܠd2cSEbQw &miW r}ѻo6TX`Ikvya(yyl?NJ[ƜH'7[#!xaSwu4#KĂ̡-iHJ;"#4tsTJ3?u;>% 4{ o1Gy`GiF }&/pIA''e<MUiAK< dҕ]Cs_&J$6SrhIorqf*qLaʗFكH)W^[݃0`\^xqYXNX}zq\N{~+*ȸ8ߙ'#LX_ؔZ#_JL63X0uQ5cw0Nn mp_(*_ аXsxnKk[ly;BhGߏb7V )T8:17.A[gqĻpw$}8hZ𵇯[57 IXjgy.+_ ZІKJ3T w%} +No)P^w4(@t'CWG62ES9 8^|̘=ʘb eLVNIqEyTs.^q[kxf3 [$r}s^[R*Rt䂚o ]Q1HԾSLcZ,^!"BUf`{f7)pEv9 4S3al|[i9%iR!ϛVRB .%Eg4$%ƾhx!D9Gg"ařGOhW xPv_CxsErmkmBt%'jWl;0,bv-: ldWeo*$-r}I,F3Ip>܊M:05u~6 'ZPhU%+ :vzaSh ^96(]_ȵGL2gmSLL)( wbfnb1B~O658Ig17`K4V4T+tfǂޟ%6x9tV^1*C\&}2I爹CBJ{J$'TSxr d zF6ҟN^RX g_o;B^uS C;jP+ySȩWr؉7I>1|V)T|a< 3sR8$,`uX}q(r+!8ت\ՁId5)-,~|Z,s"?:o2g_ݐa{ Z+zPE3D<#Z_"C3u߀冯΃ȰdCJO[z S蟤wtvm f'j3~Qa+?p ϑCc6 #CR`Q YZ