xrdp-0.9.13.1-4.12.1<>,va"p9|S%.f\v"t)uP0z" *:(vqubp2-5w`Q+$}؄dM/BS4KtX0p7u: U(>/;$Yxz2) 8Q10'Z7UgPx:!d)I3EN.KNSӅ['ԥ{澳06zeϼr;#Z'%< 2b!b=7cķ. _`cT%;dQMe>I?d  <& <Qv|"Z#Z $Z %\Z &Z 8Z 9Z;Z<Z>>Z@ @$Ad$D$(D8D29E2:I-2=>?@FGZHhZIZX, YT \Z]Z^b-cdUeZf]l_utZvwZxlZydzdtxCxrdp0.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"sheep28 l_SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxx86_64 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 {   (+8<)`IrO:Xi@o(HH(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"f3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24c20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76dcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16df7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e512293d186c006b26dae2171c10ba60457964520873012375fff36f0744addae5e854f99b7f0f3b900b96dee4209a5f3054466c31fd219dbb9292c51fab2542ab114f028bf90c068ca8d9ee0232bf3a62705ca08350485d6a83ce91294db93735727468e86bdc2d5eae5f06cdb9c7513987cc956faf9f31371e5d9ee66cc3029bf214ec6bbffa91ad6d6fec84f85a08e6c4cd5bab0ff7254bc4685cfb63015aaf3bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2a10939a451f9e3a1a3e13469db13f87d0a0155afacdb7a7b05bb6306f265b9ce5c79bdc18d5ecdcf04376d8c3faba88503d4b03741556a0e295e8d5f0a8aa3e3d45b68bd67b1f0e5d5e6c10e7d0760a991610b5d4db40b4a9006342216bc35e53a3859c653435560ea2e841302c39fa5a217bc68b422a8bae328b667704aaa3abf31ad1bacbfee1dcfff72facfbad4973b29827dfcabfddb7cb940849617700315052196beb0431d2edd122ab9788b71d1122f5ac195c8a23ef52279953d6647ea4b62fac1a003a3433a0003a4ddee0eae624e2418bd50492c6eb8f7bbf5ea4977cc51bdc6174418514db02d0bed4ac4d52f18d738f841a4e4f44101d5f21bed7774249c1a47d28a4ed07d3c222797cdead353f634466270a361a167a39c3d4e78df88dfaef23fad94455c05f4bff6124f788da9787cc7cdd5b552dd1917eba3c17e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c71c3c1e1345d761e85bc78dfe4947a86b39d991aac15e78ccbc35416cbfc612becdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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(x86-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.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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.5)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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/shsheep28 1642406600  "$&(*,.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_Updatedrpmxz5x86_64-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, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7152bf8e7a30cb53da38a6e55cdec33c604aef05, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=de7f833f802ab3bf0c0494d5c28c5a1dc737bc2a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=febaef1063a20312ec022eff13a309037b89a0b9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=85952089cd1e4206299c8e6fc42553861cace2bf, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f9c2028a37efcd2e5227d202efc465c398e4db24, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7209b451eb531e700ae5da6eba9a2e3d678ecda, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1cf9e7f3db3c48500cc7012d488c160844665f9d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e9f5e4f2d9d0fdd14767548bede59587e2f9696, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab0c9e9d669d46b8ba1215f90cdb3e5615200d48, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9337249649489ea9d3b6e5b86af7011b6592de1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3aeefb522d41f501a687464384594b15254b41e5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d61274a9ed14281e440543ae2050dd7d6ebd29e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=caee6d4dc53103e3483a300d91e7fd2004c18dd0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a5797aed668f39313db72502c27f4df034b4fdda, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2d4d36b0b9fa807c70bd019a18384541f8c703fd, 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.x86_64/var/log/xrdp-sesman.log' (No such file or directory) )-49>EJT[  RRRRRR RRRRR RRRR RRRRRR RRRR RPRRRRRR RRRRRRRR PRRR PRRRRRR PRRRR PRRRR PR RRRRR PRRRR RR RRRRR R RR RRRRR RR RRRRRRRRR 6g=Vw} xorgxrdputf-831183c3906bbe73474d67313896821bbf7645e6816bde98125b853697e9fda58?p7zXZ !t/cR]"k%H+ۣT\1}z0#$NdGm(gu}جUY_[E\SV6ou`tGWgy>p$N,ky -ZVB87Rwd4w(nzr6]N18y+ZD-9G?H !΄.Y{ʹR+o W 5_ 3;5Bq)]yg-#c×~E杆e~!kaPc)F"N 1Eje|֐:oDBAz/'-C(pL!QEHsNHwXniS(vgd+z .<SL}1iÑ$92J#EI gHL֠%6\ M} 1g&^Y­~3XA^dN/[.(De&#qkWL{BLxН6Z1pRݍnA$T;v2? YftoUm7DE^2=za 5*>7F5LmPֽנ,LL.gH97w eu 'Tk-L~)RTN> Y|NA4m FJHa@00,&eqrX_*5mr/]-0N6[ѨVZ.PMp,#622n XO],mGҜ!Ba}2P.t8`˷y\KYm_kT!OFxU `\%BM%cqII(l}l//h.*{w}9+_,ur%d0o &v|#(TvI:)@pΡ5qoB=Qb'ak3N@("nfoXft;d("]43\X[m|=#cvtWPDg\nP+f!IJZ'm;6/X#;Z̄e+1nl*ji+&0O Ȼ?T*fr*INJr3QcGc_:I \|VzvZ(= njh$dvq `)ȯDf_)OE0z)I o@Q96> 7pQs=Fo[i'tmh^w̞>spnTt FDsfYr|`B. vl3v_f$_%g>aaW=f8HCJ ~ݍ3p?7赒5)TeԪm8'`ukgz/ey <( 1Oa ryl$ b묾b*$l;QQi]LҘuU4n~`>k(Յek.S7M 4Sn} mȺ^s\/a'[lWPW-ҍ: zxEBGڵh;~F$tkRW^*ߐ}QDr`6]țDx\m+o[HlPwúLQ?N4HI9 2Cn@#CK]aCtEŰ1,FXv\ GJ{ pͲ֕SO\|MqT_.k `=|kZ2A򬨱J=7 v)P Vi&V,f$LBQ8k!Mfqv<+bͼ.U9XuP./ i[}`ʅzF]H|mH{lncEDy^{¸?=OLaiq /0?@WV4ۑFȻ~(KI#[TCTCn1Dh0Pea4e XwI nS0Lx3P34 |M |M1ꖸ+4nJ#LRDN{@諁7b1.V8yPl4lΤ5vcG)Yq 9E%k~h0GїK 4Y+xz-\ f,u슊u6"fVTrӯ?8ɔNc,1n`o{VC/H7k=5 @cH/ E@jѯ*HGa?XRDځP#,tI&;ED;/3T#ƹ)V^ȁZ7hjKn?bEc7"rp"zf*9up/LXon^ yv E:DA$^.T1Ϡ.S B 1<_]YԁS% ֒@`8kb&QwMHU}Rظ:2JpN1]Ch{4y>^./q][d7$hX%Ex6U࡭m;6hpw̧ X,WUYJGT6o+I={(ȣo9\vG TK 0ħtBV=fx:ڃI#dqη*fdaWc{n`1\2u^g5$XlG~ɏ":qY lri (~)1$kM2˞M/?~YYI)3 ȧ,SE^$ )#fSl[KyܵxCӹkwJj2HϞTQ*y/Mߏ DnqC`}OW))b:j 8Xx3r ~]{?~T3`m#he 8T'[SF,;[բzY! D/qu SŢ6ZR68G> n穯5mN9u~xسbRMey)TD7O|8*(У&t5Hp,hȉ]u2[/ԵNocOHb.!Bl7|cukRkvŽ-N衱*yϜ4càid4  }gLhV\9 msg?RDG@M@lx?5JӰֲ=lZ#^+Qx gP'5?c5`IY I(tc] M/)!l;߀g}Q5 9|)=b->Ys knxZ|(LIu1:{8E҂5,[1WjN쩅OѶP BUHdjƪ*>09^HO7NPvk&_A3b{fU??G!P C1nYMtEi_nG"cJhLkɰ;w飝{scBW׽"CQ51>e s$h=EHWK_.N{fhP4ܕHa!"KK;Uf})(Y6NCϴ4LpH~ ?/& ` 0I8O7缦Ğgd d` ]}q3rg [&>ӦēH !5iAQ{]MxGgx a.uN**t/3CȐXWAs׷>ne z=7f <߮rNQ49#`B*$^,wFڟ ʋT Ol%Ahmy}zHBD\-"ݰ^S5BU"4ot> T1b Mمq.[Bܑ'_ do?w:zh 1:rC$!JZC&^p;bLgO1h}-YËɱ(^ko/1$M96 ~c0JfrTfUQ+,'萪C̒SNfS+ < 􉞹Ԋ`֬q߰pl 7e{pQ9 M"wl͸%3a6$|ڨ]p7d Ⳟ2֍aBKVfyi`i)Gɶ;YJo[Al@ a“#@q<tZi 0^\"($l>"? hUh1b+%B,^ɴWk8J+6l֠Qfo"&O_EcU.s_b~3 暂)zGlows>k$N~VS٨#x~.+ٸDyxU~ڴ^i ṮX t(~w/gY8aab:,W| ~;:()s!l eiP;nwF(q۵r:BJK*C<˽Tǡ羑-w3vO@R|THoG lNѶV઼]` '*vY}Au? u_-l!#M#qn %9|jrPX}I*Qrgl@xg=ZHT7Ӣz8֢4w*3>Z}*9Q ˺g3/z l&&`GJU`Mi,,p*_kfn.dME'Uꢀ-̦_~ZxPtP//j_usq@9EnMkH/3Po~<R1unWfa  ;dh,k̖-))FAz9J> |! )h؃ڽiȇUZEQ~>wns^7/1P-Qps|9T xHw&R8@_gj`C˽MxoԴ`2 IPUW㹙a[w:|:3\cxOY»j(-=o-4k_HmG m463z9%Z| ֥ȥsNfgR"L8sUNSj!y)$Dt@?U)9y:*?7<5&uJ $VɬjG&.c !2STa|Њ&ZQbh'GZǫ >-|hTZj:Xբ)BRNQGom#r"~P:4kxFƞŻÙbZ4sݫ=EZC+&R+Zjٮ6T$1z6u-bG74KYB7{WEcVOغ;6h@Ņ~hE6ioVf0, #PP0y:2fjIyĪQ(SZa8Hѱ9cokq^zQRgT|Ne.>z(oKi_e' U+M39>\3z<%E}py`(;a [ N [ʨPnc4B,NЊaIj!)\P x"i!z~vƨh-ׅ%vb4ȲK *:,O4K=^m7iC+Du)_Vѻ=(cC@4eQkbMr=1A8R);\*|Z|w= Øg$Ы u-{Eh $ @ifnڭLM}.ʏ@8( 6c'F :KLӁFk=R]Q2< ѥ9Lw|y:3=ic .6ʾW}/ݿ[r,aODk! {KSG 5W"ͭQGh#IY|@n?EJH*R^Iz,^ ޞ EۖLT3-O'm ^T<tTP-| ѲFfg7\kX,i:d)81ܧ,ݧB77X-y*( SF8h0Ԛ Ɋ"J?\D!@?%V,B= 9[Jh*SI{M,ϭ(wuc/:慾+vgG*;)ԳtcǶ[.tJvÝ)E*^8H&&iwǔqxh~lM[ =Cқ¨>.BEQYlK{pju ;|X6sٙPՊ'?*1qC?QɱJ=Z_B|ـh4=`^Nqv1 VY:2J~ ϹIYulR Ɠ$O00vyNA>'0:SN h}nV~'l0?<І(z0.|PX>dmZԐ+0b|VQJP7uxd+sNQ uXH`3E/KDFRە#*icїL#V!YaS}q|?#?VA{R;8`4+ \ܧElRBcQktU螻WOyO.Z9“;[3B`S%/2q:K m;-gD {oz2pH%AP8O !Jx;^)7n)+IyreMj8wP/HŶ~)I쒧Vu:!UZ.x_e:4&OLjGwsK؍ *ЎLDgpNiZ'a.'f :E 's:z^َ f‡$״2j{8sw'@D +3 ^kw Lu?ĭ\alMٓ'T8mVNk]玈DCHފ8Lrd"pb:BM@wu힂<$-܎`B˭s.}>'}l-VodOtՖ odDlˇirgјq+ 6Ɂ0H0/2$;SRMjZ: I$=nF o @8=;t-?ceڪ҈P|ZKo_>mƷI~ b"G"fDǿ}A\тP|.1{De=h8>hE'ʓH/|/@aj72nr9*J57ȏ >tGWYCW0(~ie#KuxI](U3E*si$2e=H_0#J-e&DŽ) {rL@vna'0mh? &pkc#pZ3+ƦEI|d/)c9YBn{9[wxݶ#$Ȳwz{ޓ΃.]NLp5>b03Ƣӂ|n8 r7 9;*9;{O96O YMlH[e6>!4{[i ,oK_d)eK[VC DlVX>ۄ dR9g$ gb.kS2]A=ӱ/$U"E$aV4.@";4ޢ^аsrǾ~{O[Jr77rƈ/A?M# Y{*goCڀE7{~R ﳅ~](VZt њuT,H\'1.ZOxMI*;#8Y҂ߗq #jX:9~SUaߑ(5˫Z ؔ]_!^^jA"D9zܨY=k5MNmqW^\]}TVA Ȑȶ TtG(;.`]9m>F{N;sƊDQRW.*0yLo@EyCnj=et.;%dA`2KiGNj}1@VCz@2xbr;*Q.bD4A\[%[RMu59$H xñhNMW_e7%RJ ˭C+?ju^hP 0|?7v"~hk,^uNUޯg(3/$}72>q.Vnwќ4k15. mҒژ#vj;,s}M%TF3Mn# 1_$0C+@C3ʽ#}/YB(l¸4C gXI96%9X\]?˶[7|kQ} mtX-K=}iʆxp M<>3I~O5/]$$E>ZIMm֙9[$;O}.-I ]D wC2ȠxdT&2LT y]Na ]32xMq~LM \Djtt5+<}񷵹mUa6V>n#uJ[?2[/Kb>H*ɛh£{iX$eJe`4kM).]HsJf *"$"dB<7M׻U-Bxj "FT f;$nLeׄwgDAX%U3ns;{ᎶY"Μ[JFI 7*N¦njeh^4 |iXw7:+$eiB Jv[i&$@Cc6֧a>P^!vd?i~}ifyXVq]{ޟNj%i'6er֨3txhMۘ).}"TX&y&}XiM*'?DB)p7l51S,@~&Zt:/WDHp-`]bZ*Ft0:?;һ>tBL)tO\ĖZH19_&E 5L*䕞ò ([ by/ESѨ+,#N^u+Fх_qdE!ຟr$eU#SX {iu7 |:U>J Hp N\=wri#d;S`:\CO&RiAq`w\R|_/#F౒O}/*OД|%zhD< ]9¢)zwp+UNZ"ѲEgS7jI%q%SWFJ(`gXÿ֫6Ain ʄ!K2Ǐub Lޟ-_oyU!B't F= z2\$Q 4lՠzaEFioI] I+)Rd[=Mkii/|E=q3Lzk2;$h ^ [,-bT KxXtMJx0-RDԿZVl2p1=0+0b=N~pJHAd NS" )cLԨ(J^vxY.. -^EFlQA9f,#|آB9,D}uv8q0ʇT1>*dXP='?fMA)az~XO LJbiֹU#o>ǖ;`<ݤW 06ĵ[8j\-)TLJ՚7z|u|͹6Dɼ+>X\|>8CsЏn_<{j D6LXk#)P 4D*p+fj +Iį4-F/zg%s6, 0`ώlPqzRYJ$lrv@Θ^B 0ฝDv E'hQ<֩g>C`\9e4{%A[jy9^L\EJ;1cbh~9A, LJiku(͘$%TmYr4yF9Lڶ4.qjњPe5Xo%`p]ݲµ m1]' mу~O &07C'F7r{1?hA.{[/{^I펴y䞣'a/-?1hx W.Иzp ,_cRǛE%2HJa. *0M3}VuZ݊k)>|o>m{'7.ǫA8J3L\"Ria j<ľGx ^Q 0M){^65gZG0AKn :irO,Kkh^p>f&^1I*攬:OEՌ!,Z} yU\Ⱦ ].g~ ?WqSWqV 5qȫ+ DM H%J^SԣOK22Ѷt2F97P:yxa[%s](k,<ˤsJ {⑛ Ǜ6m])!zks#w ~]NYHyuƋOƦhȉ{c| /z47jW|shOkrF]MI[#ɯ8VRoA`at-wn`IjQTD"]}B?!l.R@?BM/Q|{$ 67O'h3SWoGm$MjF_YS/rg:sIF{ hiTLRL("kBZmiٛh1|\M4cFf4"Ծ*P&iqJnpgˢT,ywL ,Qn%EWW)Bg"lki[hG뀡u`ں$ƷDC-QbTF(]YM|?+nY-$_BVpi;3|YϠ9τsQ5hV85*-.uOGlG 5h_2x}^GS(Nn!JɲAI^&H %d%+6byIǝ7TJ,l2v$X6!GImN\d]9FIm g63rPTCiXҼΤ3<ʐzW@hr :z|YQY/g@𮄑Bh?3x|32ܿ ] ( 沚jòZqAWQ -'YXj߰;/LψBj=Л8;YI(O5 "":UP-aj' js@?R L ;U7-1Qju_U8Bwr"fi*[W򮄴U.P0fNW/A|yn'`}a yHNAr7ЃBRLKF#xK=>Gd o K9&(*"@jvܛG0^[2 >e{B-wM]c-wAA7MJٵd7Q0mVfM><)&D*I&xY8[`w̶foz`0ֵqYzc7.\SggFS̴^QP!qgg+4͔I%pHW:ֆK؁yBNL/,%9#yVcng&W}\S;RfM|vtNZuE;&+]li8}[EHgvDPhTe0#GGĩ-)7<BSh+ 7=Ư{ir;G},h5F>'sv! T) `b_?Fi5񀠤|@6Vb5+R`K1ٍd"E5kc*9U&_/ϻuUA>^-@!GumTȊk,e+6'x0bۢЇb&gv(xW-$){qu d)+b%;e͍tr͌y8iGHB[B!s.q $9^jKv 8uGVĪHԃ{Bj>-e6?~G{.\ 'fcxKI,85v*thgN_dAeyu|M"7[n*fb8۲wHJ^edǛutCZ+'c~.i Jbr$!{$s7ra!nUäl,Ǎ;.`[v!(V8:?Ek(o]F(̪˵ :矃0?&׹|RQSwhz91SǍQ͑aEN/%a=ǫH4g1%=]hFǺ-?ڪNXqZYg_ -1ȉĨ3 ?|n ,[e!UGt |G3&myEM 4OU4n(3AqFDb@Ayvl̔_v{fq^`ԗnQqO9uyk:NM dbW.㪔t:(V?µ![ga"א@zw>QZ\ Jg`r}LBPtEAEK&b nM!sWWaMho!oM,=[Fka|q@B0Ua' N^-\d}4wTk2Eɠ%i'9npdga-ȣhnAeIʘHz\`_-A#t>]h#$2pG!8i>:?mOZ23%N>WV8|S}M!+Go( g+sIĭ%i>hҽX Hm '+-!CM{6L^: j~#Za-}wFiே%I4)o(e6k#[j 5C4ޖzSU}\خ?YhԿw WisfNȄ`g(4O+Nb7eW8yn&U(ϼ:%WiWw-!J?džcPs5r2Y'Jfy650msa6''w}5XE/#G jSրea8yJcRm^<18ߒ~`>C7tyO<1 ylT7kY8_O\mŷl$7 h8 ?:"sޛQ>iA%Jј ^ow,+嗒`!lv!He2PE&.Cue09Q[ub\TX{?/4/XimmvfȰӥf)\.]j5%+ INQ[3.aXw =R +;UL,V膊Ǎ\L#PqqDAͷ~`">76 D e~j̍CrSeldIFO`M@; 2 K%bx]u z3'#\[LgYkId_AR3_hCtcݻBD =Se]Fx[ZumtG3}q3L{:$u?X4[vbWyynq 53lqDe*vզL14%);PPd?΅ٻ%C~yEP j;\仉&LLQU+U'*s6=S8s^5emt[2@|"=yߟtL)).Fj6,2(~ 'd֕ :zD{;a[$.KpY!C}(l,z0=p$\4 #R+?'?utr턼. ?X4+C؜#mא\JQ/I$,gc?`n*& X6RKžAuH\Hv?i22^ fvdnF3ThPz{?|AM aas #bjR?lHڢ㌌`4].߿dVwsV< %4nd- D# }(FTPݭO 04uL$w`͸$5|њFxRe92&{;Y껽Д ٹE;,bPs}lRRéQ&t\PUV]%~&!8;tEeȚLx~c Ygݑ%p|L]bo6˻}.W\W9fF+>^C5ZPCޖdgA6anO\9QoNSNvq=Q1 | E韈YEG5K$$fNay{mxv톧'NHD96.b2J\qBr[m"W9bL+|j6oaXkMtW h6KcxrmQsz }ir~u/ 27!o4JueU .m *7(Rt !F0Ls3|'𮲻*5ljdXA n`;gȇ&xۊ(8TP`ZOa{cZqByn @l\WV@X2 NI耹) _ X/Jl2$0`Iۮ =71;fAv.`c6rj2GL{О Ski PDrί(Oh!'ma?!G6ݶumz-QIC$dS0= hYiv7,Jmq :Xzq9XJ SG{xR{m ӹLV"@߬iGup"$EN\ׅ*J.À6$xEʻ #?q^|,D6mH?nvכfF>YL'U_ [Y_ebQ1MltIAݿJ+V#y`g(Ki"Lh$bxL$j:_ fw̡bɠ1bL#'@O3Gbm..ZmIKp䍟\o<]J鶿wd{FذsNph\ы̖TJf@,biq5' IINu9iWhmЯ\.]4PK;&Mc+`Eme^{>`#Eruɻ>~ݚ~+Wt$BaˡL;S^>unF= h t4θYr" TzWCeu3Ȗ!|!%H\wr @Fgd#Է^,){:siB=s~!^-}88Bi^*VI%(ܷ)R2OQN!W=;g(ti*Ē)_ARd͌ MuJ`r,l0d)8>YA`1 NcX>>/{E3Ѱq,b]QϹ>ReHyc6NcZEYT̑_,[chle72OM!2t-+u.kEpWc܊~;R#u|䲳^+o ~X+46`d86I\3&@1~ӔA:JA.03PG+|ŏ!L&}E#}WpJՎNf+)w5}nGYv,{cSP.Àe9iRю>FջGYWQUi4Uϛq/*? H8EXvDF+lҝV]~et55w:N)1tcwmf9,S[RGfߩ>91 j8ѐ^]6cR;͎N&bD َyiy#@|JB!fBBQӹ)6}OFc%1|a}M@v7}z2S|?SbGړa3X]P i{q[ild=N16|rfaGBc'~O+er2Bwɼ"ʍMSzyNK([|w.ơ<WWE05Oul+k!`sȆh8oJF[՞~W5TO9a&=?}3Te?ŷ쌕7iRzUX"nfx<(l4ʕ Haz\@$N@3 ,AnJ q#fp?~K\{ҡ CbjOՇ?"4 5`Xyn:T*<^"F'vkjwcHL E`9_g\dxeɍ Ef!f #-QҢ%90gs,,K&Beb{p{Ú 4:OvDpp*R^ qT|5?>x؂ՅﺖF_.ݪ%hoaBLOTlfŧS` / n"ȼbɄLqGC.]C/νuڨ\L  r&l05G jflP9; ".):`~vJ. 4W[d]JM⃪/Rg燦 @ԳQevoEH(\ 3iG+p? iCG#<ϩ:&~>fsH%~8˿kǒ{ssߓ?!d=]AD2rd@b(Dؤ3~s2HblL4i;@ͭ$v: G c5 HÕtTLbY+ݖRY0|IE;+8z:pE1|gbM`Ѿ∢IuOߎwc3$qG2@P|2f=@)S Py$6nו-#qu.h٬ّY/Bׇ$V-^OMZD\l" TE^w)QهfmH"1aJ?T `If~߲+goTdnOT{`5@s-C4["+_rߎrJ+~)"Mۍ&:spA^GsS:ƙc8fBmb{/S ^45•]DݫXȀ^B 7yU~[ĥQnIy Nr 1[h^>ѧdJI-S"8@7f#2RIS.@/ ݍcG_`GcGa..+NińىKH:}Sg = G}\E\8)Kʴ4SӘLYC[8S7(w@҆;߭ߨ2ug*ƛl8PІYC K+utfS)i58n=zDjQ=-XJ_e4 _Zq :Ó{(uyMevcޡ coj%P>4nnjX§XoQ1sr, gd3,xcD%zffoKc \J3\A_**'&p|#MesfkV81_RZ)vcG[|rmed16;+׈S郅h"=[R!l<\kA\i lR1, 5~0`'!zXѢJCҸ}=V.0cʷC{JONjbHdxX Ą?`Z*dqΪt19z%^6_*¨@cd( ^"KλuN%65?tix9:F+dzC?Ɛ[L ΍R4&rvM=YĩL3 E! K!}/4}Vk ɸ/j3FV6 $Mo,C<ƢIUL1ί%^4¶ }p>Oe7ZDdp73fB7]\=U. Ȅx8h,fmm"rο-o=TI4z&^=;|o5G6V/NG?o] )%kȝ%|rLXf|i֐?qr;ihڸ@jGEsQ )όH-Ӡ  aE0k6U'U3h 6Vs]'N5v31mPyztPc0wv , A;yP%y9iE`e߂LGP>`^_5!N=R5Z}<|>kqlr_/JzҎz&jLfBexST}ss՛c6jV# cI/h-PQPOv$ݧW(*~snFǰtg6v %ֺg) !ڢ+\ǖk+ɦwAɔMP/cA OJPQ]oZѭvBGg u +Ϸ}NT)+*n:\=/a)ʾktgĵ86!L =&@ MP>+8V_H #|jr(hBl%̽jU;X;?eh)Tr$Yx3 \Uü~mDNJ9 v9zL22p/HCʈPDX cZئqPj̋Xبv5l6O4? B"t~}6ix{x=z**OIW۰5JRPi pg#"\fPIsځVrh<8Wo_`&L4v0)펒v2 ;cr*,Վ8Bc}Iٜ&;W@"1\2k>_Rn!dFT /U{m a&l@_ WכP -!Z":$I_Aڒ20T̹ރ,; CyKu(Kj~h`ٗh5VwY76[7lztxڷK՗<\'k,V]qq;vUDւH)ˊ2a¿, b"2]HN-TT?-+ykV*< gϜvaΉJ*/ 7K{./9d:;Ibe])LVt_ַZ%G3iD2@}t\x|<0*ֈjELg8f{dkΨo1EJv&g4xH)uGDcmS(}#.zgQP/ʸ\%нY?Tur[?G*IǍwV c@hle?!&kܥ^#]|RVi{6O7?Mr@Vcl_99z3ִh%uHxJxp,itp"YtDtleZw]?7hq{Vwꬪ r OU\2^%>ы$tZ ])嗯q1ʢǣ}q={5 VH&HLc D旈) W!}3?#+y׆jVB)ڊ_]4y;x%w(76 nj|S"/QJHm5щ4\o,kI' 1 ƜuInTlj?ȅZ亘<klLUEcgHT! [teE6y@ѿO}ZauIRA7 OуKFVb{ zlLR̒Xaj|%Ś*)TkcknjiDsنi*tZx<  iRn !DoC1ibP/#fzQr"ӓ|70GE)?ɄOim#`)&xTadaH4ԲνZ>Qڼ6ܻMA_fNmqZ+кXy>9qN7ū(ysI 8)͖3v !t4VV}p@]r\Zk[Z>H{!W8,˒sF4|*AIPrAǟN:ImdVb%)8ԒǦK>zFdí[J3(.j|~5efy.ۺ*s9p:Z֢5x;L8VjvXj\X+#K3fOٵWoCWTtZ@m&}F;#Pp^N_y]J]R7ya c9ft[UhI SL%! ^%λZ~k)Ns !bMXcݴq,l+ڐ9]3c/ XVnG/c7GOE']7.PfHͮ&D}5l|RvHVup"CfdJ4R( KjՕbz슦ЀoU?P'[ej/TRuӪBy?~B\{,#'F"O3bάfi(n߾Cߙ =X;г7E0,v /*+U0h/'zɲ]i/Ƿc{{ =\tu=^Vs ~QUM6-2bx=bMQȭH0n 8~NnӕtlҞ[_ZB./¯|oV(M<딤.8b`^1$ j@H { Sf 6*zH}]*~oZȍ(ŸLh ;9u 1JGv͹}Q5+J .wܹQH>|7FDUЀ =kRIkF_N0-M{fLchPZTi32Sf>RiVNA %f VytȀ,X bCxr(-i0;u6sž5W1Ɛf< cM8?b .E RbԴ@~X6 z>tPMְpA>c*ȭ]ȟwKTA-W$#V8ҥ:jjSիȑ|58K>$iȡh=n]e~-̇wt@ nѨ/W|}WUG|$0+df|TH0B4g~u:^GVT㌅yz;d6z32~48, rFPanQZ%52Yt 9q+5h1hKX.͢ hbE)!%pQn1M1L:+;3"7-uE3]c8t&*tDFc*%Iخ#θzPʊ| YǛC%"t|y?4<1"5#@e V|5XZsV \Yn'r\'[o~v A3N#¼u?tB|@W] 5'H,QɄ!x(mYE5o{y:S<bSԖWM<zcIÁ2 ˍx{vB>nSZL=ED*G(BȽ[Ad}KŠl,­@V *)>tJNPѤrd7ٸEi f608fӴ7,1ni;oB/85aKM]J]qtdC3;뻲h>)6nI2W W:f}+6V1#ғ譪x]'td(J9kEb GnFͬ'jnw :/SC<㷏Wa|qڒ&z@-MxiMH*IeA:-E(-N }A~e>j̹¬~Q qD]D|aWL tlA'a;yug ۲$0}`§4-C?w!V`}{{~ s &0l;azU>5w c{Â:U&n Xt+2]1R6!&SL` sgl0O:(% 7~rw } i&u}4/B w{Ae$Q0syTv(3l,xóK*EWh~+$ ?jyNSN@e]@duʓmEMmN _1a^:`'ʳ$˩п_Jh$2GXi84N$W~BO #8~U&:9ڠHڱ\.FFr jeIr+hsʋH<ӪZ\s@h+llZ>Rr+'/˝TG9HKhVjp-d?\tLqNJs.*~򬃲JJMOm?%A^^\ (B=Kqwi.KyakJD)PZ>\A҈Q~yG &u6%*%rarUQ/xPҰ (|7%3MKSj;ԭ775QU1sg7ϊB974 BHM@8-EMf-+ FJ>Q yKT; )L-*\ۙٓ2Uogg*.\h;oVS&G]-K:v}#Y4 3 }4$srzU?Y~!/a Vl{=Qи.LlŹHGʜ܅ /Z&ӏ$@kf8⟄b,c[$w˷44b'/ܓdBS6ArieeqŞ]X44rk'%8,a뱧ngj&Oe^ŹU*vzƁ kþ`6 AL\ϰ,㑺y3N Nc鎙Y/.E5Q񛨚<O.&`$V'}9}Faк3E|!fت*cg\nty5ɣƓ8RhxdƵ*[ƶ~'Pn(O>%wl7!׍ެ4*l&Jljy7b4۰o:Q` FcLBmQ[ׇ<%ڒ>F4P6ɸzɍjfSK/yb.&k@L2+aQeFO|ehRG|N8&3u; E~ҬA%`qkdP*_TdA/ 'tW ǗzŤk)R=wNȭzsYczU >try|zHջWp-?1b|Hy?mҠ5Vp@.x"aA.8{Ϛsr;W<4pEb_ x*Q~AFT8v`'%hcR+R6سx&/q_:O] T,U ӫ&<һL%S؉,H3qQ!~TQtȐ5򦶨e]'妰f2}#_UOM(9sB~;yus&e>XCvp #\)Th6ZK(N2=Kz o)yZ&cƳ_WJ"KwpB[;tKM_vU!J܆ulw1PIo236fr%XV[t`3ݗF實AcOUmx:"Pp+ Rm|۲&CiL ؛)r:_qDҟ5IΗ;&>%: ق&~ bY4I4|/6 G9Oɹ_;v|ߎxStVտ(ٍ}AN2U^9Dj\5f\ lBj_^p0#hN)9>ee ] w%8~u*?*efsY1 f(]}T3MKseH7P5t, P,p-u( S i02_LEhbIX1 PQ8X,ؘ.в+Y_kG*HpOEΆ&GlЄpvRjdg'E:[Shִ>3 _qB*фD}KH")Nu}A|N>""HM? ynjOCf:ʂ%}O-[xr/{њY}:lے茢nIf~;R؇ߣu}*dÍ^E=tО@cWTcq u k6e# fΡٲ,Z 3J.oQ\i %{8E]0 ڀjb]$h%~_E:= Vc9T@}qto{D>}5jk(v(#-PKٷ?dOr1ޔϓo7<.a ;A!eU ~|f4il6"Hlg+$7gF*=P^^3d`(d^TuQy' '$GtV-S_mNb,Ě>f;UZDUkt1P.0_*l`ZM|8ДƝu [Ky acΖȱdžwD V R1q<SW=EiKtٶ88p{Dk&ᖍtaJL:4,\XsU ]ĸ4mI>U=20%}~ep[gRz dN^L8Xivgu2hAa\(ꄩ-xVt#r"WzHF̛+d$4h0ep_xir @W}vX|M*C.(bR\>&W$StB|yPQ=U@A!ƒ{^I"ldִ֗8c{!m{54E BBbf/=Fں[ HC{ "UW$WCE o 8u?lEf*Z)J(4[zi-u3ILCmS;գL-k68X#q,\k S#-`&BUrSYK"-Z9;p&x)-7d, lO!(HSN&"ý kBAX;@^^7<e Uq_rw$H?F %fzCl3m7|z~aQ KB =hH|1` 5HJWpkSy-wv%~Ez#z cd|z!4oE[Ŧ ?}4Jc|\̤Poz=2$N7s+m2dubDo-8tl wbg\G/{e0 ̝*v+ޫJLJQ/ɨ iD-k6܅]mviH)5b墘|g"ҙoo0y03mFvD_SqwRXNa(.t+jg.v I#;N*}3aĒ+bk0F-[rI/bF0dߨ/%*O01<+qA.>Z '`G[_֞ V@\y_L&"G\f\NUiS…VDZ鲖GGik1EB3oՏ7 ?CBȍG.G /їd"iM/UkA\$Jԁv&fٚ6_ . t>pϯ0z9.PTnvױ:K]ޛ6>QؙI`  ͹z' {*e &bCH(Х(-sj!.^1\(IcW1@NwKŔ#>k:!R爗GhBb_@+{y}A) 2D(xӝ,=K0}gԧE#rHbE Г7BA AU~,$o]c1:,C(" .3V+*C_.Œӳ z~\>ͪ@#b8fHZ:A@^:Fߕ2kjMtnPQpeNq."C7GM!=[Hy r1/?Č(7Q!M;J+VW;hQ W(@ j[IJ)8^تuxJ=5tVp dPw1?}!Fv $XִƐg+Ж3*\24'2gMj2,nO.ɾEU;z'D\Pi+ClF+ΥĿ/8T]LL+_P"tra 7b.G}s?͖ކ-s92E T&-,R'0SV~؜ բܐS0 x(k8A~9 "-=oҶCDp:; h:Ќz@-:v,VWj:K1Z4tؚrkFlxTɾ*_ՎyorM_:`%K- !MVt:Qv(\|HbTɡiǞ;KPП"=":ha,CMiJI^Tc>sS=(6*и ). x軡i튬{ =oA7 Э^ !n_2硔+w+F;F͘D$Gp%n, j҇BO׷~T`'"췩' 61mwNkAڋ MS\R|lQeL-Z`A :$=ьX_0;xNJ4~rೢ]i|'˂ޱ__MUlJUUfRdgM 6ZiwKC9ZGړlҫt$o7{iWi2dY!$' nPjrRv297D`l~! 0QI_g kT gvnl]"-)X>GVuX]YId!;\Rq'( gDPAyL 㧬RT :6jl7>Vw[C3x 3'Um v2$46fׇ-+nr`+/>zƼCN>U]3ϭͳGϊQB SB#%i8Q:-0IX.<-tªZ؏1b F '1[^B)Lc- w[V@% ɬ dK=*ssvـgeauȷWUX96UV\QgP2eab/誰'BNܶi[;]eu'+ZTUxT^$гV:9|'"rjB)OFM53%\jswA*z)uz-p7%qqA~C2y--#u'gkzZ0r.q9΂M>e\%UMr4[>E>πNj.uL=;}oU`y1pIcۂ@"_ޕ@htRH% (Y`; >H69 5ťBlM%#hE؎Rt: l Haf&ân#HLmy sJld5,440'0kѽhP14z(]6&#'jwDNes)BjKi=_^#x`9ҿQ3ۇ)+Iլ9˫QjtYc[Qi  ~]b% ڃ,J$UYFLw_'ߴi!GeM<)&a ,\:4IX5/(syHo% qɇT7nXS1_܌*eG#o]ն+%},U!^6Wٕ&uOWE/wm۵[pF|i{\,.f|AsQC*7'\AVle' YG$EF(V?l/Kl"lO8%%: $&7 Y<]LQkq VjSf=0x/Ѝ]5⩕*k{ R 8[/~B<:بndxn{px98PGqoDMqpa_"7.RZQʒl|j3 |W;(7PYӴŧ2.>ЖjvL^OQ 9tu3ݸd07Fm< .{,JFynYDYX^i`c11R~L>\1ح\}OcGUޙ]=DD4A.&b~vz S!<<ܒL_~g>蟞" ࣝ ؖaP3%A s ~b]Ϥ(~Gl^b<]$ {}kǶs bn,BHQ' ?nxR.ފӇJ{l tad#$A8D¹sUn_)Qpo_mƛ4lmP16B8Zj]iLW`?jOM]FIɡڛq.}o1< -Bz-ybɇϢ-0yY-$?nYwPH:L{A3Nv尽#ͭ23'yfNM+-nc3fhc-*wV`%V^qO0M2?`ER͇e6!(^\DWoZ@]'1+I}gA7+t 3P Dōbfh>\dΖSh_5+֟uΡD%T?x?% +3w9ekd91ɸ:*FWDJMjg4̗HMs0@`X^H2^ V}ݼ0,J`l:/YzPc%wQ~K&I-_ UQ7)v3G׮Y!OzRh!눌9 "$7[PqáNb MS3$4rm߹Z~0Q` d .UKn}r|HmQ,!\Pu<}ƔyUWY)3\5OiRۜ;_Jbr3'W@\y2p}xNb!)G6 $R2ԕHMhHg -!d9<ME,d]&J.h,̮QX 4⪖PVC~T ݌0=W"݆ >\4 ]O:18a]7Q}%'"(I(#Ґ=ԿưHYs%^1MJ0J0.'YH,9=q[mG1ӂ@S}gJgx}d$xV;rm铤7X -i0|L2 7gˢ:jf $׼8v" DXwWw]J֗+JFAy/rEtJ8rΧ$%S̮m&WeFrS0;[m' f*Z+xU˒öT!x~ w&Sb [H.z2琿فm(vحw/vKa@Faa{-{d1xUry-$5f)o^^_Ǽ+ݘ'?o}Jc_TSrP]-:`2C;,f_i.zx>pDy.;')},$›zX둟X|'R^yE8?v[^MgHJmНأ ~ZO)86 Wz&zO0,6]oP,)= ,_( qe{2b,>YHzĬ.D?־H FC~̒rDMq+Ru-Idr07Zbrb_ -s F4Ί}tch5|FHkrSCÍ ڤk/@Td†8%j{UHj1=jru9gͯZ"mNߛW4;3mRVژ8 ֍63\_%0޹#b1_^)OW=&aq%w.qKRnq', #/]m6֡;駏|K߁-\ # ȡжw۫@nnv %BB É"讠Y Xb&lC,tf99nl%XY%Pti$:ģOU5iN9"XK,Ƹo l$]Fu#-\ʮR-H5N 5sMHe{g9 TW9KvR9d})Q;d޼epuF2-?P+Sp#avWghóM}wU[UlLfF?\ԙ};%s."B.BnBf|Y\~5|ΟaDdpU0F?,Ue][tA蜱WK-wwn^4aA9Ld`Y:`gjhMW .Qr%mζYA}^ՏV~*9(nxx=ڜS4 4 U9B|tJ˹-y@ |,z41 5xAf 9ng`ba]D7P=bӰS$b{l6Bl+?Ux-)ςϓu)Yqɯ\.!P,Hh~;I%oM sWHcWqϱzKh`nJyj/I~>@^ƯZqnHW ݙi!4wّD(JgnENZ^Ɩ|g1Cm"I,h['Bch,;21נK&c4VdlKif<2}t>΅ead, YZ