open-vm-tools-12.4.5-150600.3.3.2<>,ԉfI&p9|hIBh5Jo$Ѫw;VBgw@+sFtYS.Q#y@{/ ZV_"b (4ݕЎuN`b//]Bu/Zp`]wՆ۵-qVtVڜ[ snKڻ|-U:4.:CD/6y eP)d=YΗc a9t픴jiWC O_tM~/ Ou_C !QQ+>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%N'UN#i mIּod\C D\5d=Izi_XTg]uǍ,M]9( ?lWADRRZ۽((kzߞ 0@;[lwD@ܵptZӦ `S|㹬/Z]# N.^^Xo|.PjK6ʁ)A@=Lp*D[7"V98u7}F :t}x)k[NaruZw +YQ~ǾbAO^#: QϞsde.3x2LAJz'X¬&mv.9^{?*dP=_ӲbCl܃vF}" Sozk-Xؘ2H{clrU$*)a3m |G1¶w _KlP경l0В)64읧'M!mO5FJ`/=(7^bUUj!ٍ?}.+998XwHrG,J3|P+BTK!4Ɍ CIv.c "ńڛ4}ac()>!|) G;E3 h( -:T#Ւϻ2#э[1I`.45]/ڧo“obZ4Dm ~۫Wr! .l?+h!n-z]k@ ̨(Â6F&ߒ!y1 l>ӻab8_-˗_ʯ},r=?̏Pu a12HUHyFHn\x>,TfԷAA]96w pW `P4iL?dsNNESt7uBhrIϐnoծ\=B3M񭸶usf/ɷ4jXsB uQyVW+h!J@Xk>=o}&~N~h٬bO=2xPkT #vβqۉ-a?b2M1G\'!5͌p>{eЪ 4vv\!XȾB禮]7N|-@6u]M/[w}u*4N"̽^@_"2ta-ҔE'(f><}y3qƔR{䀷|лcIRTO.ly\cRSr&tf[JH3g$0a9F?R<, h] āaSc^sP*3}7 |Ecy9v"\6A̸kI7m@ޭ^is~-*TuNm'q@] c^ՃcUx61th Sd+~M=GEP(FTpp}uf´|I<6g -{Ioyf Que۹|16DRۢc.Vp]>/݅]_T];je`` "m{\p2#?(8&~丹˼qDbDK> (:+܆d v(+eGUqRyDCģktO8}' "6+yͧ:,n݃m2Nڠvr|8MjNM )6eı{e:i,N$ {ëj=WcyqoϥޜViʁD=kQ[ +u*coZӽ/ZɾeCeY\6,t(pr1v˳]@nE-'-5;f'΀;7لQz:Ջ1ue !1*}..q?kF>I #h~$@P[ۺA1aic eZM\qGSv34˦)z,mZ)'Iܺlgdتzgd[({& ۔ RHZqJfvpF΋[g5m"a%m`l@Yz]z<_ìUvfs7%J,K1' rL._mgByL+v+`ZA3Mk]SFprb [8/39ݱ_f@\YmU[M$ff4q`+3Ckfl1Ł%tWvy F.%SQA%쇇qFelQ(o,EC&C.M cMk,NAY_5!ل&j:P'C&‹CLfQ>2$^(%2Z쁉-JI~#%⁣$PIؿJ@qK!3_wJ)SX4-Gt]sٷdY (`#ZU7(E7q#fp]9_<v^<^B $,JJ ?1t2tt(l e!|sZ%qŷzJP%&leAWܓyzb'DzhcMjVLΟ/D([v)z#N,Qfv}XaLG*B,gQ 7RO og!;:1T;TfMa$bAehjvig̦#H!-Zz[>A8Eu.;~:kIȯsGLX$Kpa{2 gUD=J9HKsmza3q痌SXZn|&X'UG2*\C&vLo9Qօ8 !e>/hu]?}3chG'3 ? _.x7哷 ?AH[3 2;ɯ؊lSMx#WfDUp |9~S:*ۮ̺DazusGMAc2(|U>2X> Ɏ;Θ(&!eIWoWz˄se|@>aնJsA/ nUNJ ^Z$wɺ1Sd8jO$vڠs:{>S+x3j1lF k^MK2WC BTHp! 7b\WR?DReQ\EOwVZA*lhЫnA(GU .+T]lH~5?L85Gb,&pi|Q f ǂ0ױOcJDbJ$#-p{u'"pBb}$h2pq枃F^i9E, HIgRL3ϗKf/O?w[&dQP[oA]%U于5Gjwx,$<>l0Ξ2u#%^qmJCVf5@5^$ؠME AE[Ͻ|.q4!=qx +"d߇,o3գ,okRU:Z4B~7KnTtx\TLJ.O6Jq|%i $HuߒrBzt62Ӿ5]:1_u]Qxy*<|Z1ѵ7ggj(FNv! 5Q3< &4֛mKQCYM!bYUYm:8c1,x[**aBF92$rZkwU.@$X.)H02J%,I}vNt+4T:<f@=8_x0i|>%sp0 7znd jW4?ѣP1vr>lY@vc^Nqۙ=>K:%4hS< RX4 "r6 5޼MkMCSnɱi}6%Ǣ0q*{o4~ky#=VGf쁚in=T*4 ͡`ˣe0#kvS^&N3QECFRNhb"ګ6&V4~;e}D:?_;zju!Of'[sOCWErux-W؍oOC$rzMY}*\xy./\D:_M2-!xkn=O@+X/!k?\! ^7;ETh̬(">_/ߨxׂa&52Z&ҥpK>|_kTHKȸMCAnBaUˌǢk%ӻsªͣ|B} DM=%`0y%&R!S(Du߅@J)4c:"EMUhLfuo|Z&e?%,}W8[qOMSS|d/u4qfW֊MYGZu՛ p,>n" \eqCh=`Ԩ&BlM%otNPW "Xv l)(4^x".twZeAG^ۼd4a4 Rhڷg`KӌWޛUC:$Qΰfh\t\ Uc`'zsGtdc'İ4zG(LUla$h]wckOpI*&j8ߙv3L&PXo^ИoSR ȷ\ waOQAW o)o@ M*~F#?f+f ю6^jhPTtQYM_VN4+u lHT$*:Žo\cp.|ӽ!u6QօN𷡭(~ 0M o} L# $`r-m޽FQ'zhJZ &ͦa:haׅ,Lhslƶ!xva3XyN ګpz1'C5J& +C(9 %>_㎛kL3t(5پ͂ܧzd"| Ϙ6mq3yM;'@ۯ67^L&$]4嶊H38@}cL"Bh^rh"0V$QjQ37kva1%9Qj ˃32.-x2Kwn2"t^¿"Ә|hOu4b$ܳ8/%f5?3F]ͥ K}Y-&5  r$R(1ṈC>;#`0 oW3_*zt}dAuUQ/qk3}tۆPr6WfJ{p}d'.iH>R@%w88U:W`_:EF"L ky+y QOVRkީQtQ: ~fBߎ@# SdL/Jtqab'yiOSJQw.NU\U;B6D9i-nR)Ić%K>T$d+z^toAB\x_$CMEdDg[7oиn ܍$XZIn)Ҙq:Xlu9ylT{XuepJ^HMh"rJ#7?^, H"͂5LrWԄRӗ Չ Yگ1@FH3M=b`W.:,I~ `K}xu\. a1%Z*RB$QVMaV= Ͽ$ ?dC5_| E%~Oz̈́ Ԧʕ즱<]\:^*_C+f(.+ ?ps5:ot|V;"#WnGp t#'~юPJvuYoTN +++-/9NN]ZR31.W$;5`ܟr`z 7W=oڠE9F;[A󯃮ZFbCK1Q E@s/yX?yK58ŠDҍ_4Xc3X>1H:nkֶCbD[ &ueU~arS(ք$H(.. bwAlߘx^ ]*y"^ L g gs_X|9~`Ԉng%Yq/qۡ$44(_&rG9,@it-šp7CKI}Gf2RrpO&tQ|cPJčD'I*NW=A<$_$==`·" I55"QR,Ͽhn};Ic`7=\)S^Z%W3x=OZW)0}1)Esp* a%#ZHrԻ9Jˇ )lir7G]g D[~0Vb+GeU3`Tm謴ou74N&/=:JxB|`:;+7V,<uᮚr$Sn=7 U& zy̧Ě0-Wa<4ybh8l]\lzj)Lf<6o?[8,@kWbVX sAQ#; <&|V@Jc~"ݲ4Rq7j̺QJ+ oR5fʵW^1 `fg7 (@al_Tɼkhd'@W5^@L`ҵ:sr&;Q)+=m&!ЦrK0./9Ƌ1- .)%ZQ-9Z!o 4?L.bL"?Nƒ$q|f_]Rs m11h{TYIN/np5-]*VLT!:E/Mџ 6xAc2YE2>Gj&ee^CWo G \wdr%L; !`T;</wxRc?ZpɟC++QāvfvnON6PY^FPtbiH7ud(e™o_4f⩏q8HAΊ%ZSX>Vo7G 4Ytk+'n0 Zj{LUA&_œnAp댈uL(~!>l~^K^D&-̓8 VllIݾ[jS0 SBH7x,B) K%^>2D&iR !4]}pobv@-$=cfg[TL1Wj*6י +6NL+B6([}Q"52i͙i+VA+d1Pn1B?QHA `G-LCc0F)z !pb` 5g48 ;>,&'0{eV_\QŰJ]|TL͏jR.;z1bQ+;ƀm/F㔦@KfҝhH#QW _Pdɳ4*~OLFN罧zJڵE$1 fGڕVUYhênh^ Q`ijcCk="m.&d Vfu{ ",n ; =94X5NWMw=`r͎iWٖ",KBM+f `n3(&oי9KPΡ:H&XP[ЯoX~ $Rcj9j/ڢ46եR"+DKf5CDI^"E>]l_2:W3$Ǯ["ILï!:o }'w~` iOK66uoLꪎSAͣ/LmLlOnqD:R6;+g!hʝQPYX(_#=<=x;X["Q]\l|LRrU\.=':=9Zɘ  ܓ*.Sৠ-gπ*4fХuui$0wyakvZ@nm0-/l|,kb- *KEa<ԫVAs)`u.WK0Fe?AP/ƤQz֚I_HЉ#x  \ U)WmWҗHm}T9[zTn6(I] #_j#3$8Z!R>G+%B4_q>̠ө;YO0Wea`BjEɳ :˔{}A*ik6Ѻ6_H{<0YU苅U]g9CIm#a2 Ƽyػin^ '6)!,v+$9kS ?E}A3"bP[Gx=W$N7a[K8v(o:]; jmHqGNmrJ9s) ,n/72]gj?dV=Bt1 b= ev7r݌`SL|\3%Oc:gfigovhtS ZNP]_CzU/Fi:d^:ZHxw$1/PC!ґ7~GL{VGi=43PRyF?J&B ogdeJ@=}o}QEQ3 y)&$hpafm0ň~4vݳ?`z۾&ΐO>ײ=p?&yaZ'!5F jspi]}LCe!$o[㽎˖'GA" o#f8o3=O{(6LJ1n:d١Z[`[*,c+j8`6쭤~4A(+t;Ѳ%鄨 Y{vyX+A#ş⿪#t =~ \So~S|"5LLd+e2۠ ڹTD<"E;"6׋6YQ]Wsgp 0WP'`e UX۷?io)'c"y/ Oo1өٹk!4(.:=6#ew(smTHA][}&(4yIu/Yle=`Ctm`B)wIg/z Ѻ24+t]wV90lL~xփޓd-ە^V~'"YPIhJ]#l]KCՓhG~^4{b"~b;%+"JXnhQ-r 8271|IY6Y=g8 L_:<`|塠nE}]\OicbPh䩸W]ͽzL'ܓW(mRh렢 Yy[Oҕ1?wZriV# ]A4t wx]D%bi 9kNg Yyhjl)P'SsQT`V-{:IVp|)YRwlc;Y2vqbav&͹+L k|&_\y@]]?82>V^n_ʓGx["`~P+ k:-%n{6g44ҕr2 oÌ &*= hgࡃʠ+vé+@_Kժ4Chd}PȳgjեttWl]hi%/YRKOA` ?2簃J6S2I׾ܡ!ƃC&:i)h0 ݍ[K=ehΠKc,jlY @P$It֑Xn0Z%=M/bY-+ r(MMΝFȦkpsSxU~54 *=t_ K.H`)| ތHh5Hu6>qwL͇IPތ &O+ @6 eĐV gFcTҲض'/)t:b,ȯ)>rWwTgDg6"Q-Bk3FiGǐ+,L^Jw!{ [Clz!\[U/?,H԰uʶ,pż`שF0V qDK3g^W|ɫ{څ$Y~ *x/q\41a BDyI_>2YpZ&8<~٭ʻ``wv:O_^ȗf6Y FfubwuQa݀t][g:$>FA+uA~%U%:K˚]gԐL /R-\+a}\+^ۤppaAU(WɿLZLfπ\7]ȩ7PP! . bsA9e!4D5k6?+<kR?py3J)Q{:v =n~:≾0?vM??!771{Cga=9 QL.M ֠ɯdJ u^Y$ aQ xAOaqz7%V>uMK3ԁe\sPYmOqEe)rܕpJhf{HcK(:CHSbqîG0MUoEP6E(Ӱ~3 iV';KQQsg 5~L3~h@^"J?1KrȆ_U!#STeJLӐXCbl28~&&]O ZG;mk ؏?v @HR 'Amv ֩z"d3㰾aLHTLSҿߵ)D:LjV5J>J#=xjѝb:f#R}Wݦz!_ILl}?4~9ibC,Z C)fp)׉o)R0oh}Q9'I28sg P{:wH֖|O8Q7wApLhCڳ4ӚozW^C3m;Ki]L~-b3sq݊l>-`O C/MW Ƣt Hv:^1e0!sFǖ6Re'*gJ6HČovh_dVJj- ޞ@KWb1e1Zda4̢z9DFgfMe\s&ec5A=7oe՟ 2`X \n Ya]g 1fҴaч$G/=WhSӱS e{1~,\"> ~wЂ`|8o-C~8 jZ@|*H] &]gV,sޕBJR-`Cd3lۘg%#iΥ{?"E YlT]tbh[r!(m~cF|"7@|jm0l3U~bvM.'ּZuDۻV LiX3{AYDMV8::VvNNjZPA˻L- -om螜0I.m& XgG4ذ; y\o VFP?y/"x6R*G͆Ė,jvq $ue\܅/VD_&Sm=d6"VIոs8_I·(3gp_h=L`Owc^[/&UqB@֗;ڭ>d/& :r/JDak`n,8[ ՍB'Mc(h-90F3T*zV& QZѠzg>@Րl5~ Js6,bYMFUTfJV2Cr lt-- ca<'$nӊ jc/K,#nK]mơ=$QA׋N5L}lWXt5v_|ݽ.͆b՝>_F<ژpFh^/.~ .yۛaBPme Zkj%/М@D? #@#1`YT>;HSČgʍz[Nv7#9%(Lk\stfl.7gÀ$Y#*U$=AvU /FBH#-+B{.g`6=Zq)ұ cj4'o~:k1N5g-'EqJJĸbް -TT;yEW?Zύ2B>%2Ke*whqPg9k">^A~25?| Vc"sdzkwZ{–r l!Y ^WEZZX?Ed#UEu[*Iݐ=d`fd-j!h W}RhেEOZM쿉OS䘀r(#Xugh&e^״ -,N{YL0 dU)2T2:O[wGN %.iؔHR*প'201 gwoq;/ [;+ !6c7"&1?bӬ]#cr;NكFHZ:`FP EˢGs0؍Urul_tŞO5DP܆ b䝻J1^j錷LE'Bi. Jېv_a5c{3\dN dz[!> ڗ55Woj1B}/y+etפ=4 I>o9,uR6-"^1, #m%mKaS"͍V:?$:6h$vXPtx~p*3͠B28S%G·v<*N:- X+aY" %eG[z2ALN,񄐪m.̖- §T,WcݝNr7c& tGW/l:s6J+ 0& #vQ&Y-M YA~̮亲k{i:9lLOm0Io!83+ ~nm6j'L6Z:uo64't4 NxkQm٫W;v-Ax'm~ɳLgd' &>K`-a5,G ڭ+4 KFXxudtt2ʵŸh^>L0^<fGC-?^ GӪMrgҊ%z^VX/XD tkȀfV/Ry!o@DQt{$*qF:RX!I%"]tfQ#Y{h2W#(a)@3l }cN(ӫef#Ms; .~M. i0&(q6辮5t~Gw`YWhQ^Xp䰵B+ pp f?Z^ .S,]eL' Jv:s1ՂQI Tu:3p/9&hȝJ1F1D,ror&yt췷j|W_%g$b2dmYU]F[-'eD#.6݅s?@TeW@5=U_Cf#zGt'!|5fQ84DVjϯaM|BG`ů6:.llS1~M@fQ#6jb' nm\ r]4^.p!/V(xQcڃcZ'byWiZ){] ]krwuN2CX-`R8k=-Ceyq8& ~hW!ЕZ $[ػpiVf67g/0{?d-zl5 {f v5yUzPy9)|߲/¾VKs4%6/pMϴPr8}RXK`P1l*-q%P5 & <*4ѣ 4Wc8+P0TL fܼ9 ([f1>QYCfDqB _)<m4'.{O<cp 66[v1@k}4,(vN ofw>罊Ȑ5%UX]e+XVϙ~NaO8O[Y0/r4ËKO 5=#SF*IJv^9Lt> 7\HYƯA|n@a gKL5XqCWޔZ+ (uVZ$EOZ 4)0IO7ʡ DhnȆ*ƒMYoYT1JZABtR+u1m1%M1Y|T96Rle"ۉB/󊇅0k(PwyIgYXߠM}{9᧞t[i>1GPIgK=O2F=^k%uBRV DzY`=k.=v7چ2u+K3ip<请AEB}vJUDr? >cw!WULkbP4yL>+7+bi4 Wyj7jX߀y7ql֘uNWhwZ @m]2 OZjEPv- D>e^(.A('} z5 4g'MP2Sq=ӟZQ/x8ipIrZ@08r9dkF K %5#e_ ^^g#дG)CZh#“VdWQ_ MV *.[fH-Ĝ,39v߉(qt{]5Dӓ'䌸ʃ ^NUx#L+|RpMȀ]B#BkٓsElqT`ԔбN`e~Rz%".;eoAhMce3/S4S(5y,0`n'/:#Ca*m4ڢH_.8$x\Zv̪%ٺW(oLlL$[Y ތ!Ÿ\ qINz.J9[ ʚd?L4󳧟./^)4R 43ژYIJ#<~d69a"Uj^p\>Rp Xj"H[M/]8.xbo|}$rtvdX\/fڸ-) gI}.j?Ba:=Y680"sCSq|- |x;8OvB?0eiWNvz| p+F\ͺf4Dڑ-n*-h)U&&.DM_@$-^x2{|L%!*/t+h@YYi2ҎV6mǙk҈̋j4:3 2gY}䇵$S1$VM@7*ߏGEcۈ{ \Vf~@hk/@f)rWk4\Bc b9 ^paqKЪaQdTK0X<}I? 5}[S«jO!t$2hGN QV536QISß/ê+ !%u3{zHʄZb7-fAȊ Mҥbo)DXv0Ϯdɂ3rS::B _X2/-Q!AAڻeUa8Jhq'G0}Va;<$X TP`l7^RUIf=r0  ՝{XɎX6͹`ǷdK𫝯nݚ/azz_UE ~&0~!8MA-@1D1`3JYO|Ei$%)jV7B{K8i?yÐ\y3 ^@!vyf>gI/u+%rtE5PbNM%O (BCbeogumOW 6 ҿw~K,GWHvчQe(7K ϵg!Y߿`y~T4x߸ba۴t|^y/yk૟&,c0rM[txgii}& ":cu"*a"s' XlnqB=5R0Δ?BRι]~" 1&h%8t2D~mzې&. jyD+MGtDlߏ~݁WBVk!ҩ9J@W$~}E`8̶ʡ9iolOefBW=ڮ1[XB$|c.VM rbC}D| i0xv!Et<00΁Ih#k] vc.q&ɈrO8~&M 'Yzdֿ} 7֮ 1 㙆5 P,n[%%LJD-jSBƦ\&1۠02Nb||@ {6 XAsE&nQZX#!k"IaO,xd?x)3~fXt3ga#׿@~{:KN0jt}sTU$rN='цU;f ZD%{ue=;Wo/툨Kkl{K!245=(wds)}k":Njx@h>At/d5fEA3(nc3bRQZi8ՔB5=:9+Ija9b|s"9.`X\rȻ^Ba՟:es*/u?|<޸))ޜK9* V{gzI !8тO)}7 @8()qKLo W˓S 11gwpE "fCLΥ"[M}>=\hك`7|?7ꏻrK[S^~’2c S*"=.-!AikǙ1/WbY&Z)TadKޓCb{%Z*gO {v S2X㪜#c3F „L8:0Ҿ-Ȅ 8- ceHɬ)9}SL-Ά{)Kn̹$O&9oDÙs\37@ Ew_=R7GCs;b0+y1x~-%X,}(qyg U~hJ+mA%ft5`uq,нRw:pAiIAh;"{\ CDLb;|-eb6{zzfi[bTzЯy 87Ɠ'?j=aRN>Ƒ29O4PԬ:UB p$3⃩*[mf $k 11BT/9NNgOr]HF# X`ƞ@3/3:p|`;m֟_yԳ.;fZ5Oc|hm ^l-_v'Єz Agr3ro[rcȅ<5bd۶ sE;xG (ׅj2)'h2/ +(+eϙdK8%J:CN?|OB[:Xњࡺ#e`=PBzj[Lkn,Rv _(S!F4ŷ 1P$}hzywx6?0꒏ 9Mg%0}>w Z$..c Q4v& }ݓ&},bA yvۆ`&]3 Ci8|_}hW? $o\+ TFqC P9;ʜNEZZA͞]d?[[5#<ɺZ^"x5VokSc \,W회n E6CC_IG_H@A0Ҵl[;uAkd_v=踻R=i @Ry-A! PfHU mo18+tzuVNPFB?d-mFxoMǤQIa¯JVYΖBQg~g0 j}A5߲6 sUC{(~az/=R&eZx[ˆ1S:7g찄؄/3ȓTG͡tVGE!ky{|~ˌV4u>)Ԭ"MD4 w&zy:2ϔc'x;mn1X2}lKvb̘9dXUGnZøU9,S w^hA87U=B,tѯJ"@AP9 ,Ki3""w&h,90 k2-׻w68K8ͳFb SJ>ڜ.Ri .(=l]>0U=06> Ң\2pfA-nǁJH!#[2i*5|jiOXn *}'$n6 =lS:'-}eU[4P PɩLGI:IRPJbO[ֵwH )n^.N ZTcid; Xj5_  ˅;ir5ʂLKo%A8;K;Y&D;Ӧ 3G«mKv񨘽hS ØvpV& Iv *Kf8AWq [BË=FȷkRTԟ8r / 8*SYxU\-`QsFٺ2f 3ӈK8-P%| 8 4Bxn_j\_W@#ĜyG܃H/e 9sb@mq>cp$pfHKGp*n"3qsqq+s4fTI83|t5 L&j@d\@'?OȮ(;V7O gUZvlv<Ëe? "#",nQ?Nb< .x^&I`ExXl?Ӱ a݉E4`Ȍ6\ T1~!r<y/k+nֳyEusO,3:8>GC%#YhESvY"DccvǨdZdkr"jf$=Ky ODz#|* (m},]Uc@MTLq+̜oi]W>Ƙ^LT90۸p#L#7k3+3wş[PE+Ч cW{io}yX;r!!-drT kE"L-#p^4d%kÿד14 sxI"Ǒv<^=D\(XR\([K9,g< rX9gqn~ ;xZ,GF WifkzmnPwT Q &#zI($۶Xꮒ> T-' $E.+u WR<΃t^= 8]O9ECEn_Xp1d)͢ZvJZ8q]tL>JTwlB߼gRF:*G4b.N~80;C ]gAj!^SY韇pWAh1O̔ƢGT2aBC6k& w=8  sy{T#<f!tTlS`϶jY_=7р,o3kp[ ' !M8U+<FF1P1QE_}j6:uKzyN䃴5۟~یE tkU".rAFcIygP::s{\8} [,p=&GH68?,&$bPk +e<`AFP:= Px- aӥ@*-1Lc*e ^qH|@jLB(`Ѻ+ 9p?l`nvsENmq?M;.y$ 7|`.'|C8 lȿk|+EOmL$w4MjK[BG{d[]QPuɊ'`ڳ /V ;cY xе@T Rp88S qcEY˄8<ήf?$^Ve+03eۿWc ./Zi|6Hci-!ihģU˜Xk8Y:tӀ -vɏr U۠ )N6ko{}iĦb1gFfV } Fk x/er$XaIQGN̯0r魿 ; >4忶WjkcWD<8^GB,Ų JIZs9S[4$lphޒ6+cI7Zx?ع/]ʗܮGJNkڄCz\1-0NAAǂ4a)y Οg"+@T\:x& WYh $(v_[/M>n% mgU?5<>;g"0zPCSL O\3b9[6GO%‚DבBAW{%~ xHFTYƼw~ܩϊemg9 s 7aTEDD=ݑ U}&DL;G.J4%Ho7ze}"r+) \Z?0ZFL7iD8P>F;9ŅM ;o8 ́}8t Cvm)kâGKJgܛΓ?2g}"9el.t1 uyXg62\ oض?lxOfYwÐ9^ZBKVɞ !Y?lRJ\^QVjܞJOk+2C.]0 @,|1Q.}_ad:;a욬 @zTNS(o!x||Ws r[c)F:`J@P;7p&$RP=E7AߐG90s>۾Ce0-V%v 6^e]pK78p]hYՍf6$Dr1 ܙ%7h3O)PG&5MVy; f?Z]9|(Gr,{' hU{͆:B)BVW ۻ=h\s_?^ґ8y(e$ ![VFPnY7a.H72O 0=/, *YKԻ2pG0H 5K$zqՈgm-Qt5Mqs t=iHzXe#؁ =ZqqY{'m~[*EPL3,36ѼIurlحT "sf,?OB(CY?dKZG_Z&X4gϊ4* ҈ `;qNH',%:QAsO$DgLY,Hsw֑q6?Gvy[ 9¸BgP7˸J'<+]\7Qm(YC/h݈*P/?g)H[ƕo{6iͳO ! \Ęאn[_ IGf cTv⋐)B_lqN\8ܲGa 7 2VglHP;X [,Y0f[؀3ϣQdB]+(҄ϩz+ WЦ%T<<_@3x{We .Z񻋲=;سN}{~\@bNѰmq8ycJ^Z~Q*ŽF .tUNžse`.K>7B5Ӄ4}Ŀ"ˠhÄUR91IFfPah"4=7cq/IڅuX_gf}Bڛ嬻zc2oQ0Z֐óз]x$q\/Ux@[QƬ$Vtf&b.-r`!^([{څM UUyE1BX? xn߉fnKi0= k3!9#9_|_@; CFvlAb#F9ODbac<ԗ#@%*?uԸ&l'5g.4K=+wpy mSO~n0;5Fȯ`$ !?PfTl2l^;WWsk""p[*Lab pi5 8T p -00ޭV|/aV+x!6v3gm[]Pp`]YfwP'vX8_لGbJ1>\zu 5#Og ?4WEA\7q[|3|Ii:|e<1);c֋5w5yl,4YXXv fj2iʴ\Cg2%,392<I@,sG%D<{/" _*D8%/fϷədk8fIY(R?%Đpg&!P!.N8K{y(W;KԒB1shL3F%{pٺ@XL @2n×Ʒ0b/r>Du: (e~"`@kZm. LVEw#f!\; AZI"4RVzhN/(~`RzΖ-voaKh~]=Mx\cNL֛ `5dՉnBpjSV-'HRo Eح4~Z9y@EA"YdR\#UY - YGHc_u0_Y k(]'?;S MIL[kmwWA']$)''Aq[Bj*: p]ak6 I1paUPE Fd#k>6}嚶_FX3_Nv3:'%P_C/TFvjke J@N0>&-g&P$xE;-M(~4 }NfS익>̟󐷨+5yV5?+[XByzO PPYMx;A)3燲=F.L} <njg y$M&72{2ؗƋzji|_hX2 O^j/(OUB%4Lf@<߫G8T@4EdJ `HeAnh; 9WmaA@~84`U}z;]~NVܯf1rf`W5|H.8K I ޅ׮JyVIϧ+%p);Ŧ~+dHV _pnU¢XhDV)Vki ۟ ?\v'2xnC""=oNYZQeC _@OgS%dZ0݊a5NF)jʩ:@nxu7̱9ޜc7Շ9 ÇpG$lóĝ6ka")B$b" {q&Q n l9^z(aA6Pp1pEw_v⩎r6Hޓ Ρ7ZTl0 Φ V^P#?L"}ϙ0錾ùՊ&aj;u["FDUxbY%d*#ǧ3B 'on+4 xjλVr$$0U'*Y 'Sojih8H.0P-1\b& |XWQvEB6ALLl {f UѤY;h5g9m'9r:GMŢHE9!/*WO#%WUJ8@md~R:Ĕܘڥvzk8Ӧ2ʵFV+fK%-ww)UfGR4|Jn%j@ zǞgy,l~#K@)ϫݠ`bYv9ZM/y :t]{QOGsW_Cw\jʧ+w$<.j͌Y܅|z4ܯ st|)b۵j37}h1y 6V3vZ:z_Sv%\)q~~S.Kޕ{3g-mʾ'409=\iCEƦfG |DvfYI-X~&ec1զv҈ ی<&{v9z=53 2iX.\TB=C!KGRaI=z-ԉXOEQPʎ׏UԨj"'c"6OǵTITQСlBjg#S.eh;  AJk7 u5{yïϲ'}f| QoftSepV!51aq`iCm,zVlSKȝ!k]ֹ$ uh2̉(8/0pXǯTv c% .2!|:_bq[F~&Cϱ*sf1Ht@lj¸0,S Y$LLuyB{ &AqiڃH~o^ZTjV&VPŬhEh4*6J?Ten,cSxPz tYa] g} G7Ki xXc9jRZ ]ҾBr4 Ӳ[SAMn6%CP; ͝ S<bmkm]">ᮿ K68p |??w༶PI^fCʂWV!4sfVՠ,\&ߺ\%Zp /ZRAT<_Hzt5qiHlϵDc:}ZvvA+?$`yx),YbȸxbK+ipm>u a!Y?A( G{cN:t_AAҔI2`X߮.mĈaEHh9rsa!!=oDhoy*?:&R_$~?b!ߍ$[,}R̩|/ypq8<# T7ěo+! dUP ?y!5r [+n+h 79m!H %[͢˷F(ͱƟ%t=G ERJHtp0rAGCuCdc8cuxhLcCT^EC(/ދ/KܪQ@=v '1vDP*ǁqd9RXŠ"1-^srʊx%Xۥ\O{` +U,Z@zn+i5+ҳ"Hɡ134:lCb @G8 j^I>gHY[?}<< |oܠ r)0^˰ڠEuy컿A6s| O{LV)  enX3L w`-3 (l?Ut^I$OpWJ54l6%'fPbjA%3Jmp ]^֦s@eyέ'9z顬ѵghZ}G? 7&ZU*|ቚf["6S~?`ILonx[e_hY97P?s?'#ԢXA DSy-L1Vq*e-%!eďNV Y)Q\`]U|i .@4_TyGs.B,|` 8.NhmĠ }&:|Qq]d91 nMNHJ/NkqѻwąM()_t+rG({{F.>(ojVP:^amrl"w#'N CEhH.Ƌ>ɠs.|޺oS)O^4RW@kZpʂTN0ld&OGX1asz`](:;w5qmG5E+2[EDĻih*%kN>CWV~ ߠCJnIW%ن5 zBȌitÃoJ`LWuR 5s Me >/^f0 "s;{='\#٤z!`S)+=SPӐԚ@wn[GD3pMnGj*7$8 `Y)>"rXNbR!ą%2"n!2Qῌ Y:lbx``8:%0H N7%9ţF pm<lH#> yZ0ߦ #<&Љ*=ŇZKGKSgъxZױrC9'6L|*%g!&&!%wzؖ_ꁔ2Fg(_郗|PLǨIj-HjHfH=޶n02q-PBbTTk`Wwh+&۱`mG:9m7BNFI5*5U-P  Id 9-FЊϸ=$@Q ]EC]}:FfR7e0/*d?LҞϷ}T;l(se~T( eCe Ɂ+714^/9,o2Zi.ON 7eY&0΅@)IڑI%<ьO/}˼xtJGNeaԼ+zޟ IV [͝N=&gנ—&ur0HM '(.gϾC}fBA/M".F|% |/ ){Vzlnt&\$i䳖 ac: ?)ӵ@W2lK`Rخ(E lK2ܦL V]]E~ ۤ&ŭ-!EXzfiw5>E=iDTfӖ .YlJWzm`LlSKӀDzr$)AaZ~"/ʣo >i[%\˽>kvpje~h ̣#Ǎ}M;$܈0& lD%b|?'(N78[hM(qCBGO{d⮘%[LDFq̬HMYѢ$ "VrUO(sJoVӺ)I'G.ÿpnSȆgLP1{(lO*?xLxZSh 1ؚMP.!bV&Bg4 y@[P:U Yw TsXC?#MSs>$sxqŒRJfΆcLd ){ !dY5ԕx)gTC}̾"E9ycPqi/ַRqY,F:E=SI;("n_e𪌹oޏ$c#?\`j__O1' #ئѱ(k2 xx0 ҒwԮa S" P{J@M,P0en Ch''I).](_G)kYz04_b2" A!'0$ms#w d{6@,z_s/Ύ_a~_Ln܎ہ|<=t,/ޔvD#'s|ǘHVT}5 p{E9luH%VA2P s( !3<5Py%T:XK-؉U) :RV3>n- zSF>tS&7GMsjE /9>sNH~`=Ds 9;՞KkӖH%Գ͑VbZ71!pLQ*ÑQ&RCZ:b精_^㘚x,3JV^ L}U=70e 5~\/dV\DLX"?0b;'?2zzWLcҳ|Lfav fԷV7֮o#ѭWGRms=aqݴf؜QꈼlV\|[wFEș` ‡K 8ԤH6'՛g9@%`|98j qE_c0MQǏqaKLa_F9ڞfĒDVwf޲8doB+4G"0oIw5B Dӎ=X\Y1z ߾e ?2շ9pz`}A- ,: K7]wp;u K(p\ Xl!I )]~Lm@ˡݑL-O rus<ʈT@4tSeL`tk*u؋rn8Rm#}e pkI@ls_9R׶[nLzBFQ~N3Rv!Z_azf)7ޯ>_C?V|70ė=7k'WT_ -^=RقXS%z67;E=_f:û9 nzEt|_H&*qI@6{sg`?To==Eka=f-X/ï7瓤1DfbH(z浣K]:H+#zs5)ݦh{F=$k%bzZ Da=0 #cx 0wP:bi53Y=ԏǩlƼ_{f@m%K Jm-z$Ց:;ho9I%V.:gN#ˤD2̫|h~JacԾ&n|, 6^Hԯw%/>nB@1BC]}/LuUia6_:\sff[̵{=d4bE'Yo G3Ίӗ_t%ϒ(pE釾6$mbeQ|4b5$)(Ƕ-l‡'aOg|pTOsA4=u=ۅ"4ӬEe/Suca|np,.G\y$RF3b2yU?(,a֤(TJAX6HmO*ub]?^ N 7zlה4a1Ou 1c'-hn]^DS"gԬ g ګ38cj#sTF13:$Ө$@ŕb>]ϙŻn4  RC}ip0E텡ئL C#CH )䙯ĵE:\_`~ɑ\ kPbؕ'BzmؼRz.hsT8!2")7,w+2RYn|TdwMaa})ØM?aD|Ohmֳs:ֈ ^3dž8 . s ϿCey8v}k70ᝒQ>-P6ݢ;u \0o=mƀ_R+4r3zwnkXFyX5?WtOLj fE E\&0Lʡ?ĸHx'9 Me V…\^wvñ>*hAtueʄwBCCc5[*tZ@Z6QS5p < Y NlӉK|lKgTJ*:I.>֚;^Ce+ugc‹A揲dȃ. ]7g= RLBHV#yb7>?ٰ_0yʇTivw+8gK'JcSld X PN3/٫7B{&/RL}9tz:*gZ Ġ;15MlS&r}yC3~'{> xm<ԗċ4qfV ɏ:QSZ${yL="z|uP\FVXayg*&冪үMU VFsS+}XdȩU歋7C&ZWZPjG ;[@11"Mw&m d\Ob?%"=~K}y58n# k\&R3ˑF crLgJPoHO/z16 O\FYFLp,^wN0^|􅽥O!fE4G7.lOylpt.tmb>l$^_PccB" T@IFX{"˻E>e[r!3J:VӁ].c*&&r!I4+< LfЃS 7UScN-l:ӏT&a7&k!b>%K8Q]A pTv[V45Uά'ږhoU B^Rȱ䓬yj.>[||̜o$Iw||ŬPi~ '쑇3#%YX27|NruYa qI$u`ˊذⳚul1~t{0,nq t' pA?Elq d:N|f鮮c$\1(!p&woQDH<6K=ZrC5_G]tSLCtKmzFO(olURG$_F0? o'E CIcՋQ](?N$X^X?_x>4hR(1{OE9uK3ЃYIcs޸t6Ew12t#!9pK%]G>؜CN0|O7Z!M4@|wMgI} 3ZTE%!$D[\a8 nFUYcK쨺"*ϒlJ\ȔY ~^s -)n&#=%۹rT{5Cm ԩϦ OԬLpta$j/j>Ɓnw^Ԟv~%2`R2oct-rh&%RRp!*Bxխ h٦:n<ۿr.#T3) cZlgBe`s484RM}~ug;䲓S$*i V5kFøjt ڎyWJR٥HP#rL巚D&B(?(3\DEVxiV$ke#kX1-Th;neR $70_6Vr.DY8C%p7!_4{"bJ=Ǹ}IVdY3~LE˵H Ƹ7|YahiS;~Fw5UV%"KPZb~9) 60Ge"vEmbcΩi&ZS%sK"L2bLc!_={lyR |z.-qX?4ΥX _PҒz}(Œ )ɚm@8M,IrgʰЋ-wf9#xd{IMk0=a/"6@05Lg LaY~䇫7P^HAn|ek|cċyּK]1]}}κ|r3Q-LOV"[^Jo ;YMi9Rxq¡GigzGRk;=ŗi|,Va%N@TlR O*gDXmۗh,{xa?xCeZ&l44 xIp#U ڸwt@ }6~!F~0N(Q֪-.COgK/#`H*F̟8tr /Hp6x5;a*'cTb- :KFОXf5'C10mc:h1dgQS"WY`d =0JՏf:UO(O-$|OݹRGTR0>5{%4!֠10S/S`sUwj/1(lLhFA Jϵfe-^:fl7rP Sq^0+mg$Dyye?4(=UpP0-3UnftK1R1p YAs(e]`l%`%5~{+ (emaT8I5Tŀ{$jGLVa.[L1ޠo:亯#X'P3ήS +bΞ)*"g x52\|_Ӿʓ HL:ams?Kmc8'/.{9LEKl8j/ӻbRYQywkɖ1h, JgSS3v,ENs8 Upl(ʡom}#\z6/m 7Ц-/d4fی{=D*P+y:k+1֏v9' –v#kWƁ/.>|v)Ko?Y+\F'| _z96B+~_\L̨Ƶp!x,Y+)>$& 5ubM:#ޱL黯)wfx>'%loJli/@x#'!g6pRA,#]lF\hV92ɘc"eCTVgO7L6ֳcl_3חxF.\Z%E % { ,] VgΉ%Bdy %y$a =$rF ^eQo頵u NT? ۩S?=}5oNA`Y@W6::acY-*9Xd+ģk~oco~lG?7r^դV"Pt`l 1鬳*ix9*O3DVW<Z wyeiE" ·h]딘j\wT &#Pxu82I˻=ZKLޕVɯ|^D[)0`]_ `.8­5kKkҪW8KQ^03g\9^Z;FBl XM^5Wٻ:ƚy2OBD?O RQ:=(͇GԢv(IKr?> *<(} Bʨ,?U͆Z#6 "&6Ie'PqͲscT%Ч@*Ex)HE॰Qh4Z m9/$Ll9R]=0>s]RÊOh'i")_l9K?\B0e$ܖ 3S24pgwNr| {6#c`?~QVrE#P+[BƝ̉?3*eʉ"\A,ONzZS }iPW i #BΈT68e9%]RTiX3]pTxEyߙ/Akk}6@MVſDmxo5U=ljs#}ߕk.@}yF6[&"t!dfve_UxΤ{@ ^Pҕ;K)98נZEx)XA(<@2;xvW{h-ˣDCH$h;EXwSP4dL)4Vy7DnLaW/W3@d^Eg 35C"tݜ !0'6$6LsaLY9'Vg7ͧ \L}Jw?v)*)6mSܚtٽtp^ (O6'C Z$[GjPN '~l\r*lcBGЈ\S ̌.Fh@1BPT@唟%1GzJVIwP5ãp(B6'sб9L?=;:`EPVpY{UF6Y9SB͟7(N`ܨ0 ̀xJ#g(Fcf[m>+~!w8*,57O?{`@$&4Hwtu3J f-OnUlcN61֥$wt'ykQj-Z2;Iĭ;yRP'nXpOlw |*|b"BD+T$-!ycG ~?p;s8FC|]_1ՠ1E[;8 6>{z^wC3ÇL%B=MxYνYL%e7w1% **iDnTvvf5㯈b#FQ} z#!-ƾ3_a !e 2i0_\*ݸyډfhqCbl\2֏PQ)ضK8] g=|ٸ{YӨ/avehr6(kR#:axs8r[e9Bzb]2o$: 6BJ1+k?8 } z"fM [Hk rѶMN,a[믞Zu`|S,ʻ8eDt)6NǘDKS>|蝏8)K/MX̏ PV UL"\0[-,A#^|T2Ro ?G~pǐ\J@USie)@29 T\j!ҩ|.8rUcub%q޳$J5d׾}>Cݾ h"&1uf4 I;`oF-,:hT+6O%4 Uł}lg^[68N*"@X{:s(F7h`"#?IuDsWW8㸐]@x/³L0Ǭ$p>2|[WB~aO4 -p->TV4NwHһ](L$Q#e,ÐR@M0nC Nn*uiHEiàrGw<\.%;\?4|)g1Ho?W TW)~ ‹q5kQx;%(Uj8TM >5P,)[ҫ?gn#yiWf2,"W $IVch#‚5gf={ɛԃO?y$C6P6pƟ]mdM{^P=ϛSǞ*o@7NIf<7w%^<^]kz:BDMJiqV>*-$Zk{#P+UGˁ99`ue X.欦lr--{ƺ-mp #&pr^!/P! yo+Ű7DDMcWyV<—U0fkTAkE< <OF#J'_RgysI]lja)׈.!-52C-cㄒ߷P{oSIEqGM"Ht1*нl $VO׳:_K月td;< ɳ;Tj)7YI oСExWL^;΢6pfsNU (1#M7/Q.;O݁.0%7Vl%t~u,sHns#T]Siw@s=`ё=:"u=p\#S;Th("s1g^Qwa2,LdktOV |Ċ;/Ũ*dtK$q%84޹csPV//S0'f(Q/8 *$OC57cb@B+`@.(yQ)7 4TNn1#2 ,ՃHp%V;dL]?-iޚg ;_;!=8P)j?o,9i&#)%g羺)'7[;]x2Khͯ }RS=] xRx_=:x+Á+ߵY$h˜V2lQԯf ҹ<7WdnRKǡK#]GuhsM`8={A BNT]]&erwh+iE# >SxޝF$sn`لaxɆYCDV++ߡ@R28w21(F#"+N5ob?vu&R+B?9@A.l#bS'fg*Ϗܕ 67D7Ly 1gW/iD|m7ؗN)1IIviz $XiJ|&:Zm[>)\1h#C{Oon+CGnutyUv UQQpG%e*Q3ío >9zPUgߪ'm BbI5*(R-T7U"0:>#zG1\*<!>WqxG2= TB/by{ELZ~,z.g.Q6_8EhSތ:߬XlڈbLħzq{PrNlWFI&aGҝOa\%2Tz;&dl\d.D[ pN{j؝IUzD̙ !¤]1:mivWcz-pzV>3VrZWǷlxCQONǓ>@)pP'}Kzv6.Gg(H%:.t& y(۳gUe&*vQ@\ہvTA q=ediߴgeeLa/(\v㓇Yښ]anmJԁ}Rzd3@y UfGns6k6YF8.ۗY)ABn@E=^H3I1S$$ZڧG1zᤖmvKe\)*aL5Jrs +on^镓),K3 }wCVGbMkRbjkfj|)hՀwAL3e\͙)Eͤ mf:LʪQ!-#ɿ=s̘<9V#lSءy˝L$8l OڑY鯰<;3CK:UUJ}-q :[F:+BL BlsLL:q#EU4Ҽ-ugn||@eyz$Gj(ݏZJIP YtXG Ys|qQ{VNs!HPT[T(8zN (gC#U¥&'S٫aQx@Л_5S\+2.`OųcZF 3|8:^$fN;*N< kA\Q,"> q<JhmFZǰhe/".[]/"Zo ]ݣ ^/FR nAbȚ~nlv-k{_ Puܗ&8mfe"?`֌!5G(2nl5?3+bU&Mq\+6t٫ea2v׭}fQT1"ےS*x)&A{P[ڬg:0nDlDr9LJk97 ~#%rښ%u[-&Sӊ89rVF$'Bnt/fYt~Q^Z:UEv;uԚ O0FlmiWM]@LTm4sow珂9!#!^Y`]` TILMNA0"#Dpnno3y Xqg7G= ˕7rf4|#p_/(H'"|$yX(oe@%hB \=![;WCSȭt -Z  FXFo&QxzY2@ڲBcϙ6d]$Sܡ/1V_$v-O2LB$uHo1a!+Ww{ʱ! ħt DX`\A_>CE~B*wF F-lE{;c辰FvMLae1[ ;8&o [d6%[ 5AǪe_̹l\|1kz=A9 .;pQ%a| ^yQ"=*:~?l#3))I)6bjqW-I3rf,?vmBl4]”j)O5\0 t8C]gM=\QNSkX1S$Z(CGtGj-:)ޢ>&omFrP¤zuSѣ!*}IwhWh0Yb)[yi[¸Ca⥽֩F NbUTS#JfR}дO7=|@[8% OJ8r'+),Y`j>X&ݔS?D#=m1>ep?qc繮mG!YJ u->L9np8i=1.{woX;tۙ͝AIa76@띸T4eY`o W3AP"dǪ0(ț9eiH U%I[s1Ⱦ(ve&y1ythD E|ANJKEWxS4̣uyvW.}[t#Ft%2?$/v Ij3H_@C,?7tzb Ż(e~;hV2DzE:e`=E_xwa@ǹ(`DYzt, =}%L&ՙ#3٣D'^Όо4|sx$7D|LnM>^ *%4g-[$v1s+ȝ#.Zd x8U,٬||K"p09;uo5Q9 ubgͶfP 0E=e"B*lXYv< 5[wlrجih ?Մw}SvǴ oR*ڳL5oWn&` ?[ GA7l0d_s)/:e U[Lنz |N'q! N:c&ȧ2幺rGHBn~"XOE[/f[-A,!Yߵ@ecӶm5Ҫ╱Oli?^x_S[)|dN _-D23`<KjT#\ |w-sS~>-׆C%R.ˮ~C$e<>5A|8mRgf .y Jz{ދN0rwWn\[jk yV4YI_X|HwN}I~фW|u^4ތQLX !(eSېo] a6ue_ ߭ZIddd\<=ȱ|Yg _861؉pF lǂ1omC½Klz q7cF(v>qC=Ʌo#AYO ܪJ7$&0.w/I\)]1.m Ys(d!]SH:n=ia%iSήʼnvc*f;b9f('a,^:g Lp99;]B8Jm EBG69ctDZ u[~6S̶6HeZ?b:EY_{YAd:SnY2JLXGnٯvR`e_3`?[?.lLRCZfj Ϊj«ybj&0=寇>mT1.1-sO /:@vYcZu [~;JYb"*ljfE|lf3`,D*XQyE`UY+)+=쎲HtSy ށĈ' jkt|D}YFb,VSHˍϖ^syf0v2[ȽOT3<(n2 _]Ee/k Hfmp6[b _/F5/ Ʀ{ߛsM7<)eucO f7bSq}MD,tZ!38վ%L3bJbTMa}r]"Y *Ks:C6;兦'J%ev*WFM똅cjЖ"ֆG)7"Z-rʩ!nSGΘt_g뜪O+;r `ߜޕ^ ""r%GS]AC>ĺ=^y_>159OtT*`!>:SO{Z; `ƥ?\-\GA(,C[ d1q0[2#V :ޟ͖В7z9m[@ FY.FҬ=f%xխ6OCWk|57p4HMB{SdF+4=/]dB]7Rh_ 6f8R;;M;5p CSr@y 6|y{䵀L>~K,U=\qH@(:>~}ĠJ怋g0UPySGCMu#8| җ1ƱD-2vyd 9K .#m,^o/2p+#ԐM:D`KV^Z'/Kj1 / nz,OT 5Gj`121+SZXbG8@0B}@VofB)?Ѻw:W+=_ ?\ Dd.Rӝde5MT[7+f->XȋXJ]_4 ;; #LLh*Y4FJ4_LuHr3—1*D72!G;ϼS:TW  ]Dal6r˿Y3Nqzzz] ;s}z?mUUѓ"t{ގ.;?'J.˷+XcȀ!eC4Qר2ޙ(&N9IJtM xB p=87;<1_} >0|ݫ(=)΋}l=,j{g3i0$5O ɹXu\AJi^ki[oaVFS)4bRH݋X>6o+ϣRB# K)w74X aOI!M:0uұ #`!uX7-ѱG[ ,G۞|h엫 ]z-Mc &O's/ {DzgqKtSjKc' w4Ӱ13ϋ%bSʃ `Ļ$,W8;dMV!Ә> Bqc _,CqNxTRXqvƦՠ; YϢc/|4s4;xg\W/~I٩B3NVZl@6p,4WƷ~R(=RXEˑq{$Dfa ctE8|zǝ rA;vפ3 W7(b,)2mB<55tɉ\CÏm$.6Ns8ֻ;AZNT@(VFi.XV)wě:eLo+@p\%xHIP8Gn# {*!U j~64^p^d]J6]bOkB(2X:6'IRlXi!b||iGN>LTMgs%Z OFvW-yxd;/܊ a5e(D x15"U_?lAmK5j~qO_r}ltNΦGw`K!H>ц&3%Z:^$J+,1H>=+2SF62K:Ϯ{NFyQud1%A%2`zWn^6/4D٨@âI*aJ|jh& +<.Ni%? $:VarsJV5^!)he[E0ӹף(8nMbX9I'0,6m'@atЏpߎ7xh={7;oy_DZel1.UiQ>D?f8:lۺ_ֽeIZիחէ<hBVH0P@' =n_,jNH,uk*܍zp {Bp!"xA.RD,G,f,V~/~+iӨy6's3"@HQ4NZ+{#RQ4^u44b164^!:VjD$rζDk˥UhD;Kͼ9F% {֣f+6ع(@Ns'RI;U*F dRA54H&0v٫}TلŠ\);ڶPD&9VmG"v3uގAcų5#;PرI;iV֘5fazSC rˆ]#|/z,ܘ'Q /W=*Hb/AYq5FxOȝUb"|Rķ$Q}-"Y|Dn$!&;7fzZFAVm{KwG5PF$N0ߋ %}e~zS-t``ʠz`Ê'-E舏nXJGjifI&XP{n$;=l9 ܘ(qaP&̯wr|ekexs)lrfHW:QH!6}(rc ;șe"T[xc kْ{akeÕ#>o_jȨ $6:O_&1/9.qND$46 ."gJ}g #[x2Xy X;7zK\mڤ,Ac c^uN1]fy<Ս7ų QyDY7/ٞ{$ƆGR7-Km_vd[Gd^SP+mtJEh]so}.&)(s*{U2iVLL 'GRUqFӬWoޡiVTHH<[. @DOAPTG&]4{nlXJY;hkJs\*}Qn |j0c,C@;'s,wP"re8,U|n3Y RR !QDDdU;&ݚ;te}ٹ*= ͱi2lFE̮)4c܄d&N#ͷj&.#ŷ7ӢɅ;dsq:l !_P aT? *e,Swz,)kUMQZ,k Q'G0" CoktJ]_S{95MiU YeOg 4RWy %\؇?m-rQ Myjio6w1ݕw-AUj*?7mf_:Hud.2/&HoA;<Izw^ON~_Z ST4v뒥cM'xIDYyu'(qV%aN6S'-a]DZf͉"-^Jx}O:߉S-\_W(  \CC(vEE$6#, XeoВ]1yݵdimqg\ qtp,.\KqU;Fo0F3g$lڢJ2Bytykb {V@X?a&JsSA3q5pk߱?ŊG7sm>ݨq 竹_.:]9)F;N(58_8Վ1L>_\dk<,73!%? O5㇉uӜ [w!)ߛ,R'$KH[j>=*I0_2\ l7ZT}u4 dX0@{R:sz1FmYsV6 Wqf ͺ>y"K0cIMBr-k*F mRFٖm>B/ߘ}:?Mp:i[$­{蘻鯀ЋHh1 L稑 i*'郇ZiD^o71ֿWjQ" qp=_c-%,ڌU#9*f5JTaaZknܫsGp9EēZIR@9#e^i,Qܹ©x(%ǻx"A9TWDOw6]_˃}m"S"0_D,RF"Hwi KG&&%KG3%P|fZƎܿן1Jɞe❢N#%L_$;= `O N+0X&Mmu^lk {'  [lxNYcAJꄼB0) `=4yM*.7մ4v.I+w-Mp&45 VbYMxdg|ahYp[&w] r>ƑXnZmVKb@ouI |rꤔtc !OI7uhp1*x>$Q,꩖:CN|I%oƉۏ`.< 8T.oCU[~аjWcY6W^4;{,yfވ@M @kL47祯꼻Ml.jɎf`bꍿfTαkI-gi8R~43nz F)Vx5ԈaΏs@UA0y`ddSHW|ETx>F`Cw,Ϡ69ޟ1oJn;:L>uȥ;#W0BzOfb9y#O[0R/S]o+ ?+~/eS2{tOKJm+{L!ApC!w]`|{wʢ766 iv*[ԮH,Jg]"Ժְ#Dy]'L%|7׫̭C5_Ɔ4!{L09%Xq8{f#|ǖgrBH+NE+v V)K8=V_f%[Xz\-Naub83ʪDKͺROU:a0Ui8Q;,l,䋥?\wkÔXp%:$:|)b +EMQ+D6l™E65yJtw_zy?{h6OIu}3؝?eF+J5MĹ*=BiNn!46K9]346Lln;d*Sy!LIf@hw Wٴ+kyei|Сa蜄8\E_#+9X2). :&Nb+ Dhidӱ`W SiCW^C_6 ~~2Ûؒr f^;_Ӳp~pFk1lG%?.ꈯ0L`G^C[ ~ݝ-|W й~'dee! hjϧݖ_g ?j^ u:!+(Ai`9fY-'J9W1"c[\[  :[| B`ɀ ҔV 6V:!!Ͷ7.ER."bMBϔ$H6qrDNU[Vur^!^*[U94mUoRp)#I8ێ| :^%Q}X?ڤ SL=/BWQ:|\L+)$Q@*n>ǎPk;iMl,FB@y`:r0TIGS{o-^l9~X%6&, 2V:1 hpy :Ĭ9%WjX lk\n? /w tmm8?fߔy;ۑ ?dIR=]Tx?kv0ymF#X}X~1&ωp&nԆ8o͛sʴQagC/x zANвm[\GD!XjD\J +_݅펗.߆81*0dAYI<[2 w5:zJݽoʏTYOdMJE8zyqV۫!X(6>5ۜ%.D>!3H^ kg"j]W)f.55=犐z:N̓)R4F`{_<%x}V{)9Iwmcl"ܓDz{:Q)!CЃWKȹ;sgcO gau+BV] tvA2C?,SySZrpb)ȳ@g\TTbl{$RrR<\1ᚥRߏdCd|4})], Ҙl/z&7>|uKs?fP <2&Q'k!V\̨ѸUڟ׊S%'vBaoŪed:7WYx7(en&fA`_F,D 6psgў-ͨCAza{/1o 7AM]R)ր y: :%'jIwijEы|]%+W3~n,@:[009)brK6zUUSFYVKtd΀%g<wx_j:DOpkM"kE9`Z%fBᲨ&SdbnG׳}{(*{"`̺dm6󟪷G73:n2b1&ڃF b5V [@2FUH!x^AM9vHrėh\hwEVo5i=IA, { WVY 36i3%-g\9 sՆߨP״7 ƕ 6s_S Q2kCn)bɉUiÛWZHyT+e/%"ٌXj9}$y%!]AEQM4MƜ|v7ɩ ߄(|8YW%u1vߛ*3Tf]A %YKj`Z0/Hp,/﹭[$SzLS{u{uKEia|;yI?A3 ̒im%(fn[ Pb/qNۡ昋ϘYK.кGW-9:#$.24 Z~#O T1K@x38+6MC&M0XC}|{}@: ONDFِϼ(E)OX2qYI ܗn4SrHGm @ G'#+,|Ԉv%q@K(R=vc ypgqť4}+uGgp礻$58:rtK2i 1\J\tOB7i`N (7VR%?FJp.W)50Ҍ^:Ly&.>; pSB9^& {@N!>|!GA+~bx*sʫ̅9x'qـtQLiVU /c[./XDzTݬ&1zs4jޯ*!"<+xXS Ѵ}ޙ_7jN!rJ]A Oؘ?U.;=}mG!dFx& E,lKR#ȭە݂(/ޫӁ֎EP"dFݚ nmD i@ rP~D.o u@ؾ?nٜ{ϩggmԁ&N%ה |;AJNڵn62:l&<4[jMY_`] lb=.laJ r19T9a W] E}qNp,җW̚*ⳌMh*(e: ƚ,(䗍0OP}| gCSz#*>W97lĖBۀQq!z8sRxYjB"H@ϧO0ֆcvMn_^Gb5n3:nxQN8(*UX ,l ĻQcAyUfvUrd!L X%g!Z!UJJJՏ, {#f>&U?X;z:Cv [}VW9t\Djd^-=*N:Cѐ/g3, X))RAT_ U ,ܶP- ^ .w+Ӟ:yaM!aʐ(;wퟁTQ 1s,*e9 ga sPYp$ZZT_N6׾a N|Ϲ`s$>a?\[9UxT3S!N4IrkFU&'D`D38M & gAH웲*vACyV"-Ma)Hw>:z$!FrQ~1 >xstY&u.dUO!?Gx2%> i"1ڧىHku.cN? m0KҔeQ[$rV+W'o*[Q`b&6Hkf٭mat;E` ! õSȺ, V|QY.Ji@hO!4|@D׭zzFE>FSBG W7Ca` ^C7h0eN2;}Գg~r?"콈fM4</F[L$D'̀T́CH6B^ZwJmWPb@8~7|]$D Ц'Whc Mzd6 ‡,QaBԺuZkeRʮAc\LIh}0_dk {?׺Caa;5W\֓^x$]Ĩa!QGUǽ)*Ġ}=+@AM2=6+j߈"VDZ&/I- ":@J8b9" .=5s]u2sFq~ "#6s2t[=OUT-/s?ѿl]nMnԒo)<2(Džq0r6Z0Dg@Ai5}>z 020,PS'HdC pIa/W,ʺf^tB5ޟi C`F37L;5{:8 ?Mī akU~ J 2RaG NA{$3DdNϫeW#Đg N>!9iCLBrh-Gkۼ`H%0}ˈuʕ |ƦzސnNnfR;`3l@%Mi4$͇5ٓZVfFGKNwXV2-M ;4uc2v|w3$>è.g4)aZHp4oD_ cW~#,S?ipB&,5W=hiO;-ߍ=u >4Ew+iĩLtj i}@qlfrA^Y||-y-i**=(~>2X7FXY:w*x^XSɸL;vqqZ/QxKuL$F%g۽:r~ڧ&CCv:0hRaWn+Cg;T ÿ{98YJJ(jy>%WA03RQ ?>*BիYPų|ϣqÆE[ 9\V>W HRR9xhT}tr̡ na}t !$P]Ď%^uF9`.tތF^vIA` FL'DN\)NHǦ}ŨC_# ,VPXY,wz<B'cH. B33SC#5ڌb]R7X,%ckC8m9FܻN5O]MIBPŘE^餌.Yk<)Lٷd\^[~+9{?:m>iˁkcu$, ]*z>w~uFCKQ`O,7KecikFQm݇ޓ>2ibY9Z>DroՒ4ÀUU3EJ[I%W C&%V?w0Nn}=qn`: /z S3YLp}|7Y4j\~E1UN:f)EDf4Ҝm5` !wP Փs 2ag\}H(Xk#qkÊ8l}8x\c= &p+.aUH} 5G?lNX_dFݚsc/~o˲?jPZ$ݳP3E3«!anؼG:Y*PL`Мy8ߪ\U[4Z#}0'B;}er嚥 .;_ }g^m(xBbkOƸWvܝ3VGkR7-(w?:mC |R,&FQx wA0c'Y7))+X{ !q FrhS@qӬib.d_=6i( =-CcQc:W6PVӣ]RļGo.a쎏~r\w໩M!9xDKkRPw(3hɵ%a{vҔsLgy*uȖzG`~;2B~+rˆ{I H,.Ȁj9!!<S6H 410c[ňœ nEғ##| *b}S{y ֠QćFz^c[d.5%sVɾNU[=Π8Ƈ6/nT3߂屩᳭з"܃9i'=OZw$r5'vddIX,8B-wnr\~^ޣe(Qf9T:A5* i#bA KmȐ( r}(;F9ԓf\۲n8|%Mflb;+[zQ6JÑ*W<7gyʪCne㡆W@ W;(uss 3&I4.e|RDR1'WpâN Sqǰ)9k4q'tdGxS/] աO'G&有Qܻ&T!1uvݘk[i}(TO:g`o|of^:\d>4J#Rzlvԟ1993!2$5l 1F *x*[@xҕ`]cPqq!?1ˀD,>/*@ RtV⋨^Q$e|3HEPSN,SDєwOl+f ա`|cLy,4' 7S+ϥ߻S]avkmR\3ݚ4F-G'\ʖ?A ZyP;{-ԯ0e^`rxqAV;qqp1 *1^*oQz$:zSSy,7se \ yvH[! .\Yy#nV'b!u(rQe57M[ma8ŦX#۬ C!opIDry'osGi?*()3 =Lh$=nje@o\cOg*bIo|?M&Zŕ.;O>:Q76%n|`@YT: 3bʓN~傳OB'}N3F[o#^OijPڬT( ͙ /gG71 2'IgX\ͿAk~n^y|û5-NIfYbJ&ttnrr&6ܫPRB9Fݥ"~Z71F10 鏴⾣TWxIJP@M3!<ojUo^ePfa3qmV%-ų8,>co()bw&Eoe@4+q?tut74 @a L"TV5Go81F 6FGBair/$Ft;.ZDe~R q4/ AOuBhiU tJ{t⹰ڥB3- ] s0K8Z[[+on.΋RT.?+BSg<ሊxdeMl_lf˚|!ߟJݶ䯟hZbt*_EtʓDka+(wDMᕢ'$aA!mqW#ge!JaM$j9W=ɮ'чoX0/ }m"m).)H*%S[bX\06g#-(pĉ`*88v٪s-J<C1J+y) 皙U4-m_hDU~cB4ݸ08@ ɹS$Xui'-8N!cRa7KQ$Ii4tTׯ\rn)Hhy &anĽsB9?!krB]]h^[Ŝ敄%@=@Qc'%nΖ' /+903ᭋQSM~9Xo}8!P'vrGXhO gRYs &5G!OMd.'<"dJgAA{]G5d'/?%)fq62{#IQ3qӹ.Yo_Y%Ȝm0d yef!R1L#pfy AK3 創D^9 KU߿Q"B!'w 9v:Wތ)XjŪ35 |ϹVW0v=el73-_iSM'۵Bޫ Whs`9cƻxtnp%_6S \R;0}x%I o&=1W`E^NkT@ŠH &@A3Y$ARq?C-Ig6Q{1= !I;v*צkvp>gN;r<"{ ̿_aVP,xwwϲ& ;p\* 9^k6:NδRI4 +l9T_L>-=XE5fbDִ 3̾ؐt2sh)Q ~f#]γڣ`柞O^HBLj@5f4Zb,{ߔj\\~lfDž?nlzd)b凭)Ku %[F`] 0j]S3ŸãNvZ}gR_aWٵ,ӎΈpY'E/ dA W>vf1kNמlLWO{2!\H @]m HI 5xEӬ%4[KKeP72N! *4!8ٕBf$ȢF/w"Ҧ3A`\O(H ز|q䫦WEauR Ղ§>T"CZG2M@2 c^37чOw%AܿbY=Xq g-˭Y_׸ȜepqWZYYC96{"\n?pv ٱ)FuV[IlBcP(~Ad@Hඌ#>I WŞ}>Ꞥ/nKo7bQ-QM;)7oUUF|J˭gmHKϬ4TfttPԵb=Ւ9[ 4- '@νwbso*hև!/%,:oq GX=!JjҺuW!XyI)0m 6FpI8HԠډGO@NTN)4E :3M=̀;}{ߒUms\; $#BTѤu1}w#!٬5#Cup>Ceܙ`f-VJ#8W~m}Ôq8 \A+ZIOA$#UF2cQ@ $Fe$OϹLC _캨%,(ϼY-Ѕ s@o2c+ ]ɇm7.mO w ѯ۪!7%ƭC&p-3ao9bK\eqzʥ $CIUp#s>(F>AH vZӚq84 _}S|{ RZJj7hz;Ԋ!"8)pꔹv`~?,C$ju!j:*kͶ'f h$2S S>'XF<"M.ʁO-UȑԜpdI>{у Pѓ9,%~aF`zc]EaGi[4~xh*ZjL<Q߈Ѵ_ _UWBӷjUSVn(\Zan`ߥ.TaHPx: ?iqAB7:qPB {ב.fфM)f m~3K  =:E!dH.Gd_Y4… x#10A4+Aݳ4G⡊]{!CO} ׳mh#ops” kP@교v0Z_N>! P^lJqhcNLdmִH<.^|05R=sBـN,w gqbm$2DTUY`/ʑ*BuLo)t 钥@#UB|h8-H[y"d{s-śxT#WE ʒ߼L)#`r4r!ef'\pb X{-\qVʼn 78{d}{IrBV$ +In׽[VY5''6.b3&aEPus|0:P!:V>{vWK g G;Gg w청U !{F# | K.[;7 >[3FMYk} ;q0@F_=ǕUԯ7n$k&caT߄xpi-Hc%b,lڟ^p90fNz_w9rM(0&DآٌfhˏD-ӭDQ[ |e1@UٝiLH)?msY5c%fEmFԮ`&`kIɬ[4ƼX}.C[EUa(K\|_eT=SnTȋKi$b.g\UHnAe13rqIQT_ub\#ahj@%{HrMz4YJ}L UT&[WBWZ>mBKCa:lJQc6QRtʿCJ¬ųΊO :f}U_<,d[8^ob-ptmJ;e+fWGiGn# G ~/\ Pim2VZ!s7[)>jhc|! Lv"Urzdc6@h34?h /nm5j9q59x'v%dHaeiX{`\!̙8βͪh8< C`V~f'fwt[`Eg)kp1`s-M߄HbWpI~t]jUȓIqN0-Wa:rbF~gOWyTVTD M?Umr: S2ر%# 2i[_` k+5VbC$RI)t]䓎 UN)&͸5檞 ۍS@bU 0,tjnHVb7y۞d9TPm˳kRs[hFTʉcf_mѹrt(s5RZ̲w˭ >Pf~n>oLB)e,i1I?ב,xz&M됂m`!H&S P WCT*YRb 2C%EI_] H!&otۇo!TRzGSyHөҟU](inI$ksy?8ȝ僫*'rA.Ac>㖰\l]SE/HO6Xܚ*[h7JE1F,si4S5=V$d y8{ZVy>tN dy,+Iϑ`'v$ Sp*]#⢏DPvVez@!m[0$0ė6\+/ѲlɤD f *~!5iSoxw^Ŝ-p+ݣ~tz/aNVa2Q7X Hd/,Dޙd$Jy[+44J|wҰ"~yY1jbLs 0B4v2ū)/^כ +s{_\oUV _tYC68҆[B_QJ߫eX,*T:}Y/?s;[LhxAAxf X2a+\(O_&bEINELi/*)KꁰRo롨5GyA,ÌpV%*\h:.]4Pf ߝK'В64/kX)xkQLQeuIF14q q^ ü7ln&G\.n&4QFr*s|N^֞^_$AWFOe*i`zGOCe|֓\-Ni`4 z7=iHn[ Y_p83z-Z8x$i7QAl#`o$rRj?$qd]Ssgm*k4ZT҇[tȨN .^rČ:5^p7o@'LvvãqhSB 0RM/0~?X(?tᬒ as EB$س.-YDj3K?6rĐ.T{_%QMх 0zĀ \V?Vᛦ]h`iT0O@I*{l4,I*aMTL ""J_B8 yrŁѝ\I #a` ?DP6>o%wͮ֓1,Ew|L9lW'B/T[4[_qC~,'N @!RU~뿫EV˸:wFY x(P~qR_n_8?A12^Bs. G49^3|u8sUWXH@v42o> Q-cC V"n%ZJ-Lއ,DtO(‘K\I:ZOÒIJh3nmEvMdm`ASWyJ]ŠqFqT]tJ^s`J[nL"㜖XiPBiX7N~)oF%bl0+m1 UB ])xy1[GƂڐ=L4p#}5`m"#_N?š)M/aM~DuMƻs^Ua2zK Dа0pw֩ Н`d`Xgٍ!TI@]Ka"v N_Nbf-+X3&&O0 ՇltU!Jx(z]~m}h Z3&XNƖb֗B|+`7B3=W7O@j`* pp1xʥ3Fm @ R_MjTXP##daSexK"r~*y〃Ƚ68W{4Qs/n;r"= Q`V*\Wy瀩hC'fddt>cn$C .N|ޥr#or'sIɁBfTOm#|{C&'3nMe)G+I*t+˹D0.zi3Ғ]\5iJoOwQچaZ#®vɻW8|jX8/nfb6YD3$q(v^ÛdPnܑVay8kZmotbuQCW)l!ѭ.*s,~LJE dXa7"oM|7iO"9J萊RIQa`67u3JdLE#[ϪeOF#xt:ng2Xl? F_}OL\t;59).iLt&/Qx!=m*1t mPƀk{ B;]Q,^z1l6\ ap}[Xb؊# 3Ykj"wԮ8]~˚f <e4! PXh#^.|_AQ rWnjba)5 U%s9j_oLQ#?! T6*oj 5[z,YKʱQdn5?f&SVXj촤AtdJܓ?(_ ,>ఫJCR8â E& xf/(I҆7GFғHU}%yA8%bXor0\Va9O+ZyR;.U%"NzeGxia'9ȅ .LX6:ܬo EK)7zmYv,1Њ oD#to|_j{A+~S*#^͆hb伬gk.S3|S;6٤MeoxS6rpWν kKq3lge] 5hy&~i{~~/޲|a-oGG٢Wf 8 ѱƸ W+ =9C@foWYW5[FĊdC@j rR6 tQj~&{htv&~dh<]9\x FL:շ,@Ց}]$.)zxs OcFnGo3pߌTկLZ;t6!Y1&Rmň@8TS5j?dzt܃+J|6pRTLDkɁ9Ꭰ$,@ڀuMRI!7v2h;.nwldޟ %GxI1T⇅^^Q6Cu45C$Y3 kcԛ#iBB3Uϑ ӗ>j\|0/gKB*e o-Ţ' S - l6s>Ke)CzΦ|ՕN=Wr2n!w[P4RnLJ?[(s{1b~O< WZf9!od{H\[K 4f(ԒޯLBRF/5%.΁ViQ>QgKOKCMo*uTJfsYϿhPyA)G!rNNc(6r%RDP?9&\{L[<[W2w1ga5zYW7̖?YUE8;f4rbOKGl3R&I;iXgiA“ GXg)KWܲX!g?.Kկm3xo #zk5l͈:Yt x|?`Mhq+~I:h8[,4:΋%EH reۏ!4*(9ޒbNiDѣ<{ASe[qbR" C*n"F1wmߪئmh'8A]M?' iSr7 ͐b)Wy\-Ã=]ϤȈƄ W$˼ ^xfTuo6u>TaJDo9r|gz3kςqA$g_"E=vS|t`r|XvPACenR×dr-pF+{^5Sdk^M|ywh4!yt2$}!3kS P3lxB]@:nsPd}\&gWȔWy FB6[0/P\p˂uAB"s֩ z}SV5qZ tsyUF:v>ܕa> g6h7vޯʴOCSF&\Lu )~et`0ǬvY9ijf~XH[r`wxIFwZ𳚡JJC1Ypb9ԉ$3ToY=//KDWkdbO0ͽO.ӖZx=:`@Af$|SB*c`Ga]hI>vDBŮzw"R>cJ2YAb&Hށk-IXu@{>Uj=%ACld%H_!58y[2W4x[֑cz2i iSJIoHnA۬VШj9hwB&q`-ƕe"iݳN# Z_鋜Mg^75mϋ\~(vRqL0n2i]]V~ .lBxUK`ۺ/t\yr=PGcaNbyϐzG Y?wmHaEa+ʵ8sk27|3 Sv̖;ub .L4 C܆! U^sNĒң.ȂcCPtiWr)7._ZI-IJ찰k#{5r;͋xpka^Lo%QRmeAFZhO N3}怔IV@߬H?ș[=վ}å"ycЕ<@ő5c _0=>|\;] c)чpH Ozs[KpH&AQrsKjS6ljcB]*GOw\@t=8]֜L'/Ng$g}+ |oow9U2&PҔYScBLZZBMgۧ]U$V!&(5/ ?d_meMߣQ%;)^xAw A13 nmDi ; ȾEM_\kLU82{B+煯-\ՙîHE^J@(ͯG0r;㖻fD0zRM_#D7I&1fKyWPCZVpɼ,1TZĿ>X@~4p^Rg'lGy"٤qv _ Ce?eXCG+]xn yI?"|D^) 7Wc+{Oα=oReyø]x|Hj6hh6#UnLHoUcw ڶA*TAFNjǺsEm@Iu`]AŀWbW()R S{lu*!Kf?O/# ch셃YqBt_ /l1I؛L˛P'E_0k-)1{?n{+KM9wϺauA=p]5CJD.5mZrO>iLW1c| S\U+P/\Rə`Ю{U 1Z FkyEJև8BX%(0*C'Mk`nIw_ϊ,L#$Cϥ#?˪+}  DI+B2;xy_gv7}rVQa#갚_#Bp:V+Z {nOa3Ĵxxm'k"U;5:Ue~BMv>b?_E-ݠs@ f7Bn.`"eOT4Pp>~9_hw=zh-E*:q+u`q0`6_q.}Q]32{8,$YekṠV?Jz>3aGpdf1!% Mn!Ee6[k\K:R6V=Ar5dGyk懴/SgـE`=X:yI3kv3d~$$ϿddD4%QrL`!{̡dN$ 릳.|,oLǯΙb4y3Fd ^H|̡O|oFMs44Œٛ:i麁"*&(d5ŃmG54Z0389UL/GZ/^ۥ=B >4nJxpǼS/BǛ~E7%^z]Wq6%E+V(j7W⇌R( rÔuvg—UArw>9^OJBmf/^.PϵxhP\,&t[(%73-4DC՟ϕyGYNmsTC 4&rMȚy˗gӫ|;zDv=bAtyIU% ڝ__33:(K! ځWV(y#z7Pq3[>|j0o<Kn{WNwg$ \ F-a"blL#~WA>9{O#lpD:FaWn\ OzCU瀣F7ObyS(NsKzCVbTm! xۯR (+zZx7@b9M3g>{O+][!DZV.$ Iee -=Ih=58ky~:ye( f=jYV(&>r 6<գIZԯ /]1% z.jEEC񡳡R .i="5/}Qd!; y v$a?g xrִ, efCo:! ׫'@Z<9㞧.z}~{iB=V%=bDG$_L}Lܘ K1&Yw906Cs+v{!Ļ%@jԀ!zl_+Mbm^ȡ Y~WO/yВ~Z'cVg(C7o Y;Nq+> KDI1QQGRS쯏j =$tȸUs ÒYpޜD sv#g$F. 4쾣P>*8D|p=]Q<`lݩ3X`^N|칕]p5h,DP? ,Q0r5E54˞%TOsM*7_Z>hN`^ؕBb=,8uo匠Ȟn͒Z:[3=|-E|{S$C@Wh*鍸/i3t9_MD20,b*,K/62ώ[]]_aFugBk]ɽ(BMEs{rsn' ɖQI[8: y2Vy׉"z &<8)BV4Aplϸ GX"+<t4EYUJ+O/ K'i#Zl7{b[sI`fR'$x#vZ~ }BǠ ES*;+2Wl§ 5ʿWYm ˉ* <Ț4*ECs$#Ƙ0L8/+y#m?3ZI* fOKbæXmg֟ό1b}_M'" p_=g_<C$;Wͭ_j4,FFڦXXI,;]FsShتnuud0|Pt .+Ʈ _Ix?Ö1}Z19(j<p(o9UM&Uj8}g#YbhFYD|Z2eɺ4'[ 7F\Cf}):83|?Jf/ CX`V]NC3ii,om?4 M#VϮw!B$rK`Nyj.a9z/^j%solT4#j `(զ}eKyěɳCfM,kr1d蠨 }Ztħ"2vyJRm)@J5v"S7UH<]X&6l<`稩|>d:_,zƙѵUqU/o_Qe*pЦKb᧛ҍNv~ppbh֓ʞ-yUiC7ڱnPk"‚}dҬ?'cB2O6 E" >Ć3Y(Y-) {Eb'AHXV "I Z"Pӹ4&DFªb '>$MMo2ت?[e[_7wDGzuɟ^ Zh.2V'vD 'dXU9-طӾXBi*MN Q]k2{#^[qr!z\iK#ƺڝje7}yFR P9kJEJZŬ&T|.Z{~ >U뼆he o~?s8NM| l[ObJ>TVt]XtKsP"/9hm>tli#3~(SSАPu\AL-fP{ K4Omi<>Z zJ >Sd*{Qǰ*Knjd܎ay4kc[j/G*"v#)曟vʒIBy-7{!d~h7VeUP>qV YLG;O<6z]xBx`z$ "KU2! VZz?4JQq㶜gIP'5k,tyƥ'&^#ur7,Kę/1QQp0S1țw%˄.wg85p# [#3oB8KOoxgQ$!OR.(NZ=\޸řq2V"rH=ռ\+Z"BvZ|M*{g wq;ٶ#0d 8>l1uhِ+Ij$E6dS],R+1Ōvр5n⫐?LvX \[6-OŞ:EHz0/> 4`¶"AL01(qY4bOB'T^Ɛ/BJ7RBJ̟^w(l0L}kg(;sGk=gDTiu NZ\V[=PFR-=_ W}9_T  "?'o|6@ո%q#\L ?:Hӷ> F_]z.>WF} _Gf0fΠT節w~pPN[?>9O`aX0OUܝv%Xޜns ?(d]ti@$0S'/[iY{+!1;l0l^C8]lT%L7DzH wj@ĕUvYYZ+:q [顦 fw&jVn`Ac*S֕N~oU@a7[i+;QcekȭW|բ~xݼKoQ3$\BLNE.^Q G\~ pܬVXEoL9JA0@ᴜ4 CK+d`5+t T4Ҿ"bU\|5q_0[h,+@Yy{$So:Ŷ=&roisiCYa5\Q_XjiͨXOp3~ Bjw&,|C𯴻!Xt &&й]|!2qI3!$|6VGKX&ȷN/܏Ed@6̇NC]S׮k!Yoԣs3 wN*}gG]ZM;%' <ncƢƼ|zK`[^F ]V}%٦2P97L`ڀJZnI\- b P ۟;&ҩຍ?o+C$P Vh;-UD2(QȄ9:{c2^I?{l%A0/Uom\4%rӹ501nq 66摺>heI8Mv[7Cu-]Сrg!uj@K%x$sn_y ]Za+¨e峠 %Jс-=" ve:|ʳKՙ؛Gʻ:wHhMKL~s߳%q@FOt <6H@1@;Rū.9\`gTXײC< ={ρpm-#mʊL6a"Cl&Ҩ)qJ.eͶ0DƔu-WM2]њ8q s%|b+{uR* l 7xNP*0dc[_Y=Z:RtT孛d˰.S~/yXuS2# jli1cKo*؝B_}λǖIz08eWޅ>3;?LE~P(S4ZFSD1t#f|Ao/{''u~s¹g.K f4q癟q׼{`G"pjD%]UךtR8Laۂy :hAk~#3lEQkzpá];^Q,0 emX,̜r`D_+Lt t_g%K4' ~6%cfMh>=?I#]֊;$Pcu)̐FkzVY9>}O|Oq!?nvurץ*b`zޒЅP' -EA v/I6fDy 0N>4Ή_<žaO7y4.R3(4k$~8H0$j@7R)]մ^W1ͥPJ^I @0>.AY9~Q\gEr + Ñ' VzlQޅ[yge 8L ݔ L6A d2J ҟ4fDE BeS;tX9-&!M7M\7=BO46 Bk G뺨IbXJA|~Z;卡T%ci<:\6iGR!VSe?$6met4wΐqY0((Gg4dr>29a\ hB/hؤi(A6k=j4^zY8j1lRQ6"qh<ʓ-)r;§(݌ʶbyOvumyyˮ]Y.ѿMr5G$^|BW)4[`j"J%؄paAW`JZyfz Z`t|RZڒ6ɦ;R gPS/Jቷv7A`НYO# msf)hQ&B r]]A V0j!f)4N=Fm r٤){l x(I?5Qj> (3^`qc RN.S:|Á"څbK7A~9 ˬ&GE}U|Y]]olm pi\5\rfy/%fW4`ɡyf}n#NhQgp֣;J~??L7%Uj[LŖfEwϑ}y쟐gk L]YnE؛ Iqݺqf6ReD#H"7Bk޵yXͤ|tP:~)isuwبft%O}l+}2=Q*K> 3~$4 ]|ZܫQq"Vi>Z\m:pOE\akI^u8QI<`<}8*-5߀z>g˕B;Hƫ/ïe-z^F 3;\UmB }I6 T`"$*٦tu2m9b?3[kdm1cQ+ϴ;>ތ?&ҀLhN pe V6sr0+zGT9xPd` L# p/l Ox(`ɱ ]vhtqCً8۔"&-)7[UܰwhWY{mvOcT}Rh#(^$v#*@{gODSvU2!WrH{_W)PB]S\7P?jB- ~ytggqAzŸęS5.Ip~S6+@lcҏ[M? m{jÝC#rT!kddfvm ᫪Jվ"{ a J2yi}?Rސ2A$D9t642]M|y(M@@J;sj=ۉ`2eW=&9CXiV?=p)ѰǍEgJ PVR#$Cy3FкL<O%ӈN=r8'E^v/m&1d7\sM4ʢ~7~ ko=ߑ=`7gF1$`zJEL/-X`BzZsO/ҤYXHk0ՙņ\ N˰*RVk&+V3sJk8"2+ i$InRrIu\We@`1QA31ct6Jǔm^Rs49&EiuR}Sݡh4l2]Ǔxe{࡝ u2-^lz㲓?ĠceQ=]yg\ՙ.HpƉkڻw,Ko@+j9GAvxlmS^T 29ڛ}(wœ2Jvu/=W v,`ϩ|O lH&rNH_jUs e=? !Plo<_]~|,1†GluLjJ_2#=s93PJ׿' o>7ss|Zafv}PBXOF·B/Ї' eX"@Ĵ3X /6uy.^k[cDu:Yq'E&8eQgeS/i{{;C4Y(SKb8PODϿHt56砄QZ7p\߶ B^,ZiwGӅj0 %;\z+j8wcSeGf/l7]78g<"9=9rؕ'zQiwՒ:TH'W4Q @9_ڗ2p5$D 4mT3ٿk)Ƈ|bڪ .=Qp5x8֜*yJ+"ߢVadQ̳ͽgHק1Xcrbe¡&"8QGpc6㢛Z@A+/txKT?D(\,칔Vw]k?q@AE02ce|Y/[:9z:QLLXQb.s}Ɗ6޹%VQi$i2ͨ]e_H[,gEYB=O\v_yW{Xff3{w)>g2@6^sŻP7WEd~#V.ؓvܗͱ2ސRJiΚHdaƅ_}k 4n13 v|{zWlSqJ|K"'3QwŃs.Dw hcī!!5(}sHAoas!z 2f Hm;]%~X|k#"wSHE֣v`;lZpJU9*pQ})ڦcw`UhK 8~J+5,I"C f9=HzF``rTǺ3b9Zo&C\!/&,}>&S.֗^^J0uB;!56Lm}]>,nj&бkY@Iqytnj=cHЏw$_-r(?$d3*mxWgkwҗDL&t==1X0 ,|rdz!e~8$Z{??:fkMEgyWc`ḢuQ%Õ$x<&ٺ3?-]ufA% 1b]"K6B-PZuUr]E;!,E'Rjjʳ&|3&݃yƷ@`rX1@֍{Gr_2HF. 5.cTi]mN[mVA5aok]eb&{O]og,$|*}f:`҆UѨK0PEE8GVV\JD >M~\ӿR\gGQ3z(#b)ƂFPO->߲ZZ]rϯ&l81Lm9ow[ӻR%w٧u_)qG#}["*7ӓ^ /qºDP(1;VXD,AŅunݗf.@=c^Q4}ƥV5l<㮣=`7g$սZ* TH`y-biV/6Nu keC v4D~x/hW?ـr_Ni 2n2P2 QY>c#2# J^B'Ctzs.p{FMA:i\'0A.S>*ys d*?DIŹ#-8q'=îXed֭O,kj|,&'ҿWXf@r hh?0'EZrMۀA-gCFdH \#qN3$dQo{ KL^Fs-PJKugRޤ"PoÓ44%gCR()ES4X+h6E eYec6 γpݗoWc̚> HOcW]']w]֊C NOI&WcЫA(aӇ}66ia/g7BC_ Q' 1RH_m.?gA๬ɶC$|J6#u\ %// -4lրeҪNL IĻU ĝQYqPA;Inύ~jOj}[(P>|(&;ɲ% a: źp̊A:kN{Pg̡`a(^:ѡHi{ic] _A])Yҍ!Ut/KmEC͙S~: VG)% < L%5~ vbihxe(Qe>~O`߃L^~nc!Na.Z!]؞8$'ƳO3CCw)(uiDySxM RZ.j-^O†WVػoq-d@F`GK.ҨޕLYةpx}ԐnUOLlo%C:|_ׯSWCj*e.0fH? a2 Pe"}f|5w1L݆F4TQp9uצ(9jL]&snAI!7XJ*q1m3+OOL@QW}`/W znԆL ØלnE)3饩Cp@j%Ǒb5g>U6`K B6X5KNR@[ץW S>ru_T+W._Mvt^3=mײvGh%MN gǠdE6 %`Na5 H&q@fr)#Ē9U͓a 7Jg-@]'1Q ~04aÀ7ƺpWt(NkfFjcp]NӜj|=P &GIu>Ql]V+}5PrjfgKۑ/7-3u`GV%ٮ/5Q{oJoz ’rٻ]yEWP퀆:˨ kN B1{' ?m7G%EmPI?2wF vQ:kg׻!GK8gFg)6) r*n䍱U EG.xSK/ua(i~-8&P"u7o7̢"nAh8~m%#WRyN;y2j{|M0' c*'NTzjIZ3Tx5r SK I>!$qCfA6"]." _4+y_qT)u(;_V8ǡfXǢRg搜F;z˖8ɿv0U z( sE=u8ɻD,8X)Yi<ײKGW3֎&DJ)NtQHqMi M"65]C Iae{GǀOjT.ySrMw bCxr&Z!dc?*-Q]J 7ٶS^XT. gO :eR({ Wv»yស"z(}M+o4fpW·o "Yi׎@\O8*4JA6LWuwK[hTLY5ۨxe߀"eZf鍕^tnI'-Кg'Ryp0H'AjBkƆp$.' ȼ+qYVaIzxedW/v{ڸBh!&x~2+@Hzj ˯u~f!y7-ǘU9a59 a6'VN^w pn)RM竡iyV~S\y!0zd}^vK-Ldxv30{ qw:3/5 J蚻 Xʥ6[B6W}~+~!4t2ErYEpg5㤞K޳q?eZ LK%S1#1CHźCy$19HMeGeBU/IW:L=Dr!d?g*6~YQFi8O P!obEKY[=IF|Q]ǎßAg~kXvLE^D-穚9 {CRGqʡ{0k iU.ag9/aO.,'w{]Jl3/Xi.z3{1\ZXvjKs0NRgRSW^ *a~Dpyv{j}1N m7Lo.sBoBjjT"E߇)!r#B-g"4恍ʏ'Owo'Ȋ,hy*a ٷ1f5Z]9!۹z;%]`)Ѣ3_1Ǿ~89b1Yg`h lטV5KYn +nގ>{-^ v>Oo÷-]Ya<&OC VY1{|v :O+@N_ <*bdX1D[/./]Lk14t/^uJfm7@wo瓕4҆'Qo9|QC ڮ1";P?t#9} 3]M! ,Lŏ#?HObhXXNA)mK Q!l`x;8tãcD ̓oDFOHXf+ qx%4Y#4ƆjZ|Y6a3"C7% ˾ IЀ?NTY3mpӚ*F˙;N[d R /C°)P_c_0wBHY'Q5^OVbb,y,7u9ٽ-Ӌܽ5];7ynp儼Jq t?m"뙆|EQ :yP~ڝ^zk2536!b'l4tƞ?%ӶA>aFܠ+HZR~V1SpI(V9Omh{_ 1[{Y gxyj!cNͺ/u`k%RC|Ҕ[nÈ1"Sqaĝ$^0|vM˱oCڡWcȢZ塼4rKe'c+^{Fx l74Ua.rH͊6fOt+zcs셳$Oitc~A%#T7TA%x{|?R:?d?ܣ'˿ ,z\JGcJs"BNGM@Fk)aɊs WL"1@3C;-aIdBAXWxc Rty ͪ 2}ySmBn,.D, _;H!•s~?qֲc>!3UjX~.=EKvյ1\$`MyTJ2~abN-Hf \J=rjhML,nQJ%DB0M?7 .w@06z5vqM۪lšϜy'6]=ݤ= b(IFRb'دT3{E~1Q |E`$]E@kKpű|TpTޅ\BܠXie[: Gqދu<[8ҚjxZ M">I#,76Mp&,'S+dK\eǍox+:G|1wx[!T^6:!knVL=W.OԸD(;bM=1Õ /72!80$u LCV7F}_-m+hiV͉S;v 0 ,kвSQ!eKiVmb"kd&`kkD&^<\+Xrjy);ʗΆr~q9Q'$+( L%1⌻-~صDBՄq>\Y}\_#~Lpґ^H>+)n4k\OJMH$r4êT׿%^q̓3xo-xOEӾC`V2R6e =s\(q1cU![A\HZTV Cڕdvꁉ:!)f7r[$*jw뛻rAcG&mwb1eZüCYu1 7 <!9@4zmW1` VyT kYd F4XH76Cю ynd-ʴ<[y+d^_{TKȞu| 4A!:X 6 ·j}NNRscxS-?|CvZogf/;80@(*?~\jn$e(gk'o3 MaK7ItŐb%5!JۡzvPYBp?hy{hiRTFJJw)pK0cߞߔL图$ƎJJk&b~WBs\ZaYS߹lt0咕 ?n5Ԭ UAaoޘ1}tf$-2i9ShLsۜAmx;qVmZ/''$Xf Si6Snl_ ( ^\X`q{IYx4$IZS:I t>(G^ʼn `/Kn_Q-:N< EIrl! dЄx7csY]TÎ>l|"^"ϩ`U!hK H"PcR%@9~tg`$l+" &5ks7¦3cIød@ԏΫ‰)`oN`)6- p2 m/2(IOJA][ KT`ےO_D3:A/@_L Xps?U1-uЧ|x ]?V_AMke\:e|9Y rPVpںQNfη1vZ@UgyamXK|pW~"n@4L9] Z1v' K\=B BX8pިEx˳簏gwïlL1Uh-2 <]T5VTwNFS"T|t ?mnDFhybgퟴ1{fۍWY d Fuc xX 5`T AkJ^\ҵFYމkګozB fT>>,Z0G&GzK{V8͉Kp(Iׁ{ִ/٠1$p 'u{*S#"aw|h. Ǫ#v/ ]kQ]U%ы6TNyn3 KYMW 𫊉.5 8?)͕ɳLRmf"G'H+3FXJօ*0O)xqjk(fLm}=%7DyNcN0`\'AI2 y|$QP $?> ."tKjz_댮!{g?j!_wi1ɡ^j%$?ocS\ y0O<7_ zpVŰ,0O0jS64ٞjG3W?^#  &j~;N wO *DB(jVŌi>{ܳiSRCFK UmAd40`˖=KNfRI :4:qDL97]qhMt'N.TVI2e]o% i3٤] Mkx|Af-@U[2QNNQ*տő_ٵ50EBϮ/eCSN c f+ pԾ'O`c1c+mei2I4 5r c=dJ CD;S*uLb='x%UuTvY58du=`@:~wEy6nn&oDA/OMh)G$#5Bb2`,\Yi.W0?ȌE7}Ǎ^W&6NH3t!?a%m0]Ki.q/zo}@Rѧ-a|z4犵:-WB”=YL _+p9B YȸuEwSa/БR oF b,4#TrNpq /!G< { FVdi+:V~w"tOLjcIҍ޳&1z}^tyHDOcF1m?sn;IYle:U1\Z?/O4If=AD>L}!D|~.N]HJdǧw8vh!mqPǘM *M`I(Z33 OMnI80"h2x@֑+gwbz>,ƇK_S6W ɬW5g2#rK}؍8ɭ$ip@j^dh虌~jcVw]}!&~eehwd`27jgYAĴ?ꙶ@F&g1tz'  @[?k*{VcDAjN41Z 9V; &`!&G+y,70+T >n|N@0-M`ؙb?Vpe9P;axAdcTӔQ!Vy"L#ŮIlНuU֛b+85ݨ^϶ YZ