open-vm-tools-12.4.5-150600.3.3.2<>,fG!p9|ѵDPoN5 b?B-s給y_0UK?<@!(2+Tw0{NGH7~7`#ZL!UV %KX5!uVʴ{Y-Zt[A5_*q$ߨ<-Ū?.n5_l⪃'p.N Vm; n!C0A8o>dlxm?ɮ-,ֆ9C 4>R?d $ ?HLX\u % J}}  } !} #} =} =}?}B}DvD}FG6H6M6(Nv8No9P<o:Wo=!>)?1@9BAFYGp}Hd}IX}XYZ\[`\h}]\}^q#b7cdhemfplru}vx"w}x}ytz38@hlpvCopen-vm-tools12.4.5150600.3.3.2Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guestfG!h01-ch4cSUSE 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 h%JYg9 m V4  oT, ' 4 6p % j4 + D;z j /5 # nE* U fM+B AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤AfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGWl,`ԜfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGf~1f~1f~1fFfGf~1fGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4cae10f44ef8cd04f215c7f9deac3367e5bd745a7807c0cbf57b8187cbd8cf683b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e17b815815ebfa8bf57568677842331f589ac120237abf3cbbe8ec06178cf2897fc6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e667cfed5e14604ecaf527e1dd7c41bff339992728dacd2fa45d30907ea984efd5014115b98db3abad920c85bf4e967acb6be3a65bcdcf582011fa7d6be941a7b7f783ba81d46e16e06dacf99716ff0545b925a0252a5e799a6bbe7bfd155a113739e3ce3864af845db78fc627ff3cf6d3410a5a8a2d542a03ac0cf19f3c8eeec6e2b8802aaeadbefee602e2e480ca0474669f6eee7dc13c29ce85262db3e327814fcd1e733e2e43221ddf584210f8a8d8242645a63f0fed4844f56cd2cec67424afc0ece1eefbed77379be26e5c2e3916f67c40f15b6816eb18e641cb6e3afde472a8dee52d598b517e7a71d3a3b9ad5ab8ad6647fab558e5e561f1275b66b6a08d5b74112e086e97dee80e7ebbbc2ec6291ac1fe009a4400306922ea359f2f6346a08519db1776e4c8abff5d69ef410bea99b693f901a135d786fd95d2ecc00e40c991cf3a5c3641ed992b96f88484843435f87646be4a883271406924284b27c1764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75a95a62b309ba0b45069c1b4721165b533b3a13ef82b06d8c73f94ea232924b954962d0e4aa64a7b36a14de6bdeaa53267fe68a485b334b896ec84ea632caa085cfe5bfa296e92f218585a6882bcc9c91ef5583c8ba41d3ac8618ecb479f08b7a08da5e8eb3a0a86aae26aa8e5b25ee9fa782d62f4ddc93a6daf48bb12ec0f72be5522dc583541c59bd334d98a9f815a7a3757167e963cacce3b37cd12339502d0d3456371472a4ff076bb9a43f69a0b581239c65afb974318d338a3eb1a7e92263b5ba77d8d397cea945f72b7e51365d29996c7972e67fd7ddad41dee2527f70dd2614227ccb4b24a836a7de6c52f6d1d916f32109b9ac47ce3cb2c20b9a4cda7cce8cb382fc4e9b8a1ad00ad4f9322dc336ef6f75660058edf922ee9852a2a11c6f3aa57df8ddae2e050ad49e78dd41f38641cbb08fa3ac5e782a3cdb14d9cba38c81c72208d9de251b56cbcf6480565e5d9a228fa13f712b5fc2513ae28a61b4843ed6341ba7b15f3cc0f5d2f509466aff84ba4e46e309ebfbf57430970b156544aad2b3eda6dbac691f4ff1589fd2c07b54348e597a662fe7bd14709b6718d3bcbd4f5c7b3ec1949e4a3ae9117f1e32bba67d1519f287951665568c0dd6c2b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ea97d1d569984cf1f1ac8a3d1b923f9fb0867a9d5774ee8effc6d25bde2b525d46d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac55ad1135a3af85ae9152f733ca0d9b03f39f077a5a117489c8067c2446b98ecc0d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.4.5-150600.3.3.2.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(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.4.5-150600.3.3.212.4.5-150600.3.3.21.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh01-ch4c 1720076065  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.4.5-150600.3.3.212.4.5-150600.3.3.212.4.5-150600.3.3.2 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34565/SUSE_SLE-15-SP6_Update/c8f64c1319d9d26af192e2d2fcd1518a-open-vm-tools.SUSE_SLE-15-SP6_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]=7722f60b2bd51cdb3136e1acbc0a76ca15008e04, 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]=73d0253fdcb4412cbc111036217e2184cfbdf1f7, 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]=f06a071e25054cbdaf8f62ac671fca0f13cb34ad, 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]=ab612dca4fa02ec240d5a9a6a26881c49a1d9bef, 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]=328a45e07629a5cc571927517ff1be6ec8c898c5, 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]=d4937ca50711061c2139ba6cdc94dce5198732d5, 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]=0bbaed1aabfd4be81c6428ac6fecaf2e30e6505f, 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]=3922c18ac2de7d25fe3347a3112aeb1968678ce6, 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]=48c9ad1e8e8d80e0ec34d2d1f405190b69eec20a, 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]=2d549685d40a51792cd6f550e77acacab0acaade, 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]=2e9d2cf0356b39f73e53857b7bba9b15b8c70b66, 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]=28a7dd09890a22e1fb26af290e29772316721950, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=28eda653b10a75d9a946ec058b052340f835c2d5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d487abb9f30f8131b00ed5cedcc8f6a2a6fbb755, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef14dd40173f9704e2d7421407ff5494029f567e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c69c2a1970b971592819fcd7b95030f49ec8a1a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=10f6934df1c36f6dfd55da1db616f4b3ea7d5f91, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea0420cd24336535f20f4bd439b3aa55ea22893e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=acc28c15511be88562886324b6be5339a90ec6c0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7744c9969995c56614678849d14b632e60169a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5270b14aa69483a02e947fb47fe3c008f6206081, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=193c86684e5d405fbc4fb288e091b930022dd23f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=80fe69fcddf6001d0e76899c248a272324796aff, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e7c5a31ed3f97bc2510155000953d98212ae0b5, 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!"þabaUuw&systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-88ef7286b231199002afbc3ba51e4012899a8fb20855e5e550c5f418e890e4097?7zXZ !t/]"k%N'UN#i mIּod\C D\5dE]& e kQP؉w=F9C/ LEx̬u&}}*sX>}$-ܸb\a]2RX P"w P mVVI;iu񀺎G&`5&wq[7yFtE1A[<'V2Xa,Iɽg&6f̶Q"?EҊNQge*~Uba X43-{\8a"굻dX18۬#X̶{0g"I!([f3^WhW(uR0+r0)DMijAXUR5F.YWm5MHW52+™0AFFRK."dcxC'@=bο "g I"_{f->%zC=,_k!DwȧJ쉙z1:Ti-rFa@Ϯ go'jÍ|ko(ttqt?%A-; D"sYEOXbP9C p!tDw-i+SݽAٺP OlK*1WjYn!'F4R6. yQPN6?k?p,Lᗇ?yX26r*C=~>G nb{ҷqȤ`q񮊌[5XVT}o]zY>] G+,BBvf<$IYӖ7 ef8>!S{#lu=ON&sm)V/k0ԋxm]ȅs-c^G?Mla8(<1i6=15E'Ȳ0+Oy+ v C BHyzD|e2k;|m[z&`7F FnYG4c*-+f-It ame^EÈMAzws5W{2R#xd\ucK5iVC/!<ƥ |;"s)'~sʅ8 ϗKԓ4Ϋ2d`< -ΒDJ!M ޳\Wz^1~:e/ZٜC T^"Q)eϖIKx*tezYX49][jow+ʀ(۱͟x92Yy{lQ{:av&亲eՋfڵxlvj-Yc^8%AA9,1:v: tDG2yPwa{m# -؍TȀ;FKGc 7>X\}Ԋ20,.B1,W$d'9l4$:+;2~"Lj\!-|B\_*?,X :쵐;KSN7,FӌQ]< jޥ Ш:>PӚ8|%:|RyM|6p ekE3#]C*+"{!Gb$ޮqXl3w:l8*r ט695eӳ\=:1Q=vƙAa0H$Bmc_uqm 76k8j63_d$< 6B SFVSGHWg23rl B*(&g;6q+zVV"Bo܂Ӻ/:/"Uyz% Կpm#̭,O"dTtU^Nj{tRx/OO;gEh!e2P5ZivRX.`-=z&I/4 PC6_)0d-;gߖ{b1,=?!y6/olZ;{Vj;kC(DYh7!p.m)̶yU] !Pz5DP\8$F}K6赳mwTa״n?WŅWU$1eb_U@o"3=rtqEuM(VpH1n^Q#&XQ弢*7AqW(;NE SGO͈&"mTT(уgOSµ@f\ '$x́Z?̔e-xM=@.+qa,|~$֢M(##ԇWm1Yk0zuNjWD?_$x&CИ|׀_PvʿC:9ЃxoWzQbIUqޤ;x7?IZz.s03aJC 0Rgn~s^3=m쥩2Su.0^( tA!dF6 ިR(] ߎKB="gDg} ÓPc1?0s5&O }1NcMBEZWQ p_ ToXWf&PbaxA6"D΃F/ߺ|OFb3 .:(gRJݹlsOqVdcVeR;7z&֟~@qw c%L@vMH*ls&n!4Hn4'Vd^N ,f3I!?>W]dwo3=)S'"+S@^6}3 q Pj_hޅ qTn:$!Æxd'|?WBP #|upYEBl0iTIUW ` 7$֌xǹoLs _rٴDrTH*~kxHZ~.|J-8z4?iMU'C\(1e=zSܐ8.aɜm^V$6A7S;G8m!KG6rVzWi_gJO8_J|Rx%:N.I3%{  ǨK^g?] [0#=G!Q3m9>fNt|S T6< BqlSD, + CB{Z骮T]xKK#㊁vuDkO@Fn C߱Q+TD%T1En7mN1'VWONxܨz|9D3X*#Uނ6ؤe8kY3"K`,{|.Q鱽xc K!:@p{Bi/m|X_p"?ځ4e 9ҷI 7\z,LzArp턂 fڕz.4zO,a=K=K<<~$tx1]3e'BV ƕ@B+B `dؽ)$""' }e4,)qE@=\<3ۤJ8У[$2Rق&uWMHiv#`1͡~rb˂- m>M8# ߺMb" -,tG˳qxWȃسO^}^"3 *FK D[2fp!_em`6Z9n9f <j}+Li&X>"J5~ۄ`N4B<ɐ3ţ7Oy$ #^b{;v.T?aOT4hɭ1C*sQIikmdgz̈́iLzr?% C,5dm"eٖ ӳN; IZJ,&-=!7)3adke}wYK##BL/Lkkŕfvу AMq K)?lGH.o^IGzgp^D{3 bx[~H =?, O*p,%2|}~nɞA~j6Oqr^!R^Z?9浗7,ASP#(V$κttG'4m߻U s͟J.y $n;| ۞ Sw,z~ͼyG n_HќBV]o5 yH&r{'6I(PBɃ3h࠺ \ oU{>#eh/s>_ A]nɦӽȉoޠ޴AYbZ/nD(* Nh׷=γg/xGȡ4f}cp[v炙"7{ҲOjH:2L.LqdL, Jrss&~aa „FK`g!H,AnƇH+SNf{1g=acv/$mנZ=} >X=푿&Dw_ZtRNѭf4)9, H4[naj7/fkXc#$@7 VL/0U&Ì"Rr'hB"}͎D{៙ԅV~`'zW{- ,ksM8"&+ \-E]Ol ê&-]&k I$ZF'+T6J2 ^qZl>M߸?.v?^+]Z)J=T$A6h ]MI8J$?ۛSRoLc[bKe3^}PzQ%Qra7p]U׆h-`˝2vK)e'7;o_CvSùdġǺ)T98>6z`%cD{Z~#9]TZCP9s93֛ߎwh6Xx5]vإ:<#6هkN̕U$uHnG$d+1 1/U1jh \ 44! T07QzjO"':렞auKe@s 뚊'6O4|Vsfo&le"7u\Ƅ>t0ϟ4J35`on1Z u!}nԢPEZӌ+g < Ni. ,T"U-`Q[.رD武Uo/I8[YXq6x3"ʀB#/O޵XUSVR/FDe#rхPSZť΄ mmSc]]"Hצ+Nб>a]SXc$Cね-r%exRʈ&c !uʳ<2Ttq1[I}Xb04VXbAvc*'Vʬa\ T1~~ H* FFlrX*k_twYd٥&Y|$XBAeYJZrdRs#>eUB9-q䲭qj#6~|욞-|((ÞE@*\gR AyHx6uި(޹ޱq9$S,LR|]EHBޗkʸKy.;cZ_KQpdA3WȄd]9#ȓ W;ڶlE8H<}+VZE97 [KJ3˶0!_urG;UWG 8<_SH:O]-T`bwo~7MB7hVY1pmsDPvf6bͷiϯdVp+ZSF< ~jhG YeBcZ+"pkh"Q{3NHEfX e.Y5QZHX1T(pBk!:\u?R.SXX AozZ[.ef,F9d[T_AQbP ze)͈!2D43C+IP lW Czq0qB1p5bk΀ϕ(X*YvZPsiF܊i'SOzd& <gq.:@Hé}\Dl,iƞ$Ѧ(s.0-+! ⋵)SOl˯ "Y :ǿfLMĕ 7q=^Ηs3MN$Л6Y8̠`AEߠ^ ܾ52;L*w](Jo9[$#:# F[OS3ݙLOFŜ]>9 %;@Go8dٶ#"8'äUc]_'z0y$@q6C*nKvJ;F5I t4=؉[Ȗng|THe$SwEHyJ*u6vNtxUcxu,4D"X67U,\vK`#?L^wЅ&n"ڙURCKfK#.am­iև/'BDӪ, RHVC79*4C(wkb.Tgv9R]>6aMS@|klgIsؤT<{C=>|;"޷FNW<cE[C_Go-kg(mJUAZ$yGL}<鎩XY*: ˀAςsYchK߰quޯ.rM0R]>8oAs#V=|Fm(4[p'y80{wU*o?+Rr/ad߅E/>Σ[-<*ƣu m1O@rFA+_=$G +-kY6GЃE-t>EMNC£`j _ W)Yl[Nz; O@WGQϷz?%)ͣQДڍ6?}>j:$i.kw~lεK`Dy׹,MJpMPgd:@uW4|9p+9̵leo`~o266c; ?0Wv|r/# F Z 5%խ98zw|hȵB<߸+NOJ{uBcW Bˤnq@-gY`u6-?jfxfqEVFIhg6qi % a cҿ 0+ fr9A'eYP1tv3dI"ȯLƔ5k /l̈Pg2*m%/9Of$(HeTQP$L>/Hj;{@OIkXR@Wf+X'@O`cܙɳOO/;^ޘ.* ɫB`זL,Э#2 ٮ }.B>lQ:w#{NqOS-S _}fG )D+VS9o\\ѫ+cجر NUC0ޡNۺSU7G{9|Qs-#+N#x0B#{0{F]Gч!x645ǜt^AuoF-^JfhD3}Z9wW*ŨӴ礉|GV80@pwg5\hB|=!+Ƶ ڮP:V4 04v}< ?yR*<.浙pOo݋_6xÑ%N')y'T61"oϟ#@g#&BL3r-vŔh(z7~oQ'sVrEJ>B68qJ,Na}yɞS AmeSs8HYSD<HIp@m淏DT; !&Eye4rL٬m!WZ`NE򫁓Th[h^MH~.09RVߝ{35).Gߩ4!Y*ucNѪ *+m"غ(tEܢ+I{N6L|; ]E<51S6ceУ"PV5GIM<Q߇0aހ\ lSV9}t8Lڨy+P,-nt -cGbwS҂p[ >|޵I'DI%~߻Jh^\_E_5_ q0Ӡ6O'7Vubm+ :l4G >==%dP|ڀ{![q"xi4=p!{| tQ[m39I&|؍hzـ*Z!Bd(c={hJ-fΤ,Av}n:l.cNDيW'bP7 P?0J\`6t?Qb[ EI/ ަӮ%8g\>+[#ܮ˜D0!V쟢KDh)I}E"H{]YuwO=<=+2{S^rW@'9B}3]}Ŵ$J@JywRǘkyi冫<054l&οS( eDiJ&0(+Sܹg鳴ū3g$ x'tZ<ʞs]8Yc>g* Gj_]+Էo"b҂B[S;3MPO™O{FkbpG\r>(CT^v.[4y,-M_\cPÌv˒p=QĶjR qU ч; 1CwŴGYᧉj7R#r%(% 5'C%; HOFӞZln$5J^˸WF༁fx7 @KLEʁA^zw!~2dKWjPuZ_\lpU=Jl֮F>9rP\[h8bk}mNSm&Ew^DMXѹ? Rin=s>?GQl8]qAt ȞM6¨p:~@ ð9@=xtR*^H *5aIs$LM:>%)O4D6£R;m"7 YH,ǜ\J3ʵ%@Hkl_hTb2m m2lk$Nf~DfцΐO(jIE=TŹk>o)BLYo[|"{"x&#.i UD`z8Gql+3z5d)Y5<# NLcۻ%5xty ,GhڕE70؟+WUn4=*!Eh+sz^ PBt-% bw.2x wuQM^SW&*<ރNt9Oi F\"^NeZm!.1 Y2¯{-rv1t-0o~qr)~~j d#W.^zG}vA_ۓ0Roi;((<Q"!.uW{ޝ@ $(QaH0賙0Q֚]1nwn uyY Ąz» 9%t**#Yg'1&R%6\$2Eχq26t鈼u]"mfj^8S=gD c#XU!\)g ~H!3Fʓ PsOJzq)o9e$模&YQ]@߼!%_Gތ`}@t@2Z} \hQBWEKy>< 1UT650>lUl 2ٿ{;9 VMFw@@g`Ib/ OyEgXF+xשDen[!bG<4}޽l=nk)LiTgKf*맙9 T8+&meJ3X\c GUXvֱ,H~^n, 꺷>{SDRa$Q3^hH׈^γNzWr| Kcжq!a˺g5/“YZQS;٠=pm "s;iH'[~_7d( /$Y&8_g)F1XOVdhT-QopV=ՅBWD雧?7k-Uۚ,D*\:Cvϴ4s:16/ʭOB˰X5f`DG([$ZtMhf^{=D?(F`]I l{[m]]7imjFe'}(%=-7+ŔZ Z=M/ӵtյ ɐvFA;hes*닑0h* uTnHEi Sh,H0Lf]0k}#,B^wfYl<7V+7imUm`HVkyηG=Y^Wro'(g h9XCX,$pڷ{&m2+DTug)1'ބ9]WѿØؔ; 8dy?wM"ĹNZh,X+^eM>hU`X'G mw|sʾNZ@F\$2*vrf&hX"4GQ-X^zN ]3h-qU,6앢3$ QviSO-u#P=f(*W_m\ѽ#OdC>!&{."b// XæqkXH~Y+PP7hr@b(]B]RRFɿqb%,CnH{tangd5Q]5=hwabՊkCBդD*%*I|;r@۟.KxmCϩy{D~4в̊fQo,gaUq>p!sSݲw@!DHhNE~V?%*S=Ymy<^{b;ɦK2ף5W>$L"ovH˩fڛލhYw$iL#/tbfNj.tX`Nmwe)q$Ya .z+OGlj<]ny^tm8[AWE)ߊZ/c`ruٜ׎k)kɒ )puY"oWmMW.5l3k `/4S.5gmj Q&,6V #ƴȖJ7 hz_betǐE &q8.A?:I.20;1CxۣE!$vE_h5#evdQx%H69N]8jQ%C;,gMtpe׸2!%>5ߘ=YY+%}dE@N#-׿NiDf(ң|V9Zȕܖ͖PSBS^g%l-L`ak]c&y<$ϥ.3Tώhx9DSW/hyPX*,+N]becYRz侌#A 6e3IX ZW0`KoX?^Vj_wT/0(rUUV֢CߐY.;+ѯ>C7Ev1 \+e"0HQ5ҵ-oA4Wznl+r!RԮ7o/@3_8gRr o9V{.i~Ar\=(JNg>:D%Ziu<{1D| ʣI20"n(뚧ngdA gtkviS#ɒ69q6.SZs]Xu @cBOѫ $WQ)e=0p3gj&ys/XHFɖ׏-͟RtHSr!WU"%:L}G`+r~TP+tFCB=UvIU>`H3f$й`Z췮s)t{p*9fzYV#b63C҂+J硭x9ʖFE$fYSOHwNָƃ5 V vǬR-$so+km JtQ2 bwϦ[1}/#)0̆ijCGPPE9ͻٲ+ͱX=ݚ*NvU 0;97;ޫELbn7wyЈ€R~Tsz}r[1Ak=W9{BCB79tQN5uFvJt1pP>v˗%w Mos~:RkG2.<,| ":X%{ NY .!M(-"C gw8ϯFFJꉍmWy1Wк'1F\)O2yA򴻛hKQd|8HsK1j7;Qޮ<  =tzgSxڔ!h+!9zn7V81-gU`lR_Z%^p 'TN)ת[)y üsI-M?\O9!&gY?/T+JjEB}8jI20e.k/), ZT .Z&;ljә54pѩ{sGa'e#I_wߒfĻ&Sx^:=ڵWcC=v{k85)UNsϳ ˢ@錄5 :VlDz.Xɮ՛zT?yPi1RyjJۘPϿn}nr=M]a+[d}cCqCܔh1\- H7'k;(3=3h?I*kMv#˓,D =ScQ}Iv$'ga<+2(wpSb46&  GQ/V٢7exDmk !n,hȒ[2LuP/_HK?yg@@PPʈQV>.W AC )31AK ;ʮ,-$gg4F AX'A&҉1w8Kbo-O=:̪ˎ&bpm8iXPo :C-8!)\ ޠqC $\ѭG69YnG ?3PޤMI*Mkc{~[{PD% 0⧌p!*mIjvQdOJx̠ 5R _"骽a¡a<J1o'RC'Q$ؗ<&bݱqaPY(sQ.`zERtiK5+`zQbB`m.1{"[DC#rA6 *nm]}nx.Hg;. g2P8S`2X଼P`#nL,iZxZ/~xAeI!vlϛ Ճ .۝bőe[^v\@?=M W3#Epar(:ճap9ZC{q_oU\vVɌq65KôGjK}쒡 lyZ8aOԄde,W3'^8G^G7'= ``93W~ mL߇ZLg͝V巬$}1g$GDZ١&43\0m8jL립JE0 |3U[M낔Oqɒ smqQR̠<Ȟg;nb[mZenp1Q܍j ¤܊ouyCG*꾦|ꍄ~A23/?FK 0t/~xU47~7/Q'GTF'`Д#e6M䜪cRMir}7.R+j\{C`:afT(:84phEzee^-i&qvOZ8dJlP#uLǤJGvy*.^_ӹz2PZU]/[-kjӸW{BEL+ͪxa0+GʏC/*i'+E*b.[xM5Z82>43%:!@(X ,hO6Y2SHϱ! kU@(Lܮ{{%~CMi pқ.hEasp8:P>c< o&0>| ƓwhGM;FLĈ Vv])&*o& ›.g:ϳtS{+c{3|ӎ&"L>8 v^<&~HfZ[fP[P; E"c24 PY?XG'i[V_Q8e!(.® m_EG_K6ɥS 8Id zuJ5c=\0e@ O7 J&e[?g2%4W 1;BD#{m Yl*Jڗh.|jI XН2US(h3 fMiNGW+gr{Qu`CGlNdNM/BmQY8BWWOJ|N-y#峑%BL+!8UEsj |<|/}<,5K $ۨS$Rx1"o)2-y j-ӗ\*\؋I1H9!XG\wc~b0d45;8}ču殯\"/N!5XDcZLW}F)(+a+ۿP]T>"rF{R?>+Ix&@5tK h%&}d_dG PNE!ݡovr唡@ .u"jH{"WT}2|a_)hMj"(iwB@{T.#{{y3R4ZdZ&$ehtEIA<%*g;OX>+ %e*֨܇IMܡ<}EڅQsmCW,0-H]`uzddY,̐ZIMvyP[ WOUc0#2]^uf'ReGjy^N+O5Î[|csz3-4K] $7#h7O0n5iKtXߖMZV˅[N89Ϝ.eׂ̓ i(a&q7p lR(Uıt,pdlDŽC[Lm*0 «#HgBdTEAkoR,# ݱ}W_'oek 8EE g).BΝ{/ @S#ƞ+IܮO'd-2fQ?r']UMUr,G-4`G.6q>$MYlHUOr'M2XƮYr񁹏ÂQi u!Z:-*k1[]+yma ?W 2>]TqY.5y%ɯC>y R',{]Ȕ؂Į+E{73Қ˶^.kӯ\K(]EAU$G2#=qރgecY;nलZ>W d"̅IS,aNNC1׫Sawp A]!Kv_fŤ5Jt$I};.,j&HYk@54WI صYrT.v}j27._ZO-J|˰ KiJV>WH`t*<>NP2u1[o2dS-$8Ծ(1=U.bA~&!0 Β2ďYGB za}֖)hObJF]m ċS0q։:ӾC-ң7Kqmd4qOFT A<;=$,mφLp↴4|Ntb'RI.N},Gi`e/R@:Ʃ"X԰QNpjAT4#H.JV[ Xi`.6oA Tv|Ugy}mʂ'c]M#y.MG ;x%{$O.c?egtgz␱=K˓2QnZXX=L,Wm,s6U1 L^oTwa61: Fcy ` _؆90>lzFLi q>nS\6V]0,h[~1Mա!2 3kԈ[W@tHf#tn0HB盡COJ+fls`m0 ukx~\4aJNṆv\aTVZ MV{vpHّo-e~S%អB]|ej{O5jxʸi?jBڢ AKmTv7 yo Y37w5HۈK?[|"p8aI:V*OĜ5@FSpCwsE6(`G|_/y=•DD@/:;<2嚄e9zN*aΩ~I1ܔslZmǭCSQ=XYz$w|R7f'?Mp{;2@x8T,FЫ.⍧], dnW;|%.Bp Ea}x FFl0ӂ-XiA 锽|JY~s#`l̲^apUj|_z!bԆ;O˻P{CfOvα2SYvZRljEM@ %hЯF i8t_t2\mR (`ʃvj >GTmjY&%EH6~ҦInfr?Gø3ofi!@c\sD)'do-hoTa19\eb TXF@\ Iqعتh:tR"|Y!y<6YC\RYɂ3rf.n/, Zd֝b [#Yz4LVj!H$iCka<<>[ZK$ӂ(a\aA~9!-M~x`mTL?XXb@նEyyu&|cǞ4U !5*.$A`9jFAqj %r$33 $(>?/B+|Q|\3:vZncj(Sܒ,(EpaĊ4;)΃yݪ1PZ021ߛ īGY^d hC<|5뎬E$I6ę7s{F]9goݍMs +T!/x!m5~6Ԧ#|5";'Ql?5a^::V{>,2w: >4anbOiԐ )gzCyK%fF**TVȼ@Zlօ`e) mO%k7l]7w3]k^|&;zzIgyOk7$!z;׾,'kJN> [RgLpPRckjsCy& c lMshڙ ˨Ԫg^_< L?w V*x蜽<n%ZKC:?Y] nućsGr褯Ar'HlLMefrpaӮ<0[T`bt`AYXobX@T^?N(ho }ݪ(kusqj;TCSێ'OLfx!^ &5o̺`@@9Jv\}Uy#F56*h]4Ÿi1qqÄJlib>svQ(rX'AUW:2*~5*]a-^@iY[ᣃSt,IjkZh;ڳ=xıbŬ.NF 0/LA]?᯼ r }BObJ(2P~vAQ>0_lledYHvocC~Tb˝?g 0! %K:8XHwq8s4ߣ؅]Wo _p~2Dcr 2z7oԋъ㨲kb~ߝ;IπB%!5SJ౶" P6VPzx_4mm1䤯l_Խؑ  *ցĢM32]:?A(CV;vU0_B4 @vyZM}RTt}?S&`H5 E^u=g8lW6G0Do4O{.,aRXQj>ʴTHq PژJZ7VggXHd>TRUhe}u JR5 jX1>{RaWl8vh}1FLb ٽ&rm,c?vO?5#G00r 5s!/\ !5`jֈ%OOR<(\Qk6D8I!~Q$rc5xvy9VtcJ+LHY;ռdOyMB߾h[DS}Uu Ќ2\,AM\}Y8u, P8J:Ɨ~ JQ1S>̈=_Q Z /@?Y1\ ;ڤ 5}/ɪJzcZ`$y`%xh0RR&.'N;F*! #Ao<&I F?E'EwvXW<(`r;8f&tVhS$!0= qUMSfYsa6W1l\s03W@~sCi?96?+cE12c uƥ\YG\tY@1Q3VY@9YӁD*#4 'vK+ n5zvMSM8Gǽ7[[ɰ5^(ձY&7O~FYR~08X!?jn#QEQ9 +΢M#/2UoxOPs{F4(fgJs5azX fY8 aYߦ /UA"KK=%aA h5 R-]TLsAJV||c.6p3n6!R"TW놕(<[E&SC4H fٶ!X86efZNͿ'-;{~%hm4Q9hVik>XFBjSN(Ԋt씭Qj^?F*:IlԿź\YSYlHϷ`$>Vny8=8{s"N=cѶT< #qWlN.QJ Y7 b:oԪ *`"gFFZOXb OR{yѸ D8,ᒵiCflBGJ()q>9P(H_=N{>}xO c.з9^3o=Cyw|8%zMl$!|pI 7`WA=E:=h2Gljz <QLS]'j94`zCuI\vJY9N@.(h]v?_5O=$!q-TvQG:oVeW3rssL,ÞmIcMJShZV#> z;/EcJߛu#9,0X{`8PdYlŅ49-̌/ۊy },0^c[g1Pf<+)uukf@~Ylͽh'1!u *]*O$],BS>TGʪ*),z:ܢ4[' <{Q߭94g1)6?w$)l zLҎa*%k:WOSSoM(j5B %ftY2Зd;[7/tIIzTsT]$wEnݪ$鲙(`C^[:s=}@PU1[urAvOŒ#{ [4X P!Z{; 7=zs[}IGk*71Kɟv-A|: =- Վu +>C-=E2LM̃=t1Y'!@a Z~;fL +W4U=>UBԔ.˽=҆~{aТ􄆻T(pz [:| T-2` R4<" Ni<F̝rpETq_L5ӛ݈oP@tw4`Mޏy͚ׄ]#iyau6:t[ތԄ[C_Bv\|7;G X7(%9BU^ M] `)cq ڂ-rþ^ɕ}IC*OJcY0z%Y]g۳P>|;#¡`Ѡ/mތ̽ S+D*>b]V6uyn{QjF0+A:VG\m TIUB@^~LWj+@0 }\ SVP^2p尅NH%yRUk}a;nBMTqLuVK wf_ׄMsNQV\XYCjlƻQ2?g66?dCzo*X:H뒂a.?_R+[NWmk~gB+K0Qa10~wD/ky;SV=VѢM[WF2) ߥoK ϛ1?߰^yq/l^ۭZE(VOBc;ZKL1E笘/(&xKĴ|vpTZ AlE(" 8蘄TQ ?='vRͼnGhs4KuB]evD{+֋ӸoھD,6^>bgM7S7<[mM1K||609# V. ‹-]R<ޗ,\x{1 7-Ohme1ps7^(GE?,|ced(_nW;;ªNPhl\cƲRC{l?%#5RL7WmF%<^N?G~s|B04ys ʼlY :~) .Kx9z*S53.\Y~7ʗ9W'ArN]&Wzmŏ*jLUvIC!gy-=0 Jp'oWL#+LR-BQ]ڽ嚓ᐝ"V!P56 Bc fZ:KijLR*ϫ$s8|c:$3lQLK1)ħnpwg[]1.f}4ʊ @e-jS 6:d&E-ŦGf,TNOR(7u#  [Ҽshb.)><VW;++>q!ǡBu}%(oެg_%'>^x# z_@o3l,qZJ0kg∋cHSK٣H}ް ?t5pJh% TZճ~wlhS<[ x8%RehKP&^#DxE܇fT (m뚨r/9J,I(PLX<04"]Vw#M^WoBF Ȯy oVPl9|bѤ׵Q Yvh:۶[%=6t~ialNt_iJnH#~1*EsY֭,U (Er=M_U2L32 }s1;Ci^znhԲ X`7&6[є~&gʏc8N_\ ;)J4MOS7I;Y$y+`\|8g-bJ`>utu/cBfWMC{*1l= 3T<J)=W3 2 ;5{P- { A޹o5-Z/c%8+<}BެE ɎKW|i˥`Q7wݨ>\s ~5 fekެwAF=Yvk Zq>ͅVe c"7pp}8ϗuV"ɘ-$*u&ZLo~*U(i*e $|SNL<$;[ҳC0a1զp5@oJ{ݩ2ޜZ!x!-<T1ݲ[C"ݟt>rn(Bo&Ndmxf{ܹ\O+P 7h/nF>{'b`9 E%ۛ Ӿ7ŠFAa V\G5{Nڸ jCU{^sdU@ϯ ζDQ u8P${½X4)T*y +JC4ȨǁtǶPisj$M 3y>xfӃoj27ΎevIv{4%xHyZ^&1H{8Ko:D 7hlÅUlBQ=;)9NV 9^԰SD'S;(AM*+-;Ef-*jY>\0)NH ,ެ0LHJE7Bp)~ NS (Eoh'#M'?{ !eI}oB6hnQ^2*aw}yP5nx[~54~C%&ft#łg;']BBEu4.0~ cZ~"b!bTquMMcUO Zm$=IHe7?bQ"Yt7,&Vw}w}xFT"u'qr. Nfx' 54~)eꡛԏQXO n@ =&\;Yk,i-2/m pܓ4٨5e5d V !<|;D-DeA(bjJ-W݂Ĵv {D^y:ƜXuU$':`ań(WnI2*ylok@txciDw^x]Iҹܐsq~PY%6e;s&AY2 Yaugh | LC +-I}xo6ꋳBR;}W9K)"mj4h/v]x'4E8 Uw8CGg,n:\B'R >a41uUp۟YDNjsu8 Zo'u#lBt;Ĥ;k+!Ss&,+ɰa"5!# l^3JۮY[ J6Z"ĦyzAoXQ KˡYs)ÿyZclMd?GTHg hh5lUa0 eThVsDWTe]]٭e_#u뫓Yr 6Z\ho:Fnȗ':D4P2]ЂLD ;1!+N! K` 3m$wQSnܨ/kǯH_WuO85}(ed+ xySyX=T,Nt]r5܅prIgSc%$VسG[9Pȵ\(-ӆy͐(N2\1,׏j{z;""Shg(2nU p`Az[ÈyNʄ:&k6O>mLK5&,r̴oH5oSdvQj!"8H]W=-QEd_Cc767߃=f\,UL.#gYc E*<n`/@8uڎ<h.ptPkHGnMC g8w> J9:ivwm~ۃ+Q 8 2fx|0T(!KE{ҊRf4Е}v:rdD],ō9Пr%; 1{ƨ|LdPqP5&ziv{1e(iAY{iuzwpVJ6 u8ee?B-1d-Vj Q}E('C׽H%F%Foz^~4(YYK8=FLf5cDtu9ÉP] ZTFTV3j@0Eawv];%(8ڂ顮Vf/ |&!1+u^zH]\~r-p)Zro~8B[ńnik5MJWn5hǷ37H[į,<^V->3t쟛fleUI*r8E˴c(/#QhEUBH rg*JkY"̽G!4hB9.Gy0CKEj zUWY,^'C.c]iW鴿&TyH'v\ȘGQ"GQ~Le9ߺDn;.ҩ)10bL11Fb!'#KP# ?10=Pq0 z/MNϛB~0sd@jZQLEz(_+ n=m`_]%&.{ ~NWT(aI|TSgd}JnedZ/ SMv!PNsRJm ("rv̓ #p?,[ƋꭕbiE֔6k?;vYed10 =r <`q R-=u0=7Ѷ.c6rs Aq7fFLΣ/PA,mjL٫sGChhͶy{Y ƕmhC1MO]٧80}H{$W:6@cbX"-I^6$cѤbd?xuL92^Y/TH_?~fE9/bUlQ S]T*+1x)V07,7 XH9&z( ŗX;Z"458R! s\Kzj)P!C8syTNOs~2@F|lƁbXǮ}>pWr+C[Үy2}MP|ռ%b)ֆAHDso.cwvM~)$iNbcmc9 pZ(A>4BQ4P&^Q}F;) {ס%r<@:ۅB/j#^D8ݰKYn=2IJs4ۈ 뷄\vAt ftS_Vy# 3G1Lh|0жx8gTq&єߟT> w+BOks[q$/8]LɋJ'ꅄ -}y )ɮΏ+sx-C[Z:"U}]M1{9 %#.5mٝ]zB 7+m+ä.臏(=Z/r28,['dLKFY|8Z'bfժi5*?;WTRV& c͇RŦ帚ؑjF4GѪ.=*/VOl=SoZV`hܸ^o0'Pڸ?(N{`5U9kyT-"20Iɫ-$wl@PzY'˹͸Z@4G =Gvzލ^]HƺWxhw ïu W!ESo6/SiVzc?%U: n,m&u 1"(qAG;vƅAnոd%"ɜ;*b%)p0AYxsz܆Zyo=W>Oja^1"ȩI٠ p̊2cD Scڧ83b!ʨa]u@o+U3g" #0JҐyx)0Ä=ZB8ïJv6^ D8Ƣ DO@NlFVTi!ٮ!hn=):{_aCJy'ܔdJ}En5B~njWnk_^d2m 'j q%!L A4ljqdtQ2Z] hT踞;"Fk,V8{.5OuB%rOn3{4dP]T"7_Rz`f-HPF^~Xم؞_8f+:|ӓ}>Ɛ5Vj&j?p ptH0\}}Yv]Qo>{<Zz؉)`Ntîd>\? ¸K톷TL`תM?^Ytϑ>bڟ2XW1}DnpK7EsvNRPi,!$4f}#xH/Q .']mT)*v647]A"@*Ett.p3_BJ[/we7kTT[䚗mxX7])OaH_9J4iw l&G(ziSqCtNmp*ͣ= rU, )i/[&8[NYHb$4Pbܜȥ. 2(U"X//MI#٨{52'KCYZZ@aϢ i:g>x5̂Q_Oe tOd_1*@~HnLb󗮇 x/+)CFgL% ROm}QP"PǷ"3%75英-ʐz,r.Qk.I9Νu_͓| ]7M WrF#H3Y 2?nkɛhS/x+ߜd씴e ݃ d gʘS^2Tc#|Cɻe:. HR^^(zD,X.`HG7g*[>LBdNs+Z;k"ssS|@m#6M:]XGXGht>xa|Qf5l+L_泚2O0ěEY;jT|W$jۭ8s*pr{, Oіvgt\%Hu 1؟HCWR4+nLhPm])vXs8dUͲҫuleApѻ޽&ȍ\'S]U[dAR hYc+yE-^c~I]QS,WB~z>A(@ #aiS X흰=4,F&yfovm/H C48ou$q85km٥|'}X ԡ73 !3dZHh1l]{]Q> L9^nԵ{5zF"s8S~jJTp,7gEϷs*+V!o6iY k0Z?d[8%.,{;uldD d%`6-K68dV?kz3բQXV7D z4AWnvwL5hEZaOR_IvTšrfR^a,ǙTjr@rJ2nDZSDʖ"xP5Z IFmZ9fdn$ `QI/芕?W=!*]Ou:l*w>hmD(] k/ؼ6{exA/\;r@HCəCg1IkًXIІť*-L4ybђ"o 6n`?+A-}ӥlnp&P F+KN⟢$, !⪍y;|={|4/yt}Ap s /S&U콖)5D=kMĚ7jKnV0ToYpk(WTėD([ak^˴###'3Բ5λifmIÛ0;T?=KE V ~C^@DzoMw4grfE%Vz !h]ʾ\K*v9΃*^""+{Q r' 85uܬSM 7W::ʿi';P%֗_ ̴ QK:P}[@VNόz`P F| FB X0FWc'bA_(CmWvaqZ(L '.q) 1KlQ q̕6׭B/#-(@M;:-bdb;i} N)~09>Go 4l _BRruR;lðS6ɚ$g; Kba¶G[k(,VN 'w~˨&|>R=[e>˶JW \gB4il K<:I@č+#8mP-&3.S7Q, F;4;OhEMB*+NoqjI0 H"O9aŏ+9@ UfasvA-n'$ 9n% GChs EW̨iygx{GFWjo'+]܇0zָrwB'>l7`k3[rنX6]s|#ӘØ.I;2Nt .[S*x؅'ͩXf QM$~"ϼxѺ 9:»=P E3ǃqKJOYz꽧B fgb[тuh0T?PR9dKlp%+ Ԣ'PJe`JSYߠ^Sqh?ܝԪ^ߡ0=y f3ԟ" $!!O mXn}UP'lx܂DJ sDЯ..2#aʆ3/ x|}uv/3ϤH+^Mo.lhWDms7I-j_*{L3[ƎtMf-Ơ23#T;JzYJ# ȹŴVf3s6AƓs)΂[4;~[l4-];Q`#[ҞC'u"*́ŘDVkf5,%եɥ̯j4>hk^d8ȶe'WQ1P7?~+d.FvjQ8巐-ìeͤB`Hy@?!5ɍ![]naS 1x.i|E\YsT gjKz8aN0[5I%`}6kįLy0Srcu Wlo/+p0ڻhwQKV_79}8]^=Յ1(@TE+g1 {vc+X*#]B^o\ pj+c)x[pM]\OϢ@Mp8 (^V]p~ ^tf(jن~:O r3rb=ͨ>ug7E^)Ep=}@Pm U?IgVvJӦ}Kmvʶiףv V W߫c*aMIXT{.H ;1Nl;ugI@u/ 類z1 ldloMb La_~ɧa"QQ2Lbxa%/\| |'~XnR1gРX ʖYĸT= åw$$TdzPftK|TtȖ1k#"'/QA/("eRTlL*4I#k 5 _L$qf[O-y8}j0tt¬؜lcS8^=%5ޟګޅ*6!Tփw-uyG_mFB$4 Qq+ԑH4*#0:SD8 8vڠRYo&W#0ZpU9ׯJP:*6%`}jP+NW/OO':h4VԦߗyOAK0?1w)naz}[9;J A/$Qp$O\Rˤ /K9 ܼmL4 mifY+bO:V8ifDW!͆-t$"~x`DR*\!Yzq_8^ێE=xRGigdyؠ@5GN*5MW[?bt@3*ur@[ >k/qw;z=z!yޞ,Vh.9AZY7^@V67 &*.ORx <~ȠlܣYO>OVqHqꋹ% p=֦)k}SF`mK#~ؔÂ!3VGt%VB[yJ.|2 L0}jRpTi+D"~ =Oаqr*8|| 7h>6YEdVU~ͱ:􉡾G@R/51+itYځnjD /QI~Z@bH-''Mj&h7QWKzաjI jWi׮]pyӓJmRD(T`"6vL=NEvf'8[L- fBFXʨE JvEs3gS_8\OܟNg@8HF}d,{VG#m Gt>A%|H _V*_`vksgs`Ȋ/3vZ$He=S[3Rg΅IKUUδG`C{ @↹"YFo"T{ ?Z%<A-w&jKXj. C ^&꣪{#Ԫhq b*Ժ(Kf0G"(KC_gq2/߫6?sTBs;@}~$32 oH]B/v<`JPIỐjɪ(UGT(~vBק#AVCu΅fH:qjyH%DT.iԃZV%6%Ȣxf ׉=bsr֍/\؃׬hQ+UA .>hKmCS>Eg[;oc"$~\" U1dIf}V_=eM/#AඁeX%&3*hP?{BW+Yc__Ir:AG1d J ־M΃9ɎEZ[ԩTUqy ]jK1kZD.ttoub s/ټ&ZwۗN{sBγǡ)Nz DP]GR~LC>dMg0hViy:eՠ(y#:ʴyռlbs#WG1H)df/ _<^պ ų^9DzO05f$*.^L%:URy*+t!lW,9C |JsUO#B̓G.Y:mZi%);Hzx0fcب kDVyAQ,C|Ð1.yYH{s0eG_~⒩Yn9!<={J(R$q{!uT yK^BJF9G@jR6>ŕ'ԸD64 $2Ø _T5Т74X;f0c'EM.\6AzJ'^(}R 1 R#'Ip_dR 3/?j5ڣk;٩48ZY@5/'!v<ŧ~D(KeҍįݮeC >m$oLoH*`uԷ-kGgZjqȅwZgt Dž c=uSy l1. -[/`K'&2U܂F8 w@RhW(yxy $][0R*MAKԞv{ɻu(|Hk7ezMRT2!\aPg CG8a=$m"iLާ\ \rat^dGˣDHWyCj4Cd)rE[/qUKxW,Xӳ@onX?F χC_9 ˡׅ$$``zqzK칺LЪI@YT;Ro^YP#IQA>H# 3_1e-hUj=]ODe9y/v@NoOb} &c_Пuk^dϫ;]: >ُ=궵_c;RmU](Q{-[!1 |9۶Lc=3%jW˄^+qyfT>u낇 },ŃiȢs)$r( VCz|qW0k5Ofg`2fe1ِʅO^4:ŗbP]nA$8G73%]ψ9/yd0wV"v(Vκ~6 Q +_Et.GkPUD$q= "TI]VpkqQ!wOGa`Ky׼=]f_b)Sj5녷*1Xm#0q+@*L+URit~3Tc\F.yS?ǘ6nm-)\p3K4|:"G72JMFdGApHmf)*I!n _FYYGJNa܎%f?}SGAvܞ~tݯMJYrNG_pf5'pYaCX6/Qك(dJh@sa5[dմlkV#.NISKG*2P?_oȈ;y~l| tpPuI-nYc vK+07tjX*%x;],Qz^AZ$:(z;ኛKg%{E/`bVYدZvNJPCLY,O}W2^cD huCOl ^v[ \Vg96~EQ L|fHH&)># T_cj㳚M]yskr5uj ֯زir?نkÍ.J}[,b#@J$!6PU'aZP8l9669lאVKHsSV+K9{t2P/ޑqBDb'V& TS;!a.~M7c9Y//`@_+!OS0~dCVJ A^R5CB@PdjHh6]Z-3˧A3zGO+(!3G$?/CRANU=pݿ4RƸI𔽅GO; l:)۴\'77#MTYfG3oM*WŖcOKW WTI~Cc Ϫez!=aӟkRyQ9-j1-#qio } WܓQT[np#ъoF_z,3 ?5 qGj5eO0 f$t_ /ukܜSgRu#ε7RaŸ3o=/B8è#bBh2Ga!7<< N,e>T m))/* ŎY7wzH]@4X_b{'Z-, ,rؘ5 c1Q5%V#@ Ď|ioTP7fY#?^>Pl]^ 1#4b9G GJHJgS_ j8x\S#ܚ&ViCX?X{BX!~NFkbQ]qpo Axt(~=U6"q81<+#'Фv=!|ͨaٞ s87!k)]C0EFk-DFٴFpIq FYQ˳̤ q*A+ɷI[w6XsmjtlwxM+,=Sr]1"6a=,:B0k>*F$P殳yv'wVMSimn8&..fH6ELυXQfX$(OpX[n^7+V/cbnڔ([;Y%;xRbW.6wWW<#7TO.偁PDPJ8cKb(q1|0]ZmGޣjIQ&Ce\+8Jw\$kb&IeQrXYW|W0;$FsC!:0o ?Oҕ__J bc| )<Bqiҽ ]A\~"~8rթjդX>DƦ#)A7}g2ek|R# 6x)#8}G97d֘}v}Ѓ=+ruUqF TQ#훋~S NF?+ǵS/5f<N}TPsCb ض3vHqh(5*fQ#wyQ_^ʫ<: >O0lI+7)s1  `IV5c~Δ[[5M7ګ d/c w w [=6ε{̆Itr yL;7<*Vr.YV UeiCqva= ^|sY{+$5AO+ݟ (X1.\<͊U7Rq֏+8l.bLG ~PX? <1ʘar(d #磓JĽЌ\ŴnM{6/5B9do2ǽgȿ?!&ۋ"iKyuM󻈷VFmuاbgvn#y 7ehiA n*{uWHToNزNNPP4k@9%XM}G(EƿX?zaN9 _IҾB$w#bw -ĉ0Ԁ ms#yRlPmXƗjPtF(T:OMg+GEwuwE_*q_ɀt َM\I1D&qf/=H`7PIeT!3Ng5TO4(zݚT9 pG׷79}v^cC~=y̠6|V@FUFz~-aR*|-a&r (ar, liCO.fr$,/dv=vŨԹшu5~MR? Ny.,!w<+ ZFZwFLAtRm{ɼ (q04sѹ J /Gyz3vi:Dmp>bn]eD6t/Jl)00 +#C*Egm7wĠn[;Y?z0DUf,"ϼ>9JV' e?-z1:"nt(Cjwa4N:B#AX<¾3xBt{}<&\xBqn}hQ %A1Jqjz RţV>?6ں;&\B\STA^3Cۿ#uLD߿Fb„N(Y,6c={Bsem<=rݫuPOE EGw#C*eZx"1{S][K`Y& e4t՜i;(W D3L* w[=SdԤ3f0.!Z|#,h]mCO ˜07)Cc #o -%?-LȆЈIO!B\M*[#&<(7ACvT/atdSz<>RGЮpUTDAˆ豋b~(0@?;c7:bvӬQҟyAڱOI(t v\ Udwf{6=[TNՅni WD*" |oՓ>w)B6Bf"eBs7$ZȨl[4`?ZԞX (sJ.=|L.{&ymTl,v["RI֟HZ&qAGO$<_Yr/r[A#ެy &B̗^Z<ڂi,lT~-&?oQ1֫`P,"c..: scvX68Tj)`aK Y@cK)Jm#2>_ k-Y1)=XŹsr4<[XMjӗ+;F}kq!ҬOX;`jS1DƦDWgjQW78yՊEo}VV"|$coyi 6'Tc 3=LXNtjIF)#i?G\_YJv:okHM`3F ns kЫxG?żOA>qE4 xD?voZY>+5yu%2~dkRy* FN3}>;#JxG=1wlyK+*EgS 賗+#-!Wpy1b ,:d20giaCpwFZ6aa[r+M* <}}5(V|>K)AԧAi6Eɍux(^ݿ/X J)a-s[x]u!׿qX5X[*{` -r1mM":kܐDπ]Dy. Ncwl+Sm-!ͺhHs'PpQއƢsYc?8Ȑ yޱ!8 GOd':s[f VGhƞV(U=չg?="v;r"능35~!-]+i=D?sb;>eдi6v#uט t캛֮*k<շۓœ0袤 F۳Ai9-yK5K)#An6~<ՔIqC:q2=rs0%f=ZF'{fp E%AajS$TN&96A2ʐhS}<"-;tn@hրtP ga|3@Kl7Jп'9HLFv̚[ЛWi"$0?+ؾwp?2AwS{3yȬLWe>όn۔*ioX.r%RL8G'*7#퐼P^0֜2z],r+O%%ܲ5rE__@mVaZMk*YemՉ7]"鏓 闺Q1;Oړ7@1>~(2 ~4fHgΆMS b޸&yur4! ޷dw1GYARw6r' iѲU73=%I2@x;G]mgqtƘ$l!8;c JjώGV!Y` J9-DTJ0Dՠc& H7cZSTU[ʎ#Kbt#5)wB&Z>YSD!JR8ws&18ؗr$#b j5. :.t/=botD-AҺ@Rn҅}] H8)чLuF`ob#<ହ}Bco54!@lZ9I=T{>jjl*+>A4TVofm Ƹf[QEwNd%C܄56+ pbF8y}8 ViD,:B;s s(IIA俨 i;*ŗluəyx8t%jn*bJ<[|Zhtu!f^HѢg?T?qxߒɆ]-ɮ u'z+{@/ڂVեgC6BhPvfw<]r').XBx_&tm /A'9HjIIzw`3 aՄQ,'3&|w/&D6þb[Zs)L 1hg׷Ska׌h3iwnl2ӧPu-GBdp0s5lmጠ5Z^J8F?rc }T%!1uoBG..JO(7VXuY P~Po7`&Ce yYX9wU$TƤ;(oğ:1̅>9v5F>ެ%DJloՁ4ca$́L\YmgkjdvC݌w~vp'-+I244$Ǜnrv~Xy" a=O*2 -q'Ez+5MJ66I aRVѩ]Y0`v^柉DނV{>^x$2_}v)94E,0$=!򍟱m;Eg`{7a@ W!4=-|.\{jוK H^Mʽ@)(By:}(Eᶡ7lU}ege#pJpLx'C-i " YT, k`j٥I˽rʁTr )Г6YS)f$@Yxy0[b&i8%RW Fx-vޛ[ @vm j6ڢG"r͏;*=1N<}W_O{ȹݡD+˻-YeviOC󟰛%WB/)}4Q%<8Sf O^Ϩ޳XaGen5Že z>e'a_O KEeI45&oxp  ċk͛b{dsxo!LBL)Sr.BV0P[=18~qOi-X:s6 >V/!86C{Ƶ?pBG'Ð cF".=JA(rxH잧4 r lȝ_ɁBੲ Y+΍NL@莧Xaw+d('b8FXQilە+[VUN*+;d+W&Ib2pSVm>U<&SU`N|,ɫl 3R^l yݡΘVFg67Y <޺jwKJ磶NK7 v[PZ8#HJ9fupR+ ÚrAm>L8=*8F.o0h3!JHv{Ռ0w\.Y=V[L!b;? pJєtqOrG\S5m^[>~Y+S&hD^- _ߝ0w<$9/4V&Բeʇ!GR*D̶e5JT?Vs4b-qh Nj(i2kkֿJ8~ CPS䠓F~3ѩUxuX/?G(p'lsØ=IXbE_L&>/,Rxo=2>  My]8Ƿ* Py)I9jjI?j{iMb_d \(E QakB6y6_΀ckHפ d# R߄6}J5!5AUx]AY 6MIh?=!'by@ \ uؼI+ZTkWAy,c`9%MHs ^G'w$Pv?AGBL/o. / Xk}Kt®vs\^=̓}4;+g+7g@ /䥁n=zGϳޥN'nw4u]yF̹}UNmy^dnIN\n${>3$~O^?bik0T(w6Ѹ=VN%DїC04Ab$*K\$'!@v|^i&)2Nqx)ҷ=ʶ:9۷_Xo ̊ )>l}IPGkf됶ռoG, =Z*K tz6%:h|TШY`a$@7X-/IrX=_{k[02&άcX *z}Ҟ m-2䦂>ӹ\y< $04r!;Z8)Qr< 0j9Bsrv$+"F0'sPDIm6unWlPģYw+y~5-C~$E&2T)Y!^|9zRv*݂~ꟛu}î ,!p\&v!l~QQSڳ߄LT|jM/>D hEM(^ʵ& NSDtNCh!yUC?| k!m]I Hvf/~u +{g^AOg׷^X;֕rm |nbf^ED*pXY d&O/8 ”`퉸wg!9ۃ)TD/Pq ϯ=o۟,M0ΘL"-^XA9[EFV_GX~' WM@@Q> 6Ґ?gqF5:~͵x_>;lLf~>y#rl-DG#HR=|Gߔr} "c´b?o!因v45phyTJcŽ4ô \JTIS]V ٧,ME-1E4%7$0"7a K6},U|@$Ct+3 1x폎-8~/A:F4a EhF)ZkhXՈ-TTmB5D#ԙ, -''#ʉeVޤ qR1Y&GAuzJ_MXͨdέ aSB^ fnI{+gwh wk҅kۖSyAT30?9Mwhҡ=^[ ev Zѣ%YuMxo#/ aKA9χzuME;>b:<8Bj*5oy])`x)jN]9K %R Bp!QAo(7,7O1L nn4؟ c$v'V jSH4kpXzQOF#D>`$ i:&U Rȳ8E`5+\YxfҌ!!tsR.,TwLW8VHy{>Gp2^4R6VG 3AW*%9j#:2+3VODe)š$,]@yr=Bv[_43>!4:knJuzn:1 6ϨTp&5E6&{ fm1\jm}km9anQS-72q9K]"LTi POzR _A殺)g1V|LT鸜fPNXIW)ޓ[3*$y›>&w@|IRp]7o֧jԘkǁ7qȮ1$rT]rR[O\ EO{la 9 msk.;7K RC+Xz63[.=Z,Yy ݄,XHƪynRQM2_:1hNY,+%/|/#3`2h SW43hا[ۿ\/̪#=UV 2>;x8^LV3Aw(P ,_s!qno5eΖ|5K`2|Td%䞕Uvtm&=B쁦)/sz~o"o۔좹fE fv5%>-{%1cK ҰG+̯`mNKM$} wؗx̖;-K/E6色D .:=A-ѷJnz GIIu*ښ(9Z ˼U07HsK"{JqHUIyiM B"qcʘ'h2z|3*H=BW[w.4)| cl)n[od o" 8x?$jY~ІMW0:=()!77k1Xoc)ęs$jΚDwMjkd VZ܃h 3~f;`PlpTg]Oh=Gl[wѶ/jXX b+'.H5xTnkkMݣ#d3QD':zS_s1V[dG{۞)3G˯"[Bc=&4~:T(>mL7]qRz&m ˫.?($b"s !m#<2Φac Lr:[ITzs\'5n#wECȞ8Or1(FQe|tTCߎd.84`$I1nj\gj+tQso Pڧe#7:+ۡrs3e1\\DM.BQt6Q "">Xʨ%㸃prp 0uVzlW<80BLv׹S,yU֏J6c ?kb`]εlakr7}xѻ_sZKk7X\y~?@_(ϖI6UW IǖֈjTΛe;<[Ao^>7PX8$>΅y?2No8?o9dJD;9*,R1-͒]aijT/1_\G܇,(r:N |C3&Fӆ}lbN! x“ ~z9;w>m\“Bzsƨ=&4w/ALb\ ѭck7{TaN1Ed' ID+a<*}K†tvKJ]4/-̞uC9騑.Q] 봀՘Z*6W_W!DxϦ$GeenJ8&m!`(.ojטzc/,pHu)eŞ?͔%P?iU/3BO\QVΑ XKiر6EGe͞ Bjے`c@s9mw ?K28#N)hE۠cO{dWo"3~I-{Cq4mjNo$IAX@xeN:V=4̞KiqLrݹBQ08=F6QEvC6=^F~Vw:ĝ[?)iMls/z"9+q8f?ݱca5y&U0uwd?􅵿c}Уسz,m~1dV:#snX[bJtq9N6 b2\e1Ѯ4ձM~lSW*s'H|M>X{q4Eqݬl߷ M~Cqs1a7,_.7:95 FIH*j,؜%kU4ǡjɂsƣMx>R׭=6mz{unhhb U;.Kk3Fi'Y<(ȄRb_K,6FǺ`Ɖ-'gf(df0BU- NEfGr%uTqHJ̯4rÌ|%]+@ )(% L lfĿ!:jR>uEs{x{2oKVIݹo l'P IL_$WT'J\_cؠsl6wY#)CbeG{ N%fuH:_AEi_//i^9a[2=SQĞG+6_X GE# *.x9x{~xZsbr Xe)BL6$ 9Nō( Hhh|g2]&nIXUWqYrJ!{>Q#9_,hEQw3Z4_jk~{+ЁIՂ]H+c"F40eUZnFӅ) %C`{g;˺4 |񛹴iC@5уӫѢnHkL'xen CtSx{\q`Cq9+T!wHңaG|*[Aa|g=9b0XIՎ 3SrDP$886ǀCCqP~.4 @wP^X355ǺG!VLLm^r'҅N?iݫ,ORswV* tq&&H/츜4MС\VcS]quWH"{f/d"ӤbC8b8̍@v@MѲ`AW?eqt+|J Ͱ|} Ood>{f'%D*b>~y!Z{lr_$NdkLF:]R ]qy1H@K.% ̉jY'~)JJxt4ͣ&GО{.8/8Ovi9xTGM ,*( )/_= @=nhy$^Vv5AZ>%O (^ L,jD3c󝄚|aDa9tδ:%襵Y(-,gV Zʨ7AF:dțdw iʽJmLQglë}_h8t6uߔ'ǜ؋5Z$na' o0=&l6x|_[r^)gXRD1|vi516 TK]ca죡a,v[;LjCM^'W+<É5<}?;K<0/5s]ީɈ,8 rʤ)څF8dq-Cjƪlbzj#t?@34|iUjך2iD 9/T Jn {c`D&=SH9دLƤEC]`%Af8㓕- % fYsr/P׆  jlHvָIS d44m;U2x)5Rƌ=!bg svi Jj%ɭWA|[3 Oˠ;UVrw*acrnY?o1c5,zQ H`(,L!IQ匛SZˬ5tQ64􆨩م"{ 2_ڊ3.,||UWMܗ dI6`n7͸)E< 9[.CIte3h|eRHΏwuK |SJYk DFҝ -TI4m}C /]" HT\SQw"7YUe0Y~ gs+#踳:Z':4!6)bAb)b,T\C%!oąF,'սԡvTk|Tۏ*V|ڐ:<\te f%ŒrJn2Ng!a;S^g^@sLoNFtv*Q!?*bZC$Vy<חLdl1!5bIZF}v!y@ _}[\Iféybv3ݖ)P\5_t ^=/\![__N{ WV'W¸j2^.pI@<rWvb@$+SصQ.!u2/ ѱ-d쓌_" o"QɚJEHE`>2#C!fP׆ϣ^ T.2dS"`PiY 7 |OGҠ7Њb {p6s@+#9GqaC;x wb(8G x'TI.ow@:nbDBC(=tHS}@aU+:"RYD#vL K(|F&%*A<][cP,1o9<'ulDn^LE?n fjƾV.R 0^jY>\ycrJ֏ݭUegj& Z a_ʮQ/@4 bE!,}Qܚݾ(;*UT m*IUOF}jQ 4lUk*-1'+<@S9))jcJJXYmȦ @k3 PnBvU'^7Xz).PGY=,GtS:)b(<G/- (Kqo_o]BջDX0N9U}16?>8Wi 7j*cQlDwVɎKTBjX̬\pEhJA{˰f40Ism}{D*6gRJB" T!K5-mhC#_?'Z|҉*1Vo``ȑyixm "m6qmlFXOVR $G9.X҅92cs+%ËD @? vTtQobTk\Wr=z} #B,z@:rt%$yH# +ݜ>rQ0 a/+7d/!~^8 /25-]f嵓H`pضo}}V=Y \2pFrOJT0DyrvB?ڴhdz~uWZкmW$n6$>"_OHrڂx\z$S7&Âuk!-3UGu d8tP*_޽H,sVR<4)MqVi |<# saB/M\pg7/Li7]^1%ۥRtVPb/22Z/M[j@TVCpND=b>ZHK4q?`k:Ous5kRgTrLTRz>RIt)vO%e7 ,)$A^7KPb씤_=@wPҁ#x!C,D2B9Tb^j2b-ެ:,Dupp6TCMSSD&@>a1j~0a&ȸ T- QA KaFSxcIGW'I~{u^s24+q9?uWב)J 4,7 a&Dv+Tu3np^  ˊ UHdΨXw-{۴43}&4XA:zNJD.ι),U*B3ނTX\WP];48Zm<Oݍ=.Ps @%f iL6-AVX;;پ,tʓQ&2A]%fV/)ߒ$rp,3oUCL+FU9. ‡MiK wDC~E숐B] ]+B4rJT@ovsϛ޿j=O3 9=1meUO#a6훹$s?Aa%>91X|Hm2}ι;{)ܘSȻNPZ@g՞u.=rvP zÃ.4OoIB_KQa5DN=~{=&Tn3{N0 i8zA>l5܍-Ng?ʩ H2T`(JGK\NsI3 |E!f.(AxBчj_Uc9ZR]򇫢Ԡ{>Cܺߊ+L1JĢxYbITEq-6;Ud4x@xS Bґ*F$.n~Z (GΔdo+b\x *[j&n# nthGk}1_}aR0<|3(o`q3+9_=ʗzuL#,ѝ9?aly o(qul=.`x\s rq )*G8 R)"/S|[L\i XG^=T%V(P=YRR|G iwU}{)]oy.2_刋¼30ţl!X'j,l/f9ʅ۟JnE`KT%Rgn!ВAa5s&WOY>돌xl!Pk8( |hG,{b& ~WO‘SHV8"θɑ/˺RRhGoM(_ $ثHNȅH;Lm}32k v"#5 FR"_X;Ϳ]PRim}?Ue7Id! '(%.IBߛHgu,@puO.z@#/la@?0nPG.W2/$Jp\P m}zS|FyR#C_]Ѯ~ nZ>zȈw-l(ꛁм2K0eiycؿ`vvu M%1u(['B u`.JqC+jWyIߒ l%="=xc z۩ 10RՐh+J`HWJFr~EϏRwP\^.'y((:=p=SgAD(i\Fjҍ)djFճpjt609[#BxMM |af]o@.[u)1Et)Fj&yL6D/N>ѩܸ x_TAIJؐaQIUj9`pܻ.iS:Z,VG`_RC$#gLh\xV?Evxꆸ\Zu3(]8!qm4QUb.zr՗aNqK$- Up!#z lSYU!QL!]a"[*K=Ħ< I]Зl >'-[p"Tzg)Cv;5w%H$ Fy )ᖺ4Ģv^]Ƅ q!W20F*tz 6}$ 5͎ uY\ʔHϙ  bi;p9 4q qer7J5r$Z0eQUiko1fBDķCAD%HG4d۠""[07gKE{d-pU ͔k" ĝ Јv֢2P1=X>Mr$h˰Xז,|둇$6kc?_l+7+?Y{ ZQnJ6C\|bHayĞlVI F,/^M'''0IO8\IAp+YX\A^Ńﺮ&M ADOaw~X,20ax@y˜ZD&I*TӾil$a2b?]?HlC29)4P'$^m }_G[ŝ.DRLWA@>De>B?WXU,6?Jk۹;*4ƀ;||}0%P h`gѯY )P,+KYA UCO'AT9hB>%/P.orSYs H FŴ[c pRf|헜F7BeBX]n-Owb%~O9M\불6;+נw33kZZfPSo%O\zpT1_ UF$^~R活 kmT&{n 8%`Ft"2h Y꽈ᚏs5hҩz;]P}6+D?Re)tJE}$+UdP*V;FYSRIr{錞귀 f}Ue{ۮz`2u{+KVi7NW2'EF吡 ]t5Q^o1 DyCe[ M0 *Ԓݝ8pIsD] MN-KL /:nnЪH=飚 SƎqvIݑ;\DPJø3$W`潽O'@,RLqfw<}0Wʹ&#»ǹۻ Tll|Ycl%`%1#{#o`p+;8zC?cy;UBH\ RFrj}7H~X &`?ף?h-Vt&N/Lh~&]!_fvuBd= s|Y#RVf% "(6>9r` sk*fD0/0fC V0e_8Mrp嶁G*{Ư҈KJO> uQ䋡i`J@J+(]<y g5Pg;(i%Y_hlk 5mb'Mae{]lUGA/'=:دw"QVSjˆ^8sٍ;=~v}p+f<' εw&|HN[JGē {?'%Yy_wDȓe@SYH%ׅO4z;E_HZ|D`]'LOuzAG]("[C"%7_|17>4Pk7zLLiS{i q杋I<і/ - svy ap{88ul|-{cyWջ W|hdmj|3u[R+Y0!xGi0fYw72..koO(ëMd2p]Z/g*ތ%<"ikEBfKh R~߯3}9t\`snll{`dsħ撈b!& 0[^RS.{5A/^D\--',.vTH| V] Q\gjK{,.44[?ӢP|KB7NsNipDg2U@w36A$j,l<< .-/$ #W%bor:H1`a{h5CB[+)EhOd)g W)LJ 9QiFZ/1 s<?Ւ9uH͸&{%weײD2o@[#@p5ALch0V!,ZtKq԰eb%=8DxO1pM]X2up`/>܆y\+;OC1a3S{KvBfHB~=зjnb BQc %A[|ą$H+3اq;IjNѸ1?=R9ʌr0>bQ+reSPT#؆B P$__Vk0_i1_Ƹ(ڡۓ@$:*(XtMpIw )@QDVD=+J89mnY負#Y*uPv3g/.:IeD0Y\tA}mvI pse$~K[+#zkDuR@p"5yۢwir+({ wnoǭʽN'&t2p>N=dKT .$O)8]wG'E̜-I RxAAV+ ^@tRlaJdA(ZX'#>{ŇɊЫ9G"݁ȭaN^?;j+aGm.%2 k!FW )@uf?ihÂ2>֌&rLd`sH?+so""-Yve4$Y 6fJH_6m`Jӟ g2j$-5mi lIr9𗎡Vdm/g"dM*`[wR!N.v,b8a(gQb= @񣍢ezW<*b.?ЂIxGWKQצFj֑il.5_='?,q)Ap|R >w+"A ?F\وQpMnᗏ_QYKn;eAѨfQfd;%pQ'`Jmq=52uhS^rI mqZ^g8hO fҴ]Vd-!|vGr{hxOa# 㟘=kf߈Rw, 8Eu^{ '8NoKLZwƏFČ(E\ٔ6rA[ 3PI@t!r'vJ1ԆsS%"K,X7@2&FtuX} 4Hĭ2A{V 9^?/gW.ZCLbW}.FJB_F*w*[l՘Uˀ|>kxp#s!>xy#H+wܷto!x\R#W.R`H@ݙC8>%lMv 2!JT$% ܴ9rsjm܏%~!$t{_p.KYp9grWnݝy:ߛEĀGɿYYƃŦ_Cq<\Rdv,J@&?$,B$ab'Ü1 $I.}[+ӳA@OobxeN_ BA5HO3[1wPP13gy%RџuK*s+ԚX7XAݱݐy(Sh> K 7ГVdMB$0ä `cQE~-܃^ӕVO=}ͤJsJ!%Oi}97WϢe;kբ{b}m%J~ ,g&%xϣ|54}/>m#,DN.,hL>넯^Fx q1Bu͏,s7Z^ DAKĄKhVW$Vkz"QO B{JEztE+\o-`7JܦUjst^-#;g;9 #ۖu*[;uN,Jl▾ЮJ2 -OkqRB3<[q")g2Dݗ'he>_e G/4PN$̗᜙y[{WDR GO{& ә3NiWKUOc{xMѳ`Źl@\d+?$c>qKHX:T2F_ B5O›Rqi\^ucX!8~D Xm@øWZRSKRb;qzW4G-SbyF5tn `5ߪe!jơK|V|wI&O%g>H(o3/}]2)t8MJa:s3=ցǩloQ`S18=~W`TPDe#;[> @>kaR pa/W:|G=.܉urRwJp횭ȸ8Z7z3H26QȌ{*P0Y Ò{;O^uQŊ$+'N5[]SBjaQnIX /pVR޻dޏ 5&I;+5zmXvMjrqzE&Y#\'Csǘӗ?\(fVGEw 6K4jO3֊!q*Bσ+x֯au?1QSnN2\/{ ?>e@:y9󍛑\hQBbA<#&}Q2n-*zxY (L {GUK]*?@b!x/*Ù)tGW kM;9 xUQZH'gg6/CKIH;3!iT2MTNEE^ugHE< 6B385MS9d^Q HDבa0QئPr 4}-}3yFN'JR! HVIMIz$oW=_7~znO$mޝx vUj$_$E!XJ6U?Ŗ@.’R^;?a3??-)i?r4uO3Cھo"ejZ5ŻPK+.6iMʒK$lM}fdPd?|!PN= _R \DQ'wks5/!Og{ !Ig#QKd w3x iv:Z. Pw*q.xz 8Ly6/=ugM3?r:)]9'`ɿkMCuh'lonwbp Z_UZQXTiȾ7x*.MzWׂZC ^QيWe%ශs+gjax6%2SN~y'(Y7  ɿ[v1 Wxbnxj͵[W(3mlkQY4[sK8a'D5sl&I7bμ8"~4SvOh9ğPٰ `=F~+i #OSX 3z:íFi|(|mX% ޲X9[33&6.a "&b@qF莄e@%3K_=fS! [d`eV/A /Pbmx =QT{3!ZG+Sk\ aBŸ%㎙쟣e;"(LZzUKs[hQmT%Wtb L=BIIWzR8ބ>9`}ᵶG Tl%b=q.ؗ&tZIǕ!&|)(\œ[8RoL[WGmn+[^Os/(ƹC73MtE"M(yμb\\"ulʦR]C%NfU2CuO^u2Иa dJ T.ꨜEҍ ~Jd.w!imgYQ Е/ޚQ*?aY:gAJgM(p<A,wvmJUT0BQO[h?I)fO*}#\I\&iִ_#c=1&z/¬+[;$ch`rfV=qG~ز7mBG%5&4q!qoԇv=Ք{^뵓PԤ mG4r6m$V{]4ᎁ uIz]2з* %@~yFYOZ6MN_!tYP2bIy)y+۹^B\ڲR1ՔK+WMo Ňy03s;ZF`K)ͷEFJ&cz^ro0y|oB_nGwc5:qܫjM-sBOͨ:5'a囓s[ 6=?^gNT@/xUc; cSpJB?$w] *q\ar=S}|`Cנ }xX9;\᪬Ujx# .>o$Ur*8PD2.3N 093ϧat;rA#+YQ;E1;cUǣDS ȂR־]Tu G&sM%Zd@Ffl^ ƇaǺe=W;f!{*{` E[蘳,kNmM&+dS(_H]DL [1d3T _UB+?dSO< v>)塞*zMyzm+Z% .㸉:?[D@~'U*w٫(Sgxz}f!6aXC"`9@ !=oX[aynw&T^I))ݴ2 J)2h-4DlЏ#IÙrn~!LIKc;zI+2w7b"繨JYs\ա3 ːIO`A5ȕ #4(X ?tTǩs6RJFk@?" ӌxfZSAn= TqJ?vKOV?"$  iYͲU&9[#,H%NnO"p/*N B2E|NYV,O t6˷-ESj g:ˋW\eM,gw<xe7 wIgcTUlӣptYϦ2Do1ޱ#&]wbYbbiVmݹoNlj"ͻ:)W275@kU Wr BOV{ZŚF;v[p7kzd/{x${ n&'*ɘ9ϑ+Kl'?W36JKkL.g,f "~g.m<0纙8=BG6BYjZrKw@,S?EVHei:1s@?תva&QPK) lR? Wt6 W?oخL%fNl1)~kG2w%N"/WzO:&`[&تLC] *frc<* P0c5CH"h* [ķZ `򫈎L=_Xoxi$Ŧ{RО4A U:0bb%_ Sj"L?yYe*5esg} $ 4ʘ.*}o`S(Ċa*Z@3^Y(TKv4.] 'E4cEԞFMYGm~̿NnI"Jv L: ?w#R:uۿZB񅄃t쨳t~ GGvkzj;S^Է|FWO"^C}3hXsr؍Jf(X\ ̎?ӵf]ݕtS)׮ =G1w2+O*YbglNz J!3w S0䚷əYw+-ڊ0B  ؑJ ,?&29vۦN2Z&5VƱV @ʺ=nCZ ' lbp#e=o{ :-jEᤶ#m5X+zHlv\L㟥6|-ޜ>ZK{R[J?È3g+s~X[,Ph}\zwi?@k@F+0GjD߹ +dX1lei`vDcW0?i"Iϩ!!P.& :H,Q)N/o1ʀ%J:6KSC1ME{EOOtp(6RKXKq@K#(XYӥF荱oeQ̡ @E\X2- `F||= E,ƚ/sk'3顑EXf!i[Ne]̋mHj_{?(}Ӎ;u&į0Nq"qZmDZM)3;5EœWS~*0I`}1\ 9Mi~񡜽fYݿdDWS&?ʡZu,?z+$SNM>t+ yysхHDfר" `2`v@ oES;k>:&?H <SrFTbV&4Ս;/#ve4cr Lʸ rK_nC<]@j"rJ Łq F-m !OG'Tr4aZ9j9 UX,O7퐃N[zZ3QԶ IMI"쵃Fit{ѲPRZEq`^_,d ͼy ^ڐSɿ026<3.;"sP Ewo)k~%;_wǒ. Qew4oqBPvpyd\:Yq߽e/'Yi߲8^kjw,-D)+G`a^k<QC̉27~Ti(O=0r-ükAZUŝVFy-[9ZHkSJ3ckZN 5XXj}{ԈaK8$ !KޣN`==(/jkzV:ΐ~Q Q m_~\d_'@ժTPŽ$$vBz (S>QHNZ%_45 II"rs)XwnY|޺Ay hg/Զ A]rZmIy.:HU_>ǽxΫ+af)olLsMmܮǣA^̈́˒i qcC׼}fo3\mƠCwG`edf6q:9|Oi гwMFy fH?|[Z:9}ݡIs VB.G E;.z]PCmb*ĥ#E6XD\xkP96D 1_Ae7VmURqEwn jÜ3Jmrz~ 5TR9?% k[n Co3WKf)tGDPx X6jIOYSDeF䳃gwJkY#/kr h^Mւz)m[Zz -D8}[B[=;*4SOv5~ٟ"nC8J շi/6ڱR}ˑUsn^*G;.tcP0gګJ`.F7ܰdr\LS._n$BN +@lD(bz|j+5K]^HHGsx)Gk4a;Ab+}I{R#*G\=$.g3[:|tf ,gJmIl 7u 6! & ׺&{@߀tB;(?AHi4=s'r=pa S *H,R9@X)KtŲ'PJ-٭ `[qMyuiݪ:DVpaao&tB>>Kdtu|yL( D峭PI >D!)Z!O,w0oMZMN4L%[}p) ^WkD8P_ F }5NЪvػM" OpcڥJR{g r}#{ \ ň(dMYΚh?O|(I CjӞ$mPxP%aSmiek hCur u3?`h1](] $e#d8m7yw(@L)V]d0dx7aR$5qVaZ1MA"` {8*P?%%@ȶr^䱄g2;d7{ q%{!6U' |CL +*u#ַ?CLPߑ4eW}sb̓m5RIPzҩJ<7wگƺXlq~[ĚX4%@]X8ksF R4.?MǑa2J"&+B  ]#K\.DHJEo V0 sR6*O=Zf  r:!Y>f*}UlzTw>HE!tjߋUlS{r_aA<؎ު%Hи╵+[zɀV e !Wikp19N/؀⟮|6~dI{WuaTV 73WHF ;Ca]Սp6 dnhF@ix Z>z73v/]csĂHdFͺp KW[cfueu8jJH򈰏F̾dHx.E\0XvZk ZAUVkU~ 1[Jo$m5#Z?HQ {2hއ b(kCxY) FJ팆g3%*@T &EhL),_FOp$XJqs@k].n4z?O=7Sk\ Wx<%vлsbhÞCib\KXtJѸvZl<:-*]b`o]ѥc! =S!apk@[.88F@c3 f"A6b[81טb4NIi5a쿽) H姒"|Bp+(tG$D F C }뇔nbeO ׽Ƈu~+~ 2f|fq9aDaR)më8-=ʅíQ Z8bb=qt=zmL)LExrȵ[,Izd4SjD`ůS#%EĦ9zTgQ+zelZ2)ðÌdm mi 9T1Z_`v5պp <=R,aFFh]{c,˺K SX`O; o*[AN\jZ:}*E}| ȻӢqu: ͔u 6C E/{4&ԀKo#T6f~HFZv'%K}M6mwoIr]*͚0, ɱ7HeZEFQ>qGT6>ۂu ݧ5`R6x$yަDZ 0!@%ud0F4CdFⶎtږjM;|W5 }g5i΅{SlhպВ.(>Y|cd7|XХst\9k)Y*}w^FBVi ރUŖݠ0].h.~MwQZluT:3]5*g{ߝa$QS(&_([;tv?(s8jpǮr5OZa˩c\8'*4CT?+UIq(Iju+3tu\; Gg_k1yrܸ3Ycm+uwkx@{QVZ+ٵbvd=a \۞?,OL7Zy,PRc-gȵA5?f;{eSzn@Q+ [IaӞ~q1@m&@saZ>*Vf_>VӰÙmde~I&=\ˍE32wwQ Uy ]CBS/5ƺCZʇni`3o*;QAÇq@ D$uO~@"L}Z+W>D-pc[.6XUgAX|l)C#ݶo2c{e$޽BH,АЊUZB<BfUi ^?o%FXBN?QRck?$ zLykaʃ֍d{kkF{PxFnbW,6MV`'3ꄇ';?<kOl_Ρ<ܣ:[>E,4M ztb<םA\-0Ps-'uɫFxuȹ ĝ"ciV&b"$OvOqpȟhzOjn;Axf~č $YbQ|a- Z{u8K!iGNs:|Q pЮKc8Od 眺gIZwPor5*2cN f$xLxM&e\ ^5 4eP>ۡ .З F귀7cv/o[NaU]W 2< kGFI'Zo5_$sQ8ݪX}Gcmn0z쪦TC<%te 1\$igL[35Д6Bo4~ʷd k\Lu^w?6#j3+0%Vt-3CЎЮdj®"ۦ,r&qAz_ 8&i{dcp)*gL呑k%)Ȕ)D1 z\93XwFWفLx?z ] Aײr3ĩBY132 :@r!/X23RE3zz UlLN@NB਌C3m^ږmۃ̀O m 7\ Rڎ2|hc"qP=()Tªr੠-t@~g|N|朲ioko?ٵ'텏]޾o晫45VZ^ؐ\=”~ʿ#reLEmv DkQ "֛obۊf/ v,S̜$S4fAZ% \$!M_Q`⯌% )){eKB2yRO>G XY?+dmJߞkhLe!ZE`!B,?#i`n<ݫZv饥mc*xpڻzM%jZ0ulʋ W VsZf0;A0呬 -7! /+>`þ[-`5 WHD"'N6mz~dd|㜽 c]}7z3 Hk}={ :XۗGoKN6$CYPȁJboش EkB]MIHa+VhGZ/t 6sBYhY jn 2oC81!Ҵ<[aÓ]0y-_؟t;<:*AtySoǥI, 8y"OM7%V|-0$^6]AXԞ1c_yH-I&=ta 2 rhNODgp#&N;;S}=!*~.ף%'5/`k6Ҕު'~ql`- W72_$srr <&| XfjO^mTr?4Su1y?K|/$4|^ᓻ5 "՜r)g~V*MA{Bb*46VRf&ϣ9KkQ~uĔG1,b{G/V TlXx*}7**wҷJXsi$"لQo fC{JQ;omUx⸝'>˯Bπ.!vyAֵ7y2W,99Ғ#>lLLk)8gߟe7>Z^ Vt.]J>6 7ŬS.ԩ37iM Of7cnP}KTL2#vU @@ 3;`+ntFgc N ŗz(+ Ns 2%|!];nw^S=j:ZHiwڌ^-.4pd4{9D9%jK˰_U/±LJ6~_3O6G/h|"~I*N@v ijUT;.ےH`Ј) _c: ! -}bd^#Š*uuir!ztd_s~tMv?1* DXwkkzm/ς`'E |4dwwz8) |ТÚ' bCRe#]^Io\;5 @{vs ) mv9e.M^BZav ln;GK*۽'mPˠF,Kr6Y-k ՅT t揗O!`{q#~krS0}_۠Wcs Ї5 թ/G{:A?VKul@I6Y-xq,&Dcthܼyd_? ?+lqH?n@G27h.a?R1M];&ܕwcKOFF;#X*D$ܢn=f[/ erG‚@?g%gW1?h{\(*m&}>Gkw?dFXBU+Ҧ]8&gk\䵰K"(sG%c2תe=+= /_~G`)px*,il;P๹ƞR9b vsd1o};,A /B)=_xAD˶ ѧAIQa%̂yUbKC#CJ8]h4~n :HS ޤ}?یƴN84+Gғ̂T՞W W @7aS[;8mhA(pƏЀ+QTwC21tDE4c\F]9v=6)$3<-h2 S[ZjGnc .aզtL= ; u|;KZ2ZE,:1ı)SUZHUlȅ'Vw1/`3;ݏ/tOkl d`V0UQ Qz# akB𽤀ܣ`dU)M;W͜A6NBh#Si;U/< K'j Z S4D5Y jCv=.Ia,^І_h$* DríbU(iOz2Җf0AK;0PmzNT0 8B5$~Oob^"QLE\V3`>ITՂ?eC^e$ĘL&:'*\FhKRlU\͙X2/YBV 5}"Tp,S%#zI w&?=V|Kf ĹEӯ$UM&y*LdJ9, k,wvB_* vu5BG;xl6G%p.YIi{OB3VK w#&Ӳ,s@P]h^Lp1 ٣|]'YZ}FvW5w@4LUn v)ڑSiN>T=l(G+i94{tМ;no Gt{\:j,3μ#]ȗy'Z 7<&c@A!icٖ}? >:PQc(*.Loed_)A|rچ8>m׊g/V%HR Èsɻ%ZD>D׷bdǝmNr\iR htns mRU%CDJsg! ؁~< #G>)֬bW>/u bH.U^aʩ! ý Kc2P,o 'ܗ׎3؏,M lQE@#FnB{NڸjKC#rG]":ycR8+*9\Įx90{?ERʻ6٪_ 2d@d.<Fi57,HU0o]yz&~V!^$@y^pUԁzDG_|.1Y1o٠ͅl`opCe3u$J 8+6^jU͵z aA/3C|8/q/CLM^,a#vר㗘dYT(r`*~BQX}xxMa(q낛Ce%]ԀZÆzagB)"!sŴmvUSlWM)/<pU|3OKȾ4Wᚾ,Z?6g F)uưcO8>>@Ny/K.R?_"#Z8>s |^Mz CE% X -@$GxNGc#ٷ`u©-^Eh$+ 5x G~؈9d-#'1V#%o.-=rW pΈ#7Rax :)pEq? -Im `:6A1Ph-S4K\P$II=fDe|j0{Dک h)8w{uT䭟 ^86) z&_W\F}oa}&E }vx{]Rxdbީ ,^aKL<~'j7ገ9`/jSV $5XWj,h^Y:FZ%ؘ#=Um' tdR6EβhKF^p޾cSLW4%,-EkJaIfO۬ަcL7+Qfx`5lN8CJ(WL/ d(H}6-.]2$[3, xȱݎ`So 8ע&볦r&hQ'2Zl1DXm=y쑅QC##l,D+ΤC۰0 j7;8`7h5L!b 疡N}suHp}20)+Ue2Ȫm<ڊQ& -]bg'pgyv&2`j$D|cnٲ8C) l/~t`cxf YM z<P0J0w-[Q`L'6gLoq4[_0~m֥㗍P_TK)?,!ūGt ldMIk}N4/ <,!aLtL Zʟ@\qAT _cKLFB[|uF d}/7].d`=jƚ'N.O&UaoSp L՘s.ss4}~`kr[cd_246̉;Ə1b3OC4S 僜,=k) jt,BXՃr'a.j7PGeWL Nk^1_N.|&~l@>V/ cjOn4+!2e ы61a[($ى%nu L7 u&0sVJe0dpҫ7_0M!*(z^i?-v9҄Kb?)7fxkبz6ݠV OwH1I/8p&k۶|kR9 ~s<:Ѿ.\NC5( ݮ<] yT|ÑqC% ^Kj+iQrK2ﳃ?meUxafkg)}2o-x=Nhw4>_6;I LJhY9=&6Ri$AW@GBnE-P-1aZU,sez-41 ѨImP8mo#Я.3ځJGUYu?Z-=/&pT~ȝ kٙv0RFL 4a8<;x CcOwjKzʃ\R=֐;IVG>SlC";Ӟff J)U5I*5;LkvSo0s0if$;E`I4 [$t;5V糅.xODpBXoR8#-\ha}1[02-babz펏Yws*3uH)徉E1CqY&w\>QLeI(uٓGT_=|VxxoCʿ{QJ@pXUP^a#YUuOF4`dBIxj{3r¦ Ag1E6z?9m !s$e3 s\OVû38|'y Ì++yfԂ8vPV|۪(UI8QI`"Uy_ ]c 5O3YwtBUՈj fJ3IL<Քcz+(XU85Iՠ{mRєș!; Ĵ>Oo<~1A{ +TE0'@r9e[Dz(oWY6hy_T?7LA7끧+eÒ{-5>rwZ8ҪIFkOMSq=Ds4xqH6ٚQ4Yf}WYR܂RpBZN2b2̙9{Pa韘t8WYFD}YKIm" ƽ:i9 N],}*rw(T6bK| mJXe[<*C fJ{LD+QttRlW%0gB<@hn %v*RV@j'FaadFxt,޸5OegB܊.$r\ln b.>;CBby%E (xj-e0 ?-M2annH<ʏRHR]->1<iyKBXlF8 uizpRm^;F8QDm2{}znJz146I+ˑvm\7bě$P.c4"j1ʔ9 L(t 'b TdCbRw`*i(A%¼̑0/ Ƀ]1DՏ u糌TO^ [T#yy^ NvOJ,2oUX yh$;t$)U^߱WQ$ lfMCcm61mv0sCs# =Y jN +VN bb,fUK%w:ȟ،QLIH{W'E Ě|6,-4*^W ('&86Nk/~k-G:}i͛'HMo$G[fh؆2bgSW)SfH 8-]Wu0cU#.. p`'J{xIyOZ08I[lq&l\ cÏC=kfƄd1c0]Cb썴SI3.`% wJ^JtCmNfB?I&E4g, "Uf6MeHZ-ءb9Ri<3K^_s\-QohvDlZr*. s&摽mV%_ U4ݓ>ǥsmt0@ -ʛ~W vDǀ',.q?\c~7KЭhPo1+S<]k<5U@Y"~npom9zbc:h` ӥFRɑin6lpo#%tЃ}Qy6Kpbr:k3 )T* wܛr ~47@^ [Й85~GYp?>hlFc rC\1 9+ P!QmޥW;A~58n.WپvXW1R ]p1y)BoÉ x/@h >ʫAAgTmLS?ѡE42VTyY9Wg1;nȄ=Y,5.9Aغg(LEh(XD t~cѕsRLtF;E˜P=YX8!kz:nye!hWG8DA "9TxUgnEX\ea2/.z+gJL=4v1sd̛!; jsoP[1XTkOPγ4YZT( 62J4])c'T{Xro6Y!jF'b٪[,6jGzB&75v"K|.:TWCһȬNPip]Ȣ dXFb*{l6E{к<,TŮ߉wa)Wk5༝Vl<+4.{vKE;|6 k&XПq9ɤ!>_S|ݬ/>|M>|+ &^5xAa]=&PS*yjExult\M~u$' >l!ƈ~+;;6y}lb}6tQGXJŅcݻFYgQ)x1J>87IK~ ]ρvÏJ1@.l{\D' FZ׮0\?^>`Zд3Ls6u* K}iyp`ȝ_O/m'r|%$LrƮ~6|a8:Mw+@YWBoFu-OM6i_vo TF*yX̣#=)Ư]?(V)WTdTèQw&Gb~Tq„wυh$?`GԫooMdu $J(39LPR fWـ 4# IH[@n=%lP/#+V-(A ܸBWP:OB4캜Od|X!­vِu 5dk*?CIwZ!&M# &qs,%i}Vx¥plʮvPZ'>Z*z֥?^,hJoJc} Lbk;I~83թs!v`_=ؘƠj=l}OsAFE2хLz>L w_| Ʈ؁P_.?>Bk&'}SoTF>ps; ~횎[[3Q/b zy & d1= D_x +U Al)-6D)tƧpR/?Ĺ+Fy*=b0s5枷nZ}"7zW]٥部/ *_$9{?=埫f86J]$ ]Lv"pvQ9ڏU⌚?Zsrܾ~ R eWtfcͫM$Bܽ5K0zL(~s>A~_? = 3UǾ<9× QaDdS_E3 m'oU3$QNbEwLĂ$59c}FN̪6ǿq3dp Ym܂pދifQ+{,#ܻ羐YZ!bў+d(ģ!FF=>]S_}<K*f^6GrȳKJZS ~*>Mf|ªW*GJ /u(>-:+7 Z?tJB|rb/2mᾛ]c QiƇ8.9|sW+i3\?ϣ-GP֜ lf5QfA7cPKqFC9r?&0 $^>ig-jJENk~ٗc\)?"%l/nIZT>H{" B7!7 eyg (}Ѹԓ_gHq ]4s4edx2^$ǣpمrU`iCH33;xxf¯]ELd Ay%' @(zB5h(sT18i\XacTh꒙2e@M7{ (ߢi `ѷ8ݤиUaIe!PaNj{zқ i\We'K|ՖyP}21?dbO !b]] jO9ЪsHթjM\4 ì EFB<3pYPuɵq'yFx.^34gf*XkOPU{g/GeB8SXoɀTG[괏 bAɯ{:uC+۽'wfq*b3KV=Lq4I&# |~/fJBaԟۻkz5Xw=2c)۰6UPDӓ} ;Q} g=u͉|qZFޥ H ez&n`LŕR`v\tdMpj-`kl^ቫKbSQ&N?Phb>'<ʜmc &?>cQu&_ =O" d_p^&whsV[U9-pca2,1~"--\d \Sty7"xQRӧ;}=KQx*<tE[Y)b KVX*$0ɥ;azc[x<)6A:A?ym*7j X`Ns '`f7J}ۊ_ p&''%+aI?xf˒Mtf\膦S>/M󿺍J|B_9 V*{|!Zu?x 1\gEkzlTkb5pdt2Sssr6]mQ6[P>!Ϧw('MdPds0fnAZGO+B6xj`]yw@כkܬÖIg'1Y~q%' KgM]Q[*8X "Y܍#3zKMa~k=\d [Wu:sfNzwh|^۷m[F&:3(ې<'@L?DfV}PsJz3|HVzm|ӣI.= _Fꛖ@y"' sG5vs1aݲC}dQ1Aް4Cʠ10vp/>4'An94{QlvQ:%|fSmZ&B>GYh 0LbF1tnccğMSu3wfBʛzݲ$F*'H8m3t4Tc4CH?p?o.V] *|/>Qo:E[0%&ha'Λ^8 QcUCecqۭ|Qӆyٺ9%; r;܊9l1 s|)9`] 6!9)b}{}\2R^\Oy#`2Qc>~ԞMτamQ:K%Js ݼkԤwtx1YYIJ)NX]1-֓hUg; j@W8_\z(ksYЙw1b_dM.VZMԹi0GqcR21`%i$?=D,Qn?s9ad7lH}vx _z[:wK)Ţr9: -݁?^)T)f/L D,9g3+ hAB]ȥ mM8FieGQie%t\nŜGHEFc3e`:G.82WZ{ZqR:.4lR@1]"{ɤc6 _]j+Ee_m.ƾR ċ'['ޑX9ƨz;ѽ7 9\ ,5WQ~V!?3D-=M4\.~* IU<;bG ]qPtp#40W+D%DL\S EGٲ{ILfI%g aw}M`UBCp\)Tݒ&q`Bf9ѕ݅ )-NI,})\%p_2gRqoeMbp{© >2!u`,^Lv}|= GFBRt\FYF32wn~]YSm(D$8E,rSg[YP"ׂ64 a?H:G 'JX2-H-L6s !@T $ w|ٽ?~lZ*{eK͘; 8Xf.̅,iK`YC䭸q[" 1_}{ۦJw[{4H/yPYݝ>>񑄇cKe]-:X֒a!QH,HUYGF$tmNz4~qqK]vBF|r/^]"JYY|D>˕ˌ 7JdSĝAZ3pA~Npeds@E#2Es+.jԚjDA9jFn#WqR3B@@ %ƧlVhι:rƍa߲<Ʊ jαƏ+.eL4(yi:6~75 TPx=$u b"\x'hm5nE\O["u6^_u"K!^*!䩒/2GCl#R#qߣ_o0?}-6K/W&a bŜi쭛dfmmDfbWm4=)xQ 3qQ2"#8oJد} I)8#m3'@?*C`Ex R~]? B@fNR`?svѱa(nWSi2t`jM`,_AhsǦs 'i7R[b";? deg0c ~3QV*&_B|𳳦lP2/ǃJ RIvb|eJG0 N\W DIP|:̈́g*Hn=PO^-HY9 u>"SABnd_m-2@o)^v@#˙6iWuꄆċ(i=j@LgpOb_to6]*V?NUKrkv`~d^w鉐O+/;CÈgREL`$S.[B 'VNG>4i`ʪ[,'m佢,i?niz>AѾIY2c%QmX"][Qg_ JE+4/CYmq15W̷NÌQmu !y[88=oVxTqE,xAcR1T5Nev]?'XK`߸#" snj*(*-7 `CЃOxg$3[H9 _J৯LMПy 刨8bl0! b,,UrۅrBdMY7'ɒ,:\LR~R@!V郟eޖgo(6]ɥnGYv|p d%V~K݉ꯍ}=ǣ[%:4 &@n5xfu7x׻xqʷ J)%`ư2 gmF݇TǫЫgjnba h D~ X֤_2W!Sx40.Ma,3OӠwM*XG4ed{ ci (5movMpIXH6įe^*s4f(mҤ+%7tJKם* 6$v4W("i(.px9Q~ʈ] (fy\ٌJaWxLױ)ZUVSܸN*S {wCݛۂ{ٳ-<+^~( fhO >ln,At-? WP&'q|Dt=Z+^U6:(c޴dtz(D,ڝOבT$:ViHN͟)_ʐgl"Pwkdp̝"h1B&˚v{ȪDK$>Qsqy75c?V Ѻ3Rfn"]2t:/>^}a58lr5gfYD4|sewᑦ &X6Duȡ֤.abd(dF`Iޞ +diF4~3G,Ltyc@Jq͕&rnoA6LZYVd B}HVxAʳVZ̻- ]Mt]mY^MX4I/^۸?ZZ{a#("{q j'XZd]whJ>&, P"Ӻ:dxXahJ(V-sWz=6t0S>~1N6TLt-Lſ5͵ހrWN[ŹPMYN!\iqk΀׊+?-=5٬M%)pL WJS䇛 ;2^--}OQ-^.ŀC@ۊiu0Y Tb)G쾹 2a(y@F~0I)C=c$&~pD`b6$(|h~e9.UL\:ud:FN_.k Uwe9e@icDP̣~Gů/@?ߕdߜgGE3%Ґs#Ԕ YZ