open-vm-tools-12.4.5-150600.3.3.2<>,,fI&p9|V Wy"I1x1 w%8G+Ѥ+?ej/ճ"ϊ>f5<$8zx?ُ\{kx#3eu鐴#W-sՅ 1,)]f3I8Z ֈ:P2g+jou([ܮN .̓jJ$syNSS$~SY[>PC4Wez *վqu%Ѷ$%(y9ܤI`Nb(txUS >R?d $ ?HLX\u &!K}}  } !} #} =} =}?}B}DvD}FG2H2M2(N8No9Oo:W^o=>?@BFG}H}I}X`YZ[\}]}^#bchdeflu}v"w}xx}ylz HLPVCopen-vm-tools12.4.5150600.3.3.2Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guestfI&h01-armsrv1,LSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxaarch64 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 vmtoolsd.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 vgauthd.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 vmblock-fuse.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 vmtoolsd.service vgauthd.service vmblock-fuse.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 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 vmtoolsd.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 vmtoolsd.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 vgauthd.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 vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2Lq>Q2M"@''R  HH P*@@ p %JYg9 m V4  oT, ' 4 6p % j4 + D;z j /5 # nE* U fM+B AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤AfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfI!fIfI!fI!fI!fI!fI!fI!fI!fI!fI!fI!fI!fIfIWl,`ԜfIfIfIfIfI!fI!fIfI!fI!fI!fI!fI!fI!fI!fI!fI!fI!fIfIfI#f~1f~1f~1fGfI#f~1fIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIfIbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4cae10f44ef8cd04f215c7f9deac3367e5bd745a7807c0cbf57b8187cbd8cf683b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1f466300e078bf7c71625adb73ad7c203a87d27d9adfd5b06d6af72ccc0a4f713c6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e6678c36c4ff162640fce6a2c58d0e6d5f466334168ab0d9130714df4b042ae3db7dfd8c87bafa725e63755b0afea91671e8b5f4b27ffb42f6810014a3a2b76ef35f748368db2d3879f720099fd189521293bbe4d92cd4ff34e67e566c0cdd45731ba0e7ac991e89c18ea9d78cb3c3724b176c21edcba1ba4a5946cb6197c9b216fba155678c440106bc81907ff423475d7d37162c694fc5c7cff0e357cbcc3894d34e0c9fbcd0d29c74600be9f4578c07bd3615ba1891e1fb4e7f4a7a6dd800fde39e4d239c35a8fc8b1a20b0ee38ec8f26a54c209676359a0941c08cf9e3252385be575a5e7a3372c861bc8c05368239959d61353df5c8db935067654aff435f7bc5b65a2fa9f5b499036dc0ab98ff87623997725a1ecced06aef9d86b95b8ffebb24ddf4d0c7c2e0c60561dd99bbf2116b43c7297a3ebc5dfef2887bb535d8884bdcc8ee512697c8b44288b71b6859b201830b9b57743d8f6aed06a0b9cedd7bb764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75c959b03352dab0f0ddd261c4f5b9716170d23afb4e966055c5837483dcad64b59a807092206b535929e673af340a81be8fcfe6e8a649834df619a7910160563c9378b7b52738afff0a0c0ecf6ceb8b745ae4c29fc5a039cb0bf871d815e510ace1513e97fbed95d8068c22d16bdb81b3708325e00524a73b0cca8725306d82f1c81d3c36349bf53111e6552816f0d0407fa23ef93af3d04fc11fd35157f14612b211cf463f97adae444f3b806018d57e731e8dc274dab46758c014c1c6dd696979fa0e3750e1155a61cf9e6bbb927fdaa42e80d1c99a0dd018126a69a31f59aaf651dc1a5c33967bcb47849a45ef9954b547be90ac27f1b4382d6bab2ecd8099941316eec6f9e68a9e995ab0fd0c400dfe620983bec019ee28fdc7dd9f7c42b0cd3e1c54b32df247d625497b830eead361f0bcbb622ab45fa11d02ba6c8045321ce9d7f3b1aedea6ff459d8b5c35903cddd7522ea21ddaefb1aa68b0ba79a0170f24c5563ad5327bb28304367e9ef3a937c3a158c3fc358a8c3c17a6c7946c6c6544aad2b3eda6dbac691f4ff1589fd2c07b54348e597a662fe7bd14709b6718d3bcbd4f5c7b3ec1949e4a3ae9117f1e32bba67d1519f287951665568c0dd6c2b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ea97d1d569984cf1f1ac8a3d1b923f9fb0867a9d5774ee8effc6d25bde2b525d46d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac55ad1135a3af85ae9152f733ca0d9b03f39f077a5a117489c8067c2446b98ecc0d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.4.5-150600.3.3.2.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich12.4.5-150600.3.3.212.4.5-150600.3.3.21.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh01-armsrv1 1720076582  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.4.5-150600.3.3.212.4.5-150600.3.3.212.4.5-150600.3.3.2 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-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:34565/SUSE_SLE-15-SP6_Update/c8f64c1319d9d26af192e2d2fcd1518a-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !       ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=41aa52ed703e1e0275c792e9afc213d6c1267ded, 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]=2809bb79f8da4e67331e1244388f7498f4c8a6b4, 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]=e55f15864ce2708530fac823d4c6f3b28e3090f4, 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]=f914b89d1467c9bd261189916a1b6e44f969ff9e, 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]=b03b3a2d3273f7c136cbeb89e85efd5a4309ee13, 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]=81ec047961c7f3c79f23020a961b83b3deef54dd, 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]=9ed35cef55e0f964e3644f008d1a9b150f3b6825, 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]=452fd30efc8980b661dafaeb1e9ed88152ebb7d0, 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]=858b41c290687491508fd762b40f7a6673b645ed, 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]=ebdb090b4e07089e282e470f608d55b504c11273, 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]=69e8ad79745c60848a9896b88a7ed959faf1b7f6, 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]=a90faeab7ee5b5ffecaac01eca7bb2638a1dc911, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d31e58427b38a5c4e436302f61bf1194427cc32f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5641c7dd78f1f1249a18501e51f602ba7bf2ef5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=194255deb5874c7fa1a20e720945e01b4a7eb4ef, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3ec3265bc4ac2dc857293cc228ece32bc6016169, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae47df213a658ff90d0e42282aae0bc3d23f25e9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2ee3c6080e837c316ed4f36cb81d3049a646709, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=951193a524dcf1c3554e51f4de4bb6b445b5f7ff, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a42887d3e95c9292ac7f480a8862bf8c6adbcb71, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=85960ac0e48089f4056450f455ae35c9504590cc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=677b66a7eafd9c078aa8e0b948107536e601a0b6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=36118238ea5883f0344227ae9e5350a048cae820, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3157d7ad256db0b3473bb8afbd54943338d94eb3, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines$/7>FMR\cjpqy       RRRRRRRRRRR R RR R&R%R'RR)R$RRR RRRRRR RR RR"R RRRRR R R R"R RRRRRRR R!R"RR RRR RR"R RRRR RRR"RR RRRR R"R RRRRR R RRRR R RR"R RRRRRR R!RR RRRR R!RR RRRR RR RRPRR RR"RR RP RRRR RR!R"RR RRPRR R"R RRRPRR R"R RRPRR RR R"RR RPRR R"R RRRPRRRR R"R RRRPRR R"R RRRPRR R"R RRP RR R R"R RRRRP RR R"R RRRP RR RRR"R RRRZyV'OW;-systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-81cec417764ffd1da969262d2a5ee5f35465bfcf3fbc5054ea326487e88b3e7d4?7zXZ !t/ ]"k%IN'UN#i mIשZl$P/Yt_A ѝG-_k%R7;I4W'gԦ_rzn 0Ck뉁stX“~m=1?%]Zvut"L0Q~o2j~p؀>CSh2)Hxfm8P\L͇ 9CHQm'U BWyQAwd#}!+.ODħRv'4}<”CƦqPaSN!FU}ԅ3fn;Q9GLFOal ӳa|,*'a^PkBa&ԑMq0LkA=f,~GsIаpSE/08O}(?S?pxJrMܯoz 4~KyA\+S]R!yxѝʮ|ȳpgrd1Gt\w*mFwn=nAA*Bc 'rެ}걳N Up?vvQx2wdSW S8KS_R"8A0MjrQx%"rݜNOY@ [ү^S-3lPb :<*䏞TޔP=[֜4Y*C>K(I}Nzg+ <'.?j/=ZXWحf_yd oݱUUSۢsq̰QѸ ^10>M6ThYV٫q:J U-n~GGtCP>q}fqnoOl P{\-?N[|bu#zV]Mg@%vw?nکt.lTFW! =<2]* VUb`"Ra }=0ZΩ4z=2[{c.J4!ɘkn|솺м:/жx??4kWYQE'U&utKgP( g:P1lGed -0u^31Bbi}m:"AZ1*} 9Ь9D/c7M(I Q!=k@ v2QK19YUqMg/3Mf9P21QPz"P 품?̶4pw aw.a])gL!.QEa7[)ٞc!ŁDXiu!r xQmE+FU>! OXFdL9 LnF\*t9¦MMo5qYg0to[=zHh+u.~cBDO׭ΫOӂbSO \LõJqgVd[X ER|٫ѿ90]M0)(]Qq T>~@=r>#c( DZ^f}MMt]g?=W\S?&aƉ2w//W+ng/sHVb{ʥ0l Gαr@|g5ՐDނMuh88g3X0FXigW;e&3g^Qv]qHC.W9^ވl$Rqvzin:owX~4Wwp&V˲CJ;X"*k8q8;2.ǭ4Km|~E"OLm{Nv3);l-! Z?1Oڃu?v7OE۸oK_BV1Ꞩ>m~a?V 'LНy!NXtY1KjOa%/{h%3" uO 2𳡙!hc 5/$W)g (b23 oe߀N@$A9$*՜>AQCڜOGO#CR9r[M%R=Ob*U^ODx༞d|aZ0G6(ƨK. ^p,)) :$‡ar:z3jCxF6vYBrazjaD…9h#R'Q2 IstTk}n99U8B"d&g#Y+֩RZG)0$-E`F;Fjl해. 3 C~SVTh:fsHKEa)cݢޚ܌UN\ ?=}Ŗ1iA>mWgh gAW8pudp+nb75$m-:DQx'ywN$-PMDKPݬlFV\Lpj@odbe<6PN+T& 0qYj*Q㐙 f!vLi1Jk«"Qߩ᳷L_:Od{ԺDG ( ]vvj%;%mܚʑ+8;켇1/mib(;JжHeboL@*ZO aǭ,0!h׶, UKl9MjU] ) emDb0wl -l^Y?UëgO&)2`t1/jD˥Hܪ񞻖yup vt[Wy lĦhծ\81!nq-_ [VnD?{#lܤ YMYaBb&p4#O 9$cGf ޢ#rF * xV^l0t{~[Mh v'=VswH5]Dϊp1VX lTyy J.HCÍŚNUr-d c 3E Kp)*#+ uk Z"ZM#F[:2y<]Y XaRl0a +jU}Y ^8lmKh`MAŔCʪf@} A&}W?9zG,V/N ::[d3_pnAfgnߓsyjPG7߮Π S1޺sx-`1 >mPS5s)\WZU(ɦŰEp 3yDM`3gLL9rq̀_<-Vb,WW3gI<ȄdܺjoUn<+"i$0}y )^t,6ǂ><m>h `2~` )+K-_L~crSWf'A Cyxw(|ivSaQ^@-s3!ksY;i-?IH&sxʝ^ $) 1tN(eKPYQBmDoN mJ9s=#Gp 'x-uz@Yl[>&9͋ca!;^}!Kו*o >DOoǁa?!w2s&s\V:/ EɁBς$bLIk{l88jU(0N5Fnpg3ʳ:,+!%SIѹb2jgʛ.T|#KދA=x6w2HЪ'tHƸr{60T5&,(I4vkKb<Nv*9Vdad!# 2tnsJN!x$+߰Ɂy%]q\},Wi9ײ1ƣñN;X@ń@RBK@Nr,lU_B2R-36:X1`Cu5@V)M11':,ᅾ~PbUGiSK6$roHmb<\5s26׌1$\MkaI@"ʴبvmc j~\WE3\aZdi܈%՛J@*BK&nIJwQh ul"ጠ{ Deh !6>9Ce,<Ձh-% 锉&=]})"K..$T~ }X 0>H-9Q(~a0Ӫ+hIo.[V=! f5XS@~-l]v}JPJ52QPr؉nGUPD_=HhJIijmJn` mv9"@2 Ia}i4YE+RDYS, ýc_ap5&)hT[٣} YkȫPPqa/@進GT #2 'O=5U/@ҌxҠi*1 CSnS2Ԣ*x*?j1&%Nԭכs1w钽F%~]1JPLmy_"IQbA\*MƧG|np0 $uZ%yYsu !F h-G˞cu ~CсYRD>MW,/+P3*l.| k=j9+տ4G]21 8Է8 @[W:>v*M2Yt(/]ZW$( &]JQTe8;HKG;L$_g"X7Nh;Z(x^膬EhXAXU?a #/2^IRJ KX"Zi/|v/X|[|+\]_{=++޺ ڪ}]̋YNf MQإi֌35YP~޲ h6 s $.E̽`"ٱ4Y3K% 1z ivU%[8\ZCς X'lCX9i3+a^bfkQ0S4__WWw) `o"K#U| h}ȳ9 EZO.iQ OAuݮaGy,8bvAq C, E0MSP^ǑT|g\U>DYo| 5i)_zDZ:ٜG/x:;8@›ˡ^ e"z3{$"]WfFGJ[9[nCC?KnSQ̯ЫpV7$9aoYE<S,o`/C~<߉ݿ}v/:.35YN[/(E20M]&Mb~Pd# nmiƼٳM:*ݯdh{8g*vM\z&_-43%m2*Uu@n5s̓4~j D3U᳻C;*q\x݆wôٞWHVltK8oҶtag ׼?vj((j$uC7-mkU!z{pO1Z0| ֤RL4u0|=/7 ቜNu*a.? jq1]WvF_@TB>B2>QK=}ˆ*_&0 q}ȋ%`wTŔڒkkXKҿah{z)(܈?^4&|e(C vD{IFKZ~)4XiXB'\ eYcӧG5A&fWv)7JZl`c>`QôP͂Řv'Gj+P3T]DY^wy_^̌н ٫ G-⓿:4{Bw4]Haf% {5ښ榃q$G<Ƭ\LVE(8F?P+مZ|>dk"  ãNUK-*p!ɯ:sD}f '%?Štџf@HEo\m[QaK΃m~u=x@utA(ꭥhf:l:^A584:'tW?ߦW.` *VbM m>|$ؔNDMWق,&@9YpFֈ듪-K\)yc=(T~P3r9UUeTؼPI`lŠr 4]OMX7J-| ,yoєm zᨎCawq]&6ɚ'C)pDH.9/5jS>6b.-*O{͠7 BZ ua28L;;VNΨ !gW(KPL֩';ydN8jU.2ONotGwoEsB'ϡzRw_; 0o;p2Fѕj|:QQ;yI:X*{69Z/`*)1Zi=, ]_Kɭh'?E+Y i{ab=3CR5,7FW&z8$`:a &-jQO f_aA]}E*tjŽ3d3\\Av\ ŠRN6b)H砻7:*@P@ةc|_b G=vQ4PI8M>{Nsd$$oO=ĦSOJX3P^{bgS*L'tRo6 '{{\-O!Wzzzštҥh8OA][yNL1P 垿hofwtYۣCo|91DpNw:MĚE,;B?V\?Pù Fn֐6$K|[1C)C6< t"/3y<[q| CKmL>runCc |A^?")a麟 Jh.lсG66"9@؞E%:۾ 1yՋ3&6@cCfP^k9-,r 6Ґ YH~c2EKQ/-aS%lcCʏ92T>QD!?Jgլ[.b:S1ʧsV^ݻܠnGDw)!#iȆP:^.ɀMLVX3@ƧeFThP=a|eAaZ͏D/$>+} F"VV/5Ju> 񺉀%2vWƒlJ%xBC.hi"d[{xV125ph'.S6ܣ~ HwñxtcS,AFM%phמ/Iؾ!7Kr([Y#zu w) Fhɵ`\: p[M0$T쀔R<]Q\fQ&1.Qn;eꔱƝdۆИ=̱cJoS@% ]nxwz/-7b'w닾k¶YYYX I訴P }Ѱn2A;&֓qcy8)N[נu!g5OKcۑp2$zlղC)9^I(?Ǯq [|լoZ&2_j5B ~ΰ7m˙ߪ.3Ӹw* 6愪DC8r5K`lHSjDk}.:b܍v8£ႇ~3qQY*X ^ g2i%&DQ#S(3˷&HR`c Hwo‡\ gh*Fsпi pӭN?t5O_YuʯnS͜aUe~BۛuM*n sۆIۦ&)`=.@q ^js,MNb-".ߒ?;shM1sEr(P|=W '$";Mbk0J=DZCMt(1JI ]xE9cб–0eBZsFngD)D?`~NjR"N8Kֆ~X\YW=E6z>ªdNjZE8'=i/w9֑^9[%ii@\h'+e[1r8љ tTz\I4JRҬ(RB Hl 6J VWa;!]0)ɌIJ!@<^YɱJo@pcWMF"ۯ:v l:S7{Wա眔 >r>ʑ1T)ck)%9mbGDw!HT~D#+J;F_9u|jۓte$ʾ ܮ=V k,MnӺGZm~¸xEK̔ yDt(i]pR{vPg7^ӌ\mT·1*˜ MވoVx»numLeppz@c}aEwϨAǕ0P>_=ͻ3um*,kM?OGM|?ᴆ|nY? 6;ۃZ:P]ebN\XfMo&d>1%~]DL 9H/_Ai̹J9bE匣%hp426[REUA ]OTC̞țS\|#BM> tڳNnl;H{hװ(iyY4s3|P ur~! Q`ҤO vz.i4mxF*q(;G9IM^10]Bبewfsk@4Zz)1st7l86&8DsIF`bݢ7MUl+jЁ"[8݌HFa~lUHq\c;מ#\Q۳R Q+NDM V&_y7{saNSLA֪7d5&8#Ţ8PRb z5`.v7]5\\/,z\L/D4jRgrQdd) o$ m'=Hٙf#]+QѤ8sLZƍ rE ZS$?lK$ْqe4@?q@^yp17ĞICj&.ܤM )`-ƚ$dJ GUm::\nKu^k23075U~W KA$ƿ4N9]oB~TƬuckTs]xjP:)N$vݫAMIFRcI5ewi fBsj C&dV3H;>cī5O'VO#۾=+['[5ৣ+_X8+ &=]=k$&)1,}HeR6¨ؒ2[3́fMuiFSGqaqp9~t&(O'А%yϳ"@NC7L'GeKЈkҤWwx- *$IhH  -d #?AQ'r2xAm3MŇ`vVӛWk>6غg ҩO`wirbNuS(v\But3V_7ϼoCыXpj[?˿gasQ 5;?ie4d+VXwl^RTϪ杁3 r1ڛhA,,jM n%Wp4'" T z?7 *ZI\ Hj|QVzAF.R@ݿ#]T,[78԰]z 8 ~f }~1S\[XsZ8+^$@OVۻ3'v UWn;6spL{ѝ]EUyb-F4?QگA )rY= 4"96%u6 e/V SJd 0TIȯ*j^Ssc%(J]ģVJ8m*.$H*մxa)'wxyatdip6A ipTڦ [*E]e)|sff_DՇlֶe37t ~i%,| t1`" sۄ`JddТȾUZ}!j}Kh nmhJœ}x9}JCh'q5a"|Q>hN@;1"W2f7դcbUFJ$QO HmHxe"[)pg !Bv~>hu9 [gw"r<N1gb HnObhK_ki=@%,ݹ:9S"g/G<쬰ʣJERO4V҆HWb /bTB!]X}=;Z9Xf1M u8L=tֳLq#5f<4XuME1)GC-R`tigQ ySAUA.z.O&3Ȩo~ؗq#[xl^Ӗ61'; HUmg$'N:?2ў畂+f "QuT Kɧq^0-)u:xGPU(JlQ7NQ'0r_+"!چy0?<@hevD޹}S@`ObMІ:A,m#)G܄D8v+;3e%"Gv:)k"԰]#gBV6T~Zc>wFk>^8,oq7 ,ˎ8 !P1cYB,&ܚa({q:nj9Ӎ|oD6?+ެK6g/̿v92_ ZG[eAzaN/ zR4q.ξphPi4I2N!/?Ʀ @qĴE?q;zUS┵0}DgLKCzgk,@qnz{R̆HE8*ClΚKf`A#G`B&6L.ZzO~G|k@U+xHgH.;5J1 ټ.X|CGhʕ{EPCAslaߑ ~EtFDdTX K`&X85_ ߧ\Yt K+Dl$ӇdD6zm6pX*rwlb nV)ﰒh0"%~&xޏ1)hBߢ!/r:(p\C(-`PfAj+c# m~B-W*Y(䐜by:Gsfeb(a|U:RJ4!V!9YN 3{8!Me,v E/Ը$aw&F=3U hp&D1F כWn]-$:V 9ך81-E=g2(~x2ևJFѬfw8[ȑ&A2ڮw~최K9#3j.nr!_̃N@6RNQ݀ډمAzvEq"d ̼Zb?j5Ƙ*\U oA8 uC 2cqƜ}oȘC~L8Ȗ"Yw~:qL z WץЮo$L$riaݝPѽ%\Ƿ| p>MU0ڝ!9Iu6? ;|rTP8v*ЋT?NDŽ-2GfǕ+M'|,ZaBѠ_@RIK}V͂4ϑ,f&h~7W7?K0@Ŵ yPc} zL6\.M|r T5Ea7f4+\2Us0:MŬAE2WۯLE.rm`$rq=uz _d5Z^ x沤{$([&0 XR,>BPWÞ/X5$Ō8"*!9^l,(+>(`w!:\'2qK ٳƓ5?kRmne~㫛I8AzeDD_T=)v\aSЧvW AN&"PK^*X|g;o喿 J'!:S h7v)p'[fֳ~R[b~ӓ&`cCX@<*4lUb;D 26g)UEOt&*`i*ϗ.ˬK$Qb|+GWwKxmI[ *6h74ߨʟM BLTFa;ر Z)a0g9[lJc%VdΌPMVIY i 81k w:Jc̒Hزa ӂG# XGNUଐae㸎`rg/<&XNYkaͨzMyHT eɄJf$86D/_.*@u[hSW2} ~[(cJryf;1&k}Es ++G(Y WqO B(rd:":~ IQ-r8Ɩ2yj™ŞW7Ag{QQ1ށv*uq>)#8Yy2맋pfe_\cMET_y,u'(#/[Y3m+^%**3+-9$)GtqT\&r1Y8/)K!!&x_6|A,o6R\Lj CҔ="/),hN)!`u}8;쟇R)TGV6g" fV-[`,r&m "аߴhܖo 7*˅jq+=؃=A'?f.JñnguFu+\#Vi ƭ TՉ Z{lݐmQH#TYlK2rzcKŕ.a*3 YL.cT Ͽ3ňN5nUp@O5+ B/1Bd=PL 1|8 l,.^MNA 5C=B9&rFRlW.mQTY PMJIzϪAF56Me36S o@z#\L1 e@/ַ'ztx[[GO,*Z#Dnz>O& Y4EXYId~Exc!@%RoT:2'O0iZ m nw#3h67e-'Xi$f_dҞv8Ҕti/oι|fȌc[/`} R. [٪#N8(r`yrxD*YJHýc\{>_D74=eԓglW~fs)*PKmr56n>~`8_.:R^RUgvTcehl| Ih{ UʌGSX@K%OQOtx-PP[2?q F9vc&E^KJZHZqњ-vK)JpJ˺ƃ;,C᧲#9[1jkmm~;=pa*_WRe-M~WFSoRH?&%ׇtOqHh8>Вk7SAmAf0<o9 ' ma=Vip?y|.XHkxaT5 ٯEG1͛\iL-Y0˛S?t6 tK}v,$z^>rЃ(0(3`}5  *kb'XͩʖUJL\ u;mlLn:/%pv%0&QHoy"EQXr)ilS- ZT7{H%T- Ed2o(fZ[$W)J^šR:q$\H%>B_ .!ǟE*y2ZM=*,m'vo h3.VFMiFnۈfdB JjOIOcĖhjcf=e%/z}+q1/<8:]h%; !w%FjLx1/\.+?ޑ SW/yk>Mf8鰲Ǣ| Io{c;}p'(bI ګ~W =GPwSOnˎܽ]14&[*'M.hP5d5[U&;K~U]F^Fj=>,J~@Oe+)o&MfQ'|y)4fJ3R mz0t\s=g(fh+ZJKւ ]᚞>uj$Io+\/ TQ32''TaPX|ߐp&!@fۺӻ1}pm ,\s2ɕ,4w,[}Ӿw؇5˵b]Y;8E&z[Ǻ7=y0w: ݖtd2o.t_Hę. b -I.9|eRO^=q把E?^BpcP K*9 1a]bF mF3#H !!Od 'w\1")Y+,kQanIyH\U%Z_sǏJj /:#dT~8 evS4z#TE OuhCx^,Vf#Clp !]TI^~H}ʠ@ q} cERT؊9_8[[FY;g 쿩 -_3Cu6k&G:qjK9 tc@J@' )zi`Va_=-7z}Pzw"*O{ڲND>yVФ>w"f|@.u{nಇ۹:/:o[ Ug[\r$1`h Z uZ8z53!z]l5meBz2*WW]u@+\r@j4}_H8OCGR"XI [E{=2X蛠Bߪ64C6 |řUANXe}+ cXF)0L "-dԺaPU*I*\9>kmjeWc~~ⓗ8WI ;ڔpGiw*|ʺbNYΠwQ׻~:x0WSƞ:0@09v +Y̩]Z:, \7>GqP}{JZgͲ޶S/R,1n?%GV.(&A7DX!?`ںÆJݪ˪O*4 C8fޯ)$E0Ǿٓc#\B1 4IF2V=>5"ꭡ@eT;!G̦.=qlyi {pt g,0QLWb8`]P#W62ߜtQd\w8l/薊 `>b6MRDˇt*AD1'2ݟu㐃^*0svdyն\H+V[*6951#fiGQ?"(x ]$~<80BZE5|92mINEh`;$uV 澾gx?o jΎb_ H cR$l'Jֵa*S;%꺌;_4P/zt9ߧr'MC5"F*/#Xş5=`*ϊS˜D_9ŭx2C1y=ٱ_ߎ l9JmJҵ1@jF}8adzg_.*?LI ЕgGab|\:UԌAJCka.)*YHh=/.`.(oo~ TendC).9w/+툵4/ }"x'X %T/=#)/dSn3d 3ɓ=ԫ=8Zj?)9r4CY82L: tLђ}1ƣ,O|IZ*m'F/ǯZPP2Nl^7NkjElJC`u4ODHG|kO\ }IhM2j6?iX$٭ rI" DmEXފ<{+kg2W%J?3ԈDxD s>z}x!LӇ |k҃`ǙflfIafbkx^%pa r^Z% +CvkΖBB3{lEJ+0)aVZ]2_2)i^v]ilVTcHݯ9CnÑ}4+PpH}ݴ-u5c"L8 M4sR,ĚqEHJ1%WhĪ^Bїef8i٠ ̯ WH[wUmB5a(\ylCB}>yy[$9CO ݛoeh1+zZ_zGu xӢyySض˄yQLL~*#_m2jlz֞'*^@N9'{g~tym>tމ׬ [8i6_'s"4G ׏1PW&C@D0(7?54xA1*([Z0^15,A?URk}[=G#sC|RpfUxǰ޽ Wʳ1LNMAGz3گ1K-B@V ;|L7kZW-Lr¼<{SɣW !YjY -\C9EC)MB_w׶(.!xNNezH ~Q%Χǖx<{\ ('n&Ek!v˚E xX kno"W hXy9R/\ޮ/<') ]уBf zI87)#4`LY(‘~Weݓad9ّj34[GlH}^e=6|T<vbrД9eʂ  mAwX%X<|qR $/Zl8vKn2:h?cmZl<2[v"ؤGNwn!kX?c8z_{48lD _O נ@qds2>0w^X,PQv5 EL]˾ׄ˪߀9H 񗯰 $г-kYSDfUzQz5X&K×axS7 xkɣHP<qԵ\sZ]jGDZ15q$fl "|k: T> v{'cUcdOO(EwײQH E.qn6JU τ-^ .ݤ&qx@-+|w*D{(Cx-j&KDuJU 5R@f]r?lp&ث-/'/Ȃ C z;C-J5sQMWVt' #tٸAχog{0($w_p~ZFHkUjmktT'%!cPQ2j]eV_Ψ!};]d|7O!%rޱ)"~Z[^qv1-ڭG)kn٥WE-Tg3aLGNy]'?̜Ԅ;6e3 EgJhP=Hԣ2)ڒ7TZvL]2»D0@? 3NntTɞ&5ߙGۯ1b7ڂ@Js+iBTs\ hr5@й!=N;ʟ1U< #'x2:N'. VV3iؙsoo-?4^q{)Zfg^!2A{5C k\K$!/E܇i&iyԫO.knmQTv ,7b9t"ޘ"Tx!?]7 Lm޶(U9"h qmKp-F]7'q wc50+.7/wh F,SڰQ1di?,DR(#"0PPv )k=gt/mz. WAtv8gr)6 .p׀\39 )]56] #Z(C&۔&.wh&?+A!&n*E@8F34y0|nc;vvn/2Ꮃz:#{}y̱Rxؒ1@\23(!ɟe˔CD'״:"譈=Ɉi?] Ewnպ@s"S?ZIZWV5(^܏U+2=pE~JU2;|#s\>& $ظ Zoc/b g1aȏ!A.t6/CCSQ{ǧ@OKsLuQ8{˞j2Æ4)q].'W7 Z׮7[شzݜS߁)qNqйjg[P cRByKN$ejíܳjzRA(JASG0=#gQ 8 NFHY..c5iҵ:ۢCRG?P7OhZΫl<^} MMoSH֙GC ć|k+؎$oJŖ<@ȓfPfH#7^jQR m;Y\g+hǿgȊb[ցfꪀ@ӊj`A2ۜNj?4>k(=FQm>PwrV25lK4qN1ݲSo:\3;>23 #{Cby04/G|3y{f OHVɵ8?uyO[c7s#ŘFi[4㧊p^><^C=gb @ȵ:M700Ȝ=TW_>8#M  2VB^4U-𫞆(rts1B_E{jt$>VFf+#2@CKї#9ժ6~^nDq Ny7>gxc1{'WOn41EKm`:>?-J8ivy=!BSǿ߄h }}4Eķ)$7 _t76 WY6:W'95Bs윌XbDHV;15CSMTQ;9ޖ9ꇵKe^5@iU&*kE/P.|^ fg?ͥo*?v"n*&U^Fb@zL4ȘxʩƪcҪ#㳉K֛E2^ؽyqqq5Hdh+YȆSvV|I9-}L/'FP#XuL+[OnQ@o=Ɠf`#rdRg ]qѫ ԨȕBf Ch_',;3V:NE>nknGLh7Kzܑ"*KےqIBn],ʝe^N0Pjɘݭ̼ 1OTZh,W3~e9xzԗ.PK2ع|Y)b>;ߪ/)IY )AC+ǀ=⟘2{J9N+Ե8- ͫ":F9c\lG{^*ą1K9KEp{Ry >1igap)yز$e9N3mnENFmH,b$p( &6kXk(vvF 掇I;jM"Dɇ*Z0┒VAOj%If҉cZ$9԰\CצYs1CBޗ+c?E'+z҇fۼ;|Jhr"%7%=ʹ'R^ѦSztȬ]mZFN":Y'0QYT]SD ,<NP(J'CylSFU@-^ g(Zٓqhƒ$?x«9`1SK6ReeYo+p@ Q2 '1ݟw&w(2I'MJ|zeLQfTno PSoO l]h\E5j@i A(8 Yֻh J)*ibr2ƴYIy̵L܄Nu2O|HA[M0-|/҃lb! cS5Ev{u&rNa@}R%h/:Umj OLXрCFL[ܢ$z<}p6O,"oʵGeM*;{VБU#by>1ۉj?Q)H!H.MzC7~|q%ؔ!p5=Me Xvnboʕ%;_+`[Ee05uY)l'W&F2 F"7DP姍A:yZ%V;j/#qk@j'C9M#QZ&j.L>[JZa0^RF߶r y^z 8<RӖ4nr9ZKL7bDqwoT2jC. T.Q1/#}2 PȜ4⫩2 :U M~"ʙ>E;hvs4&&Vg.g݇ d^%PԚsEt}eeM3 ' v\!')` '@zp A-vXyJ|} âϣ-J 'v%+0 3FB91 (N ANLU]B3Si E?Oag-R皕SCJ/Yj7F)q!vYwv.6i:d"*eA \6)#vÏmIIc6rbejFٔT[qR^WKǖœ17Cf(bDwx=2>Cl$(2F` sȒcX`;.dG&3O.t Z.ͷp,ٹ,qdŞc-\ddVEl/ y-oPenGgUzUHU1w ( jMI9&٩c_r?C:y'}!#,֔oi1{^1zH-j@kLT=1.0W^ob~wz aA<)+ϼxXbRXMd겅.@W>moc ,$gF6n"/ڄa#x.i Tvi TFy08zkol=93'KK\haM6 9Dg 9o AYCӳp?.;кJCѶ=sY4c 9'Kw,t!lAy4wN*ipPBb֓J啎U[ }v! }_VbT9T\ j!jᔽ {v>QWqfמ@ 7q(IJݺ9\aƛEb9PvNLw;<9LtbgpRXw޳2& %wφ8l+@#oQ 솶.71'KFfCVm# vj xU,LrTc189D_唈:;EİrWZtk[-O_> +?}H+B+^+mteBXVed8]IEHL 3"4' &Xqisxgd.?*Ƞqڗxq9mHH.ᔾ $0BS ||u9oD&I'C]")/vgc,pC`2!( 6yYWt89!Q쪆dDktA֨Өg_oh g۬d;_݈"Llfu]YB/w`bK-nR:(j/Bme=jkꞦiSTםLFq>7PẃKe+h ^\ -PblFD-e>W9FD[fָjL@~ca5Sqh7 »-zYKDxP24I,tPHιM,t&dS#{m87V2*]L\G<ΕTb4ODOK Z/+?*~(g&w+X|RB^dTO2 iZ k5rĢXل'q&?c&Ww|9Fqv|i!ˆw#hh}pڰ2@$.jϔ-Ǚ&uuМ}W4Bfǩ_+BNLq aw~6FYV!$N kA1%9xQOvl{!a'ͻ;fK 1FO'xb&Ǵٷ<1B yS;R*%0RV jID;5:#/ PMyWy\WGxlpXdY͋;9/3/Wbh0=4{Rc-{mk)`YȪYbӱaO]iyZdF:lTT i=TXwf>!/w3eKuu_Uϊ v-(82Z䆾v6W ϩ^z+&T*,_Ѝ_^:e]_/UP\eEeGMn/BHlk"V#Wܶ8fB9$:xcW:꿖@ڶnplt)RcEغc`$V{iaf*/x؍cuw;:++Miq.UA|S-G*r_S<8%L鲯#7n*9C7φ*Qk9­3.ȉ&r$e]s*BS*/Vghѯa]lo5X7z6_aMGfU?~ޓ?S*Cg@'e=f.¦/ yz TdzWyN'z\| qxt|31ue\?r3RST5*Sڄ{7_YVt JG|a\KH U͝%/~Qk!:|T9a }\.#5BF3inpevԈBqfBuKq dG[#!8#?D8Ap+_ձ@b)5-yht!7Uet.{*n6PAҷzB^QZɳm1}9>%:(lsC%8o(̢j~F|f 1VɋC~vFK_@!"FӃ?*r$y<(uSgmhM 6X4!ʬϾFcL^Y{m''XjpM(7Or3 K?).0Qi s8@/Orrh`yXog|櫨hA?^"7-BZN0Jvt0f%ruC?t MW,,^Nn->m7pjY}0557BX;n@ BCrU? ND!7z&Lh+Ti=[6msvRo7\ZBxmZr$*G.D5փb6<{. ~Fdܝ]؟}3vD&T $h14^+~>h*X ݪoͣ; 7C#%GqJJ z)0)=d{IaJU !D zzܒ Pt3mXJ־&F#Ln7/ʍrZ-"oi!l&,pˉg=i|1Ћ!99*Øl}ZRc[uSpރDÐJ3TD#/T} C"&9d?ԑD-`k {!r{`f T E>}"]ktbtS8P&EVGm}3ڥSS"zr4ȞLy/Pm?B܎'M<$`}uR(>:J[mF܃Uo CQ", ilRomV.J-#4=HB[q0c}P^om\͑"]ڙ"kT@{)95r:3UX*? Q},G,|i oN6j{y8XKTa64PR<`l? fK JzG P B_I}RYzڟ뇧*Ƀ.!ֿt-29Oi8)B3E<$;Ӡ{ȡE-'Hf0 ]1'} ]=ڿ̣N`_v4~sg!'AoQH+#f޹茪,V"l O2ArkH @܏%/b)-E]-%)Qn Iτm[gay\?W=˓hя6 ߛTUNVXPc4j" l*ĀfѠk!߷ק`ܧhWTz>g^H# D3Vud91`\dvmo$Q~ ^fkOK>= 曥,Y{DT?>ڨ}Rm9GDĝqO7B56sK<(:2v"d`Db:#úU@'t+laՂCl?+\DV=tɁj))qgD79ʿX7?Cf+yuNAy׮ïT5cYE.ŚdSDV_596[OrrX"OFm:S׌I7$ZS22JKTf#.I{H? +=J:WWrK1W "K.!96oEE@0кvD5@6'.h 9-'7~gscuB1? B&7ѕPgY!qvdq(>~,o7_vR/83% ,ҟD1;kWKNo$9Vm2m*҆ضd&=-ެTDiѱY?e <~g$XyUQ 1~ ۜ=t{/K+Q 6k.9#ۛZWt%$؎T /?]:" #:qĎK]\mј|sF,>".gO3U0'K$o%bLߚ>D~ޮ>|((& _MB ,>DuLJ+g-|@=WyJ/qpY"Ku҅VBEG6~':#S/;@3Ё~粯A>/fl}T̡5݉+`E=zd(WZs^ W5^! jWI&BJgOG٦M=qW@;?v"*r`\s,F˻ɠnrLoQ-az2{0O՟/Q%R&ǝ8VsUkگ2!rH'=rnHH"͙!Y**@nS$?n4>Պi~L Ǚl%7hփv3QR<^XhI^_Z-/ǏծßIQpSj{Q }^8. 9 jy(3/ݙ9,&B\,pօM~CXxO?LfXÑاlO-#e7JPFvLME6` qh&ɞZ Z F$Q rsf=:ԧw1ill2j)ҌO2X5)}SECYLy4't=oBGvRhWP{}|hw Oc$*isE%Q۶?WEWc`yX1+O`.52"s$ (6 Ϛv+T{QjeѼ, UQ1I2e"Ӕ9&8W2wrrLu^Ua$ec^1plvE@スp$GQ?Ogǿ+T  @]fbܙ92ϣF_yM&c&ηH[\?XE3̙MdV3#ckV(†S*(ՊH3Bl V6~D}5棱Lxm`ӂ.5)}T5|PoG/i[:6;/2ЧrQPIU>*aCV 3aЛ=`FSfɶљSy4(<;|(E˂TX,>8T&op8G\zB6;Yw߆F4͝89N;B笠:QUP7Fo/|>4 #z-X&+ oÀ'@t Um}ZpP`1a#SfîC8%CF7Et!u*Iޣ/DFԮ!I`],_b4#h.ݽ(2DOhDLE(yل"-o,uG-7|ʘ-Em`T&At0zT2*̸+7.;X]lƏZA`@XV"`<+ÚJZ]3NyצCE,<kc%Ӎgq0XK R?Ԧg X]2{+U,鯝Y!nnRN74c5{2j(&8^yaVˍ֕N(F65Zo=[ &*|H4Q{A L<(6?L0G.2qqcS ȕ)&!h_ٔjdhdCmMBe{Jrr&T8~^CE$*J*^&8A_3SW61J=.zM =nwB3d-Z[wä{/CRQ9 =^r `˵ U.cvyoѾyk7DHl ܉ٌ!eN;D]c7qwL}:+a`+|+ʙ]㙚$d'd O(SFwB[NW2. !͘Mw~nZNaIڜ.]{ ?hoh=\"0eɢ9P0URJѐk|Μ ЂN`C{ [ r?\ewի/jGs`IAe U{R$=:.C*Jd:{)oO@DO$OE6m))j%M؆nbI]_%4Z/GXA;\!;f݁ɀF&w RVdz7iD"Th/5/[!oZPx7ݣX7{*Z'ҟHIz8vτ1n-#~i{703yϗ769xG&+w%.n"?ηe):>U1w -{vnj78)aKg" ў)'iO&w p΄c( ·=Fv}7CZ3s/?G@$bk]fM8묝N:ϛf,[RE#hɒJ0?9j&w◰EF!?-~8[j =t3~a@^65cAU&9hy(v 67rBbk$s"'cK$܆>I}pʇܼYj~^}{j&e=kn7W  l֕sy%pe~nr}|gvhLVS>L%3ޛ A3ql/>Ni=ݡ`C-\R]@lؚ7G]:kҺ5 meA2Tb, BrИ;Rng{&@+1rlM6[h|} iR%JZt'Owmq?g =@PBƶhع !R~:q Xratr@7`{ R@G9Kw,"<cGSi7+(>.H%X8).}\#OSfd~f\ ՞=vydm,O^aeYVxj3ب TMA=K~sVn%ZzJT{~Odqe!`BGӗQ=%ȂV{=zɨXW'gڳ[Vw?>e2`H~Z5_C`PMjYX8‘̚SiyI@ v5a''%I}^ 8׵qu?}G 8eay;ڂRo=[2bkaXCo`Xn~)^KhS]ͽɵ Ia#aW}+Gsl֞w dyߣ GihQRd\i 8 6q[=@Gf南Vh[6`{( Q=n00$e O6j)d!E?h}#]Q޼hNE/cz-l"ĥEz\ZS?3gU;$'֏ɒs0xHY,/vJ^??VvJ !|pN@pm6P¸菶4yw$棿C;(+ރjHn9qà%#GaLv烖30>sZm5Xr4& i]x2@u X2Ha|X/ L[SEvW|9Uc W}bva# [`JmtjC99F<c ИPB]2ඇBcsQo}:%!aܫT6A%量V+ab4ej5vEӲ[Ul[:z(3$Ec991).ʵo6 `b?F9𦒻^[i;a3 hψܢ &%OQԀvǚp #a.u̬c <\H~X2|NVbcGzP|(?DvmWS)V?n}ӐXwCᑴp\?q%`^ cjQ7"kBx C &>,~#V6IRG;v̔x9l4(3L>.=(Ftg)LCSC$]MZy碊U%=*fۨh'83lSvɒ*R(EIÜ8Q&?=Y7#1*:0 7 K0Vs{,M +=w2Kv{OB!O=ES|Yng`MsPC0lk4oh|KUoNMw|JE&yTt+jûc@Jn> -c(ZJ XYA/A 5o Qd59[\Ib,O;R&qKTŴh^ŭkf?Oh'W ޝϩ;0_\/tIt5s1·Ϻىcރ3aWÙف RnP&>f4\,fh>%7wo90* zw@dm+t$ɇO&^.qc:|6iJoz18) #sȇ$ZJ̉19B FtZ{84-+g2#wOa]xTH1T3H7p!gG+倣:n2Lh|DB VtORƦ;71#.mgKsj s?C(9 þT4S߀h ̶,vӄOqrԺ@/Q.VX\?1u U!g b}&wӸ S!uy(2`n)$9f+%e;W9$?m %AWZ-EK|KVnH}Br_͍բOz#Qv]*Qu3qﵮh^ .}jpkD FT.^LQ"И8520΄ęKTEǸy>wy[.+x֭q,J^Uܕ"&xhh`E!OXj4"/ωu_5d%CrsPP- ʽL4 ]% ',7ІH0"tV 8*e5nldÜ":^ó~`YN0PɃ]Vͽ3x{ؠtrLض :vvRj9=3!k RR^`N z|Wi `|Y+7V@IL.S*yEխOoM4W'W,WNv>Qzt*C;E6XR x%q0o4̏kW;VMdz- q&O>Xu2J7$ /\ H}#k#(yUmKj|4D7}wALGS ؚ hxPwagJ\-?PA+ՋFʠpЩqjJtr>ypya}whuSoB1D?^a4|,{B;g%x!W:s GKlEF:,8+2*<4(BW"cٿ>9:5/'UiuWF~g>vKzmw@],ʝ6hN"8>הN:||]vX53߃_d"1dÁA5_b :]a7?8M}h ( >{#4\50lղ7C8_#l鷁I2S0e|00Zi,6d݂,VtMz2IdHdL䣣cg+Eu|Y^ލ]Ylo ډag s[AZxdvsļߌ˄[y¦HY%ǒ]S#ֺ̌T4&%r6 B7qzMb| K19OL!.$ čWu\d*@Ն :]4Iбք~ԘOq\X^C*\M ţTK"Dцfr3=y9EqCk-\:|uD*N W0NjU:xQNqo,>(>^ )TN >8t7{ pC`{*5L)]\:0?TW2jmj+COv[ogOl.|h~3 qupPWRɲ]cĝ^\`)qeC8me cp&i.Jǧ:n+ƒQ*! ) sy ݖdorhDH#Y-U!VGYA%[zь/vvw0 _j3z{'^@RJXg9Pp%cBZTXUdϣo\^J&WVNr6)bƚr ˂:g`bGb˛1y/-ЉXZsͤ(^ߌ^̘Nh<\qhԸ-C+ԈbwB)"-ƛ=fe˟y<jY!$pX?H}`.':MJҩ 0gьE_uR%}%ꩾJK-mRxEhN@ *M`TC:qBP'%2驮'lY =4 & 33NJ-78Fe& G>uG٢| Z40F{ `sEG'40u/L˜B/q)0[V0q몽t#8ڧ2_UxYl%tXŀQR|O0M財Eϖ=֍-g⃎c%"jg)ցz}!dIWXzf~}ݾy%}Q"Z`X|O0vC~Ky+, iy*v/*^hEt:HN?}|?J8vb瓿ϥVZ'SB;?d8BЃ2d4q=3E^J壉fv5e⩝n^1N,eW2wtL=XQt? dRt&#c&p$~6%Y^Aڣ;ApkpiUҰ*E4]W*KUy2}P@1 eO@HQT`3Ef{ ԡ4RE!?dx=Gq#g{_v% K~(JKI"|j Yҍi9d/y'`}"[rFu+92ӣ*Ab-6?TC j1fsjS<2L׼v'tb'yAW?Y>f}.ٕD=ϙ* s.Cv>sIon+@tfY-kmˠw6oD\bkK5}TyǖLV|z$K7ieԇ˨̨5Հˡ~$`,,~Xi< $(>#`ӋY)q8|߅%ҙJFA ~8iUf8σj:$I )<󎲇CD;% 0`UtEtl5:);HX|,فdǂ?JtKH-8Z/_4vhdvI+oE[!`Ζާpz!Fj|U# js.1@;R*G$WĐMIk1m[dJ c`w/c9X^2͔(*xNFr'Um&0( ht,'# 5/d{r:-`;87dN znx8Е@/'^Wj'4!yV _wflo!_! ™Au>hOԚ'b]K`dbNl@oC"\.0L+VoFF%ɩI0+':{җ@_hN~yΘU(fwjy v#83 1yhTgMJ+"g}P:39 s&x&w"/m$ eG3J Υgk~j=6]qkM`YTJ-*"GRXrHXzdCx2 7йЊak\Ua%v6ghV}@~m2{;gy s?RhWBOz±MN^)5' u@gLb%7j9u @31J_H/dGۻB0ږn0i3aqG1Y,Hi.1_ ?aڔh_gd"Y_ rxՆtl㗤0(ۗx%ܻ+(blH0(&p:lM=b5\!{q)[=l>5tdܠ}я/Dźr~)||Ā@̭KOoNeC{A{M`hsʁ$cGoC1D2| cU#o}yD Y ? D$_!Fe4F4'Q [Ww {+L\(RaW/o1%̠Xvbٜ!CCHf7S 2w6rVvj9l\%\IE3Sn7.핞-LiO.ww5 ܞjxJbV6Դ4C!tþ|ۋl<83&,|d!%&+t#z3s~-3ͣ$ % 0!ȶUDA9WG~5 Hq[*k}k1s1d%rY!z6q7+9|6-jq /$Zlo7N@:b].˓I71"D6+ VzqIm܅n+9kg~z5}dMM{jprprfL:#0o:UI[@ k(ɽVKp1[BJ), ! E;'Vc*Sm"UjpùÓΑEn̯72iwLIзò e8Jl [#(gWM-e(V8ˈ -f?\@5F*JA#d\D]@E)4賴"颿IC״cx\ao lX4VLKSąpX6mM u1Ⱦ'K*>wp$]6!ë-q~J"j[T(*GI#LjG{*zdsM$ЌnA'KEe+ {O#!J|cߟ"Ig9k(8ǛWͷP.PGE )cqqQ')|dJW<{R~u3rb( cuҗZM&W: ׻DHAG\%6}C䪘 J'XKNr0MԩgԐ6(:`T0e?%>T#vsp(%XӚ`J[Cf,ؼ:&%-+#VV^| x7nPF=hშ.,.k]}V.}'%փ&Z;vDGa4}0at- ^.kdnT _mgEhK/1K+Foϓ^V[h1L・E;ͼU-xq@n1]y\CS)lhɷ4WKGcG^zU 뿩ͺe':EN?S4lϥa>U{p$!З ٺpǹ! \aw 89[h  ٨./{Uݬ<:t G&U@v 䃈H?چ`^#J}s~~j-Zr$]i=sѴQ,ѤksbwmB_59'`Wd.3c/o`bA6^x" "6 c=|U[(6HkWc>r/`tNR `qq3*R:꿌"+W**ƈx! (r)Q'HA|'}etKh&½,O嵅# u45 }1,ӤȚYV=!B3ʆQAࣨ_o}* _o"o 7>]>˥OLҴ=MViv~ ^*68\fk|Gp0ʋ*Fpuڞ^ ?wN(Y}ɍ7 "loDZsSG $wKߘ4OvG^) |8MR`C*m 38^;X ~qm=}H5D ^\Gqp:GOx۾lvC0W$vOQfbC 6/ؾ`Hfe4wU۹mfY(&ϙ>dxa FP>+z"N_ӒXnjAfX?SqD[ض㻢r[=6 Qt7ozذv!X_ ol,H|c^3lw+t:G 1+Gw^_8vUM3aƗ_ qi=}%1ybF;Ku\y 7I^LbtЖ XsWҽ=7ߍ 5'b9p97PۯMjO)?n-i4A1Rr,x%3אIcbak+LqJPml6 uKN}Y3I1]T{ZD:߾8͛sb 6)T3$9PTwŠG4bNvgqZb< t@%1f-2B`A㖝v|rU5S*x32'?'i$5wpު2 պx@I-<'6lS/qmV!W6}>Z~ MO෵`Q{˹K d8H k ZݪOJЈa8_K͘$tt&NbW2c[(K6 K4䢝36RjĠXިnBxtW*rF*? QaEDęd_syKs@a9oM[ mIIIH_RRQ|<q8L9"NWkہeE.1n8}["@Sm=ZkQZ:Nҧ \Kɯ}7V y5y $$RA>(i}o;bMe#l{Lt~:.X~( y# d~(a;7(yy}Vooص?&<0Wck9C5WۻjTnR;=c;kB|]8i7VGOÙMQ0UjS7h_EZ+ZV10˩ܕ1 rV]еFbTEFZ7S|D>_ZHhAWZhd{Cb(ݛɢە+K E N!Aޠ* j+?KGvMTq{pm<"mwr T׋8TD7iBgp+2`?P^ a@mq&j Dx'`j #DS2Ť+/<_MU bV6/N:4Aaz> %zFWRwj7T T糆XdeYOqJ@ܪאդt~aV0նt@?(K:f:7S)YBgka -xVϸ &CPzś؆8|ބRdr%Z !>gEv93Q"=g$j' Pq oJX;wK,,N"Pidc;ۆu? Z`љTBKh9=N:F;[*%2/$0m8Rc ާ;C͞7LH(JTd=_@{Ь@&-48.T3TS'xCMI9XaKHHwk]jUF?UC1%~sGKjGdT ]|u.Օz*S(|eYA8Aޅq,K@Z\? okJ?Vt]L ]fqO)/N\hzj[GJ Dm0i\^>dQyv8_Zn IEu'%뜈w>>p`N-I"g93`46iIli HuhYt4i$ð6Oz7s]N+6F>$o_ڮkjG; & 8\cѿ)5H3az4͉ )?Y&H-0iFisGP:U͉MZexd-O@0 Pv#)BX۬{W/)xu](ȈcA?1go,@L5Cc`8VdSEITU̠;ĝ-tV'žG1\,WВ8 18ހ4EWCj^( ;0G5ὒ_uDyd״ jdSLmD3e=+n[Q1) TIY 1{D*(dՍB* U/tUsa1XYRAmo'ٞjDP/Axlѥ?j &pӿavg=$c]ԶiL ˽ʆKWsV¸vyKƽY2/e_ gQF(D*ĔnFز7ML]A׹5T_ǡiDj>W!py .}VW[CˮXȕ2LQ37K ټGf 0,tme~+4W{1qZӾچKm$~=]P;rD f=$sExC 5_K^L:,t[ ا)k9ܨB~;#sgےQK{ KsdzR:FỌ7:^<vi1^'c.f07sb 9iv^P)\9݀d*Ín4b~GQ.fZP:aӷ##FiZJg78 CBjec;d F"ulq> ŷdbj?>:2f]:]Hn LuMbH%P"Xt 5(lcAyȳ%M9I|s@r M+щ!\)4R1㉸k/f5P:,=y2f-:=G\D[m[) 5U Qqn~ Ǥ{FkM%8qEKÍ^Aڝ{ qޓvaL2'"EȆU0QK[諸u]5ʼag\Y6?!QiZ8jtOAMD\hD R'-,/DƦZO?wJpvVx;uM`{10zn5G[C H&D@P<`\8,iû3uߛSH:䶽@SƳ<[ć;hK`:S%!W4.H_$ABcX^M37?IG溭" 2:!]I]7n"ʯ@Fh_zqV==&tAߌ|u`g|-x,ND0 'pȱ_uaDܾ,9;ty4,/:!q\8?*`NVrcݦOc.6k?qgU۠`U'mxw3K֍Ԙ@ʤf@4~nA~0u#U(~Y:>І87a}o ЕL G,qĕ'Ec+4p̵÷2hRú݂L`#Dhm"%Tő)m;l"6vdjk0j{Ki½ <*6/5 {5pGIO},]>wBilcwU`+EU2KS!]dW Xb/WpԳBA(k ObFum ]IGР?,[*NGA>{GއM#Hl҉s2]Yޛ|*Ћ`VV?{$(ԩq_=6u;#e.Md֯ T8dTI7}qm% CЋU\zއ<+G—orVe@5Aj6t%~6(+`9p۬o>_f1g;o'2U3멏ܟ 7ErK}, Ku܀^Yjfc WL;UqIώa/Th%Ӎ'M3\?{mbbB[غl[`jxZ;N %P5Υ[yJC#*'ˈ"NjJIf# `^ ;7.k6K,)׺ոL3\ ̊<.ϰSdMҵr k2Ldsc%DP~$@PN\ҫϐ(Qv EL_ 1a99c4XI~v@qE.UGӕ{!XZN&HŝS¿(QPul{ek6\M9qyH6bRnz\W ln.gO){d=״ aȮO!5Dܴgoh0UDQ3$zѭ&nqڧ*a )],UEE1En,Fo%QĒЮ@AtxR͢&J8 OSiVKP԰}DDpA<=\t[YwesưQp{##c:816q#w<+kfSrh7˪bY69eB "ֈޓ;y5;bޤ$M zy=[T'& c92ƣv#EM\Pj*JrsǑ~sN$%^rCvO f$5|g`O'We.#⵳ -B,3:u [+dA?-2v&#ӝ`I]N|=(oprcf4de@Kd M0Y0jRהAP'Ϳx( E {Q[qg6K٪p /$VJ yn.oC^38è|xneH=ۡ: MXxϣsHQŬH_1pF.A̗MZ7RBTai7kU"ggP۴O0#˵h꟞-YrxVgxuz>^PUȢiIm@ 01.ڽSH?Q5Pz -֙@v7I"Cg_弝\T NbXOբ}vǬ'M$t^}qrΘ~;w,"=ڍGRVA= X#'f+0\Plm1m6ӛM &G'ABZ4g|/bې,sf¬偏{3l%j@k!wd ” xnV  _mQ!66Bo,wR!|T shoR g%iD<$r=Btb~W,ڼ86N.9 JVUCыE>Z@Irx#OP ٽ߂j;x,-? D1HPL2u۽LG2yH\̢  bXKo@M*wnq& 4; rV6:PrD],5]hXn3J&h3YRA߁rJB3ڙGr.3!aC{e1d.|?+2ˆRpܷ#pЌɇ#_A|h-9!Á jP,3퇠H: ZV6 Q BhCʌP Lޓo-9;h>)ŏG,9qlCT-$ R%\ ; ǀ.R kk!Lyw}q홽ȩbpeCԃu!Z03XEi՛V|a*%VYGiܩuF9 <Űp̣`ӹmQX >#Q{>-kydvx|qx@ xXm]7: 3א[F3(A2f^ K-I;beԞhB,LG# 8r_iCC 44}Ŭuj&_sl1w; &;ٽwdH;!(btI-x߀)]a'G`Jn_K/Pn~#ލ#V<-=.8_P-]V!%fRL 4XrQǡ* N-U٫wXc/ŽBZwU۟;BvuY6TyeRedX^w谟e I)b-:w_@V8B14M>*>Jl9̐"|(Q066,,ȠsesBIP #3 `<Բ!Ton]q,Ib}u^p>l6찬o8Vv^7G[=  1lw˂AԸ6Z4; Ie)|i0Xõ„Jh8+'9$tF\vjp'&*W/h|y1[< zUnR:\GI &Hrt9{%15sV'J|=B@m4V*fKFG Cmo Z G44vnk==" ީfp˲ŒC3Rx%dQևU!Ov <2*NuJ12M|pSr=tC -7EA5;R'BID$4PE GHzSa9rٔha(t˳X)1"ra+0\Zsy?geyj6k =CUv!f 4|燬pxN6edc鬏( *p$MyLnO_ 2GZ1zhEYGnì$ Hx* X^i~[6oJU<"\;F:Ȼ)@]xaOex# Q*A:vWNruC@c*&##3ZS升`^i($0#ZM9K3Fiߤl|M+ bV!"EMGx0o;zET/hdD!ts"XdܚJ?Tn}? Ohؚ,:Cw^}~?j'+{?acp ZYACQLY.PԐҜEno.X&ݫ|g;;7 39N=ǵiBK0Y+Yք]b;Y ѥ}3= j'`b~~+|1_\ OlA52Z[\G>v ؠ3MK)A-`j-ґ$-+HvDo@e-|T&^t),̏4;LQBO'E2N~sg͸´tPݱ+PrT\A闭9eϥ3ITkZaO2pִPNZ$^I(eZQN(ez)ޘQV=!׾,M ̘?.~]mEZH~hn[|b;Mq!=)!/|Hށ Q:/0g2@V\B>."IVO<{ZϖCkh#J״Φi*gf/1$jee%ĬF=T,Fb[D5,ƪcI`1T.ІE=cR=en?e<ѭ)xET\V9p|_ܵFXث/%$h@!`d] @cCSDrkpm6w]K#h+j$P֊B{3y[_X5yBx;dAAm3/Cnٔh=X(k6`+rR٢]hpNx6 t:g 4)8*R Vcn0 ׊@c½HYm&'Lgqƃ=$59U|0] 5/\ \9$J؜|@L)ErBhWsJ,=sN!4L5uꉬ)y&qWvdph^0dž m;Bz(5,4fQ+_a0-dʓ2s w!k &q39~9i oD3ߏ0a u+@WBsYj oɉhΉr/N7bLza!] 7EA*O%EA@W;}a[aiWgƯ ԛo\{0m9ii71Q`FW^m&O[ȼBJ ؚg;|ƬG,B,[F 8`q8ՍHc@CHqB]CWS9y Wx&&]̲~h%1la2L+t2(wLRκ?]YɃKHV RVv! "蕔ޣR(CEX>%&M\⽤aI,hp4hK8W0YO+! $2U`&ҿT zLLb8tN|F#ub>xޝ)?؟iOc3<ʚMq[},0m?e7އc\CNDLboZpXmWV;]Y"<_r^=BK`^3?ק~Z..٢kOO 3"⫳ vDO9KF$#7yJCKK{JNo4Z)mVpʥXh weg6?)óN1苨nEӸ#RW$B)+ݬ~pœjvUdI\txyrpOa:ǀ* `sn;_[R85?BG 4r3~a}%FiGgpfΐQ<&^hR&x!CΗD%d m.T,{}ED:!Rgm8eB$H;Q-ϓ ɔ-Ժd֡$ZLT:20[WT}sw_\iI4pMiFk7zQ"Dr.aLr$1S%[݊Ure"}iFge J,7Kh7 ?bDLeR:r6 R~@QUWU֔ZXm~zggH' }\Zĺ*"(LV5A@\7 vdXw7~C@;߷W+79D:ʚID`lٞ Ө ҍjž֓ʫlJ()a،|f:g: j=yq$k$ iئq"΃ .n4 Yܫʋahz*1&PԴ!z$PGkz -ִHLRYrnt^?8&~S*c@As ?:x.HI FT,N{2rdcЖ؂`t>y}'<΅e ԑvOWu ]F'|b\jk@U3f50PG-gFJ'[ P\4\%e$Ŏ|soL9ܨGUȆnM ]RLb Vn /v%?7#aqEfO\h]1CwB351rjKGOYs:\Fp)T+QجJT'%nLZ cy15?XM# $mW>HW0uj2%l$hH1gĵ8OHN8-K { ߓūHhqPw,B@il&ŖM0D0!I*!u\ v Z@kՙR3LZ*ٷ0ftɮtxǃD.0S&40)n~s!Qп?XH 5΄x6O./Q>zN2Tc3# ~Eٛ<%S.e}yfѭgͧ%W\F 7c4/]xVjm-%^ dsqd&.Z;V0Lb٦Ld冺^- >tׄ3xt1&y<j @sw!'hLDAYq`k#L+6$QhVcE ~Q!a !*-hJ;>ބ*yY=Y2 C4Ԫ[+(qz+pHa5MJ̥*' ,ֲЛ`$K=t+4>LB`?>q!~Պ6vyi֍go=-@lu DI%Ptͣϱ6y8 t-z`]R aoʑT-e{G.*2A$VŐjS2 I ۭ Ȳi[R<.,]qȁBR{j] eV%t$$0s"WFQ #u`|6nxH6=h BMU@c[pZpb'#^}l΍Ur@x.IVp1DlBhuBFaA"\&+0(<#|A R ^kx*U 7ՃR. H?F@u,jg/|Xfiޚs͞u<%7-9__Ƕ-t9=4jv|^iġ~6f9G1 hoF!eN<ե.C.@,纀ʣ3n eI=P`R af0UF9p,ll_ ؜Q=sV~'G>*m/)@c._Ua"'^_ _/-P*GZbfGx yuh57 q.ʳk7$k-o62?{mL0c> *$x`!Ъ>dܹ hЇh0v0Hnj'*ᨏOmécZ'格 Y?c*[^d{%#Aj87@ pI}bkxa֦ srkSSoͨR+o?7`rw9} ./j|J2 }*UQ lā7x=[ b`C-*45rsNϾ&֫'p:s-TSjkRJPON~fXhI-mPqқaVj+\G4F],KZwͲ[IfxA i9Rbz]f7zr&)3G4&y͞J Sz'^ FPBx4@VbF?JҸCG]%$ow /'O~:'Km$ &/9\B,^ Um*-ki==Ӆ44*_%/qt^^ ղĒjI\ BiK( 橁Qfu_h/9VPVw7ZVŚ8v]ʧ?\KR$g%6(7LX\;`> ג %/}@ OZ3aK~K1V [)?o!%EkqKLO2hH=rZ6FR@&!XHb=.g<_4< {$"rSQqZl0ޱSou? զה$o2/|84A+''_I+Um)_z6\q y \DgJ g޷F21ꟺɃ6.'F5 բ܅e'd|-m'hش4&YJ^(~z^n5ms~Eҳ!K˹@=f-M:6s{ĂWo Aj2&%y5 ȻeC)м\{M@@Kaeu4-\QCpyd|KVhP3{(ROQ,o_:j~N]0GdOvå&f!RpIעop2Jg֤҃U oȜS]ay2%c#4z&E|D ujvQũw}䉚tkQ2&m9^AG]ܨi6䉧} d٦z/kp'z=p5Co J 8D,A9"躔M/ZkY̯9z KFvšrZ ^|yV.QwTAH-amNA ؤހʌȖ[+@߫5L GhأkQ'VgClCgY3(J_x:([2fYvZosnٓ/XKkJ~B W|,Vkx"%kadZ9`WeŌ4P]>^,2BwAUָpd7h&k29Z.~,*w=r|@Ū6Ң'S.s TJz`",VMI08!}MRۍf2ѬOnGSpKq<3&z\j/כ>6wF`zw@;+6 [Spt98EU6;/& о]dEnlXg;g)!%]2R^MLNDl@uup\(۠pϓZH"X0{yi"]q"\Yr:eF mmw321/DeSbTիyu{]<\¾  $1&VO]=\re I9{g|”_FEՉŢ'%DS-qk3j孭t$bѯ>ƙJwD!I/^xY+qM馥zƯ*$ _iJlu"g\y:^:r<b&GpS'Ci{L_%xvR!sJwm9 z+:ئq_9|NPr\P!<N9S'*m̮ U}K'3.cՅg~³-PDrFʼG:*,L?9D1-!TyM7 #pMZ?SkDy(k{3Ɩ &zp} /dPDz(x.HVn)I"1$^]S 4QNUV7W;.{l~t,׾Mx K>"NQzYw87K䝣F1 E&ѐ!u!{QhZx;XI1 ˈ}^&Dga--tdi|sk P8MWv!f)DSwEOpPY.}A]E- r v|LME/b?0 ZMw= Ayo_ ji?׻&e+Sh]R|P>g̋ظL YE[Pv |^$HlIrC:NTMKx wؼr2;v{0\hD 5 0`tHD !V҉aڧѽišDLUFr*uXjf0 o"`"$4 Xev(Mo)As#h I<8i㱌qvN(|7wz}rC}t@ )XhX1DX(ci3ʒ^5=xO=絨rW`1VMT╞fWQK3x#ގgb `u^ݹA)] XRfZ_(_m3iW&nOJrpN&p]gL亂WXhS`Lj+>\RDvyo[NAٶ1UyXb(qsx|SDr٫_)Z!hԅFkAл rw}Dj󘥿yF[Nބz>Ι3u`7:w‘|VT]v):8֓TN^}f4{'}}iF.f5zϗMv}&{^WΡMn*>'H45<}8W 5aK-'З"|x*UAI:Q[C~4!+AV* bk}9/o\6i/0 i7YJA\pt?.#ϫÐ Q]sHKܖТz,}!*iVt J 08{ʟ@YM~KgjDRwҿE[wp띝IL%Eksc݉TiN7UfS #UI\;5cgYqJ@ AhD>EXeQ('VVr,B[zk@(MVbYvO{S"؁ #tM%9UmfYpv[ qf *@$Cw`;*w;۫gƶ_b߁=w!jC}/kט"ujKM`x‰P,̀CJAC|"_9C71=iyɇ$m?A]+,2m;*s]X +N19 qf}b>F<>0h]ugRn,A"ndfFďEG^6j<7KF?|VWbh7Ue j9eU!~_]Dn]lY+xq_>e_p>[@iAցl:^?0dsZ:/UH_{hs@*mXnv%mKܮҮ9`XVyHx\yVyVxT@kjN$(띑\ۺMj";ۤ# OiU=zϭgeɯ@Uq) 4MV 8: 3"f^z,bR{\>vDqDW 2s?I'!mN^$(]NAe@5+Mc4DaD:AhfNSYuV 7V:f?Bj-b^<*Jw_nVy8hkwkxUh! "=͇[ mT ZO7(W.vnsB'% I^˯iЂHEKX1O+EUն*/6M Ob|&7](pK/#J$#iQ(p t|%`~Xڼr9L}麌{ոc ҒVʄ{ ux>n-ʚ#MH d#6rnENuJݣYߐ%T[*8L-sj3 B[T}*byĹӔ `#YM5к1_Jכ1{>e=[3W{H`"|PU1Ջ*[H1L ;+C 8͚1E:7 %NыX(krqt~&; P_qMxඨڏe=ꔈKMRM#24֏؆Z`{֧ )@i6K29Hq< hC惝&-JgGI {X '5 #_blV?T"^p 1[ iM]""Qfхwp  vЇ0,ݹОsPX,hZ+u'U ǵ_ t:鿱l(Q7Y*wgPz^1l$0D0h\ȽXJi;"*kSy-wKg󰼌]^\ ,'cN[,3=⺋#Jhb%Cr]E'p9*wX3-䬳㙛`vͧ5k9ivUBF}]kM%;s83~WJvr¼0<QQ]'(cN|_Ht {1-m( $2<,GrOr-zryq@ MHOXۆA0=P 94Ok>At\l;LI# lT EX)#_dǑ/Mz|mV (W;v̔O5̦ ?B]R-RXɇCcЇo#B4úOɂ eo#nksjIUj0 f!2z1@ApcǨq, AWy:oU !_zf`(-w% IVOO&P:w.1'nrd)|!T@| th)?ܰDFh!|NVp< 0rDId؆G7?2a>y qH2ɰ~*w]r;FN*1H%e=l٧r U'HTחdhY *nx6s%NN=qۓr `jO?)2u 7opl}r)<E|Bhd-4L|tWd^6ҡʳlcMȈ R=Z1z&r}q'l0YHϝ_eڄ4OnDZ/Ez 7}E-Yi#e_^٭Tx(4vèun)0|}0Q{[ S0e( !׬3]u()YA@8SWsɡU% (f!Bsyl;M$';y˰>Hqn<`n2P=fWO=˫T ǚ"+iaձm2bnjOM!s()Ts#BQ/FL-U(kƐem 6^ebXp _=p65,Cx+Vx˶PiL /ₓt&=>I} i|4ڹ")tF$.9ef1Ӊy:iqR&_{~Uuٜ sVd{/Tt v *ܣ*@ZTX|p#1ARw*ӘPu>@!ryA43\DNw㒿u# Ԇ1s*u7o|ɝ8 ]f]$׌+Od<'I<W3VMƮ2,T撹{|o踟{_Ў \ >~"^'„}*e&Y֘|MW0LLm& ZmMsհʡWQj$FѦ>x=Fi32RwuΦYe5f-Ln-y#dMEvG(@?(WBP%bo(/2=QPvHGF;̈*5Htݶ&zdAr@6C2!NPWPI;zU)'z%i>#=t xZt-~$Gg\ EGtJn%hp~6lhHugjt,o=y1,BC;B^}jOHF_NI#Urէnb]^vyvgeby_On$Ǝ-}gxU-Q$%\*G$We;f65:-p3Wu I2bGyC/fжyW#FNȫ-RdC * '@& HO:mK MJ e.x 034 CM5DpX_.@p=.,ezbj0F+j9V;!tE4Nx1r)>P\/4TTA!0݇(ݨ5,!jB$-R#W)<[W ?a0fs * Jy 1%+XH"ABp 㿲s»v!P(Щ581z ~Ա?28[?# iMM 7a0icN-6k!jLګ6,!LF`3B9\f\%sͅu0+e*Lٔ~ b(܈D8~0P`k # *7#ry/:4rk@k`3*{#ׄiG`N~3qY u0uW@D[^% _RZ60;+zqu[j"lR9u/ UpbA1~dK2%,[Ye7"aӗvdɋD냐`Tt؇wOgI:^Y{o1VE#DN/ڀ&"8?}xE^šo. ?Q҂C5Bs :6v"D}ϴś ,,qΟncUU\^F0lXB(msuY>s!({,E@]¡8~邮LyLs ?`DN<`bYBm]-mGFW 85O:1P0A ~9L8pTV~pEgZ4[wAWe#`s g[+\(q0oAKeҡ \?`U8kiN^n~Q[7;oR ƴ3rV9g&b}l(%%ۿlŗ$ uۓBs(us aI0Į]}^ @}` ߱PaK[uzںd[8:qю~{S\@ ע bH%:6UL?xqEȦ۹de:Qg}CW2YgɆoT Y -5>n6a dANƫ@ /вvU]: +LFv;I# ^/U 'ZPfGW;wk̘k17 e%Mwe{2=jϔ˜ÚQ'lEy)u'YUB-r ]{% dD-ԡ5,;#bub"ųňL!N92fڡӑR$S6(S{-)$LFK*4,&ce_s0.h_j5cח̸wy-fR/8έGJbINrHUOv =)p s&T 6^ Uݣc wf2#HnPAP,-(%ELh!pÐ@>a!p0gHTK'yxޕR1> 9]a/,IS2^\Z!dN{"*  Qp;{qAxSxv5̅>cJЄ"@F KjFs8z(3I)~!6nkݻ6v9(Gưfva?%v3G^~2,.ceZå< @2WT͆ t,p\')?郃4O& qԀmWzӎeD/bĠ¦}4c$"0L7?\V}i|[(CJCx#d$JbLPs,~ r`cu>ˡ;IT}'6R/Ol cU‡#> _ny-e>:&A9PqJLų݈~!'^env Q% l7nryV.5I'Fx` k>(Ķ. 0״8}ioB*+Y % K i˟%@H2&%ni&ݷscD\ۙljS3jI)O,/F~ۢp U qs~Ap+v)t-%k8h,X4bAqm3OK~5w&W=XO|Y0w4$}.d:C, )P|+q[MmX^֚aP/)a>½\<ޠWfc L3{OtJ8!^?WqA <U#ֹ|f j_MɄ$Kad^m_iR"-6Η__Fv@bŬmвjFG\/2Kp$Ɛyɕ''Ff {I_81Ǣ]OL}3,\TX`U̓v3G>_#t,›mj#_Ǩ~#> ߭N^mmwJ)ٱ̴ĀkŻ_Wӵ+ u~ iz%Lg9P h Al/"#FOS /(eY񄏦~2xMG}Ôa~҄.fhKk꺺ɧKFU,3y!'2zN55s gD%/SyL[ j1^WkXes00\у8F#Gk %?ImxSxW:8.͢NǴ2GقQ)`x;(Z|?j ^Q<Ψźbx&0@X`=}撪eS_tXjAc 17psombm'S<0wgp}X`qh^]AdsX\5O>yZ2f6n p#T$چfGN 2@n&+ƻ&04b֌b=|ؾ XQ㙕\GFai&-GI㟖?U2z}jLYnr7`1=U8 nA~IXGnbd_~>89]:$TnV1=w\j!z@^R6,`XoxKY1_9J>jB|#">6?KQ; WgQ= |1jE q#<^SrÃA6e-OGoTZbWgikUV[9&\m9 ,j|XŸUkcĘ#hzgЂ[7J"MWь=s=J6rfI#l%e醴70{Oqfb.EByZ}9Tv23lJ&PZᙢ,=tvtxK43 * +?f[AOP9?azTg-mjOQdr8E~H3Zh2=qvqbbj)6A (޴@)%^x #)%P -zTLvuzTʊ5"=VC DqUQОL˫MR'HJyluƴ6_|X.5bϜ5DJpSx:h$.4\kܲYnQ75ƛ(RVo./@>uK`@9s|Hpx2̱mqA$T`76/E< V4uBNMx}SAhtna;˶H zgmjnuRs"q(e2wUYigO:1;O_,dVH![LBEg^Vƒ[Nj|`wF p dIN 1l[Z4)=,k=Ua7fHZ5^(k*NV6k*.Ih[^̥;fA\}nZm#]ۆ3,qa#F/krOPjUړk]2PԮ?2S^䑺[/i򈀺OڬD}2XSލ,>BYDp;(JjrMd%E%^M|F9dGє0{M[Pa }0Ԡ K4:FB;m)>Pde/yE^m_sNIu>~`4<^@!}#%wPUʶ[uQǩ WtKv/ˮc} A6M7ƒ ڧnn_j`ل\( _9dqP 畱TIޤMȥK } VP{&L/8 W+fF߽ǽ6ZՃ,'(3"C.:~=?@m㶠ww='wź'l~i(Gr `KW-W4FU{xjD\la+[ %t rbdεZ-PcdOjL,7yUs= &-oQal7yR+\_S+"Ncb~ޘRIi6?NZDvmCI$F\D{ z(޹ܬh9; Z7pVR_ش]sF45 {p-uAgcrU{JY1H*E*cS)|ѯmUT OKY InJ;"=-,] ˕, ȋOqw|xb?ihoOv.h .q/4=Pj7fP@o DL~#8jK :M(e9ޭ8 -Nc>^ˬ0?.v;>(8u>+o4()Oؙ qp_ +3֯E^ŒQ<~ZSK2$4'$~&ZoOXݯgCs_T\D.J>bc.Vu)S3ERGKkj s7F{\A?* b[@ER,ST W^6gݚ,LI-ȯX˻}}i݇[[x*a\M׃cIN!\fT+Vu\x!KŲ$t(\OnrމrPh{O1[bJR%!WB)"8+Ǽ +Z' \q @j4z2!ML<65TE&2h8ytG/t9?ݿWdBzhy'×AxT9MI;P/.e'Jחq!4E%3g@uK(dDkîa=XM?\)sMȩםՠc$kKk} g'׼ủp}0[(w(^Ѯc 7˧y>RC'XxG9FfK# b6n}X]y7NYR<APK}h;x2 40c< ,=Rgn Ę[(sq *&S"<N>NVQQ@Nh. ?LjzV:$Krˍn&URD|D@Hr ڽ*֫`7twmv~MhSv8B_I6W Hg@tHfOCS7S&)/L9=&N؟@*atR%5~-*NH9\ 9#gP0 M"00QsB-՘=@Μu2U}?`tS+0}' /@;+,n".`>\NdDm 7OY8M_97"5yWPeHb|ҷ(YgPטWB!Nנ91X4nvW5j@#FW_L23)̰jh"+} Š6eRŌ\Xabay3Z!EMTD2@5{+T"e=uz %7ʱy4I$SJ >uItzlA86H6%FY{T{,N@: 2gJ͟{ţTTTQCbĤxdI?KSC{n"' X^0z9X|}Yeٌ@b0;&[%ٙke (Śs-bA8f=D]<\ qBWvVVs|퍾?D2I-[X+ @Z!om_ { it Xӽ+xxJ8gX8t-ʂ<ؙ{B4W(p %(qL5 6;$И6Zԯf/e?t# 1Gk[(ߘܻM BcRlt17~g˼,6K O8 >&Z? ͟-DԦJA6#TTXk1Ȥ5z7ŗ>Bgy+l@:+Y#3 Z C;/gHezlՍG^{*o? 4(. 1xQoB Lgm:ȉ2CrgK9 < ,)Ħ$ OsқGLY~H-#P7vȪѥ.̽#/L2` l=腪nx h㭣w4/4Ůaզ8_Q۹/lz~y0ջp! n#n%}2E\nn yJVa%D9Q ? VlI|ha_NR0^A$f}]Gpkm̃hVdzPY<7VkZL&kio'} dfN&qaL52*n^P( NT[ O6^--EAܐSKDrjz (NQZ>")pe޸`pCRr)| T>yA}}D[[ "dy|њмs8Ly·d8#Uz8JhE?!hCE~qǨo`☹q8A$x?$1T~҆کOGcjD-yŀQh2h3kQW Q?gCwxfC;  my)bb9֢G@ĦdfO׏dL+Q,0]2e@qܢ乷_HONM9h۫gȚk8=^0]CI<,Zn~eNΛN1ЋCz)a`dy\I,-~C/߫FxPyilxk =#]BU$Cb-Y)$IleZ?u\KuyG9Q n ZA>y_q=+fje>OM+:kԴ9{A%X-AgRw ٪Jn"\6H'[u:MQTʡYu׽uyo1`JY4Q#) &VIo{~ʁVALkTS>S2sCޝTѢ{<ɯ;[cRKߗoa}rF ޙ7LXJ ۛb Vݔ8)&4s>"=p+=n6uZx򰭊ıse^]9 с"uz^_8}{@ȥ` ['N^t-Cv-dCsퟆB vdDkHD/11ˍ"8Rgkh?ؽ,}M]}$*N.9:Avi4@$!3@~FR:rn@gi4-Fe*g)ڰJ[Bb3YeׁZ:2 \E\!'_NYՊW@&SJn_{Zؘ||J/pϑCb vcmu'xyf][p@w^Dif)^ؤWr I" '+zާ&R+Wxą*&oB9L` M)(06jd ceAxX ]Ӆ+bڧXI"LlQ":Xݎ'RPƦ׊;zUAEW92M^O2B0ї?,@3dUϔPƾNJ}qBN {|YXhX3} w:[߃W!рGNU&Œ&gÈ/p^؝?@wz5SdY<`_î**>g20={43qs_-N2;R6EN䒅] ~֐<\ݺ,LK)JVoBoz6t0bb]VvZ!ѳ rk іwmm\\-қ<<]|U/kDlRG!یu~>"ݢ٬k!i+Sg 4慧f>cQbe0)R8/̲^.r#M- %4LTYOgwI% s>tsUg{A>r4M !Spapw\'?'V?4{A@V zvFH_棔ҩOߏ((mSd&m= r0U_4ޣ͗7d{3iͰzO6T)gǯhB-8΁{Į/NR`^Tj- ^IצwʨPA^5a1|[p.Y !!5etT?)J@'ZzNwAr(o&=k~gԍEUvb斖?+r }^F%Qi=P0_ !VA#h~b9%l*d?FjRqw@ IxxI'M_GzϢڗ@Uy>Ŝe_]*$Y?VJ|/ v4v,wv1Podгsr $PW+qApo?Hx7\ǺBYT<^Mۍ3Qn}j*d-,Z>GR'u"Nw}LC0\1vf`@v {17ijCU/x g+&@#'Yl%qJKtg't4Q7  ;s[5@NYW ]ňԸpK}nQAUZRL䯗DA`7BE{@Dr.5jfC%񨘪7 Ɖ4q_%8 i0W+@U >8vg]7QVEK4o~ 7-E%emŒ"=2DVlwk)68] .F{s;q)=1#Q "9yn67Ps7*{|>})$ j%B\S)T؃pIZxLխꣶρFYSTcot;=cr'%[,rF˩+ZwCy\O׊'6 &?CF)ıY<-c6Zʴ^YLw3(.m $"C,bLBc(3]Thj2uH֋~k̀%^6fl]SS]YQDp7HKlMa8pG+@fZM討\WJ>z6f+2@";|ϦgOa 3T*{}koz #b#g;<L\NGܓ93X s9+lOaN*Sq1mO_]j0R)Pf7I `bbN goVd:QvJ*MpXSC|[E<@C%xM%-GCs:/ױC 8h$ Xӏ0$[|T<-gx ,8$6윐s) R? VI ߦMt`vyj4x4P0ݧUٕklA.l,եzHkk!K-QgDu7} IҮ-*՛ "Jh5du|\UMpv8ʋЁڪ'DdUL/o niq΂u8@s܏P!0N^'D2lu̖uʛ&yC l,$gehՅrL 6%3;yRjP)JIe_sӌQYvҥHCos#ZH#HZ(YH5GEՅK$*xKbg$'Jii"eu+<7b}f5( u_E"S*ng@eTCN@uN o؇im^1V"Z=7~qٷQyu8\GJZl8:Ռ O6 ט}Q7DQ\CڮaWLZWP_% a–Ch^ߖo2LJuƌ hңS53x9O&m=LuY o *xƱQ!>#riF 3s&MD=aT@;D/9;:M>x%4|&^_Q+6Qm:U\1S bNJ z[6wƤ>6Sĉ_QD %5< տ5^]-kN܉g"797Iy;1LI8-,1>AY:di,6<{묔TH2'[}DՍP?Cab~ ~0AVuK^?@vu=clf*U0+al).`}h!or2R?ᩋ:SR{RZTr"zV6ɚ˜U8"fMpB 888&U2hdՏ!l,blpJS ALΗuĽ>K )Md]HxFhSSKP|ZuO8(L):HV6|LJD?:R#<o\`1V?V9_yœuq,͉41zj([oLڣ ?c/"S\{Fܑ{gI7v{Maf|@ہJ6ܮa7(Czj믙_ Tx|Sw'i%RX#Zn[l 3>tl;Aia?g>pX\ >4g|QaF8}Z[0n+*wgS*tFhYRa d'*|sf߄Iwkt˳g_.V6mCnyGp+Jc5)$`^~;SG-PB*ֻkeB&f;@MƖ)FHPXV6<=Xr#zVFMw"Ul![jq hKt̮28i KYC}bJG(5o~7n7uRã Bp }̴gtG~$]w<%%4N!ѩ;zu 7LZ δ~AV) &2Y\}<*Pb5g|gTGUV~IeYQhkFyhUMs'fa;" 8Sf3Q,J"_0K=]dRэ"P}/׀]N^T!D'[b뿋4MǹKA;AqYJz#g2a"2P9+egR>Qj'{"J\G53~BJ!d ;Y.yᾉqc# J^dܠz-<0ȸ9˘4JʀŨ:gL@nD<@w.8<1gQdB,Ԡ ȎD8*p(LDzG&ؒ۬u@eXy;o٭RڱY}K6/GM@ӜeJ(f =F 'AycC6opξ}}Po+[Z(/cx d7)u?PT3ۿ)3/q|mEw~ .i  PקjX{[s62u(^Sɸ֭9rq>m"biOt-Zi~{ 0P<. idU6WQ0x;EV7_u pK^9!qDnr!/-,IzkXd $ZCEW'%AȋH9sp""e k AOo9qZ?'%Vz?SE@ 0Wr0Y0fJ(L;p_n*=̳/k16Gɧ<䩳B.7j9Ix7~~ ǠUzKx!ŮʭXl ,PFrN^pL[ }Q>K8?\rgJaj徣b^H4+Vq')tk]-)nFmƺoPg-N)2%\Ǣƙ€)/x~)ЦIcި[^_n|}p[5] L-#?HP[ߴ Hqq èvA-u@592.`O5++d?'یDF~ʉlGCpLf, PN|NU ڧr5^vn¸^=xBHn 01Ms}D4U)1OԏPoyiyNFt%բ6G(w=I$XA:yt7]>eݲxIq0#\zѣh&5aXuYMiV WVZ^~aUֿ %N[4\lI#HN5tP3IsFxSt]@h".brs-&f 81zU5E._O?.YY]m"rR֩viI"J[҃;d16e/L%RiY9ze.?Jtc-^#eg4w؝QsS9/f>Ȑd$ٳvC@d/;wBRH eb%CRJorq< V-HIX1Ezbay`zZpctD=GCk DiePNWWq12_.=1Nmtf5` ᗏʟf+NwEq{aB%DYì]0vD/3wSVU;rt:؄Hm"1"g 4; >D$I(OGԒT*ԩpџt6n,SkVxIuP!矄P ,bsa#kEPk!!QyA ;A@}$=mSO^PyT|~xb k%5a=];o;kJgW+0ˍkk`/KGKl.Wkё)[KM>sq Y*lμ%ݻ1[>>TwF ܁stdCS9Y|-+u$H#s6V[喥RGu1G#\ u JMVM+.m= O>*)?GQ%\3_6#>xM%gڠ p>zM,vf|nl]ZIHUХ(h8vD@Ah;oWvϡGJ0*DqaY-W&Jf[L:EB 8 OV8AN4jcB3MpAWdešx!*IHjڏCʰluBB;pG}dh*?,t][A%zdZ.Tɓ/E \rQZ#jWGZB8ZSF`䬜y@0ft>F/lE{y|t>yC4+ +`>ֵN|s485tvYyUhe1а-p"؄L |!kGQ8o=7:4UWea{m v4|Athewj}ToDWx [ULAUNiO+}(t]X Z:LMe.$yLP2Ad~sU,E+V!%ZjV>L2Ӱ(ꑀt#fvŽJ w3C}+yZ_$qT^P&AO؂UY I=T&hF9s54q_1Iᾷ~ aa0q/C=i 7|koV~"t7' Ƴ}~SxvLREkM)O d修43gX< &2p] ϑ k,3ug m8UJf>$aQHYPVzv͞*SBD1,˥c/OS˰9OZ)yo;5eK)75~u[w"Lc2w뛄1dcCKa%zu.ؿw>+ziiAn}Iב1k Ťf>!{*%Q?u1G–OvGTE K7fI /Ѕ10nm-fo_xϫ:vyT]=U;gZ `l)4$KhfA~śJCy:x5b?Wd@ п,f)qly\vcC*9'IPV:Jq) Izy."]VYk?IV, 1ȫ> 4R"3d0.SAMR=J@y3]T?")PZgDeF "hr$ڷGґjM VJkL~ӏvV=;bYшC1uy={q2n89ZHM nW Oi.̈́ܳ=KEH