open-vm-tools-12.5.0-150600.3.6.1<>,ŨgEp9|Җ]Z6 .;vO^s@zhe=]|geүe =tx U8(ΚZ{!לn\}a0Js 4X'_9|1#r@gƙި7-|EȻ+?gpcuDjv-2 L^.kws< T+Bb:DB ']Dij{Z삹Co#ͯ古\j7~_Z ǭ.>R"0?" d $ ?HLX\u % J}}  } !} #} =} =}?}B}DvD}FG6H6M6(Nv8Np9P@p:Wp=>?@BFG}H}I}X<YxZ[\}]}^#bcDdeflu}v"w}x}yz!X!h!l!t!x!|!!!!!!!"Copen-vm-tools12.5.0150600.3.6.1Open 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 guestgEh01-ch3c:SUSE 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-toolslinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in 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"@'p'Rh )((HxHH*( 8XH(xp x(8h8(X hkLYg9 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큤AgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEWl,`ԜgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEg#g#g#gDgEg#gEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEgEbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4f504e95c6e1ec995cbadc89b271a65e33d92c9544ee7c0f020920714c58681f6b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e10fbc3a7af163cffdc43e9c29bf446ab5726c2688c81f60edb6c90b792059df51c6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e6679b2eb9baa8c3eb44a33d4c5b89eeebe34d7f8576c0adc7e4f11b8022797898a47242a6b8a305c40580c4814bbd8f27fb63779d15683c7558ca55e80b86ccc5c90bf19478b34228c71e0b2c05aaa22b83bf6b04a0d25362255fe5ce6de7c5b2d390839a22b52670f98b9e7f2bd2e3bba4cd4619d374df757712e49cb8e4e3dd1ffbfac57fbe9ef9b41d055669452007e1a72082c002374460e62cfe53e62317fc6c2d1040b24947a4e586199a46b93193a2a7b67991d1c1678f0ab3017c811005acd497e0bb36e1c9ec6d79f044c07ed0ae020a4cf92d79c2c525cb804371e00048abc237e84def17e692318e197a642cbb40cb77ae23103b5143acd871fe33422dbdd3a8978f121e01e4606a4bfd4c8e302460b4f64b2616dcd161dcafae55b29b91fd6bf42fe914468c1f3994551bf56dd0166ecf36aa66eaf0fb148e515b1f126d8153516f5e865ccbd80199edade722df1e43b54e995368d9b06fe38614f1764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75daabc80505c483a82f0ff579d0748437479cd9862ca8ce3a8d8a04c2b82989efa3b871caadd60a081540f974e2d229bfdce90fc1140fc6fb921908be4f74b6ce5e57024267169feed479f4d4207787ced56b906b7b4be207b5c207746deed1efddaa0dc742a03bfdbbf10e0ae877467fc41b7f6140b32862db8fb2dc9db8e5509e414c9aaeb64ec83540d09d588dca9dcabba7a5ad1a7273bb7768c02054b7136b50c03282101ab5a5ca6ba292072f7df996181adaa7fb652d814eb638bafda072b20f6e846facec4e6169c30b6dd864f608c209600b14b093b887364e295bf9ff9ddeda8a5d5b0b87da96034ef10b45b32836d1912ea0234f572b87f1584ab96768d3d0a22ef53883c0e4967fa13a06adcc446242aa831376cfe3050fc19383a91a8128ce46b2454be892fdb66a554229c751b1bc4982e481595f5f942b5bb838fd2e8d364125c283e23dd4e500c6a9885f280064ca382fe2c534cd3830a80e6a404eb56e26b96ff6518c67969e2bad12f1f3eaacd1917f0bc81c02c7a20e03046f5e9cda0172d1cb9faebe363837656cd96ea1c4b270c844a8a7f22ca6d2b65ef29fa45d919df27d7037cd4edb5f359eea5d22a555922150f967c4c374c430b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ec2b1a11b84ae04587db10bdbda5b9a0434a026a729799a9e53a96d14f53b77356d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac574a0aa1132002b84c4bbc5f7e2bf8bd16f7dc6e18e47d3bddbe61683e61e7287d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.5.0-150600.3.6.1.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(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(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.5.0-150600.3.6.112.5.0-150600.3.6.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3g @f@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@opensuse_buildservice@ojkastl.dekallan@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- convert to obs_scm - update to 12.5.0 (boo#1231826): There are no new features in the open-vm-tools 12.5.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been integrated. Please see the Resolved Issues section of the Release Notes. * 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.5.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md The granular changes that have gone into the 12.5.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog- 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-ch3c 1729775073  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.5.0-150600.3.6.112.5.0-150600.3.6.112.5.0-150600.3.6.1 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:36148/SUSE_SLE-15-SP6_Update/8ac43d4a21f695e108b64bdcad0c6cfa-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-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, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=66686824b4b0429155fd8b88b9a6eb94a429832a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3c26ae3b03027e01c0ee61477810fa12991ad4c4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8760a99691162b19d9393b8bbcdee486d849b5db, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=66b3f9dc09022978bbbd33772eed13e2f5145e98, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d3383aad56855a4ef7e1a4a826e1d4c69e38cab9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6ca2366342ad49ca59d815e440e5d5a535d48475, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=de12e1a2cdae016a67a83789fcdcc3219381c81d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=15a0ec6f89f78175b257d034b353680f2e2306b4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c561aef58b8728309f08088a0f0c48d3a4f8cb75, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2b5e3015d17202466c67170f17dd575fc4914aea, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0b50adf88a516987485cdd3b5c7b1f46e6ef0aec, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=654c1a12a01b0189e670645a439cfc52082e75d4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f861d2bfe1c8406795bdc76c7c69f0c8cf501d1d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd15024981867e41bb4094516f0f615812628bdf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c99ddde9213e42660309ce7da173ac26ffefc96, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ab130d551ba539820b007983b5b786a6b3614d8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=33ca8dbd6f03987b6ca06d55cb277098f868c47b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0721b57686855e4d0973d68f1d8633c5e9c0dd20, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=837dab87d30bf3fbc13ae6035500c6eac6a458be, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f3786c53f5d26361e39a3953b78d65976e587e2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=82d60e3abf55c3d8bd64467176c2a448b48e476e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bdebdd8086324cd40f6ccda5ec31a14b6a7b1c15, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b017e286902ce5fcfd5427aca0be8cad36f411c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f710a8b81205b09e0a0daaa6f181e82eebca2e80, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines(2=CJQYbhoxy        RRRRRRR RR*R)R+RR RRR RR RRR-R(RRRRRRR RRR RRRR RR&RRRRR RR R&RRRRRR RR R R RR%R&RRRRR R&RRRRR RR&RRRRR RR&RRR R RR RRR RRRRR RR&RRRRRR R%RRRRR RR%RRR R RR RRR RRRPRR RR&RRP R"R RRR RR%R&RRR!PRR R&RRRPRR R&RRPRR RRRR&RRPRR RR&RRRPR"R R RRRRR R&RRR!PR RR R&RRRPRR R&RRP R$RRR R&RRRR#P RR R&RRRP RR RR"RR&RRR!'(\(-cο 7systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8ca8ef669568e565afb892e0fd775f59fbc653c8245791a587386758d1ec8747b?7zXZ !t/]"k%IN'UN#i mIn} X}LڽV[3 wUG%E~#ԏ oU=y{5M ϔ>J{Qiq'BhyqKdq:ֱZSszժ$%J7)"qB yk8>! B>Ksu)WMh>f()MSbq7㒩^JXD ŮGrf\I7R ߉ajf.{ȓ@-LMZL0띯 ?*Gad-12c0pv?֛ݒ]ߗK[@<O;䁛.{.Ҕ\=!/*LEؗ[ C]\6uq/Lnyλ, sfbW4;.zD-nKr ZERͦ ԗLS58Ďb  7*gB`[|>\ HaZ/# ]l)UA0.apsܣu"3n%XTCѬ,T6)gZaz흙1K:W,`p8R$˻\_l؄X5=0":aC2| kd18Z”1*@k6zZڭ5ef0B? @*XoQb 676FZq[U+ ƨ,rf2۵\]\qC#ag7:VYl?u"\Rom$-%D3Ef?ꇞ(YDO-(\OV֢ pvA5f/ T)|x yF#A֦'Š:O MJG(ĠbV[qG_/NԉL՞~-MV<ec:;2)@ei6! 2J|,ήpޭcBDXgm.3= R[&(itk(]_u]nA~??Ltoj}&Ek74 ,<:ZuC!H!½.4āLk_IPpkC3y~,;i۝Bѫ.-%Y*FbN:oE?3QOzހp|HHN6TI0nllޱFR3$ *~xUHTo\ m|Fm{+=gOW2PaG͚#-O`7Pyq8)2q&%;Jj#V@jLtʨwZkp:A_.x#k~#eBSYɑ˷Wci/re!l`&l/w8jSW,NLDv3PԤ`#bj[B76zݸno f`6 "23mh 7HjDg 8?Bc:I߉=ZwaBGu]y&' yViVQ'5\TŗU+4k*4ll/Kbg|#Z $Rij>({.Q5Cp qh;`l2'9Z&*,P_7G"<'ɾT- 㹡 Nq5cq&Gb7vpnh0 3f# ƢɅN3)e!ag+'cN"cY:L4fZJ/c>, Id=ִO>dڰ#e!5$n~7o!ǸBS7@x/ Ù;RΞIW8VAtQvµlVt56&-ƚ̥Μp~D۟;BC-N= ƈЁIaO;2SDZx0 _ p t?Eɧ&| ๪B#t.],ݏ8Ŝ}16V4@XSEceu~wG V빍H<&@L.# mV*{w +o0>CentߝWj?ǜ2&=ϫ93>nJo CߕANHo4`Ɛ ua l(⎋B3㇁{{,pH/fc 7IB8\yX~K:W'΍p^nW,T}߬0|٧ZaO{k xS*ZlT|[^dI#zd9J-g?(({Vw[j!CZ }Q0o*ՀȽHKb Qc2$Jp&BRA7J9Gc,uYL@#MXrg4S}PcN~tK]R5?,7_c;^UET9@Cvw yAR> jBR,{cy)'/_ĪHhih=-' z`8էiL!vt8.6t&,ydI$9^1cCB YT~6HLsP93n5šHL7v < cNDXgz&?Rg&&eVTJfOr*C1WN4Fzx!rqf:"؀Z%} rv1ARSKF8Fn)vc&i2`OX5}E$5Db!aVKr'e˾aG;\ !Dz6|WV.dρtv=2CFgc;y:}nTH7 . ţzVF:eZ0L|DBnzyZmak(A- _`kWBQRo)CӴБaD_9SwG;;e/:7y%Mq)QNoH`@8_!f8qK/h\Z@JLa" hPxZroϲè7S|qZ] bW}XuZtjcDF7LgMD^KӉKEB^evƏK14Lm?ýQUL^ Gc>Wd]~3/&Yl3 !x1Xg,ZӾ+\Ѹ8 ŶkZ1̓= <%IՏ%B.Z&M߉dl=ZfhqLAY"&xe c>*> =i uM'7~ѹhÈ xΓڔx9sIs솢K)*m[c5rڍ9fZgh:8(?"2^R>`,eF]H!kƢ=\p!V?IۄF(}bUlҧużQRa 0bz%5IBhguQگI h-hGY~?gZc\%mAfѰs&c>+]K8={^e[ylv96#ry269tI2Ζu5e* \r^(Oʌ4Hmc+\7u5A.c گWa$CV"hNM3ۿ5G[o]|%E9R/Q_Z󅩤gZ$QIֹ6(j9nn$Z~LGm_=$sm9?j'0 )QK PV΃D+$]TQ_F׈ s?i4WPWֿ|B'. Hu3xAyM4 aE@-/X#aqH8`33Pz<`ek9m9IgF~;\3slENv Kgf>.(2 diaۯuMmfQ\m#XVi }0410]:H9B\ɳ1KckռA + ~JS.!YtM)xu.EbwYPϙvB.ng,mb=qJx僙#CLƘJڙ%S7:SIt-OEn)d/8-+(L+ؗޝUL`/ER,0ua15 4ƹAZ$f tD\Cu @o7Ov]09 $6D[N ^7KR}![Y<-xzԛs s$E^Ōm"jM Qfs;bdccfR|@gtTݛZPB]JnKS7hJ;W' pS`T-hcKdv|Bc@eh]y7 ;KYEb#RӦE"ߠ뀤̍ѫ #6N5'/`M^l!Ww %rteP[l>һ<ܔt]m+ ǮlȺUvǕsϠc]2͗} LHPSm4W̑ x.!6 oX -rqxvӽU~7'ޣ Љz)7&:LS[W _i}^4ȼp2,˫"xSo9;bae'-&_.,z|p\ɂsava1f8G dkF SLa{Y%/ (#@e{}D\H^>Z!zֱ ;-'_H^Hmm`gqsj"jZt#9 +c͍m&iBqܯud 4@L7c "2 ze]]g607"pKowzW˴-..FDkK֐E\64"||*# E4aN\/;hWjĮcO]Ќ&y.ц8FKYξ)d;1#/ ,4dްSNOju lb|0%*Zx*\#[,@ʤt٦s48dH@:fz&k?Z?mgЛdfѾR7o K_<.I󟯤fNԊOJ>!!Mk@R|DzhӑfeUr73Lħ&~O)a0pJ~#7ZzO/Yzl<#\)h(fOd c'^t:!Lx\ 0 elZЍ~KcY1-c-|6w]_8k ͢X,l&e6rt{O)2)nv+!|9QnHNI ^[b:mҩ kT: QSD`5++Wa8XWb'J/#6y8A}CasS.IJI3VeXsYV!p}KѿV]zwco3|ob}ȚW^jk-j0qv{%CoG_P% J3i`px]k'ya`ቡ^OjQr;OH>Ֆ@;wCž֫* haf+0AI܀&*Rﲀ (dZ_[!n Xcsm!~8{*V*!"ssyYA&!'EI_En! BJCA_֔H0 C%o6rYK܈]'{9:c돏;p2O!'}·3`?S7FI=VV_ tp:ł揠~68zŒr Q$M@>)1<L ~;zdo!lɵP7D{FO*#'n~Rlܗ!%BIRL5C$ԠB 4VJbC@1.oK/9I ;g~nQΑғRNd0xsϖy*zx@!Ou H3ę+zƢ*S^Ij*}$t]w+JST%gxWn7 -Ymns dY ¼\Dg֣*gQtDƏ},& SJ /"m3^q.ϑq|8S:jpW %i=4DN!fLF玛!?RL+Йoǯ=7kJȄPI8L%p+6H cU E[2~oi߇RVAPE'MDkry@H\FZ2t RTNlW9>0`Ӓڷ&N:!{g}RR9aLU F[ws~h1;-9QYb2v` dmIMJSٶwR:ecȼU`c~+j@a 40RwL@8% ܰߊmtxQ[]|xuI8O/y!Z%[Z,FG6HT05th*]`ךr$&:C `7▪xNK6nɹTdn:_ $O}kpBw#F󮪊T?9KFFxbp!a>! 稏g{I/]#.ڪNLCv~ʓD3\v XXpѽ-4Q4F2[gYwisƅV X.'Yܲ*p7'Z)s8cGbiVg6Mى0T[Ev!7j|> g @Q䵊H9ѩ_ ,MF/)67)qƜW95g V34+asI7H*7 WdkԶތs,yU" z 檛$/]MK M~_)/nmԻ'gXgj00(lot'A>sIZ| ӣl7dn|&iӞulR/d#][`EA6M0jot dH#H]߈n ؖq-ն |,v> R*)ň `oVX48XX O\t"na9@;jBsXزbX}bh;jaf&]4_lqYz,_)@ND&bNwM |tS{ݨsEB֭%Z4ǀ0nOS{[f0jAHB|u8ka(+[d/#IPآ% ġQZƧmdIv)@W=VTǬOu9βg#OA㣸IܢBI :{ 3π~#{j=6voh^,麁P#3̎o; 6Aهm-5uzv HQ r\3wM`)qK`Z7x(oOS/>}yqxD ZXTXTZlC|ⲉ=HX ,!"`,9kST #hǹ(c/u_RL ƄVݦZ:<ұMI5Jԅ$Uz4,4n\m䘳m{IfB1,I7׍=xaY~P:,{|zϱP[Ц#VU4 ՀѥaVvT#KC@BRB##I9L`}@Jp,DbrMPZҁzNx'm-ZFTW-F_/&׏vB5([GdSvC@y#м$8)[(HswT;­zJu `oaZ5EdZ6M?$K]}R7+!nyϋFn?zufEC.|Q/2 ƨ>z@ M=)ɶJC(R,ϬPFAEl:- Yp3ؖʊ#GUFzH[ ۽|h~8ՋPE{ߡ^G˲ݓa*K-p'?"+R&/)Tr)Z˽{9N2{QH{K-> eeq'Cl:79/6h~5ŞvAʕnp_`g^ɷR)u5?3X..<}p~rti=^ cWHۏj2R:h˳_bb"Bh`{D V'/T0SEM^\,876QfJOߦ#R2Ҹ@:"Jm3m5޻«e?\CjeP_?ܾ@ؾI8ϢU!8=zRR 3 q5Q:J3ceOjiLݏ|^ .GN? SIlT@wp>HG57uFU:'=Edž#n <۹~Q &4MH&i_Ue%yp1">BG)? 8miX-rC'Oa[azRyz bO_*snݍ2B{mu:*j*"c쾡ҬhKqY6Q٘qt܃I*R]Spr}sO>ީ r3 "ʬ[sϧP1MQXEc'\ӧ]mI`vSN iU^fnp>]xgAK @ VL.j8a*ih> Ei:+_ W V'B)nIXQ?=#[pK>e=֑I.Eœom-a^ъQC!rJXkj??WQ*?״I9c.vc%tOm>-|<ၫ= gbs<~ ӯ&`Lg?}'] cyzJ;Z{Pں'pvgA_. 54|v8M7B]QӞOrT%гHGL3[1R6d&ڍ. t$Tn"Ih&R^l$ѹ9 e%c4zGձYcA jGB&zfzJj'bGof,:>}UփJۗ 0: 8 OM)_ &pRА]Mif0pۻ<3 yВ[^sɈ5OJVےTMkC{4w|~H{u/_.)CD jLp!x8pHzbZLD} 7hwT)afxp\#Mo(r3xFêA[޲'96D!ߥI3u_A%ڤSu@R*ȇ'C4M߮[xj4#[u5'nX%L*zޙk)Hʀb.-fSei-{<4/ZN߳~n gɍXɴ)Ѻ$ݔy4CCǔ("H!GYc#=miQ]_W?TkQA`aPkVCm+V.!sJ o'] yx/:rcsp! n_"CUÅzF}OiZZȏ?\u WZb&`Gu+甙x?8&΅=jC,y_Z3P*tݼUUϨt2QPHCؕqZYy,Ķn /P,2EX>ɎCL~m,1spJ(I&an$XZe{*罝%ێuXÚ#ģGCBVʍcZ֧zFyvىw'-۫13Runn֒cΦ҆>Qg+߱ۻbA)&FU4f#叜I,0gY MˆyÌ <>Yʈ@%K 8y?5e"64ԇ[K5[5+ܨݟwN9*0u$V[\o@mp q y~ \.iƙ(92stiiCܟm|9)#Ju=a2jB8iqFME]U[A1-6O&H/fLUFm',`VIl6I=wsD-?Q4'~ۆ9l%h88^c.׃=ن朎"hGeb0l {v+E1͇u?g7:SMs/QY$I:(of2O’ؼ(0<:uokDq0̔m8a ?N_l,)/hE"r)s%ӗJ 5$O M (ͼI7)|exܖσy\|@օ; x45 2欧ϼguSHR_O!cG&ttr07q|s㇞B5JzaY1:1H Tdt*N=68϶=9'ɶDXKm"Chσ :Sg|<'"C#9>/yP:k..7|vpZ"ŖF w"+W\F[rj:ԠdW{yRYר΄_КW'3X/YRPxajBvYT㻆0y|jϓH H=t*-%~$YRE 5 86_Sw >MoDİ!ξw]9n 쵕TBIn,?h`"%eK(2)"L%F AR`Zeqo)rޕכx?w25p㭢 uzv=j2 hbDPF+e$ZI 2_(؏4XY[OZRޟo1fHe(\$neT=FTxq!4ձdԻxcOW"(NڤsN۲a/!`o@dL9x0+'d YW_G_Vj*e)՜Qu# ,c,3¢/pnlI'GYWizBu %7 sNˈ/2wXR̜`!a{5lQb'WU{ 4*esӕ`5x` 2͝]LӺ~Zy'}D,u4Z^L HarL4v\z~vGpFtnB0>=s)ƄYbEFktp;uuGGnUԣV{&,PG y܂ATt.JoaT"kj:\nZbe¥ClB%?8I7HݗYT Frya Mɘ¤{1 GaC=_l3D-M[Sm :uiӊܥ,߁=! 6.k[_ˢR;Z^!W(g5xHx +m|sf"8KL0-3`ꀨCާo%#C7^W(CuX+/lSZYl$ dSQ&t+`y4 OvC#L>narqKpǶg(zF,<߹^" IhmҬuhi.sC+R|Ysؖ?x#pg!p]塐iJVP{ N[0k\#t_ oh*~y$5gX{vZ=R>@N>[ȁ yqPj JC(w0 PjJ$,ܻ,~92 P!9PʌxҬߜwY_1 oq/ǵ>G3b9Xur:pfRŚAF>q,"w?x,nJH >CpDWM\м?8D wfwR@9" 3C NJ/\s!Ş5,:1Caɺ$SūH+ 3 jU )#yth刵}laSQYb r~=̫?rp 1;%L0 T bm]9m⎣9Q G#4K>0j(yxZggKÉ^|"8q3uϰ?zШX+ʬu^W{*ËqVxTdAE[&=]C|~tt?Q0ZvYMQ =#p-%~Sa bA ‡]őKzēb5@|W^%~ [@X\.;T&nNCs#*)w@vZ6&jZH+?Ckr<&LDZe$֖&$=Cn69i 9AxcL5;1;9q9'8sX5hsw@ͻ!ЗT,8%1<~F9+74f:<P6^6d갎߂4%υg~6*O"+,s@-b\a(>H+iӛ$Fa# h)bM_ms}H}"{ω{W{@ŗ;@Cj:=.Y !jOL +G1WᥨS=#yU~J V~-{5[ 8 %,D}So[k?Ǥr׺1ۗ#ú>SY ecsxO[Tlͧ[Ig@-mC΂9/=/@Eda{R% U5IJf|&/BKnbpUք>37EcIB:X'ڢkCLcĜq켞9q#FS!īU>`_JJ;xV- JH{ 3ͥ&HV MV"0J+jvvF\j;%r$oy?>>9w@&6zE 1iEH~H|H>a/[t۹ hi@rQӫ /JoYk >{[0/HZ ~ŧAę$̅lcpr[7pսΟC?ÚŏY 7mT~z`2ʃenPEK1޻̦]F4O|+{uLPh'X1hpuH짔8aCq[P%b}Ԑ)4|,~|{T@ſT:7 5Pi )BX %vfӵηCs^Fh[%6'IfCC?!1#FpXڍ~Ka(Z35۾%B 'ϋ hMK~qF /)}B,3>Im&cެHsL*7ʲL$6[9k;'^Av3~QXՌo_i,dzPQ.ÊVLQ*'kem.- %wLT"ӵF LH-=tW??f0bkTnw\ga#b45X#,*A S80t{먛I!O΄xbٞVL =>QgE=z?W}$qr0 G1w1ӂSSIUDHM(¼)Gǟ52 sh7nFJ^!TfG X ^ikF=O>_WxΓyL ^]>/iGLtG\ )-ꝜAI"b#.U6Q8:UYBr u3g8BOӋx%N2kvKU"k !WJtA8BD)nʝڪZo%Mތ%quI:ExkDl rܺ/ozeQ2 w.[4Y]X8BpRq܀ w3T!Z#31ڡ)p:;aXuɪzEiCz t!9zZ Yu6 C^Ƃ}I;G[)e#;g?t';PfE}56(⛈ݻ~(u;ƠL{ :nަI T)r+5ihhzg^oԘDw_=ԑʼ ܶ>"k]_wsQ(xl!# `Ӎʮm9$"3m2u-#oJzdb79kQbC"g?5PI!SCt\BN{cb#BN.lMӋg=fvt˙v vz* NtKi]/wQ|$Qyu\rdgǐLspW>y|-] Ќ;[Dn)2Qr,~A =b#g$D,"_mJTdt8CUET&diP,` jk6讒q}1 b-g VKMfO˥M=)ٱ>:Awϖ!G0*R'SB&6]@-^L&m sU@wjksްHj@Mb(h9"l[q Z9R61W豟Y^m5 4n`4ݫuҧ|DFT'ŰCbjB}*9g ɤ"̂Kj=s@0CnoyAQB]MF V L1-2_U7MV i.;a$ mLuUL8Fr"Ht5%d PK¥:,oἴ-'PHSQʤŽV@<  "4[Ayj:㌬Np%MK٢?0hu$)#Iwvjmޔe`&yFV-|R*lpBA_fn`bqޜ& gVaާU\2;9aPOXĆWrV=+2\tI6ѫnX4 I}]_\Cqj3/#]>O#U 4[ p\RC?m2K)ѷh\N0p &F*Z^R-b`@#/B k( fAJ`iu?r*}eK$uSYUKא>E & cXU߬%֗,)' ٵ购^jSλ gS@u@%uD5 E$Yz*Hu)V⊑qoo_JuGo,3+p0R3yR:ԛAѾG.V65Nl-Ϛ@iNrfȱ(9ەܜ癏g<,8TqGv*h,_YI`ۡE4w[g9ڢ>Umfb޵OU͵h=X%yÑ@l YT.c{vG t?d tYcU va 'N=\%z=$u5j0E9CÒnS0N{K#ڇgthC tÔcS} ԛMÎjW !/8 ߷d)mC**b!:QX4/x,4}ͅF_P\G7w8Ɓbav(=[s zWC.3M`"<e#[3l#הHG[4[z 0ܕ^h4x-i*6:9KSp$mswdqS^9FȥIBw}&ޤ"ˀqր`!T2Z_'IM;7GGr Iv],7ښe=O '&l39 t8/EUyPʹ2bKM`F ~I s[KVqQ2z78A:ZXeG )YJ/Sq"CWZxYZW #fnRzfVm(yAСޓ}]HX[<AtC[d'O_qgWm|zB_[8aͿ;A(pn!*/#_`<kz< o7ɏY[+o|VjZA؃ZBVg zz:ow۷vO1;/(=iIՇ@ﭺIW7炵-^% 8Kq9gԟfOrLpfb>u7v`0MyυX"+ 5 u[O]oQ`ztvsobm>)&1-Lw9$V ;um+ cgqjpȽ.FQ-[/(({T cOS&gBMV7u)Xp@R:[=gp6zX#(s c'G\2 /WnbFGՂ͊eܢ^#@d%&RG -9sl$cu)8tXfUTZšJ"o=Hxt:륏X'mrI0S(6QhT+PWdʨRym ILTo*hz(hX,rgOhtrIqjJWxasbW@LX{+{(8fI+ Ag\2--w0$ CkGB [`t()vWƌQ\дrSS\;?@mY**C,+[4 !s]3jl74Kt+x3> }YH r ^v-]'R)w,M wDpwıX ^|ayb ɢwU0jCoMQM8te| 'ʔnYq8V.^Y̨ Vbϧϒ_jX4l'3LeK Y<Š$hf|ꅡG NTb/FC\.H FΨdHs YrK#`mMDj R>^AV)GT9S m"󀥒Bxkܢ֑K HıA8 zUg\lGӁUa埢ٻ|QƉG n(4=r@iɭׅs}"3n [Q@O@|!  "&g`8@|-SN +P5gXR(?j;]  ҫc:8版;:~rlQg%`;$bO"р#ĤH'ض%TBM-kj"wQ@4X' Cn[2d#jKy{f)3~̘wW@?Wv53k5aNMm5QTUYENwfAG!Fsz.G l鵍s͗՘HI?[Z\0B um.̰hrc9Zc5}%_|ED0(J@$^h)a09`"omłzȋYpbc'Xcq Cb:Lx:)e3 cX^n -`iI`KJ4F1*b=IKdFozz`Aض`"⻲,KH,%PQ1-nl Dɦldj?K֢H154x zBcG+ ܮcsW??6*fUg"$\W>v4$^jjx|. ^Gl8Ǘ8dob=8Duzo$RGB_vKZġ+Ր֘?J8:#v ٯNi-i#ʁ,G-ZIʯ؍FV}t]?6\`bXY-y>[cͷkR-mЅSv:2W9T6wz$wLW(|]7"BX)YI679eQɘx6[1APNɻWmZ$fQrI\"&-;7ѿoqtwYC,G*d/حKqs_g   풨j cfc{ĥR M<}T)cS /;D<,8^rGRF.e|+kR0?EOih,szGLdoz],_5& C6Rܓ0j3;B*wڡy'k^%WXא?T(|mD:NsܢVK?V g}py'E5c@S32Wć060#de|!0["\X1LZBRĭWlb]PҜW#FN)ú01Ởv(7= CJ'=/#!Ӱ;7P뮻j=䮪t%Xݷ_ℱZeO\GwsEiɳ"L ]T5ש_[R`Ѐ\|.X-+#K5p-)2ze JQT)'(5uʹ|k%gѱw(]`}67S $FZ5F.`2̐MmGa6$KI| y!eTcZ&7+uw$.EA5 Ġ?CpbOj\MD#|@"Pq+4Z$84h}|5 ujXd R|q,ˮ+Dژf*`auJ5[\tyY߃tά 4'SgX>MYg,Mգqə7$*Zۮ!Sj3mla +r^9*,kGnx8b͡3$_F}8q\XnnJG̓MX;Ц8TٓX^Sun]= 4k௰*t%(qӜrZngR%8jpA4<#K(7m{7=/;/:M̌|vMg.UGms.]XICǤqܤ;5>[xi,lLH؟d9r5rJ=$|W{?m)#& +Vi-2R (]J&yvaiwӧ9 (Ot bY !TH*N3sź H8S7$_ f@ .Z|c]=#,䎸ffIyg5TMӥ).uwњ[ёM-g@GeauR&i7C;1').&̴]t!8]`2U`!C9N!]ԡrwoKVI+wm8c!oǚ1t෍'P.5z}"|ԀxᶺNjt=l)hIITl,hW0ʯY'#4Fdn\X2oHrC֌޷ms15SEPA&6+^ZL3}_T9p $:e_ 5KPkltPFM`}tQFj9]VQdcESAFM*/L}V!}SUh3*ܡ BMPa񵃵Kc3ڞaCM.67!8CL THkL鈛>y0CqD#P5P!eإ#ҢIO¾t s잿NYK14xivpʌjNg}\86AyrSG 'M."s$2#M[/Z@P6Fk Q-e̿<ĨFʇ*6R%@Aⓓ5/~8պL؄#7RwVqd\rz֮7 CYi1 p<^i8P)k`_+K-xl6opR{h^% S~ZX͋H+rcwaDlj6Ln((*r% OᜒFr:ץB;*qV%c6(I QgהyӾuz"GFeEML]r^Apw_3a5pHމ۟ʿx))ġ^~x@c}E n'ށ(}H@ jd8La0=e5G6.:1o^QNbh;x?7ϴgO4`O<]mrs%: ٲUY")\Cf7؛p2:!_h$/88k*LcIMX\GʣNi\eGq\G5 o(/b(1ږ<^M_ x!Jȟż0i#2(b% A~+p \bߙ֤9S A^=15+ڌ<msO)Mb;o/!w,q-.ž|J w4'bm#R脟v EqăG,DB=K Gh vxJJdcvi:W& 1TBzqZៀL348?cd/D $kCtFd ijŻ* AE;ǔV'-,3HOK[]:{9XLYz{Li;ɞ@z20c,cC#2'<߸!Jr *Xw…^׷Is-{4D'bp&MF{Z}~D,Oݕ!fM H+iO /sEAѪnaGq$DƑ j@'<+e{#"ߗ׫B Qx fe [(} f6&[@kW$G4Á遴uϯ?[0^pf 洴 !d24yVIC*ر"9 "h-BsH ,ڙZbSQKeRRmr:9K7_ 7+$CPzPQ?>$m̙48sAs-W0PruƂ>]7հGЄy!= /.tm;ި PsZp"M$ڒ *߽~ tI8|?‰ zT?k9LÅBXQB*Tjwgp9KoP@U5s BT#I\rq,u2cT# 5RrY`+.P9x<,*_hS3WaM$jak 9$[W,huhJToTT"r@hY|u%@j]ernC!^eV3w{ k+R>`Be'{z-JIaO6wȝVw;:6Y5Gȓ l0!mRA[trIrylDYt.=!jeQ_p(1z8]om @Ԕ@o~4﬐ :@p0g0|^>"TeW 7C,ETGIv2h0hl wK tRpULF\/ <,t{ xbD2 Y{\ߒg+7G $}Q࣯ˤ I!4TPĶ ]peE_-~o_\#bbzpE2魇b{^,?r r >]砞S믣~2giW#()v [WF_Ӛ ꇎeygU!;f: m.P(x؍4 {ݒ;(wv5w4=HBܸi>c\HӘR8¿ xMĊ[y?q xCxIc:䏛ON/|:'+m [S(܆M% FX8{;\,i e./`E_M}EhoI(,Ƭg%TS|'ZE˄Mj難tNj?0 <ώW9:6pͫn`z^Ù|Eb\0bGyAZxt҉WBR  6? oW厏 ²PL M2 (Iʑ 8*1( h3Sr̄5;@ }z1,ӀNkQF8o:l"3$8\n3ѕ?,F W kmX K[\)USL4gЖvb{M֐z&T& GM{7BM V*voҙhQK$f*@{)u2!uUОx?-%۹4ZKЩa PN?qe0\4ƆY^߰m䃂 "N Np+UЄ9M 'P ^?^^0JU[cm"/#H^OXVi ;>Zt'UjG}A&{_ʏ̀A1^"P2]}mN\vtkߥ%bh-*.fOdZx0,ekLP?u]5c%_`QQ`qP-ar*@wΦ\-Fͨ z)P㭩R ~!`ӻA9\0e5ŀ!P#<,V[ jK3n`0V9~0F)i}S5&q }ޛUMW1~:rO~すT~Nv\:6yw0Y7k=X>Fq|@ EAOP@s^lG9Vns^ AFnHO)᳧&*( μ%qSï?\?y'ʐQ;tQ-|($f>O L$YH+@'vι=钃y}d([ 3?c K̢,`EhIrҰoH{M@ 2]GLh`(">>ՑA؉;B/+^}c` 5tўӂZ(קUKo^o\B 7t$ A}\Nۙg;=n\RH%w!JVٖ!#f!nbQT|ک.C5P2\$nH1X t0[} A] xoJvPYZN,J~u>bc9C!.UDn^Y?a)U'.qWlZ'QM~p+FKy4OAytT0q#%@͢$̔9F}a5>~e ?"R ,҃YsܩHԬM4:HηPЪņh4c3B w~=*34 !RBoM+(zL7.>;V(VYydH=Vb-7Y_(T;,gdHR0]s-BSh=*L{,|R[rG";/5 8g>b#Qv-SwN56*.=/nW<,~ծx }N##$:wטn$&pr>B^h|p-lj)g (\DWfҮ,%R 9Ft n]Su(wbgHLqwj(c jM YfFE+n:Ѭ;1B4\e1!4_!K"e"YC"ybgvTF֣v$f҉u[kRө^}VhY#ِ@5©{?=xHdfdqנHVhY5P:N?#(^fxtma HWb-D LtxFfI`@5}$o@ZG7_7 pf8isOk4M5B8Y_DTi7(+fD^#%s)=@aPLPXX\] z·{ي.5oFrWq.toS"&zNMg]wfBp;B0d0 y4݆6$i/{~ktBqB15by@#k8䳭~ f:NC~ї=(观Ҝ%#ΰ?2H,._|[M'ݦҼJOe:G3fE8IW³PVNL lPgl)SC47;W^ZLBˤAA`baoPKkFb,6Fb7[ϔ2 ^l~uAcEK-#j(Axx(~J_"ք'#>xknN$c<$bT0wZ"ɹUU-<ԄU(BEܡN$~D߭{c]~L0.97΀pi}^iHTT-v 4S!x]`?/OgAf?ϻ/7 tuF)7 kįOQެBn`m{HбjyXC.q֯`CJJ5D +=&nlflFHEn ou*"?sPzN&7mmX,1oIMԑgfb[cӃdVӵʲl4 ̛- mw}#IH4;!@rbOMT$eLCužQֈvC6H,W[` ċR~0r_Z9\h_7 |Mf Ttbw 5uR 3O)Y/W{ve$>Y=:tq@kȅi I*Fh7=ofNu/2)wo)%\z*go%Dn B3Rܜ}C>ǧnyVѶ&EwA7Y6wT}VCֿ}/CŤma[\bF0+,tׁW@ɕḆ_.R*Wq aEQ}j;x0>yDGb7jbT.4/pL{ɗ`S:onFH" 0c *fXۜov`W- +| iL=YKl}JBVy 鵎uM>y:e'ś0l$- j_6mLFb\ $>2b!P|EF"]1xPΑk J OH%mkkFOĉ9J6 4 UO-}4dNUp)^NJI8Dۧ$:@Q˥wxˋF ze4>ں LTl;+;s1n2t -F&,$mם۬/#={QCHty fvhKi..j,0Q1!iؿVNs1,68peyz^RmHR@ib pS+E#f0]\BX&b)+GbM)qgg&!kI[]2G2|ڻRwsn!`yvIՖμhJ6™Z%Ym[i7O3~NP'zk CTHhPmDG?-/ z/2CDVl^-KYe^Nm#o -~9D7ҩΚ<>Y)F5ǕEA˨ =_~=a\_NQ1\GHŏWvг^솂'On=~$1B) pu@-[28;ԡ%d=$fXd"Ф߭LA!(6=QM fs'QS/ jN_ ncOq$Iܭd"C@+BLlebZp`;Vpqdov>Ƹf WUڞMN\0ު1s p ^y&xx,NWDU>'$ΏSy##{-E\O% bgTʎye̸FiFnvgrաﱗeC:[ ]bdc,qׯoWobyRakw.KO#{e./m(z2!zɞ4% {W]&*{*}C*> 4zq Rhg^G]>3'it2'9j\,MqFbѽp)W)/6{Wqgl%2!(+ߞPldHLW %у!Us73LY  iWQڜ 9p XE`@ 1{OjĽf݉-eyhucȭYS Ӧ6̱v :8'DKEBb{.9A||2ۍwҦ > ;8 9Y;ixO`3z{`at:ՐHy2ZBh~j)|K}kp `7V9Y-Cre }hEUBvc},@i?'3}[b +$#_+N62Ɵf/*}W5}EP]qW@mCg /g;#_7XjoH|д Jpu| g- xi. D}Rmk!ؗaR2elxE%o-[ah/}y*ʇMN!̸\c0*4^_AҜ5!,,{%r'bD:n7D!s}3m8kW=]S<˜oý@Dip\'軌S2dP?U=l*~D[ f3-TyF9>Y~ޔ|=; :|̢(5 nȍ绳iG#;7'7Jyj.Qdo74Rny Tڙ xYmnQFH#kx>v!ϾXаRӯM32!~qx V!2Bn%%\i[ |>'ä7(w.1 [Ex*p#άaoUTM8W-&S.XY/d<* e9E1 EzQ>=V$pEz\VqP@ъUM|z3ix<);8 L+%!PM\[*inE=tԢo pLnqHΐ\?$fҖb:#a V?'2|-v:; .^p8Tջ+=  "_Dj/ {t0_Nz̍OY5-+9a/6xU@_x}zt[[τ2cUeM6ay@&ohNJ)sN䝣?8I&3"QܘxSeye|^#Mfh=@ L6, JؐZ(mq /Ys&,];V6McvFn:u}ҽFƠdV0F̍#qTjs ŀ`GoF o/ U ۂƇud/yQ6uC%kyJ]>xDj,A? AZћ_!pӰd`=uůp$ j:o?+9ƞ Yk,+OGgɌXIm[/ؿaEj2!iDKLٓ3l"@!_co&=CӟZX5m(N8 X|41z;sTaFp^:kK^~iF5/s< 4;(ShRJ;f N3^)J͂1-d_;C:HA*JIv (|j'2:WM"ݲ=N<2\ciIc2:xJx9YX紙hD廪=F۠5,;x4 x*M@%n=i_|eܱ9o#F!Ar6bԸB^`YJX rS xA>Ts] 8 2ʱC>w0@e+Z7{4-޴;=ZW2-{< 0Ocmy xc5Vi9Ҍ?cҔs1e \%${I2^A9+A=V'$%Fr'ˮ0Vlp`eO^]GܚxDjhzI#=jp~`$%R4% "Ye_!ko#jom481_ ȿRڍ4j04WbzHr^I2ϝڰI9w>*I_rĜ$JeThB䍘4uI(0\RRA8*&1Jl3u_V8"U! VP["_fu ^u_IR׊r Pظ$|YI,lܓ!_Dhh )n/ 㾾)i>4eI@ werL[!O.?Z0m͞3 &1skVV#0Txl5QwN9yH#J07; Qhsu\GswG"1Mܞ"GN 9,P^g'<-IQogoBt~]L!!oOcݫr!a3׫yH$qQ:0}=8Xblš4//OK%woU Lp3UӸ!?zZ/bAH PA7j NMnel6HZ,re6azId$]m1Elh^nɊIo7acX]\\رAr1*xмͶ% H">u'Kh"-xՓK%޶9 6ej\ՙ:K!KȂI8O οa7IPZ{nt𰄍'-H2fV:}1#ԃhms{'K+>a< w[E%ЬJXn,23=w0C)/QPdϙ繖pkZxBH17!F0,>ΘI[Yh%R:^/9m ])0=#u dFM$~)7| g=a:dfTi&J 2W6hsQ^[A:lzsWpIV3nF8a֒u18rT {}4h:D,]Xʴ]jf4FpGh[}V"& '`ͩ`%I@,=lmq!ȿdR{ y%+T nh~Yi+RP!C;E|LȸQu!7l`|&Eo,B_c'WP97iS PFJ5Dꉜ`8TVnu~[8+&r:4BsR`4J5S/30"B$_E},lxjg7^Ux߬S_^Ȳ{a5[µ0abQ- =dK3ײԴH~:y k\pmh(^aL)nTؐB2f|2 sEnͥjԇ0ڒ6UY0tǐЏO5᠌HL$#@O@,Ux#TL6"E4sI.N窜^;b.ϒüh!![[[[H GGʲA_?>gݼMl,ݓKשp#!i*Y:H 1G;|Ke!q = ]pPM<MӍR~DH洊O(7x/%VHitx8lom {F5b,.l=#ҒT{ƻ'2!]j$c=ci6?8}C㑪V\vjOl3e)c$؂%qF@m j˭OF5XGn}iUXk](K fl٧Ԓga{X_ʟ: iw0OK"xESg e 38"о'uk{N=/VY|yZ&eڗ)#ogΎ'<fa cSE B;[6U~)cLjї4ѥ@;# 3>\|rj.8rQwM;veV?!P\ N#D["+KkT% hₕsʲ1HTI|jA5IeVMޯĬ E]8ҝ(Kl劈Lj6dawb"@ad(쭛lhD`zۣ0sJ[xo#n8JXk-@`!gYj4mRc$'p˫rzqk;Nx @ ℙ/D*!-05ljv;n>|,qap,C^2[ڄ'wӡ_r\kN~қk꟩`[a MDkѷSu5̊knk#OTH}!<Ū27@m.qՋR.b8Ω.oY2V"L;/.IhgZq=E."9"1Cz2<M8Ir)Ӌ?B֙\KP`{*/4j'}]&!rE")O_m$|vo襍6`j[(K~iT*B){G`8"i*arذ1Qf9 ڢK1Tg0=7I3 `9qX`fw Na9:8> [%\f:)^c*zM|c{7q#ºMl* 6/] tA@w<.h-Qeu)ok3JDͤbD qCway;<饔V~nӵМ;Cy;! f.Lz4,+8L&SnnW'I#ݎPu#ׄN h¬]l#)Ws gkw2B :Zjc׼k-'!#ǟ3֖t"ipEPr]ʥ\90Yk=zB,#$zC/;Jי[t=x|5Vv %r̾$lcv(ꍰ8pqV8u=CoFk3|c(sgca^dly+vG&db2@{eϻ/H::v){ IXU̇+g(P[/C| It=dcV/ZR4oIbjU*X T8Oל{`I *V{,uP q܄*/0d ~unL^d] !5EC(ڗ݈ʲ*#'S폃ѩv.@ m)WT4"$OXO1&Z-d$R2'8r 96r2Ǭʬ 4}:F=wv6+uh)E3\Է)МlVRgp,Ѡ|Q{"t]2sۨJQXG+Twx}K;O܂}ĺ׆D/$P@(!m2$^Gcoeb%ͻEәߦ=9&}4NS$۲*wzmEѴg,Mmdnyc@K m6C d[>6z4؄eFlqa<>9B`7Sd T 2k}9JH}& 'Y,36vSj WNFC"dطy4Z0y\ TؓcH v+'tW-w*j?8T7/W"Y^#'YhjE*7?i^O]#K6_HKtȀzz7僋w{'"b(& Y !RBK=*(GmIHPaw8]L?VDqDR%c8/d9=f-1Ї\8|^LUy7A]%q'`e [-{N j$.vsZ:z6Us2wRul7c\پ2GǀW |ki冴m$g|PN"?D ɀw~F\ae@yRylna:^q2/4L%o&ĉs1__l#=|yA<NÖUJ7;%Up ]F<%x/ɦu}TYAxCe|HEѓD}<el%9&{םMS+r+Db&&&56 5kEG;7ѡ[bzws&į*`N" BkԤxV/"F@ :ݥg7n+қE~rr!B3a5g;K;6t}c¦+3ݙ뱉{|Zp=%T,)?8" %,wҖf2=VbpA} A;0[pҨ+]&$4vWVyʑ֛8x)B#V:'#%BYMtOo΃uO{ÖHt U&@d.!juYhtW=NCͶhǭ&^(aR8 oON__HZt@vPm`(#0{nz6UgfK #F de }YUqzj h~e{;-RČx%/7@B۵ ()b'KW ("H?u,b꙳-w0!e_S5\%h>Bur0;/Mz~(y̦İ ݛ^ F%bܓWˏ]:>b {3FdekV9N2]7[8IBE3E8gn82VXW,F Fm$QӔ_ӏ_~O$ǀR 2jia1\TM9Eg$n$]el6{OhJlHDQ) R{?02^8{xw+ih<AT9UU% z) n*;X|fD厘RLC"Nwu-Ͼ_OfH-\k>x䕬\\:@qcÞ;EjWt11~{3XT5?=s:f f2M*Na@ ܥ(kesW)5 _:ߡ!:E/8I.`&ptQFy%txdGvfW!B?%0 wqU[:S)K%ُF!+Si]!:5-` KG|wsb9R!ݷnչ*x]eB^ ~zt2ax˔‚UC5 H&k@6/.O@+hɱ x';WX;5ŀV T.a*lS'{UBOq(gM^>: [.`O<]. ><\ԭa E+sƔ ^."ǛEGXDUDѦ#~:ۢ@MJ: -mۉ̻@]3]-.uEܛo =$ X]DL|l1OSyWZQHhlץ1 M[rklD)N<^ЩPoȘ968JAfhGaFQewN%^RrBj"uѥqAp㉲(N~g {ۨ]?kzZJ';"=D폐OC:#rKE\g[[to L>;,.+-XQS?9‡ڰxlby~1\3) HÚЬצhxilT,9~`*i|gFi^]v]4Bj4veZ'\MlxpC9{?K2cy&^TXq*,l'kvܼ[?5 zZ VbWt&?.>Zz `Bh7ӵd]=2Ĕn`1PoQ!\?3tk@ 3 ^?{$pw c6F,C,]E}@xC#|U-˲,"[Nӝ";=_`2WSRnzhY941"iO?6וH;T*sƋ8i M+O>GQh3Ar˼Nѯ]xvYHJV/7{u«nl/! ΎD҄ _*tvd*J(ľK.7neH? A l.a"deZI5Gt, wM@㸷Pi]e7 )~op24P('[vͿ#U퟽ZZ8\g\Na$_൷1nA\lv ( J?# |Ƒo;KAKKݧp0?sv= 4}oj`Ž )4ƛk^38-ϜMŅ/r hߺ>Vi#X#Lhhfq|jN9eŋ?iT/t75WƖKǝ)N݌^_V~_{QY ~1O'"9?24O]^lԛ Sw[-[- /؋+4qjP<@?rѯ[I{I9ױ#yY<ߣ郇`^i$mUq;U˴D=!ax 7$|O'c;ҝIf[ǻ28mי"U_V>I2FQ@dyBp]L=)Qw[$02²V0>.o+^"? VMh;4rL ;b?\vD(K82O\bՙc4n5կp\ &?H%&Jgf> ˧Cç2޳gQߔM+%FLOc#Ғkv} 5Fl2Mz0hhU.Ggdrif ‘-Ia(*r'6nf'0NDAQR!Bh1aTA+v-ʹepEN;Ցj n߱;/MevX)@jɑs'  {[2~ɫAM2aOWO!fD1`'\4_P I C} _7`ATI 8grwZޒy*`+fpk11Db?$PnP=ҒRo?N((@T-?| rX5W}&&T< ƖtS%@kP;j ZiڀjDvRgC˱ =Mn)<+|#V-nH3@@ޛ .)ѵ lXRkF^2"9m(oDdZլFBJm~xvԉBϠώX -ezX㤸YxߺnMA畉} ⢼!E;w=ҙHO8rsv:C:/ahލ,x~cz;.v >9Z bɪ D@Uv4%Vv$guid4_QR.!B-5dzƦZ(A%AN3s a׏ï nW{4T*pz1`1)T >^PϷV_i 'no%vGM== +!WJ^RiLE=4j`-I63bᣒ&nT Kn96֪BBӲ_noi1:geF&s )]'E77J*U=b_5g9xOլCTmAo=6:Fb[Æ7O@o8KYͺ e2R:[ߓ&ռ,ˢ4P۹L_;i" ۛJεu#ۤ H^SϫȒ.} 40W0XtE#APhXlGuO-͝ On.q{1b7\R@e2?1mlMܚ_D+:'Kl}({00N>^`2 IRgff*+5?›o;#INz]:m: OJx<_ cO8C4?T0rR!5\ Riɹq_6is2_aH'l!T`l;-c{a7f蠏O}RQ?i9 *Y͜5#Pt1 3ۚ@A`h U;Kb?-Z-a ݻdLO Ou`Ѥ+;HO*b>8B{I\$ҁfDXD JE7fAll(4 p,@Ebʶy@,o_3t>_o?{v[ 0\`zz:A=}VWKoͺ{HrbecΈq3'_S-@y>̘`Ǡ_QFb:E6q0*dˣC2ME[z$DvKtQq%Q$=ĬQʸ:Нz is6kO \ f$A1uˊqPlU7h`@VHm'5iVF <;l U#yj_p`V] _P' Ƌ ]thg1 z`nRf%LGTq?ΚJ&c*)Ө^ϟ#Jj://玥a֩)v/u,],}iMq0׫7,Ep ޫ!W+04S mmRs ͳQK+ Q9;͵j bq m_"趗`Lg$,Pex^xZQQ{l\Wjc-oahyYp${{|cN1syjc+7yQ;=nPze50M2MNHa=6pҰ쉽 ; 2T&{yD&1ſM'wA4lSKJ>R+* %BBXI7Jm좯ke+'~2xR7C\er\D_KO'~imQ [[~3M35qx4rb9a^W삨wpn9ɣw{F0nE$Cŝz]^Q e%]> a䷘Lаy%Nj)#O͘b3i HXl[b$"@m4һ{ГHHF\`rU سU AmDqgܜJxN!PS ~P)!:%6W?P*x5U2hq 13 b=%{bf[tѪkA;>R-6d)_]]y¦)OD˹lTeLKwPbA%/0|JsOP\ۯr".peG7lJ2 &ihֳ*,i"EfOHb@QLXfzJMJ+C?=,RrgE! Xq̰ jJEO"\\'_݉AwpvMV4"WG=j[U _=tvÄoF. \aPNG+wU?FT?Ra=c2dL ɬ4;DzWkpV>¹qܛU|>av` XHNv:<qϟ/ ?Q^9MHZDawc7 ;R+K{zmDE_J9 aDEZǰZ !u!b^_Qyޙo0g^P(: !1]Jd}uzwۂLF4EPF5ʪa: oWLAҺe.nDF# yKn-MT}ޅ޿Iq!? 2`0Jd+36*ft!][]ܻ6m=ѫ(/u*ȴW#c!S4~,]@ux|sn(K  zFaޠ2o&\6ʆ/a6F`B:ɒRSޭp,DH.e;W۰9jǮkZDt~~X,W|@3iHcKZQDJӚ,giv՛uE&n7j]#{6r9Hb<'=wd?`wvG̙{V Oeg:h8/ٶ x{Ӛ+ eؠYs4yilE@[=;fg22X d2'{(R_rRxֵ X4؉oNe@ Uep{3sq3^dh5_]wP(*^߸#O.8~][$OLyNUJ`_gpZ DڢO߲x+_KTroE/Wae3m19Znr o\.JyH]#t ټۅc(vTqPL3_s f> 2&3M HoBH~}܏(1ǦLlM'ﲠ%c#Y`!cKZ=o}ƭ@%N ]c`-uv+R94fd*17'sog:F,]m 2yI4Zpn8AqiV8沉inh cTO{~+Ĵ2x@) a|d qhT l,+>0 [J%^*z&r*U w5|O{Prz[B, \n.ѕ{ӗБ}Hb X12spn|_'=,淩So~^)ʠPg;m 'Vrbx Y]GGO IEi+}CTbc{jx9wѾ_n<@hKf&.0_.(fĐӡvȢ_Emf'"ed9*s ʜ'oZ9}8dz\ˉS߈s/5ٲȉQ8Ā-݀A?Ƿ\141(7?V2@N\f] X%zۣU>/pѤ& J,Ia9ީ]Cސړ#C$veZ Cg;/'QSw{ KN`@8ڻj({:fvyɼLfB.:~b:+,ycb\¨NaJ1"UkႇK`czkߋcht]X^’*&S>!vrZޑiS9jWP2Zp29;^L bW~LmYW@y,1iA{Q[YO=!*1K5opTi%zF a?ɦ߈ZP|_?3ZkF8nrS*粿j^Pl4%1F:UwfW38NY;-kںP1 7hb/&GXSf0hNhn[&Od,vy d{Ma֢ަ ('I/Qi=\t6Ҷ{mN763*tK؁TR)T|eĈ@!iR,iW^F%zx8%9^-eOG?pr/fbRfQ>QmR[i ;Ey<޳ Ob"n.CxuW{Ջ:Y`rz>)Ғwڕeھ(H?d K;l.θƥ mbcyv./dCpȁO#3KyFxTue^:,ӗk)a1`b|XSd'&pRIC Js9N%wӀնCJ֏X9fQcaIʣ]7 _e$AIbC ٗAVR+FD D }P)k4YA )X~lvZG|Dp-ˈ8|FOε!CL:-b\)!5 \ک"0oYY+ &yO8Ha"8ONQB?7u(POF H4 jC_l&w6Ձ=NeR}E,T/} CQ L ߁L((\&?)}i2ՂyXRN ɘ?>;8pPSo5;>O䒒c1pd+&ߝCz:*G5TՉFMy+LB$vg3ޥҘ`׀s[T\^Sq_<V ɑJ ty|~Ϋ}S|*e|ɣ*[XM Y|.L@#TtQ2&{:yW47Ngz0,?Zv#OW6JLwHvqƬ׺ҋ/Y^jR))!]٦lDF&(jOQ_x?3]Y^(N YiTkk%vLňzx"Da)K x&=Pwĕ-7dލk{IE@ kߚ=>zފXyVԐdlY jW*%r_qVѨI!߿)ˊu1~J 'Zwa5DO-GvSeCߎEx5rz W8E}z]As;%i{ lnqcOcuRKޣtk"Qs)S2wJ"U,s ADÛ~O[[AԶ܂8(I#59(5>;ϐpp7FrƠ\v,m5xIBԝ\@9 Z}blۗQ"d.ڤ4nև'LjR6O@RR| Dكkee;H<¶@.(] EXpC+]a; '?}F)(3a@S32rS}OLMq&ҭbjy <~GjBzͤVM=^a#hf7Xrs5߁w0'wr(鍴G.BhI)=GxbUT%hc "͢CM/;/Zh?e#5G'(ENBI ]d-S8Þtcy NduOq֫uһ gWS] [,IޕPF9xq緘hTCP RB~` ؼ"fۀop(`ZrSɥftU8=ɛ6c?|jB\>WkzeE6=) NmCw†oFfO?=0^WÆWҍ%ԯ [֠5,:}H]{@qw$ ?Ziʟ8ιpU#ìZ3mv|?9CIc#mhFG4n1D&{'-$$dtFL|Ĕr(_Gw\ Jڜ8BN'uQ?S!M~XK(ZmHb]ZR3YB߂QvH[$Rav>aAR!wY_+Z֯44*3yr>=UxS %%cM2` mgZ9yis|yEc{z'-úf*fIj~A5r +4Ƀl?>{$ͣd%Z"ퟞR!tb2ߋf>"<[4Z\y:f#LU !8 (,p1չ]8If̗/Eؓqs/VYuVВJFuTku eyjdmspl{T WEʠ5ɏnԗtQBtP5m_sե;3Ό^byUS0xȹISC?~V}D舝*zʑC 1W|#ʞDo-:DR 1 ;3ٰlO Nb-L̴l|#PB˳ueU.4^CDP5$R<;"CMʀ>է1ϭ+/u ́3::;VZ!*&/Wod@UjIU{)$An܏t8X'4b ?梨$ ^4ӣH)?L9jadTkr{D;tȵ65Y:GpQQ s#p=1Is5{KLN];fJrh2Ȳ5}loo`pt<@Cyc1O5!FPLI?F_-"e8klE^G-v~:W抍Ȱ_3UtHEMsd;PHW.k2U3s:*wA ωOȵ*uQP7QH3\0ؖ9dH2(W9B˸glgqԨhma9X[6O ΢W=; ‰vڜa9A·j2!U/Kv;$ foHIsС|}$2e֓:qJe+$ֽp5&aP_*~&q p@ 21W:,R( 3V\,7$T9,Zl[ (8EbFSXngg MƑv= m i8ZS g)O?eҔj4Wb ]͕4 9;F0%<$i <"[C+G"K}3:cOYPhKV&Abs(.%ḻ"_`>n*ƄP!zblN(ΥEU" VHW_.\KSE\Zh+LW1|c6 Z1s&*-_"[- U7E,[-TIP.0B+'`Z>)S*V?m⿖g1}h.CLGQgRf:æذ97G?!\r YmdKwY;Go hDrJaO`;#/,zR,nRAɒ Lӊ!u="6A(4n|"~3e»=tF)cQp_o/YjUiM+@{9K/ )I{Uώ8~OVh}`A#W8ľ;;0,؅##j-c ߼>}NA&㻧(qS6ŏ@7/!8)LwU 4ZȌv,!FQ6Pm:u[0X۞تOM,g| aEU֊~!ez_ Lj(?n~(]m#QG[ O PV){03tsؤSpkeU& t^c1V8|x\>F/!/6kd|qNb=ߟ]JM&d@`~@3W 6rs@qW\ǔtiC~u$(+l&Nb XnkHMGv66$֞{nJiw3tt _mIĝ7 a_h&P=>⻯zӘnӈXw1-ibEAM负N[ >jJ;pnS:H`ѷ^t|: ;*j!wJ*^ WPŸ6JQ*5+>cu wRPhuR K0{d5Y>hR@U u?kƚo G1qVW,\[Idla,+jn#/A(:TySf]ߺ8&׈,CYd`wm£G| 0> 2d6>({CYWNR7fL 2&*ܼؾ4v.:uq"F'·s.J{ɢa%W;gFXbfDq"U^~њ7˯hgfǵ Dd,5\˝݃!r'UD,=i#?ĶYL4p)Dɷ NjY fT{S_/}BV`}8 p} +K2ۘqqL?Qf_͢8ezN$@p6)/;?=~}HTJZ:C&ea]ߝz9*8"g*X_#z.Hbh;4WFȥ|6M~֦ w]h }@F#`}SEĝYT:MY 'ڄE9j|jgΝ\(Ju.ٓXN< u^:H-R $//2L:GcetYd?_>J_g*WHFki4zqh9`y{ `'5pf=eMK'^׈7f:GVcֹ(|"Sx63O~!AY2{- v.%}έЬEG9;[(,,;겮HחWEض. &d>Ke1Ƚ)aYVYͳ7ػ`Zg7h:#gdpjԠ3y|x%?rЃX d& P%M§@lIpmM>od+} 1*.੆ k ۇAcj<C~3iU58K{=#?Cm*!xh^i|vas!AnYp WU㤄lj\iJhYl?}׼ؤjuyZ\1z`A%'# eSN[UtqŬR@Ku^LQ|M}=k›R 1Zvbey/sɱ+ aiBU;NUn;$lS{@ܝl.U-F1\q7/,q;cAszI.{j ))P6-qDft-9-1AH辋/cIP;JO 05CDv ;ӾL#8QKE>}oZ=#4|]n}XT/8`LeI yu:e̦?iՒElCa< >\X~*ņD(2*`]Ӏpu oq_Dq?L7psb\oAt>I34۞#]RQ4ܾYg=.Q޻{xS HpN$I/)sCZD&IS*vcL˾)u*kmzjj O ~; w)=ǐ!cB,TN`M`)u6wJEM 8s.,{\,(4ܲ[oK> %GibnQ5dEm<'NK9o*eg=|:kAP5oSW8B!|ݣK4ՓTs$lKڏޠVbwSx9EKE";–]FLD6\O0Q/99n,϶,3Y]?4;2;6iUyʢoXщqk8ix#D<*wcMqI;_?G:WXã.li~J '[;Č#"EFM_(kʒu%veӪC%-0c,xX-&;>ԗ.]i|MD4s[GF ©N֌Fx$~MEr(L"x"Yy__Uu/Get;;0Cv;@-)`SMuF F#b>ט16.d~92$ul(#At*c5(\6^77s®h6J'0ǞK[%eO2W1U^Z9f>aP*g]VaPB吚 : ԬC~pRBoB>߶#p|ҤrbC&W"t0347Ab(/i/fDDޣ{w(U\#- tW=/z|ߺ+{Km?,u[c˿ŕ 7^/Xڲ?¿+yfB:xek!=61R5n M.7eaڻ`]qY_% y$fBrCm· >Rnt[[Cߗ1[g.q.7x\C))e˲JH u^V_ sFGimK=_e'n}A"n3ٸ01t%, Y/3A]6W5eDpZUfcOdc` v3dF3oX毲/{Bpj3TSfg$a-p7C{VGM$}άKVVTY$MYf^$݊I318tTn! }4 JU5_|xHF29W9KC8i]Db`&ၨߋ9`l u\I{A j}z dJS%]zۛ?;DzLxoyo A+J6`=̈́}!~Fr"/a/c/V}Qm$Wf2-qrU3-XX$5{ 9M*% ZɕYwh]ߗR޸4>B7R:Nx$j};KX4f4Exh2D@t rG _?ϳpGяOBJ e5LZCҊ<&qT@Tfp] % ~fPXZQyL*vԌy]ANR3|=gpՔg_,ʙpDZ^#*@J$O\5qo9IfiWϝzQ[-;5&kW|6RD s^!Ȗ\߅o&Km?y ;R̉,>s1[ ߧhܲ:j ):xh4{L[rE ^% s8Ir.`;'8V2L܋X 8T˭TU^jr $wۆ+?HƖUOWl}߀u,̞m%x&00%bc*}(]u,]FWrUVJi#ѽ;"6>15Ax) ʔ8{=`;Fhz9FR?7X4LfJep_n "31|ciqS=0Gxh.3ɤ ~? uC$>{Ijf~v89ʏ|'6oՌ@ߊX{<+?^7 q)qt,57$SjYr䊹,IF, /#Ϫ <Z&&# gs}M}qA$6]ҥu/#!Mdl΍~ކ蝰124(D(Ї8wŤ")(yekƤHj<9 /ܬbOmKq5"|ڪ#y]I`\Q 8&ZI (ńK|{Vo!gw wêi8yrd0_z oq&92~h~S<~VU5DI 4vOwcl~%A]. ӿi]5ThSU8'Ϡ=[3T͉u{*Nc$aԐ"3W.nWa3xD, /ʺU7t#]ޖ_UWX,fGrCs3r*HElfCЎ LAފ{aJܡ4S#@+޻m챿ǻׇN), qKf@47I,ǑٙVW> ?:Dl҆ɱ׭]:loVEYS3t > 5_32;bKzqDIִ)Pc8fH]o( =+b:ŶJ\ziX&n 6ʪ;j9_5짉:k˲\IqY5ëL^T:V>.E"n82\P&nʌfhsfgRpxhF8jȱV:CLzU)cr{ѐ>ḋc4o+H._#Z:De@MnEey" Fy8nPd0zfBbטGc2.ʽĩZ W8b%wu ToBʼnOc|GН,xϘmo/+Gs7Fq#%72&4C8q-=~0_ΎGe04ZOt'9pyDE~%_L3@{x{vpP5 ^pVxyg«ZቭcVyHj,ua59P֤Ga`X8ƛ$Fb0;$h+g`Ko:2isjE2 A3=N' {~B%^ƥ-[a ~z@]%+ [!n_+b$Pi#vӈ_>TJq[ %w(f)M0O0 z,sA]3볶¾_Z`c6@֊=;b#gEi弟&HN#ۗ7Q4m>/ uP(:5ڃLO_Js*fSA>pY3M#I/rSU3+q٨әhK_[ 5$C>\9p{%šٖr:rN.7aqNz/recTؓeb 1$/-^af2r/T&_;#NpZCɰ*p3 [WC9cgXBA1pzЮWwvx}XɪQћԮܯ'Y܌g1h ݳ!l =f̴/!b lkMϩd.8Cd餽#4B}߮)z~/~ 뱄Vi7 }Μ wk>d[>zϿum(v&:8+|G]_+ޑɗy? yg!3F+b 4=O-wmc%KZdQGzu!:#Ұ1%R?;B?g|;UWՎ+оr[D^3Ŝg "lh>aKZ7m1km6F&`ϛ09%>_\cTgp>U$Cc 1&beY&r=ĭ#jBHf+28oy"apZ|+ g?=̹ _c[*qKF D5=Q$+r4 L?Zc?|E٬pjxdhHۂa3oL1 +C)S"ڬژH8_lNEDYK-.y~4-WGֆ 閚.bm50!3~(5=PXZueٷ @M1jpu&ӂW6fu@>鐑gCT8P:W dy}: b7: i{ڌ)ص xYݪ;e6;XP ʵҥ-cn#式(*kιXqQ%Ț5٫-68C )Cƭ'I-h{g݈-J!J 2U!79 h|pۧ`8VWsٍN;$Ը!~]0s!$׬ٶfXZ9&) %s}ґ5=q^o$ YLZN_@,q͖ںec7 x6hM!I8xԔEJւWo% Z/(0">ztO͏gC 3# L ܩ!e.׷2NGT:DKo*QSI,A?e,"uFLj|44`_iR EB 7iF!~?{Wi_fiIge5clt\:x3!wKQWMXHfu+ 5?yAM'R򝆧w'"!M^z  Crf#s ޵ b7cVu# UB+m!*+Hѵ%si?f=v:X{!7 NKQT ^8|xbd˄Y:[L*fɦ$}! +z%:ok$֙)`NalV[Ibk7\17њC^fLՀB#B]֊PbXk 5Rby :?wDQְL?\_Ěro#K ܐUS W)_G}8&hngx~@ H![!k,61EuzvA1`N|r*%ylRI8\"B<AmVp!Gjr^|lsy8[Oo龃WKnJ^ S^]fE\0I3d .a"mjВ`sH[u=11<#0ohFί76"m+`X0^#DJ~fmƱCܘ;7X=" 0"C|Mf@.%'*ur_hP?>{4E &VR]*UI{c:հ/i4% " JևuʶSh7tܜG#`m&w01(9r`nK%iF+jM@[a J8އfx _  }ra9VZߕW0cgS{;KڍvԧQdl__cdqoT{^ 9L2-QhCW!LRL;яI1.u%*Zc`?+oj`fo*j J`,89lI^rZ2̀pyNAn@8hf}  ~q}3H%I/9] ۏhTjl@BA9..Ld 0ʚW&0(X剎 fٵDvOYK CC0H 6&I>sUZa :92![#66̯y&9) D-g 儫O [6 d'}(zv߲-n:<)ۑ{0BuГ5OSR^@bu?9VnMnҌb1KDh 6CRLVd⚁Y:11pCne`)H3/AR|-:-MبY0'钜_~I2ʒUidz+E'5G _Ev5еw˟C9zuHݻ #4O;k۱ "C}-[3sS3lG臉 8i$}AZQ,nȥ?Do*;-Y$8^#~eCK{\!j&gr-zQ//1y OTssݬ`:lKX7GPK~ ΄,7g4*,zÃ^·ȞCYםb*WokzHFļHӞ3. ]L"F@ԏ}o7;##n6 swY;19ƬqYPejOLuى{A(]@?YF1мINJBR&Mb6€ThG^Ye{2Rھ|c:g4@Nye7 .<~pF5MJ'w0DCnC7[Dj3^"jh;>gih9Ҍ2Xz:gzLa[ܮ =qHV: c%KR)=_h!Ds:/~Iw pqn/X7G֭ :cAi[ȠH!ŰI|SK-2x09#P&m93F:ldЃ|0+ 7]K?٭JjϾ4>[Šj17/Ƚdþ5Z:{DkvzF݇h{U~Zf X©8beH 6j~S39$7d eK|~ӝ??BR&aͷ;C)}[E= C XOF!IQ4ӵsп8gOBQ3%VYB2 }VR*P hO`0;rP.(RI 8e?X7;s14g"n>f!U~x skzV7,E ġ "\>\*Q?:Hl~ջ(]A M3_(*Bag D=vv`X݄4_AaQ}Wތ-{zkUY ƽ*L"W$4?)OC+2I Q)&Iwo:MxOh^v`~2?#Oہ[s ,wI_fWՊogAjeE9">w5$lM |9D8 rݲ߭BS4yéB*uP[p&A~ݩl<TW^Z5rE ) Aٯ$\|Ί՘' `jHqP^h&ÜxsLɌ$6˩T#zԣjk5Cˠ9nTB-Ծ2 ?&LwѐJs $LwS0K|QGtLV)B/?X Go*NGezjI? 3wzU _^нT X"Ӆ*BvߚwͲL9f8foKa'0')mJ0f>{1?eEza 샒}4qK>_{] Y|x))Y^mil Ok*Q@ӰҸ\ME빦Ue) i/= #"ULl$_n\|LwGE(ɢym٦sgccd"x[tjK 0Ȗhi} e3#u] !665r3F|,-&hsws %{&1E>2|OO2/- ԭp=D]Lܮ !qa*lGrd)U0RݐC/TN$HOOƾrcճ&(͹w+*HB$:ˑCS RʯrV:ye+N1.B v$t; IJuq7-wOq,H{,01YqS'lm+o{a2lc U%R J,kew#ss`V tGac;ƾrDĊh]{Wfv؂| Ce/r moαƳI?e6)P_|=~75-WkQhSsJe`bι CY,̓&&LSWS& P)[P-*7G4Ci}z qԱ>Yb,.1W? o8gvYlɋPs.ΊC5e3܍CS`NML:050EYmԃa}$%]I T";%T3l)d iq>]EB@q9ZOrpE" E2Ɨ]ouV$W 䆲3JL)'v /ngАEٱx1sF DwLѻ]˙!^Y=NflFb SsD )WĔxJ& jX}/#2 S =vk@'uysB9(޻"$ӭS|hT&k8_5p =SlCaCۇg\6yf`.fm&W7m=#Kw]čFy ym2S0<_J< e.OF+U-k.Q Ԃu#Cy:C@=-v Rjl9śL?w(k0`ֿ6؞ ,SYk8qJZ 4* : E[;W:8VZYTRS  ng_D_(xl>1f+0#r z4t3AyJ7c7Yzv+hiZ};c^ߍ2KvxyfwѱCF)jZd>Q)r3Wdo3IMK-a {|97kq0? ޷rEon$}F u-O9XT5CL+^u\ --}#rYТ:kԱh3K܅zpP9&,wBl Q6Vp"tS[Deo1:diWl3L)׫2O!hF#Hꣁjz-w(RBʉjqӽr(} GU9Nq}]0$Ws]I #ZdzzcJyMke ]o7]_>9(:F"fI9dX0e|W?efNcwBLybC$}^i"@3zSkWWqrűiH^GLdo *lM׮N疂1݊ i˷7I-TH@if\KelZk\'ȷa,AT{ :-$7TB"I~hV-?m9+@($,EC+ COϿ67@2HqOi&Z\Fl)Վ23X O "Bb*9_rΈ5<}Ū%&$3N8H(%Ӎ-.@a &.Dž ?)X^tXÇ '@ -mlȕp-RFឌK2WS%0p*s8K&l>4Dݙ"󔜅~jEsY֢bòzFfU. l<4:}{OQh!aNi<<Im4yQG/0;qbgy/>n#X$CT=FwVWږJ,&Kh+o: P0WHj (+U7MIN!HLGGU _0}a8w封.NsR40>O p-ts3)J(5lCR8@JD&KTK4pY#YC42 3oe\2"wk@륷tƌ\-ɋ%߂iC#^hJΚ,KnN5t# m(,/pec[}+ʢP ȓ˿#&: kuuBR -0Gylddb)j ]B6q:Xl*3XFo 3vfRo&`&6}ӈ)E|[HNg_7Q)(]ŊPMn!Z+,T:9OlŲ'`ԁK3 MϢth)mITTZw235V0 ~rСTm05ԁXPOO#IԶ MO[S,%.(A6 0yj\d9/2h3 i/h\*P nC|aV>qA\gmpČ}$O+$>C)"4Ο rdvl]_]ݗ=Unf)焞7AFA\yۦW,E1 5NRGW~tsXœnhMc뽼_v&0RtDRq܅g!^f|#-c=0N\5Jڼ(kS$PĔkz/DƖ*z`8d]9-]˖oP Җ(P%^έekD[O WA !qD@,;6||)G=atٻUv!OI^g[@Vnko:@\bW˒ ij1pEbj'7#Z^ lhTdw߈" 2N{Yg!Ru_8d }&!|nCP(b `:aDdd6'Oֺ@[$"052Fj{ZΦwei@l3[~l+5_nG#0tB'q~~D`+Gn:[fm( I eL#\|V8<>!$ m\i Cm]UR1=Ϗda p҉eERf<=N<<jΫ5hRfT86<]P*GԄv O-m ~.ڥ,)?}G`k1oH/Ad~d qJjGv-+ŁSg% L)Q]."0ᐱ;ޘW:pϭ-iV{dgAkA a%ߓ" leD$JҒT{\1,u xQ^2wspzDPwC9m>-G˦V=!e-r9H1[\O{뉟i:W])PκbAA^3N|}\^wD&ݠO#ZŖ=nߑ7 堆JsJ}vJbv_qɩ y ܉}] H=g&u9ퟌV[Fq>J{;ֱh * vs>n6ڒ.w ; 2W.e3}@ (o3]LmadROjٝp0ʌ2׫ NqXԀfHK pF&`eA".}5sƟQF nr١i^Rtg?HXˊlq|8^F(-?q*^"lzVBVy3faiοR o΅n"9R͗:Xuz3D7S?dk)G *'ޡfMv\A8~ʶڥJǚڠ S1W"h֟F-PxZv8kOD5,0}+jYbv.ENly BXl^7&]1jemZ=])./ k&d)xIMb`~+R*zKO_[88jx* )6 !%3rT(ԡn93=QTm(GS;WȔ{cA`6@XVq/k؅IJo>VTD,GDSU r-3U/lJ-~QhU.x e$>*qő4;3"wMC,95 HK}πa ?_d}EP'|s~1  v nev[VlG4xH JSlQ ̄}5v?'TB>jwcЇGXTd_ѩ_F16%5Ґ/Se? 4 ͠z3Iu[=n>y1({4`8>B;Јwa ҳ!bD)lJkln'5Ms@ѿj(J jnZZjok!vX % M=ƳA'Z2|XH;/[.ȪG_G3@j0O0Vq~ÆeOQ͹+ni "4ou-­+@t˃ Aw+U c6 ~y3Ǖih7YWb8L1y"/a {r TkivН|e|aj|ƒؼ f*nzx nwY}<^)bp IdJHRO8rk.=4RۆXv5;9!:[K1_^zV¼oߨi6R9N_Y +pf=UWkMd2Uy2 c o.;"`Zظz3|Ni760]H_Ho~jx)\DʕE> !*hЀ!dW^|,KOۗ'zgv˃}82;ônZS{$/ѠY z#CЭ .jNҨc?]ںM:T!M Hۚk骙"*-d,[RwU}>2G]#Dct'8y攫)z,rVR 7̩}i*z׶3X;E xn>??/3qp_־WV>IYTm--:^޴p-&EPU|Rd{ɍjj^" :,S '%PtS%ǫ)0;qY>O!;sL1 lht [.vaZyRMaɿЌ{d7eg&9BpC cd !waNC3j ⍺ ER0d3Yg41ec2RVEz#W֩7#+""{rx:CʌRdP":P?FK{"C)!*] at^`ps1:\cx I EU rmPޥh#W`TkBـ YWͅ'K,THB{.6w6 ỶgQON9QR6 R*%MI;iruO$qtƏ+&D8O_v㗯LD"掇`OY74?-QPYfGouTTe#hџTÒtwE6,C8'x/8;X.~*Sݏ _h8v.oܷőRo: &T\/=6{ KGC?\DHy)d?Ʊݣ5 t a[.b7a7XǪ^=6V;cS ^ uqI)SkNtWfG¦!rGFEy.n/:7pc˧v3flQsv7SB i߄ԛ$ki1Pim;b ׀0OyƤ2 thv6yGT({86gM7۪IZZZODΟ:mDr!yh(9m޻[q4ky/ekY XlK84 x(^ƐL#,p1Z8n2 ۡmL'RC4MDdjf@wifLCK=G p@l2`9\>+r4`ƸBۖs\ց/zc!˗݌VpJ#J*ʼn!Dޝ/>4D]Svs C𗠙vk}W_cvGmCsʜ28}S2i结}/dG+P -I&e`aꠁ"%,Q0"L4Ol8qL4QZds.T8 aF^c8E}aG(q0cPg-@s|_oc-Mm5S9*_d,C]Q"u͌N#Zp;_ gGyՠڀp>)J n,FM,NK\bvZPhek>4@A+;Xy%ZF[@]9Rj:XMmمp9J9Y376:7\X~ =;W 6 ;.m;?t 󷵢'[kt]&? 98T_.QQ5߭k6؉a`Js'Կ\l[qMN>vX]E§q3h;CgiȧVEq!^]@s.Jua^""8&"o@6OfqoG]91.]"~D Qy}!ցsrd68ԘwMק3 L^:[x]ٹ͟exhM)N%%Lͣ{֧Qhŕ؋]E*$5_W6!%L)jUC|yER?;VNP6XXI_C>m Ow_(rآ~I\ /@RZ2Sgb3-dBEAzFyIbҰPrğ&\2(x aXr xLjZzkSgFDj7b*l8 \&v)M~A:dSb$^  ScW6xzЬmzpߒ~O7k$xt#vےl/u|h8[J5@I߷Y}JokLHP߻a d;J {$:$Y'< -Y7Ѣ_[.np" )\\okԀFz6iQEZy8q T$NjKH_6f1RgwL2X&[UT/my!C #nՌ"\~*b&s0Iۮ4Ҩ܄+~&u޿ïa%Uh/h>_^ Cȫck& @D5l=)1a)p 5!adj|_qMVh;+Dp"uo 3fdwn:z6 U+v1TͽJL*">EVӷ T,߈CvZ7say酧kLTf<^QSuqb5ɭ^ch}##M7Ս3DZy)GKz'BDEWJ.EDzӯpi: sn:*+Ry,Z<,ur$૤ s|Qdv/xbu:~b_%ɢoK[v1wʒP*ӳh HQ%6|7nyW02WϖaғW]wb )J S*kl2-KkDd +oBVY@(f%[px(H"<2(8?3Rym 8πU`C9F5H^|A/N;4Y~&^F˫Pvoھ= UL/ϣLwξ!.ί18B3V`5ۮ1}l8f^Q\BTOi T%&5Yj655yS70|hNݓ+Zu3U?sG6c(r[-Mf!0R(LKt{Ë{$ Oz'&h4amB.Uȓ~ma>/a<-pձajnZQ^d|*Js>?f7*M#^ =j3d hi&!uk󆴮#yL\MY-jUG$A!Ҳ:N0,)^Tuϣxoz tow0ﶜ%ȣA+q^aEX_FJ܇pyJ3]h 6 M* ~S#f$s^cd䯉t 1AqFӘb߶֮7gU.lߑzG jKDsQZ  8-"]՞_@@E2xl %(ạ7?Eco;TʲbՈ`|$ Vhb*Eu)/;sTKb>"]Cm. =U5DԞx4eāh-ʻjTOTClw`Pħ/Nb"f4k( E sRdxvLH a, /PU;_%ڤIKZK4$4&LϻxVߑו>3!Akv:KyT[._y1fd֩@'pmZnɪ 5چCB"1%Iefi~29YvE?+֭@LcgKM%nOKe6!9paΚ)5dr~ur˺Z 1cio~v=.tb9}TOݽ~͹ۅU29eh?!viAMcln=&0v>Hi-VSܞfh OLȵE>bQ/u}$I21TL(n>l&/nBJ&IUڜ Tdp*' ؗÈIF̲/c;f7xoxN (>7RCS%,*n\7Yhvִh dVw/ٽ0s5elI\`<^  =sM#2p,#H8fFŘk60B&g41w;EA%P f0S9"d̡0 2;oЈg@c"`^nWink=ddlgW  ҅ M8.'wg.(szP魣1oE-M"e隆n,Ov0b4wH%hoC. <[Hۀ1?[,mLx>x[ *0;|s8qd|ʏV M%)tܧpjfN#٩M8}g_h߉xw(LNa=&Mjf{6^v}Ҝ<AgAgXEܫ*jS ~liKUXMЌza;S"NO.BZ$_PG@d&}A,dysaHΨ?F`m >,wuvySp_MIeFWC^ίǽ$)~~+O1CT`$JZ[S:֒c_q1%OIu5o$`ϝ́gdeǚ{ИRlBiB ]2V*㫑>t 4$1׷|8yѽ` 2DÐ!pXV+"`ѓ AHr]R _LJC5$47I#/mcH:o:?6A~16 _RېO-^xNgg =&(H j%oJ U_XDMa|D R-X=W?54yp2w~<4 -b2&8hh&4C;25 N0@GfgVoId0_$^ĵ&lbxnXX3y7xUG;E V2^\&! I5&^Fq|D@!Q9$ ]!PoMA-[؃A>_2Bzޫ%YQnawfhfG,|yrdԍ]pޙ^G7V˷zuBنOL:TvF_ōsu@WU{>/FGpR7fIh#y?-т M72~4$m?yV۩VMPpoEe(ղB,@61LS?dVSΧܴte]RTBB%"*&bir]lr Hj4/y6)of=%Ag~|q'Rӯ}F(Ԑ$ͣPe :U{*xeg_𕵧4hG{͍(@LhcH31LoB~ȅYFވvEA$њk6ď@) ]OlðnE\֣qGa֪-9̍ R.v``'F"5:\LaTSowZ$ #|EQpxdU\1#9:eC˄k|Z@(`Tq.eڄx