open-vm-tools-12.5.0-150600.3.9.1<>,ghVp9|_`)8i{*_+1\rAYƢ%gQ6Cq %ؘH9jy=24iw2xAԜKXg hfUeWWᎸHn9l ʚ-hV ;>^ un"$D:kXV 3lYN8- ׶4CL0R!L?!<d $ ?HLX\u % t}} } }  } 9} :p}}AFAp}CdD6E6J6(KF8KPt9M t:U"t=>?@BFG}H}I}XXYZ[\}]}^#bc`deflu}v"w }x}yz t            !8Copen-vm-tools12.5.0150600.3.9.1Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guestghVh03-ch2b:SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in vmtoolsd.service vgauthd.service vmblock-fuse.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vmtoolsd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vmtoolsd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vgauthd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2Lq>Q2M"@'p'Rh )((HxHH*( 8XH(xp x(8h8(X hkLYg9 m V4  oT, ' 4 6p % j4 + D;z j /5 # nE* U fM+B AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤AghJghPghJghJghJghJghJghJghJghJghPghOghIghIghIghIghIghIghIghIghIghIghIghIghIghRghJghRghRghRghRghRghRghRghRghRghRghRghPghPWl,`ԜghOghLghMghPghRghRghQghRghRghRghRghRghRghRghRghRghRghPghPghSg#g#g#ggFghSg#ghIghIghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghOghIghIghIghOghJghPbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4f504e95c6e1ec995cbadc89b271a65e33d92c9544ee7c0f020920714c58681f6b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1dabcc43f50844fc1e2850c1232a0ba895bd7107b6a80c7a326870ec0b82b0ae1c6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e6679dd497a09db94c1c7a4d210f5a94d596281395b714993fdd15fb01d5aafa16482cba1e8f961f9039f7b41178401e30fdd8dd1c5bbdcb9f53252be012b3c6c0e4767d1406ce8d8540fa057323d1c6ce0949da515dd7dd6768493617d32a5067422731063797376abe707ae4fb1d9a960db2f3f652b17f2a81d695db9bba3a7d87b3f5079c6f3dedf6c845a0092c4d6e1940f775d87b7fddfc1f1ed608cb1d975e022dffe0bce3af0274ba12cb0bee8ab75aa1dc1b7fc3a0325111d4d9f817057744ae6f6455b7dd1449db93119f496a2fb9408a3f95c423700985d986d319b94b1c7fb4006ff050555b2600b306089fc034b0c67324476a06f7e93045cfbad195d0ae30814b8f72e5b5d70b58578d2749f9107cb8c6f5e7b5cd3448c43da7f51a430848b0b979891fa9c00c77d41f4d30f64b114d5e404a31c1f258a8585ceaa3c89d4c525b90f9816fd92ced8a6a573d687f3326aac742ddd703bf5f83a051b9764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a756c84ec4842f8c11e7f69bae7e4b87ddeb927206e20e265dc795098aadbf4d62cb93939383c0544fc54a4ec79789223f95b9187a48ca33253154e3471157235ac5d3ab17fcb09af428cabab1d4c37060b7a3799516ef4f9f197565366c1df3455a528ecef6a657f5fd4e030559c6ad5251a7148fb2ae474459ab599c41db5ddf75e61c996b89d47211b3dcfebf5ff8f97cfb1d9e9da4daac81331b8aad75416955181753f4a8342c3807522174a2e3d4225a89822daa7976abc7f2320c59df3649de1652c6e3d9ad254bc3d453dfeb21c6a54af3705a1df2372558547abd89f98e5ee868c275fd6444621b6fd5922ef8f207bd9db10f88bd50829110fc067fc9c9f78635632dac27b5657b7682e507e83219deef3cc09f18dc97b2a420da1ba68d28f4011334eba5fcc811fe578a525607a26353615f62c07020ea4263398114cec2baf5ff7cf86d70f4ea1ecf5af6edc8a89a8d794479007b8309eefbba89a73b082eff61639f4831f861b44114c873dc2c9f5c6c09f4fdbad2514a1b24f98e2046f5e9cda0172d1cb9faebe363837656cd96ea1c4b270c844a8a7f22ca6d2b65ef29fa45d919df27d7037cd4edb5f359eea5d22a555922150f967c4c374c430b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ec2b1a11b84ae04587db10bdbda5b9a0434a026a729799a9e53a96d14f53b77356d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac574a0aa1132002b84c4bbc5f7e2bf8bd16f7dc6e18e47d3bddbe61683e61e7287d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.5.0-150600.3.9.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich12.5.0-150600.3.9.112.5.0-150600.3.9.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3g=g@gg@g @f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comandreas.stieger@gmx.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service are set to enabled by default. Do this by removing vmblock-fuse.service from the %pre section in the spec file. vmblock-fuse.service still remains in the %pre desktop section.- remove unused pcre build dependency- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed solutions was non-standard.- (bsc#1237180): Ensure vmtoolsd.service, vgauthd.service, and vmblock-fuse.service are set to enabled by default.- convert to obs_scm - update to 12.5.0 (boo#1231826): There are no new features in the open-vm-tools 12.5.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been integrated. Please see the Resolved Issues section of the Release Notes. * For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md The granular changes that have gone into the 12.5.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh03-ch2b 1743415382  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.5.0-150600.3.9.112.5.0-150600.3.9.112.5.0-150600.3.9.1 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:38110/SUSE_SLE-15-SP6_Update/ed8869a365ad05cb88fdda0a19c57b70-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, for GNU/Linux 3.2.0, BuildID[sha1]=22e01bc69b03b75ea6f4ff3e6672bac92db28f3d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a2c8ed3cc38008f13c83b7f36ee5b9a94383c0f7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=78779405cd20056570acaf394d7fba135bb905c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cf24b9701e3ff12ae97e04421081bf0aa204490b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b694a9227b6a00d2c7d5a0c84aab5883732f34ce, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=dfaa2c623ba09f0a1d0c0e310e1d0929f6cb1c5f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=f1585b0c73cee5a01d7197eec25e52d18417fc96, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=71069894231e10488faa9ff159c1b292684e3b68, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=f00a2455d1d21b29b0470debeeece74057a8d0ee, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=3528157170162c7dc0791b1a46022d016b6602b8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a4d8e694cd71570e1845dffb780784f76d22fe8a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=206cd9b9126cd5e4246eac0ca4913915f9ebf18c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0325d2ba4be04b851012638792bd82a4ee5104e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3c4446050919cebcaa22ec1095126ef20b181f9e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=30d9ef23d88f1480035ca7ccac29c142a7821019, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e477fef9aa95510670ed64127dae9baf43bf9e64, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=64f476da1dee259b47ac86ebb4a88ffbe220861b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb497ad37efcbbb1cf61e90d6b9fa646b6d2705f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b758d2bb5e834d8c740acad470c2375a77bcdce0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e48a204f32cf2849642df44a1daab31923e82045, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aa461d63a246e5023b0717bc43016d7874b9749b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=35270db8c8ca652387c46f434aa324b51932bf9f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c7239355193ecb7426afc360e35851ae5c3b58f6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=48bb3d0679eeb462348b0a27b7dbab722bc667fc, 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!ѿ]$9Osystemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8aaec471e7707dbc861233effb9df8aad6e7f31e7ca590638b7115a94e9dbc101?7zXZ !t/]"k%IN'UN#i mIn} X}LڽV[3 wUG%E~#ԏ obAtNaaj mY6Z:D6BCcV}F_ܓe2,{ W4 eU`︱"8*dC!{TvCFQq0LEP&Xt%xUK=E$6SBҪWMBIU'hj,, {n5Yj>*f9'fV*AZW O7G hpIwONL!}41oIA8k$M?vt3qy4mK6VHhOɒuU5{x~y6wb,&S]yݝ<琘4SXj+kaeDyqϷF z4o4ѣ2`\BБ2ۆw%YFg5Ke=xr*wEs}n\`H5٥fFjK"[L/>8:9wAX&͛޼5ߕc%7NM?K}6 2,V2(Y '?NJ6z|"S0J49t!W{NwcX$Q\+(KJfw/kDۅ( Ku>mBp&S#kP+۾HC.0M6eGe/[VJ \j+rċvn෡ J͍:>`\cbaAfm `ᘍCRvd9e.T$E9jGc)y1%|T#qachЍ]29+}=Qi\F c@eBp;H" t`1u"׏mMڰX/Qq0/[i23kS3ra0ogik_ɹM7@[1sR5`7z?coݑ:5m>WFaF(wH{ic"#~H\2ksщmEaΦQ3%~rl!P߷GCŵW#V)7Ʒů43')eE_)`q-F3 n*/ 5_"L^î+WgKGjo̢y'Wi?ti3_RXp ҹԦ@Ukw*dNzQHT WN^ʱW.؂SnPujSD^ߒ$t| Iuہ*7ĻP&@s%ZySt]źL6 adx( !kLbyL&0l#zUթvcledg5 w1F|-X[-DwJ#by|~mR7Aʌma(}a_*5)~u/=%voóT!ƏLú|HG`""~dsө|o=8#njTW G2]XSmc^TV7pА .Eݞg^ڜS$E>Mp$y gN2g<_uyJ2y3#sח( m81#DR5 9fҞPyJj"q1OQ|p3+`f`J8KO*7-<鍤""%0;Ԭ~*ΰtUlWX2 ;:bb6./eu8g?zI1Z(/($!njf]:f>o O< ʹaybn8z*XVMZ$0J6E2e5NE` l;Յaw:6WQTxm·W+9wN;șev&z@-0R'mDΕ YwiʔPG4Vπ͏px |ђZ Hk_&rvfi6{9"zXU8V UeE6§Ū\ DY|5Pv 1 PJ _b+,4_9<3zJbpbOwLKїG8JtDOddCt><'ZvG R82/'$~xcuhm&Ik*|-ڢ=E[58fuXZM9BAҠ=JsM CQ>!._ּQaLP+S_oj+RZ>(:މa9`Ohֿ ziPaR-A)>u_U2m}\ fmy62.޾\T<O":֣r"+˯eFL5S;:1lPd(t5P(m5[B& sẌ!DJ¼𜏟*Ͻ5>~=͑tAl7;eZqLb(g([H !N KC}@‰s7޹XtNx!CPqͫoPe޶fLAmhŔ~zDgV;3r?˚-bp~/H1e7=m#Nx/3 /Oo7 M~ '#`_Xr56.px^T?KPա$0݊'*&Nt؀=drVf}Vb`pwS.N`ld &6:c.+Ilp"` WV`ƦTc2AH&WZs~;ZL AC~ ոW RuuҸ-4jji"wg3[NͯW l 8 8lBQ)AZ}"R[Y 9zu"  RF=xAړAŤb7bsb=+8 CONcZӢ|i"ct3cƿ3[cЛf.*Muq(ڝ/~/9Q`i/ϋu0cvȻ hD0 MZf)X 0@2m\;v syh6DE>'HkS)h̰ [wZՈѫ#NP\?e;#q~I/fɫIR*2DÅg';Z9S=EHJ?kO߷z .oW/ޣ(d FB&6etu-H) :] _L7! ~D=L}NrBCx 'ոȂ&XivXONC]6[ lx2'+fQQYYLڼЮ^8fs|4*;X c 4hHꚒD/ +vԖhW@r]ȸ`^WIPp Q' H94__#  31 {BW}MK }1lZcp7J3YzM}?4dmčPcN*cnN4/KsD3jY{@C# qڤ.Autz0̷_٤9I_]_J_u1QBƖ(Fi Am Fg@,&\07ԧ͢#.2XsE…֌58~=Xܩ(J f eI6svޔACfGgbw:"TLQXS#./~)!,=hY\VsJZ4O3ˋe(ca Vo+ |$ؒjm?C$w6x}bH&*_NiӊBLq٫{@ \pNs i4|4}7{KUk 琐5Y?$V>ewJxDE0aD{ .e+[w愁 Z0k3h KlF  WD?CA¯Ʀ?9B7gީ]8͠-pk՗l!t  |S iCX}˙UϺuiv`1 ɶ4A+吇"zpO:YEQ Ȑ%)aTs^اk SJA12^hbΔXBC1 y!LXNu `;\k>ౌY>BŽ(Fjy= ܘwWБqC+t0a^Lp_@4gԒs>'*-ͽeJL݇ф:}8CU4YnmUGrT֡gm &"y-> rEWG`et+zS+t[)v.SATsPW<K)e L9G4﫱bg.M-oM 0gy72ROqG^^(%.gi7GQQA$80W6E Vɉy=^q (oJTs\HmmwwLS$OD.Ÿp9((/FtЀ c}NLP \}gMS/]ZLM,C"mPsԳyXJzpJ DXj|N UĜ_PbN! RU)FCE#$rTPOHQE[S5CMOFNCC/ͧPlKCk^"RW(1iOp&+>?r#LƂq2]5ɃjX_gt &$K@>{UJ{,F WT&6$7Way JEN!A"9I Uz'9ɥ-+JȄ98/ ~-oǑS$Q-X}7'xx*y3K#*dф#Gp>ϠvYr#F$e2qPNGd)p SGSzRjrp @֪pfdh}1QYzk,i{F>v"I0>G&q I}*7uMuO1|V=8j& 3I=$.V1鵀|B܏Q$%K5a/buszń(c&3S!tz]Ϟ~7̈41Q|n_A;^-y8D_bˇ GN(;ׯWCQgQc^,I^W4BG ?L0N;<+4s=IE0vW`1dW}sQ1gz{ (_; = PZ/3@q?[WJW˕`Qc`p)$7pԵ0NF;Vg"YvvbhjPq wUvd(7rCz\W!p g E!^> iahCORcS{cÿ}n6Ν?@JW%4|puBQqZך|c.Ƿφ `-}\A`oyuTzE*K;WY#sd` ByԔ#;B^63}aբi085]H]**C~Ժ|$Ze-؃_U"ѐl!ؕi7x):wMdFc-(5dkA۟ߔE~v}UOfjILJTuQ$| LnH_nF/7 !/Xͭ3"dl L]\Pqjd{$PN 8[c]nhB ڵ4m9)0g#K(Y8֮+B. #d>3򘛷Q' O>kʙ}w]2WSܒރ܉%7=Vq{+ZetkTrnˢ#r*hg 㼐(˴=:d쁝nwTJ$֥خ0yoW>u.aP %s+Rq8"@?<;Oū;R7QuMNRܔV^[La-xYV%MsZJ+P&>C^%$*f PGJoUjۉjGg|@!plڇդ k]CػJUI:&7׃Y 9u, EC:{ؖK@Z5\7߁MPX~WՌ K}or(ֹ:atz,}6i%0ZSMnevv8IuxwMgk\~(XMXYbYvsThn^[j7q^P:MG*p&Q!T>I5cm&4WƱA TMTC*9oA $gt@)M&}qbo:!Ku'A3p֭V7g1/~kȴ.έyv<=RbRQ|AX)7#G`KQ{ݰԻ TR1eצ>AޠMD؄i⿙k<~E߭L26- #1Hﯘi$G .Y\2އPFw&rb^ԝ`*eJU9M1Q-/()`'d{nN`Nb: (*ELjͭx&&1_^8q6n6pMډ&Ca*:{a95[&R<Ą+$ Εߓv$;dۨ5u=,VΦ]*:Ӳ*!P IM# Hl4jn)|Î0&IDKZB}"QH54f2J+`feQ(mxoQe4d2;y@l0GN g% { W'ܑ bm|`]<,W."0 w&Lrb[UTZJ3cE޿)C Ss8qB5SI:9"D_[ar6#tqZ񐖞;'F1nκSb7Q" r5&WBް-f֮z ׃]$Ä6Ľ@dWܤ t\r)HB\'gOjyN -d?ing'K'huL? tZq%rF*wsd6.#: )%E@!Qv_Ҽ^nɄE`Ēt23\:tTi_(5J& )TA9Z,N8v`iHYqnz:ze4ߣTa?nM&q$)SqRLb0l]#[|%iZkPpTj#UHߣ98n' xfbB䪺3'rksc@.LQdDYPq`)x~N Vh$M5)"H_S qLCg,p\MG\#7_}DNIM緙 840q7"vc=^R=KY XMi#7@öTϬVUN`~ e=-M$`?^*V(Nϰv\h E{"XkdhxR!i`|4nYҥX/땶NN8BBo#QQ $$iAM 8Cj>+ޠǁ&ZfTl^nu >~\5GVH2ꂅx9χ 2A+ r]LXUoh/O9gѶ8B}ֵuhʬv^|`tp7DF]fAYdzc윶K`UPE {_M]2i g9^Mt#qY˽<߆QbVsҠfk~΋3 9|3s}n\^%1dx]Ay mʛfEY{i]\Fv5 Wd bAnZ$3"Ϳ@go5݆$d̲O:88K- Qd~([Bf5>(YJmkuARxɂ Ɵ1ng=pV{Y,M4kq;EKf_W^VmU;8M@WPD|{<2iA86z)濱 L}߼f J02 )N^7qރ광cm]rT:MU".eJNw)\2"j ufR/ vGghk蘉5:qZ镗NϖIno,MiұG',gUۓP[6RhzGvf, TAfDChrv+E4U_eȜ̸ H򕔥A+x yqJr)v̄ǯf0!r#t Lr?@/B^M"@9Rd/׭ZwzAM[c+ư 2CP#k~ wr]KVdM0]v*$To` &jav52Uvbpp$Op+U)9/`éݙY3V LLk]ĺ r8q/<_ ԍ L\PW)uOX]A?>b;<%i-tgś@B眶bEp^a+f(N1]Z6E3a4, Ӗ}4Q$c*0pFwTH J|m?%Gy#hU̹%}3Ըn'7COdr>N- ?EZ$fĭW먂ݓ _GeF,<1:lXuqQ~Im+ ~+3 :X'BFFDPbܴ-7ڍ-9俗<z)-Կ*΋oF Kmsez^/d " ި79OQ48=R?mKy[$&b5 \xPUqM) tn28EEַ0<5}ON_}krτb0 <;dk7`-_ R DŽM}PL?KY<6 ۿu3AE9BMB!oU61k.JщB=6%>[YϮCO}zk;ծͩ+ k(P3M2G#by8'>>!_ FoEjЁncfNgQ|,БˤE&ۂK5PA#Q v.m5&l"J436Ϩ_йT%jl^{_YƜ QxLIGI ,ԏ~ Eɦv͂] [>̓|8c!C=;TNB96- \D)kM2^ RBΉRP7raIUaۊɷ ,%T8{Y`%Yc%0?>;dUdC~xZ}ΊGS齖Qjt놝0],vfoW`M\S#^Wv?o RW$uz&93.9!Gp:HRşgԦgJ&xZ+q6Σ0fm%i8>(V)U-yR<=rM,bȓ!aV;7Vd̨)2uuۣO&a<2 0W`%s硣q_0}^wC^}ySnWϮ7;B2ۧwyo#7=;z+a/=l ;ơƶ#ڍh.݀V;ϷdDqغ.x}#YTo~#\hHXK57Xt T \9}~!p|oXnT?CQxy&YDy+8̺qoafUΎfc :䐱q&;cA(n`L`Pz:a1Jl#[KVeN=CS0+~11SpOB!x)r LdXxgoe;5s_ Ţ0;\+5 }/mř~Hˍ 5=9ڋ0dLHdz5($ lՂ_W_/ZK>MH;Uǽ' ^l>V?R/u&{P3D|#X+zaxld ZIrz[ N>7ZȃkCR줵ڊnA(Z)2OPD9jI]0 dEՒ4]l]cczH|Z.rYbDs 1kEű>zxFš~G) z,S0]*CNگqgP<\&1+>HC( Ʊ{z u򶯍Y5ĚO0QH_ 2.kvi~iNEI{!0P"(ǒPT58\?$ Tc OXaLW Ѷb5m~MI MacB9>̿ݾ *JM)lcgkC0.!QOFK^M4 &s]kIDbVzCTI{̼b &AXvQ 3{h뿃E-BԫF,ev6hޟ.ҜZRWSl;.g!{xҲ! T΂FM8Z;tVpzHkGkOjI ]TN Ge~0b#Zְ`e^]9PvX,(sMJ7$X~|_gM.Sow>[`U?K[e˃8L,ݲ7"0AҟLFr*.@&1x<%d5Ҋ܄C]dd994_h9\ܻ'uZc(6K!HlIdJ&#Sh4FgM|BHx2?4$ Fb/'n8<.HCq,Z}z;ɭ*,ʿDz)9۸z dr^`R]!:#`,dVaF!Q@ZS6Pw[UE!ɍ2 }f]F.a<ZѼQ1Ts C6*wU)b;%nbNmRНhĺS]v$©Y'k1hkA <֮xy; 6q;SYPm+Hl XEtt@Fy[K=F¤ĞŒjOI I1CHJ͕ףjcڵ@ѷ,>:@NZ.Jeh$&+Ħy&؃US6Ч0 /bؑlZNw%ʓǦ`K^R.OG]R`%\KnCi 5(V3JG"N F=1R>[bQ/B."Z<T*FIz7eE|\rkV9^qoK`Qrv+]Tvx`1uVr(G`+cCůph'=OθS/Q|i #]''mF'ਥ$]͙ n^=Á%A왱ݖyzk|<_qDʚ2Jӧ';{ XA.2 97<~_yX nݗ'P|&h٢i8 ĒK:"YˌyQ0-j3Q$|Z>+1PY"7t|0({v] P, 252f1\*SI*f[ QIʿD#{c7UMCr ]C yyjOKGPPlM=`H4YJPsM#ݭu[%-lgWf&;+:^W }9 :XF+TȓҶ'8T2pla\ cb{9̲0IGdhŰ͛tyzP`rdN]= f+kFꔏD)=:=MN~#917W K,Z3D|Ç ]8$f)`zi?ǏMgdqx1`>mth yE9[ĦzPP>O(wq`^ z5 'T?ܛ WBcp0(J|fV$+kѪfv ^<3cwk,w"\lr ؿdF9TY;.H-qF=kJ TAcR M3re( Hw%Nx<@vعw Ti/2[<: U/T?4,2n'krVS1mM&GXSH(-TpV> *7@ j65qPJQ䛻 DK2"F5Fkt wF @8wsЯGQu濞qؠSeYToG"-c*G}pgˠGj:-zl)՟ fD¸]pb(Ƹ6B-XX gK䎙R]S^U܀M+tS ۳j6lOqyT Eҿ @$d"Pۙ_B %Zp`r>3SDe\""ى,CTA$&1p~i.z$!EhhA)GZZGp>WQZQ8rV-.D /uO {'}Dbv#h"U];4OS~[>t,K%|=Ttn7WVj6f#tC+B`܅v^+B*`x G9-ҘF*o7q[U)v4bxS !l6)7EՖ0Ag j*L͗GMш:pE2^Xc?L6 Dd4ȼ-RGF 1o0(*95 ȼ)bZ;>i :wdܦ1e"&ݦn=Ry[Qg Ԧ=&DXnJ\xz fp̔-0Ci7| % "+-]eaW|;GExm(C{aW7V SkQS#s 9| 2dl N"(KXl`!FPFMtj=Ncuo>6w1vjò>qezT)߹,MHZU\{BI1:&zG 4HU8;%+{XD[wub=+`x E)3}*Eeۏ\ro9&,%^VKK?c6a R`@TwR΄!_!OlHk+F!aVl3Bl yhDix>i 3s|P Vh [ۡ{^pi% ![~[x ֋UAm{E>x !bg8Y(z Ex4r3EeӪa[4w·B*/+M7 |ɸ<3ѹ[SS$M~C6a8~OLh.R-V;O (t|ۄS)29B:G9Bf3 hO_+=')t?:jn$5*J! ٲR24t办ga#Fo@0>,3l. F7t*Kx!\IK Tv 'q9h^LgqrVgA/J$-^"Ot-xW* ¼6`j;HMz+rÿGarZs9!99t &CO.ܳa6KwɱW`N?8@1o.n+V.XXLH]i` 2 4ϗ=F秽}WBfU߯4Hzƃ qio/-dh~٢|JZUlJϾ5" 6vL08,wuLZ۶I(2ѯUwрwcG^Z2dR qzk5.!cӇ}s Cxҗc isyO5p[KGݴƕřc&3<%C\7AZ'. 05y &T͞#i ]|YL oRSB6drC^X?xY>~aSH0fqUIQ9ќAdArM;d;8`bp38@A/͇۫lipV홐+]"fu@ 'cUa,dARpkgV4ʸ䳲?-C.Ţ@? Ln u0J.K#iy#~1Q$TF7LVt+z'n]a=2fUofvJb[;nfzoܼ}֦.Ighk&`oJ0O/8%sK|!z>+$:74~M\dbcO C' 1mbC ]o4 qyb+5Nu+b098D/U3C禋֯7 NGs=oZ1( Itv3(~0t-[N'e Iֺ $#ɓyXL5z@ɜ2oF<(wi> |puS݂ë炛A (A &ԑ ڙa -j\ܡa;miAa1[1vN?A9_k-M\m-L=Im2yzSm+'QV]K>; qsR?F}p]?GC\SȜ<,"3icF}_;>iM=Ү-]?m/e$3H:q\/ (nbT+Eqvl ` ,B5F:6*k%Ր^*4EmiԨ`/YށXfnB bv'qbV, )Cu%TàR ŋjTUql]1/ߍ)χ@퉢dժq]J[)57HTȸ<77<T5M:] i6:ԫuy.Ds#=`of})1յEg2Orj tݎ,@!f Ro"j IcN.zMa,+INBN\o\4 khZ998Ϭ|C[2^ZbF{} kS4A2|n&t,l>L_,`xNNk=qhBRl'TMHH̶8%,Mh"_ڹ`;EayDqU|t_&ԛ$mf%ߔGe!#/ 6l\[=6CXFu(qyף&Lk%%&ೣa5 Ulu󲶃Ɯz3Rᅙ&.e<hXj ' S~zZOR }re HbnvF__+qJ5\ aYݲ%7CY{4] N Iֻ'He*YԎ\yɰ1ki)kڤZ[Żgʢ8| ",)^;{Y?8(;qlrД<Şn( Ռfa^ .oUDZЃŖ4121nSӍ3Q|"ʟҭ|m\*D08Jxq^UyGp-_P}A V,OBN9 mݴ-,.)8D˗8n#pH,a_-+l4.UAZԖљo+HihߔR0[̰!rS'Y G0N uV:Ɇ&5\kC y)yq'3}o'V샆IX(|G/}'P<`Gz2xbS[x]G1qLP\nW6 a66_Ϧ!Cf#YR:zD_ǫ i@ɲɠ1hw^vAi*$z קAiR[3=mbjL/No}huYz(W*lF5d[GER?CSؙNbt([,h{^oDz]cHixʇ8{!ꢀb;hh_N~|AR͇)%(ԛG0J`gNu|*E|b3Q ghjl鷛>xՏ2H,ZVY-兺2R O^%P):Tf *QKq+uNAMaE(C[q>^rIlV:^Y֊΋Nbt1[IޅL>Ct@gG_-!DO1x,*3-c~*l\"FfO,:ܡc=o5WӉl8ܮW&bÆSPZ[ B<#[gf Uy?Z*z }>%KM. :gThEjl]VR{߈^e/ɍ 7!,ʞ-Dfo12JF:NO?#bEusK\碟dH(h!m?*8?q]ux"- Ʉzo" J' >V:-ӥў#.9[-*UJ=mnOl G%'.EsɳQ`r^r\lIj;B1jxpTv[8JۄgnyԑoFmaYAg?ʾewjbF]9;?V D%"kl:ڽ)5gجRyU~v?lgF^V` Z-n%`^W\0/kG,(lo2 ҰГDhuո1`_o L/MDI25dcd$!IeN?q~ŀܟMxH4X6n؏ڜ띶4ĸEU+.'"Or™fYa_˴>1ch8|lS\yZ'1j:AV mI>*-aÇx AUlB 6(3m;ؘk=B(UT~]a Tڌ"ӷ(nxyB07>!tccR7_>̫><ڇZ:TȽUl[7/xh`Xq LIOP쫷a么q7if8UAxKVe:7"3KֿѼx0d,KTT+$asM0hDyȌIKۂj7+4:@>y_N! &67 %pPΝ62<)jft9K @ ?MF%aÜV"4ʙԶDQhUdKִ2!xX/ LG/O <2?PbMiGJ$&VSQ߰!w99v.ՓQ''Y /_cŷqFؙ2$õ̔NyPNY?7fOq@CX$!p7 Y΅/ޕ>&?ﺥ:=ÇE[dN(fK|އ ъ(Uiu|x"6Z \{D,=coJt+$5.ǁ:\MN)JW,4Ar-X'\ ##Fqe6{6G y:}-zcq_7j!#%1}U&cs0T,VQ榾1c0t "X+ֽ@%&Qo&*ƃj*"q"Cߴod_+|τE'C!85mD@}ewk㫀^"^􋦨Mj@<`mJ]3\EWoC($uVVhM2I@G"-X)gO'JtvwHi`̻tyf.)>B{DZvE92E6a| {wf(, Ƒ!`@Uճ*YM|vMK?{KBdhCY ߀{Z̓ߟĹ__duXJO}YLkضWW2$QQE8ex ӣ Xh5hԃY*9s\dҚA-JS)*=sE"vTmJTt99 Lua 0ߨ͝sEj-i>z ȂTID`ee*q0phR 6i?гCimTm˩ǴzQ Xl|rܑyzZk?{26;*ΑJ"#x JP%5;&"}7%֤a<Z[@Jg&u{tcӋ.tqP ~H`C -XSW*Q(=#RzN9!W5,wi99+8X|S;}Eq\z5vK:UD(L*h&<]{~# ej;H#L˓=k #A&tJ ꗷ4tb[Z^msȡPcL@#n] U. =[yIFt1#'s7VX-r2;o=׫Ykx6.3m }P@t88S*5H9՛+*LȓRA2P0GX #$I@+,k0.pKѸ-EMH@-5·@2lr8aɛS=Z۸, LcL-eiu8uc^@=Ϳt2 IiSaћԍ(``w8:F ?Tzz$)QZb"QQ=.渋jC4l8Cv El)g5>8?# Yμy(>-r^0S/mF])8w`M< [+oB6_sjr(!at4)O㘴qI8=>@݌8B`oHSvInRj})wV#.:G KuaiU-Nֻ-h?W PPɋ*89>n X:Tưh|$chdyOf}!1`NB>w;- @. 7qc'Ӈ1 V܁Nc/F5Qs.fMI]T*l&C+h_:UM1^j2N|QON͒?QmxN"bKkݲa슜=L*Qa i5sHwLo`C26HW^ +% c{YŋZeo-ڂz풊n uD%Rڄa&W}z88IpD0.j I=蔐ν r*(hg9,+ݻ>KL@c-P'#h&9Πmz;"62MEgMag~_yKIc ,' JޅZnL7czݷOe!cx3 PFVƔQIXb{?Su4h'Eaz>QP ѺVbld#u~\ؕ~wJ*Tl\Jֶv׋?@i}k6c eOb_B7unk$0U*(Ө&pf W$0T/e5Up>`e?mlh[|E,utV JF9EAnYnhp\`] ֗]Xխg14\S( w-j_hM{^%\B@aR2h~߽X~Jb4<>bL_5$F|ePӯ&I_ S/\A%pug4iy#pR|cy΂5g!W~Ux7>N.ZWV`XaV6?P>:Z|uvl5 {1܄UaJH^0BQ<^6-D^mں)?UmgZ&@\H$zNU\ԫSW:YQv.SL "D:{J{WBm%[k/F$ O[~M{ /$s$hac 3*(ܫ^ٶu3m"9INr=[m y?Z6;K7& '^/_ 6]r5 Tn:V䎓ާ+g(*|ԑ z.BrÍ N*F[Մ" 66i( $WVp3}=(0쥵kʇs^5M1 <'wu$Asd2[XY/"GuR &0_ V%JDu, A-`]ʛWh|f&x՘~'4J&㉤^yV*8M44i>D_m PSx/w@bXLJWa>S-"%m~qjW-[Ҭ^A 8o$D_nVluԧ"V^6x\/j8~KޑoSa~&%D-e3w74=bt 0 23/U2rc1?8% rbHQڵLj# <>Z*.4:`Njv_{n\, #S;5Mq o>l.!9nRr N3柸 ͩ<`gEV!p'L#i%w(?4^^#&BmZ(&!u著Z.`pn9 /D%߫Dn/EPU/OO*M]tGp ji~FLx1ہx^DGx6 xڈ`d~ii5#+kfܦ̱eg._h"$v3E "A5.PSq4ƘP;=+\7'}'H6V=9S=p`y?,FpZ: kP:`[lt#RĽ}׊s8/.(sXQ}y )D6 xxۨ=hO$ۯmYH6jN#(S. L,rݘNIVр-1{Jk{( `"gC\к"{P3ו+ق&׾jk|[v䡲O8쒘Hk97 aZ~Ƞ|I!ww+2uBzV Xv/z`uf& t=2إSA:AT0-/`NӨ%,ot& :7j뿰ڼ |tIuCNtjlR3c36p΋)We*WW +hå G?P)O$E,g]00'=$fѳ 3T-p}?@s^&3Rm 3uʥcc Gs 5=к./>l^nd_f*i~*G_^.kQ LDeLc_A;&{{Ng—tyMy-ahU?S7NqW$^fZ GLN0,ݼI"UHqW1~4nu-D,JKfboGx=۟.077r!Yr'vF:0.aȆ39]1f50?)O\NC! .Xd7۩X/<5 u{ЭBk&gJIzj$\|zt-JU}yA+YPCQa0KDM`^T'|瞙@s͖ѧVf݈W{w(Sz@WDw]s3GqO{:0pBD]Av{}=Is!bӼ]( tPH:fn5mv=|zx<\:vV\ qW36׳l=XNwڨT-9qi{ eipU-ѹ5[HLՁQ.É]}$^(Y7ZsTAiJcUu.6-nLCNpP}!l;~7^AȠ/}Aպn;ܔNA BpnL[!#*p!lwcݍxCذ ]&`y>sfR)OL&ͬ^s{%x}vvȨۚ Ma>Ԯ@g4FP74u//=4^TK]v{r/'&ޠ8BILs4a7oR-vJΒ-YL?Kl`Sq;}_i${M 0[ A{$H2v\4.Kp"QC0`"נȜ~ pn,}H/K.\aʃ~+Q-Q3}sEb~eme0j])Gs#z {4[+&vD^@5*c! Fs!I5pO$1Ld۩(ZС4;>ԭi!%`ӽRv~WQ.NPsY([+v0YVD#Z \^ؖ]Hv ֔o錍ATͮ:vM0jv`%$yz^iʁuY`޻?$,e0Kcv). ˮ.#0ajGAKd/dBsvjGaR/$< 9mYS$MĪ6+*%@XCwn%]_yQd uнfڨ(@Q7͜#M6lQ$sa cmˤmf̝JbY-0 jOE(/4^ep⼧p\lIzYkśK} `/{OC0XVH +܄at](=joR\jGu-3˞$5/ܚsh1%Lu *ҍŏfE8W{{h 7D's|z zvAaᨒy~To`pLa}#.I&{A\kӏ3œ}r nMERInÄ;p~NF"lp/hʕܶ+(70D<+w{Ti߰Jo;(YvЁCLJrʫ(6,:q 8¢?aϩ{ o72M^ M&Ƶ6~%)E$~m7Yu)@lt|1mDžG~`N%D |vQ.#,~f֍ٱM*}ci܉=$OSzj3!aٞZ/][QGx[ga7<|;GΝĠZAN0`yh{t^)bP2#ca]GR!9 "OE?: EEiCEP6kf~d%5" ?+K@!.ˆŗ: +U Ϻ ~<WA!Q kରQߦ8y^s~O߯.~Sj~MC{T;;g]DKrrE3x+kg lͶyu~$oz;eN@}"*Z/~c<'FqyQK~9u>R+Zw=b:La]b\6e7߻QPZ7˭?jU.*Ys%QDy/bN yjׇÔ]Q1}Um;/NV|l=g{>0ؒ~ s_Jj/ԉ8:s((8Fffϱv&=m )xBv=q<]t=߸Ȧu0uIcTV#$7!XI.> &H'FK>~cPtXD5Yc8ۼI Sp{8VNϔVnX6\y3VvV]s7!=}$ !>`4fDO;N+Dˢgϧ&+ت%qJDp4'6 [(Xgjno7s:. ǼpPNhvH=5&r`yFu-T4[c}rX?!DyF>S娡=663oJt1g_z^qUI[њ&[>2SK7 1oڳM|SUVж=! -Hu+> $+ Y?Bw%fv1cd:Rl3mTq1^v{ ;ְYL.`vta(ix%{Lk/-,TaL!liaK9~SxYl6.c)AF-r+˖ ѐ N:PL#1d͸yc蒘fV?73nC@{Ë~ەEb;/^|6?53M~BXDz/;G_fzVRV2:SuuTUߍщwNq^?`lu׆Z7 (sWFaiީBA jQDo38?Gيx4MS%>h+Mlƒ؝ImßtkM)xiߪuaX \D_u;GO¬l0JI.LSѴQNh0%Btv͵n qlB!2^pJBd,[hl:`9R{%?FFr׍>՚SuMD*.CY+3R\ ۯPז9#3^ px\-R.VΑ'~:BD<XjE oҧfca8{e'KԆ U?k=;ټԚ-j 8yd?n 3F/~ZLR˱?ZHmX~CPeAoUၗx9YKOݲ `w=V<tՙU;.I_=ϳxݷK3 T$面k¾)Px2#վ"/hjBW])+ _wgttr_]'/{_)`m^WC.s)8|h~ 4tpY0Ky'3yPp !:XFqMir̗ brT9zYᦂ\cM*U_3u?~y:J3jg#*4wx5tc^2<79H3~,"6|b Pw646[p2>Ii6}~̧(h %BYj\if6.8lc9x;osg9<89_wW:JorY"j=~VNM9u.nQ_t:9 >#b p@O ZZjCR$9(Ha ߕј+.:.ݾ{ܪR3B'vpsa ),~R'ϹK#Zb1x B3w1%} JC|)HRFJq=.HA1Zxz4CR|L׎_5`O¢hR>Hc#+:Tw.Ϡ>D֨-O2r`-ſyP33NX{Υ azter]K8e.+oɱ'#W$[2F B#H:o j5խ>Kj{F2`Ii, TUx.cR{f: k-kFu/"x/sI7~\+ Ac;蜕]ͱĻT9L9h,勴b2vUchiWҘCǗ^"UnO@"jiRMM$x5笂>#@K{%I-dFvWI= {(^Ï4TicPWDeHIT5H覭؄k+r.m^ŔoӶتIhIuzVAW#d94`hm0?:__Ja23GrixqE4Ճng Ķ`5TY8bLL[Չ G)P{R!G*& ՛.h߂'E,]H*ًpU(NO i sTM~͛f?Q;Q.$v@QW>Bt4J^.nj1as6{4BIz UCx4A,,.5Q(%!7p5d`K6h9e+2@]߇~j7`]v?ayCyx0CP6' 6ܥ9tt,q,\УVrj?"`ɬ]=ܲ߻.cl Cl$WLtĎI=20)t[y:#)(Ɍ-&g[h󄜞|\qe !Xb{c|->YeI5[DN6cZ]~roN\Ⱥ?wTOo*_X^=;9db&ص@ߙx|.%j{ΆCqʆPWk:R/T5_1 T+HrQ։g3!j/O4FQIU^OQh qLw*'4 4coI^HrssLgR/q%!3c{L} ɛ#>v.ӻx ^X~0ؤ}َó~w4ծa62F[qQ#|x˛Jw}g BY ]bM _ qȸr+솰8pdS9Wt-Kpl.E"pP) ;=1d\v0!.^&ȁZ-$;n\B(3\xkL|9+ w iŖ%*inc.sbU<DW D%ޠҏ3$IOHWS Q#39T=Or6Dd@jB:V5+gv዇ [L'iV?LRye0! $-(bD!bȬt>m $(ѐ} u;1,i'^ d鿈^Nn:Z >لvˆrӭD 뒹/YÈuy槤VV kGF8{E<|z$dDA FG_kr\A&n GDq2u9%3i`a,n}G .Sʎͽ YYE2?'( dR1 $dmȪ40 lgu}"{^KV m<>o,Mc7eqqq8 :hiWa:t ƌFW&ylzTl.C Z!:&fݗ Nk3ql{n@xy~c#˵!6 )|K=CF(xՍ9a"zܜ4z/j8%!]P{\ۑ26HttX"2g76y}Tʮ>zcVL|2;{56M[0*7Wdh\ EqӢ?Cu H 'rNdwTeBr_{`i ֿF9eEGe`*E\Hr$]oAB\#LIxqJ_CBY ܽrLAbd^>XJ>B[K(?TlB:oc37?yFě")"R֪nGvq{O .B{H2N𦤔/r:r 0>oVmDw}(sY=m䤷+4,aAm0(Y1amAn aG{n͟E9u9K`PJo"8/VGZpywӨa2ƹ)NM^%G6yau2W|?l!)dW^nB jUKrb&Dґ 0B&]H&뭫>~%9qmE92᢬;0ݑ.&'mnY:'v#Q2Æi+nz@.Yr?@4Zž6áI\[IZL}. ƍ_ VSăG\L(z*glg%ȚBYI{#|V{,Y)K vUY[ 8y!%ՃVٗ%܋;R8`nnpM}\^J5 I!s䌽B5DDT>u<`S_/[Q=EcWq@ :S6%b9Yֺ̟_>.Ξ%bTI)PqG6kzs>I&s %W&WobvVy$S 0}1USLUIiFǥzxw Ŏ+έrGVbU˧ Zց3>40;7ґ` j0=ՙt+vol,2꾍~-H̞ueϩJ(d]&b1gJ_yid+12R퉫c+<$'r$~ao AXLXGm:`npr b ߻ܩct׵4j+離b,_ #%5{#0s<!|n25~Mrs,=lk1t E9[:]ZLjgɜR<`{N-i;9@|-}^}jGchw[*P͜Yɽ$vk gŋR ~8%iycR eR?:@KΖ`O 2#h _:ZmEXA%ڛm|o)J9D}52jqG_ RZϸh &Obc][!s0EPټjVAĹ6&ՋyPa.#u{螊Kff:OV?sB1`7R^JVof0;P 3~n_nǺWJ݋vg+ZƬbXGXb4m1$+pcMGJ7ce!qĥ|>ӑLWlb![~;L5w_?8샜?N;"kUWK@[Fg/O[{>앙zF1Dg̖oW.gd2knQܽPu$tRJDėzK6_H1.p.7^ܗ3kF;" ?v~)37fqlh͛6YdT,\w?#WrMT\"񝜉\ (H.e?[LQ uN4R6Gɒ:Tl0tC0Ay)AY mѦSV\Ӷ|Wɶ[j8StuFH(qZ6&>87HD y%5cW."A%(r6%bS#v/Fv c?f#{e$I%Nkk58엊+LD::Gl}w>۩&W+ +QMH L2J˔k{lo/ &=n;Dzr8g NɑvR``~̫g!e(9.>lWՆZe].LҏE rЄxG5qѓ 6ֲ,]+HYZ|A򱂗bxО@ b+}{ %}]DUHG X ,gQYƿ*g餯XJ^N@V\eq)|4+ s"hR^QۿC|ẜbr ٍW@']3=Yt0eYlo kI>A?v ON-pm3FT9}?Bh.8"&F5Ge.*ڎ%|u`OJJM.K 4P!&2_89R4epoR8oEWz__R tE|'#.{X=LOMVfrॽi=(_Wm̐'hbu?W,P Hf=8 >l;ئskz8|! <B2MFǠ8lpjM@S~,Q w"k92WҾi@BAtc5H\*ƟxJ)2 &}gӢʈ>OS[ъkl@LyPM3ex| cWѤ޸蜕M]z dY&epG2kmHHGzK~n\֗Q;~_&>ZM uAAFvMQ?Zk%rg(!UB55jo3{nlB LT 0$nM,i4Ϗ@DZH8RIQ`{M}DN0Rc#jTL$yZZKdڥ 0˞Hk3h#M̾o9N lGJvɓL1$haIK\G0VUgt1,bJs2=k5bƊ9HB<D4iYOPlP͊m.I*hH,eFy@Co/5f99sق|?'a-ՠlHL}tkߑjcgmL)kNjܝDNZΝ,i=v)HUě=HVu XD*bt}SIf9[IMTfkjSϨhUU0aՒĽfJy.9Eݱh3I_B ,ԇK=nB@J8i}:QoP[8zW[ |Ap':&@LVw:^9A53 6.%1X*Lnhz}YFKI +ڌmyNx%Khȍ 0604Kw1lŢ@e]0:k!RN:X#xz6 f@ v JMN춅gk@Z d!Tأ\bn҆ӎIS`כ`.*194Ё秈_-¼+ Q LW/nI 5}B9{$ѭ:MV4"+O ㇟Y''!cEy [gA :,!V:fTK#$M#5n+)_pԯA+@OFRz Z`ZvtVLRey e %H}ߤ}32#'. r:W[2wK!j'S@o-kR upQljwڵ(9QEMt?wp?F#4o:tAQ MĔ6!v":3ϳf$ LBb T:7-ShP1ab]Gg[ ݏ]3y aυ4zr·E83 X.n5Z)Ap P,Q.y<v4޹?fhi #9v%2j:]k `a  I@?3z({ c*S.*1٨"kwŻ^5:+\[vlHho͢&Ӵn[4 8X+h|}h)qe 0$~D c ƴ!.nv7f&.vlbOe=Xwh;Je*4ЕZo@8;xρ= rגCyv8d_+׍+-tZt x tH_ `BcF<=+u)g_Ūd I}*K5:x0w!/7ͮM(^cBm[jxaQq HU$R۟jM<'#._`C_3WmUlB`]2" ipM[ePj\dh [ SffMӲ9>MGݧҲ{PF&"cb^| 2[mJ]g;BVTܦ0E^B.7']{'M{^kY]58=lm k2+IY.~hr:_76%*n&|.@W{8(+5±Hѝ*}q 7a@#F WV.d+) vjX~:8l;̞xHlV-o$ beӝ}mYU{ %5Vv2gqR;FxMvBeTğGK#cq:K =Q?oS M? 3YJڃ%=.h, q+k yȭB{i/A"D;a)EZETư'{&P?$B_$mႋ"%S϶NޤK_fGe"VlzaAJy}={,_5w0  K'^6Sō(xQ4*rUy^LgboD\׻'oUeN?]Vw <ۥKZKa>j~$n/;)`bV]Рz~ny >bvҵڹ' ~EthD57j^\vJ~ s@{]}hXʳӛW>hor y=|Җ[YVfJ!&x݉1]媮 mf)ِO/"\懲b3ܧ4__(&<̮>v5")W&JU,NPQliy_GmCO512 *2Vd ,m*Q UD~߇ٝgڑl tlCpO(G_vكѸbb MK,6FaU+fV{U79U &Wْ>E=^^U!m IL+ 9skKPzJzs۔S2Fg(IK+ n'trQ,IgJe+ԥaE6Y%X!;,Un8;hTgsӗB3 Mt4zϻȜumB}*B/Ҥ"feO7_p.> ⧣!|tAI7܎"} n)p32 v$=CZ+=kbDQx饕.[_p¯]P;kep 9EKL`˄n+$s6鍹rx Y9hUMVԯq7Ag:u*r"+¯1*\A@ ?z~%8ɲRwlS[f+雪29j]~ r1|` *v'}ڏ]ؐtڶCÖB:RrzFB|[WnW\jpMy%CEX9**g<._fI,:KmF1~̫gHhn 87Lbo-WpYXq,0uU=C>!Pi($̓{v # Ņ JZv1l0 0CG+IwPډjҔ-Z1gM}霚OM'H:#%n  'lgCUw)z.#?i>nW{4aH|wtazä#zb[S:/lf Xc;??Qo=0{ir^@\A-ٚDl9W ;!L !0*R^SQT&z@7[A*+pE@ [[ Z ؑ:~҉r@؇dwe?B6o09DFA_"`{A3n1%TuR>IĒ\oR2?~ 2W~ҙ<g\"cY=l#ըF>Q8oJP$uƯrބ6^^$/tܲUnC q9\. |UTY[3 5՛{fH\S){:sw4]xHWwVPVd FL.5sC\ʶۻV F$`lvJ] Onx!m3#P˹WMʚ&cku)Y3{1-MB1T6G5djviJ̐aKFG8n!EYh6n=ʶ Չf E&rOX7II q f`w3_<,TSDR#iFd+ Bjrܛͣ'Xji ;_zF 55 ]7j `v1PlfR|%<~L|w37BG*0ZBEpD6uruWL~3 #i kK`NA`GNj?Eº`d<FwYY@wS8=D%>deSsIM[FjN+$%a=B ʊѧD*iկ06on;$fD9XBR)o|-(Q zݮnlVv$_j( k6O6\XFw;鲳0ΚX&u6k a, Xݕ}cW b l&YhX^-2;*3[َ|s5tX0%1w;Hݼy)[AOC !^ ÎyӗϿ>cϺܲU0 q[0bۀK&.R U^r|d58:+Aqk 䶌BlzB{7viWUVkpY ]FHLLh.K lR_&]RRY fZб޳UuFJ 9Y/_s=[&E|qD AReOͣմN܉z2k))UWz4u=daP?Ym9j SN4T-Y AQC(=zuXἠ-pR_ٝapIY,3s\HKgE]ʪ\Ibh=ca7’zw☭V_grB_O|OP$bƔhd9[G|Ŧ#]\JymlæݞMOr'sZgF!c|=IOo(00SJgp׮G%,j'o#~#mT n6ctD95q[e\)DIHO3@%YW)Q9!7S "^uU8NHV^`q0(jHI.(H ! n9fU)bcԓD5n"ug6R9tK]yۢ;Fô)cl 7I溾!Vԟ S o+ABIY9}̭5+ v7uf6p\>)݇1l|,KVם̛dG$<'&Cu}jWPiB'IuM~7jUm`Ev  3IzL?yx5V$K{GB0c!09儷#xr?F|&u,)D5):q\eKj|1VUdMFpO;C[А˃m~DCǞSΏN>~H0F Ɲײ0iZdbKr:nBK>vF0>fef7}> "ʙ/ b j9mۋY(IUs];kRKM p} ;/60Fnq:B?)'etjT 8 uKLWd k= q+VGȓK7 u:a,6/Vet!D )HCnGG&#[,ꑳ+]ʼnl c~83[ Vr|E֚1SmT-P IoାƘw|r*yHiݵw ߾tQ|_ӳ}eDU_ C :u.,y G15آo~CU@@{#EjoN۞nS墳#޻гH:Z:`K_@}C\c, ,IosSm*YV18C;OAG0|v\ri҄ 18GU1fA{K _J>G^B'ߓ,]$_!_{~ hv'fZ^EPB^+%3 ;e+3nX`;ԫJjp4!$&NNWAg,%`-#$OΙX AtsBmǏUkwRI{BzZxWԷ// hC>/j;F "B,w& ӨUbH&M~b&m.~AGy7PCCSjAfdx"ִ=|xj"au2Kմ,85*cj샪eFCRr7(!)a@6_MXMxy̻pJM1vmv8Xi\W,̣RhjVmlmQnY+[[3FK*/Q˥~?Rӹ? ( ӕn*1@HRqbY ?[cHbcFz-M@7  ?hKa| y;A>Eڵ籯u+1@M5EYBmؕs-8bYhj;$%_zpnսVm@G̛{ܑA hM+i2+ѴW :A=$Ǩ v4<\/BloFws~R'nWJ:]qrIx!II=Ї2<&tupQ,ٚuY=2x)ps͆0BFn+wWI`eeU#T}M4ސ<'{grA}о\0(HU6^bDK-BKdX7 4.ّ W1qSSϝ_VF{ZL>,L7ƛ'..\]:ގwwrLr-8ٗ+'k"uFt0„Jt錃y1XϚ}ŕ.&t%o/V{5fc>l~W8Xc2l5ͲGԢ ]C IJXe{O,yn6!UD(ڵ&GqJ}~[BwFFߴ 4I5:p+lSz`|BsՎ$نMX ٜ$@}.q .*?YGսB+I,.rݺq:A-ycAFVO8F`\}.TsQG+B&^++8 4Fz8`JtsB'r6̪8EKYqIUE!(0h;sPMɷc\}XUzu„/ !ۏ|d1eܫ+ytQDu&Nv- du+)AeAz?Z+f2oIʻ3]jv2+K 5NI1#džQ4^_UWA !KB<YJvqJʞ\(mbV):ɾyPO݆T] JZ)cV4~r/1!M?'kDd$)*{\٘mʯ@ZS%ɵ3F ?u{rPzzN([Z4ŠG)q- 6O)}90E]ʴp%U"=5}]vRׇ/?dx!?B?n{$9h$QXםg#Z{;LU&VnuCd4^B]ˢ85K筷5fNp,\ Z[اthaWA!|q+ix} -g A{䑯〜,jŠIP-]Z%A>-uE(|+9LE8&nue2_so"{() bX]y:ٰ}\~ ơśe&3b*p?t¤"Qy?- Ӱ=$:;]-9+xyKYiOk?'-j 'w966f%,NSP !`m)V)yS1뫂.Z`/\91zNˏV#N @;pwx\̵~| "KP (7#t젾 6栂=W#֭{=s @)DkUv}n `I~w(K4h#X롗o;qtx@RXQD`bxjEJrW)@H>ݵNgG&+k fnZGlFy|OM҃HHVCK]_#v,H0h!l9$Ơo, T5.IzIX p4Ǻ]ܹ.:TM~oMO! }[J< lB2> \>q(Lów{ˎp IogZѫnji^', C4 VZ♁p3A9d6DC, AeяXbFh Y )۫JRu}2mUAAIݎU?5YbJ)Br5) )AU}&q^F4G).:gAyLjDd!#i(2-.ݽY1nD3OE7~Ovd\iX m]{IS1qr+)$v#DfX~ g-OS^G܀tgtVagڂ,cb*)7O@,ed&y sS9؆Tn ò[*՜-l^I |vj1o+5cehL#uWg:q6V+ 8Z#Tݿ")FRKKsZ"ڱÓe=.T+?|Jׇk%n^1ʓѯ@m`- _? NJc]ͻ;A5P} DAʹ|LiPuQh!*t[hJ'b|}N*,xy>F AU=~>h+?ҿTj! l x9_LRrl1WzR0`RCxەˀ|yYC)leCfyO,K O}dva?gސiu'R>;!Vo3#ѣDjfanN0suօje~MS ޴a0W2w<@1Ia,3_:nRk 8V݇&ݩM Mi,=u#YXLm0B*`.~WL9ńFcC̒ETEt5eNUU΁ MIAbg7[cE*8pe ܇h|T$NOp碊 ?H/>]] &)⃜=@=x[$H\nH.(saUL NDŽK x\0cҢ17v ̯˲åjeHo~ ;ڰ٪8moD6KtR •wq6_C`[pi߶;BbWxg@5k1)o 4NBє՝mpAeM:Y Ɇ1 .DeN(Տ4 wڄ Mb G9Ek^[T!Pݡgi@bwwL'RXNli²IsYC-p5Д2 75fu2}ycW"[2G쵳dq^6R<v+f'~hA= jٔY1ot|Mcl~ <;\YOt? (D=<sl)GJS{KZM#ff^%xguq#}TE "^ nwY8N+F;SQAp9xጆqDf-C:B4TQY^}/*i|f02uy*jĺ ' p5A=pY_^3>k_a*"@ۭUB% \zcZZhP3uZEWi0+ oMMFf o: :8x$J2|ҜA@ ddٵ.dXla$|P MvM2+햫d=lEp$ԭO 3n_' uZ w͵i rxRdմVO7i xT'-8A";:+IY;(-LNB6GP4MξYW^ g/!ƴ~R}"SȎ=^u: ?:Kd*l.<8[q\>4;(ʕL=> K B8IDj[văWs̙X&m[[P; si| >%ud_`~$d<'6 vqEcU-`5&Mݪ0iA!Ǘ8O6~Pa\e]opb|έpt3$N!38\*H:(w.~U'K^܀M'KZy | 0 6Mlv:_G2j,>_i9 dG%u`CkQtɕ\BqIrH6 QLőlP&)f[ܫf@+((}.&79yC~>m]Rk9اe+ 6#άw.1+~Ry>emؘB87^\f1I2kɷ}-#GctB g. SJML h6..Mpd97&`4.sġZU;qx(,~<'#~93š?Rr\`6w[)@8"r&7IdG rԔi[jh{DT44#8y盰(C#NO62Rvy؍T?9{ZmJ6sq [}Nϐ=TMtf mO·.KԞ#UGL9wꌂ8#oU VF@hd;+*~jېG}ylg+Rϝ#G/ֹR#bJL)ػ9--{o&BA \ \{3%>t )2]V `>Zy"IZMVWd6n[-X-JkW9D?O-BRVm&v愙]d4[$۽_-\A*l+λG,[BEf76lQmϿ# :qWF=se@GC/oN?o`g > 0wJ`ԧg-HL7}V'T0_Ri3讳A<\*&0ܮ_XP\o+yCGn ZA1tb<]xSiEi&j*#kM'k| ԕf2nG4Oũ%3"U0;Ogi5A}g';J?5`;=C:I{I6>~L#Sԉ : "bPEK8oA&&JXB}4Tuj("6*=MDMҳ IENZ < =T1_uw4nwCS< aQOǂwKGa<7p#UV4d8vb|,h2ycIVW gxN%-8|<ޣ䟈XY1K䰒ĢCFE\k 0*ӱ{P=$ b1oB_#Wd8wcpcȱ7<2Be_.S|tC$f/_Ac%EZMoԉ6}|ѓ:~05,TQ#g,@-=`oŬZ茪Gr)nAZ+?@Zi52vG珉 /Dߞo:k2q$aD8Hif ,DNkU$ގB1bbC@ŗAjŶ0 hY[,6\QZ"8eƩư T%qO03lO?,ix5flwn %bgdj$IGs I019)I1P쵔]ٰ29W B&__ļ.>u+pm7ErB76nUڏ pE O"bҔDt,yO.enA}5/"y,vrvCm `,U]Y3V aUCX_J҃'$JC$};ڡ33 %*Ϣ3Ϗ2>_-#+EC##j8d_ĝ'¥8,nA ;z)q`׍g3zHġs,xIɜ<,kmW=s$wNX8i[y\#6b)^:;hhAp TBcn%%Rt, _vkc;'o帡XE[T+ Z51< ]Oh*to48-0.yy:[I%t vl<<ꝯM%ͦ71;gik-xu<"h<=iv^η7JQyH+?(6ti{Ǐt"y:-T_$=ߔ.]8j&/%4; AQO%0qru/5QŨ,T8ڮ[>myLJK;DfejOr|N@K*-bd쮙"e %{~"c:)aVQCrJyqpν.E%m! (c|go9S(z0u\_o_.'&.ّx}.Bϡ;ynl&W:Jx9!uw>Ԝb;M.$3@[nfTzM:K ?N'w~k6&&!ۚy((? /''rEo唾{wĖ{IaFCi飸~h$IY&|kN忥C) Vw]Ģ(JfC6==+}m_B≯컓"da3o 3y]i9ˉ=ZDͿClV{ޛ@Sw t[J0]\0wRI"U1g*h1!]Tޞ:N*A9˽ A(&oa58MX|̙,UҥDج1 @~+`&qޔѾ#! 9+Ig!~%r" rx[$8emN$h2odQ._}K%#|~'2yPCPybEa$P櫍SqVL\ g-HÌ8OP"ʁ(|+OѝFj I1;^e~$}^K@)i|]Ņr#p˵.u = z.aS5V0z2H3ۘ[տH1n^H mMthsL,ghwKq5F}z[LeEIo؉.~K," lH+1{RMpag33^r[56#G7M=: ONe( ˂r ksE;:7hb-JS @ڍ[+h^m~d~Z+ :afS%Rs+B6eV^>k|-]k hPy:GmzKv><@\n|Ra#qr;a5WNFS`_xqetdpώ w]&;XJXgʣ{h CISlZ )sQ7X<>y擙..{(9o`繶\mC  R~}>@ O6HrF<|Gjo-VmE&01rtxV4Lkt(-.1&f<&Jtd/Fc'CexMxD9PMuĭQ; uqN4Af-ui-Z H{h21$t/& =(sySJ. Zi .w*-lBx_-yı`5vQМiz 2 @Q, :(P`Wϖ"맬!198Y(JPL ٘k4z@0Y0ddmr҅( ~oIǀI`5'].=JǓE_uOsʧ;4m; V殐z QsPmU^unp,/\-߷Np3X:/w'2<~9]v/vD{c*~\zTz5zu0(‚ar_|5@ʂ);cDE*ʈ_ZU6F &E+rk Ba7gEG[\>҂ 8Rcm2/PÍYڜ:"drlYiBTن#)@+qMbAZa:euH8B#kB-r{_O)n$~0.[U yaekm\RY^|[sk#v-߼*/Nn~g?zAWT`gInoU8X_f\EVfG@q44 SX1OQ^yQ=Kvz/r3b' @\Id[Tmʁю}lkc@ʤ2x҉J۸6M"Ҟ 7|nĤd+#&m;y ġ߀B+;aX •mãI\ 8 :k =O!]Y~s+Z96N@rMìjd[@v7)V85E$^C*%׽RMxom+0[vOOdqZ3ӂL_D{} TphɨOeS H@DQߝS*?7A07}y? Ӽ^(zcw[cKzUn8]`g-AKϗj^,N"\&W #fpuT[5ʈ9`ihq"f* Sn{BHVɓs%ȇ50`IWf7$HH<7mt=,rQd8>yXB2 C_e0ڱ&ПaLZy=v cH+2 hHȝ_ KKxÈpϭ| =KWo69\ ڥ_ZhGVVdNci6;KUzlk?-(plX,/HS̍xnݦV_ :s0 D۬Kk `_[c'XuQ6Gⴍ[4h]wR} SY[Uik -an;I؋ˮ\rMCeWsaEZ+v@E-w5&vuG js3M.0H˫[(6'v.I&6{lSQ,+#\*i[f<+~8ʜ $,=H+Lul![)1%ȵ铺yq,aP"<LZDҒ-: b-s㖠XE`m+`}5aٖg)|nIPZKϖE'Ҧoq ]H8g֬6PϵvKNrb hgḪHޛ6dv&ޙ$T|ESZ_CB@ijU58(XLK4Lۚ}P ^;Qk(h'7mnu6)$ԝMvtZ+Lxm虛_qЊJЭdhGD7v,';n4; dD fesrq]ɋ-s[xCN_[wavr*<ۀ stcH\+nهňt`mDž-oJ7w&V~.ߋOĸ$Zˁ =.g{ҜaNFR)קLOzד4-D-S ӔrD/59O=Ee)1|Ugn`q12܁aB^q@G%ѹ~'=X޲ 8%Iyb*+ĤqSưtVU 72uYŠRj׻[5@MB1h`j+h`cEFK;ϝPXпTA_[xe}47NFE^ \|?=z,+d{+Tl稥ȑefE1iV"X:4[%dB?ʇFgF6 /8c>k{<['33A/FwZY9wϊppS}o79 gcP<ׯ"&+KLpV#bA642^9*͈_.Y⧘U%ykPif0sWtBM 4 % m]/0"+soi`mK6nw%U 1Fm/Eц`aT$xFyu*Gc=,_?[w׷]&Ȩo7-7Nw4x2 ;ĝ`{UEkXXoZգM}M,9"Eq*q,kehVbYSȗ&g&aiջBCܢz۞WҫR\("Im+j5'F.:v:${ȧqp|Ŕ> k{rJ'(J[.P#gqmO'87Ӽ&gF_& Z6@P [~x*3`&:YܱH(ф1̕¼ౣT.VkwlBQrHZͳCfMip黍:>R1 5n#FG2;wbJY[=}.iBSU更\t%-uj&0A]BC8+L0A/aE(/J3oyuU6Yci O~7 q#ցm̆9Y" wnrvv/d:@n#s91;Uz>e4 J4u6\] eXcg%f(%Cq}d7v&C !foUw;9@ KCoCVP V1 A-+H:>'H@e LRM1uD8 uXD^)TIjTCVhu[rZ4G.:y'.r)o48B\[ߵ:?@\8;+ GZZjLE܄!%P/d8W-TN*G2N0<1a:U2i{p)Ĝ uhnfƊ@t5k= Q9S*DAQKe ['@THR4:)2;q\<(?U0a/lRr xIk(5,)kQ@ %&D4``v4tӣW'P~fXvT]0}?ArYP^pG^Ry2Cd!LQH[Q}yOwe;}oo2Q٤b--qPݷn Qos{*>`<cV H{ ӡѸ)l~X63dŜc "{QJR7)RmߘtD%M??& C:%1+F9[=\2Eт/WwH94_vQl_xF 1fF/r꩒48[f:Z[{ȋb= .nX=s0r;a3жKr]j~OtG$kU&!jo?s.Sks^% uTԠ|P}y}buD0jF(C"2 蒖fPdQG6rSjjfxR-ḟ`\;P/N;Ɣ|b͆ <_$esùʸ"[]x6v;|`8́EXP?xzHP4ĀG~5V2RSfzl0'I2!=!o\K5אzZ]Q!4G tWw`򭰋,Pi9%*r懲|9F>H!a%`ph- gN5/G%oaFݍey-fWjB1fg[3h?1|b,Ihkx@_p rף~e$gRu#:d]S4ލpeH#hrCX(눗@}T}Rq' Nuj ˍǜ[8NNʥ+:s|MĤN YƵ2R'f) g\5 ~ܭЄ3׊RQt}7`Wm=B=$!/ چ@\ۈGK1X !vI4](+$ݱHEXU2,Ft8|w|R#`}V6&Y@-=ت\x֢71I=zNݱ3cG> Bu<4iUZ {OT2NŜ9ГI;fs(@du[Yb }#P(#rrw{w}0|/#rFEI&apߙ%RfrYbdUj/KJEs%bF!í}Ub')|_$ sX۠58/F,:Am#b{VM 2 = 2 t1>6QWƨR #A0JusG<{ ՝Q3o]=EP*fͧ?>!#t-g!^Pl^WӁyfժFz7k-h<6r=m}My/q3L%~h=%i^TG-[#g]DQu#]jB+>JY8/';*_ ] fjcpU{ i_7}>(,UZ&36ԋ52g: *U[T-xA/ԒY-d* M&3K:A3D2r HZ0q!oSwۏZJ3DC֖P;n\p՝9?7UlRVef z!YǠ&D !΁iܴ+qI-ǂwD UpxUK}>^aY o^nTYЏYyK/7zk&NTF|>P}ަHn |0aeTe>K#~P]eP(JVC 1G@j-y\'Wf7r4r1(r5_Wavk3'^/X{94m3,~Jː[*#1uo866Jֲ>˴'? 9Bx6 <7fg4%>ɗ2Tր^WH#I[Baywy͕yPy@xka&{A]$x_&˾Z$ 8= 8s5D T}jԡy4(q Y*"9괏,`xaKbGU$֣;&rXE߄ڛ}$@?-пp9v-{$ZpF&OYj*S:΂RiI b9"T>MXwrUPwi_k\ɸOۅXƘ-OEİY\V^$ &OosUつc̽s{ BU#zAҷ:?!!o\zhD hE̴u0%H!býX-%gK=D=Db3ihz$5O2)\ʿlݹAʋ:}dA[ϭ,Տ 7Z0i}T D_;XIGo%hۣ d:|*ͽ.m.s-4Ts gCz6Bx2]r9|2ɠf妦,A%}ЕkkBJfE-!ܲDc8'ꍐa5G&4XHp3*p|s M'Wzǃ{LD¨b Ȳ}^%اet74PLklT I_h0@wSgIR 6}#~^\KfkZ +d 15b C#ɂhVj/,}$iT 5V@`;6w(@$oȣ;hh x6w\vb/"}h ״zlFKC޸ !:&J#[B1mEHP%f޻1ؗ Q10 : _OruD4׾_@JGZs>hyaWWaZ?}Ex&q`STg{K>oۇcWlimO# jx>V&N|բ)P#YF=!v6Ypз,qx?Wl؂(FPG((@V/ErC#E0!~LjҀ%]nRE;:ʠx Yh$wWGA9KM$<U,ӑk&K:QxAcY3 `Q?Ic/ځa]CϾ-ʉ2)uJު@OMu;TwCObIM f`rmR.ASdMt` ȅ9ՔCiõNyj_2:> +Xr|)p2zO8?M7"Y(^ƣ9t?+/\EL4 fiCuD{A:fWڬ+A? )sټ+ gPwi )Z*uuZKC^=qKCDV4RvnTlC]֧}q>Vڔ,Ick3?꿞 ,]^_a,s[{?1h]KPC e8CNCM&[^/*p\gJEՄ 'Nx"PBDRw4.D~PeOJFg_ ɣYa dPNWVAf=>i Ԟ%I:r,3F?HV]˶*5%QODpg9f~n#%(gM¨~rOo]+Z ѐWMu:9+ɗ5v/wH4uSF#—VRw} i;^ED<< .RXY/\x+Ԝ}<5hyPl 8ԛ 6MPX\*ȜBCiwa ~cixH ,λN%k,3։3d7r/#{LK Eݔ`0XE!/RVGv=c4VhxwEѠ.!?yN};3;Ůa&YH{uˍ|=ԁ<~@]~ R_>,>6PV! ȣp59D6 7ѥqGIiVmGRq.lwհą!r9PX7ၣ3d~Ykn=CZ",4E[5O&pBhYR$t }i%hŽfq -<Hsxi5yh4> ̒'yWHN+/, [wb;Aសe$cZzY^v8xz,JoO@H%Be HVGz?0{rPP iP >b f5'DsY/jX<^.Sb* 1d:m5嬉b4|v6Z 4X$^POEBfAhh(|Bg Dب7REG¡_vh|Ӽl";suhG4fYEY?c .pRO(|>feFQD@Vi84Tم=:nB=610pi{GE:Y3$N{QA?OhVԣ 1jH6J;a26<ϒd|r|p$?F$~+;=[CAoGOJ=xFLRC\oՍ}9g'+ crs%ꢱig=G^}l8澂D/x ?]0 bD0>3D}1aS^: p\hiJn%.dbayL0y@(5tݔ JA9E۩iWN0F`j9 -BcJ!qBZHze,-dQA؈Jbʇ~[όRCfbBHóz%hh'bĎM k'M[I4.U at9$h[fC LYa1 :h0LUpzu'oWʡM}ZAoaۋJ plE2y p)j?,v-|q }&? ymW>; >a9P3"YpG FmnBi5󒗵p.zhDO_+|W_Y./Uuyfy|d UeY-v5-Ėdb,b" U nJ2EͶXRB 6PNM=`1Q= O[b$QK3ux$5) wtNp\] ҂'3 +LM.2N}ijv,\^)! 8\OkkTS®UG<5J*8q c&N<)‹"i>G͐Þ݉Tmphº%lїHSA*|}}J6տ ơRxy=w-hD3᚜VK`|alRz0} TŢa#;#vȹjô%%/\mNnis>^S!!qw1-m՚Cy|o ߕ䂛RNvxĞw3%wCU<jsQqa;rVZh0\pf:&@H5S|rӒ;h$׳c^̮,[FmJV~WvYO+k✯M-Ǜ?Rڲv&V5E1ź0+?1yHm ξ=E `3*b%[2pa !8ir@XrWݡbLp^A'j(؃%xs@vg4BMrQz@HV횣36C̪b IMikM(DcƼ9lXn<4 i#u.Ou?c1QOInUVw$ֺW/)vʘ SsL{ѨNtvݫiŜjj ?ɂa5;)o#-A(_N/Vg["r4a6<Vy㒳уdq_#㘛,\T. 'x|Z4קoٻAF ׵7e:S*M' s{ϑ_9UKgO:*xUHZΖH>](2!i3pzifL:Քc|cb]Ćy$h0)AyϨ4+*vx*0;fx4_YvшpesbI?~XQG JH 7LV } (E%M8LgN+~V,n[tucP2q@li:Uhn:\źwRڷ,.~+o ԝ1Gn'Ww Q1$Ԡ=6_?|.\M庺*5ß>y$z2Ud jg̵I=ܹb^,ͬ$YLahr;Y b$TىVg3]^W=WR_ʗ6+] 4?KEʮQPУI9Y!X1("z8cDINM4h Q̀5;\']EbD@O' tE A:P;7:\,bLjbcR3C/)T)@zt|ɷǡI:]rܔc lV\9]lp=UY+K]nӇ楇aGMOӱknv?uί=4Ra)Y6W= 7&']DUx5=7h(enImBYpȈtNAR*@1’ef41mnF*vP_b.{$)g![E,!`N_{y"J1+W:qҟYP௫ퟎLVn{&ϞgȲS yPUQJ@H]2@33u '݋)مu:hWz tPEpm*z_L+ǖv:Z?ttiDN@Yiw㙏y;4$YC du$AK%sk̦ ZCtU3B6^T@_)tcv3VFɢ3ҟD}-֫z (&i˹R<eEQ;jXNAZ+±sWjLIn`i!1O.2?2δMELRe뵒TA_S ;TLc I%Q Ď@{בZ{J-yhLb' =~EW梹P'ӒI[Fv7%PKCX0jM/4f䶺%M~Ζ{04%t؟t{d*Hw1}Fjwa!4zSų;ZpWmrണKaYty;[t` yc4!lcnn3~y[Oe9vG301a 'd\o컀(2T`e0PIJWw(FIla8H_ 1>[]9я%|:h7?3BB Mb7jnV.ⱐF%fR9j~-҉ޙMRp˕ȆV] ~PZRH΁>k\)!:R.?T 2R' -@*+i}Wop>g<>Yg`ɾ7aؿ!S9^a%&)ٵÙv֫=X=0akduN+y2 &u 92R\zЗNѫ>)^ #npxZ/`<Ϸߴ.}?ߜ:1޳*Tv%,<&9) Z^#P XaaoC%[S nmFr6TP_̐"R&sQ_y;g CH½qܮӭ0e߬d!SoqyR4g#eVl(O=P`I-:kOuՎmVA Ԃ`UVv_SA0fr~j1^sGF#tcZ99LП^Zژ}x:S%-P#ͺf~7 DTA^~ؑ<](rTwQ ӲlSpdUJ!kZpҘo%Ks'loː k1 ,Gc0U2 \ylb36cEs!w ea6bZc˻蹷A?Jbɱ{ŀ":v>%L0ƶ'лɒӉj=wUHµqS3}8s$]jSj)*m u {p_9s8-`=мqvxrř~b]}(//U(4m\oRW_ehGemrtXӲDA@UNHM\S2Щ48S̅OyGLo[a$.@}E'Yy1h S+N%2\=w7Z"iZ KXq*-?I0)ӌQb*5E2saE"XBV_pa; nk Pzp=#F`2(Fh0aajЯzRa0/<*M!dMEuE6tM4Hmܴ,k &E @ EM%JJ`2kEj "nr/͵c:s?yv1}Fm$oHWQkǽXuϜ&LEüe s";kt@2ڍjZl]EܠJ c=K4ח{L/^mX & zܒnxOˀdz+2Z $#} K\Suw ;-r~OJϜڕ".kJARۢ/^D!x%|rYTUpZT8Ȁ Wg8&w4|kޑʱnKQ~њW<~.Fcp|E{dכv<\qd٭%l-`^nم ]c1LozZ'Xeʑ%آ!zC^Zg1I[B@쁚\~fh|?mSGdfusKz 9TK:`>F!r[u*$* ♌U@Z0S`X T-yqӸ=sur`=D U.ѯW75$o,&H7-vX"˽=46s?^#c?L`e=X^!+jNʂTd6&:JؔH[w`d-ud|P,  BCqB$G4;ys!ǰY~>i'\א6,@2Noÿқ'?ŨjCb>YÜ^<0]:o{$@[KQ۫$[l a7pTU4[)l?r/*-?48m(f7%3\- >"C@˙v+,;v,yQ"(eI0l'B . 4͂G)Kjj1LReCK3ŭ~$:ddX=O:dZ[W=,Q( ZNub9x_v)@H ѽsS)Ը 6t Y~p7;P*&|dYi`$T,bU;O J4ͩWY3x)JOVcG(ᡋ"PO ݷDZ>64^odzc#)M=Mj`1!aI1E'sn0)VmD꾤O30kEnj N*  yZ0K5fYb']G2t(@sjo70l`L+58=R1 qQNWW2C@EXwR`ImVb NT6Pۖ@ h[ 0-#M`:`W$R4ExR("Sk6y]Z,DZ!~uB DIH"П;& k 4u~^'23=1]ʖ<^[-xRFdCZ 7^X)sQV`? ZkdpnLu~"6I+O_+*1÷-u3| B<]YHL~x b{M6X}u^*!_PO E1a yaF<b3@%%OEobA:Z}[LGFWY%tPYi@Ӷ2| 7׌l@sv٬|qP/9*d |AKJ1ljd^)$e`lPXp5QѥjORsM%A/`Op⫆JD_:.lKnکCxiÉ?jhopۢ5=kZ.lSZJToGtXanEPgܬk? `م G*#I&&W/,^q5EJpQln),k|RZӻ% ,8e]bVXf|CpRwsQi O;sOŽ12E!XRc"XB@1|µ]4ąc(9TGYtL>:+I| ]KWNޟ9tEX]6X 6-!.f<07sM!᜽o[#_4SpQkƯvħE9dp 1P(4t&dN*c9F+^%j ɬˆ+YZ2HQwRmі^ņpӔWWq22Ju29*x\/cP؃x|]U&6T 4JJm"U7:d( =9FvK5^7H1WjNk,y?7 u9A ;h.#.%rצcu<lֈ0┪>L[rhM>[l'3lPO[5/<Dzٽ{HkN R2k74Fu[5! $mp.b@`CZc|q^78~ kTņd@=I")!ga|H}ĸ:n)#n7:F Pp1eRx[k[#R#$՗܂rP BQPnvGœ8'Lsu׌Qn> ^w2m=f;tUv.SQtA̅*`2l⅄. ql3UQKߛ;-r8QC*G?dgh /!yVO|@ۦ2 V@2+T؈L|q64J&YeZB|#[&*&sӾۄ˯rGןj/E&Ptyn}6(,UEGթ<#hl3P̘D5Ϳ;DJ_ݹ<7WEyUOh =&޻ܵ _ Vks6mBl55E-Ņ7W/0lBx#74j &: yMB!UQ?бB쾸K&K_(^s竜DŹr:sa;ak?Ԫu~s>F{mQfGNx$Agi>y$]n_iA;i~˨%.z 4D:q*ܜ,~dd/XknҔUvu 7?-5-1OpR|}5L+b a2>P{JMk7hLK%%#8_ =v`ә3M`F:*WT1v =?3|uP΂͹l$]Msr(^)j!Ӎ3䋓ŴɆgU/cPDxTgt/Pͳx4-W>g TXȥĦmňxO@ g?9o8;)qg#\`884JX$b ooȉZD=ג|J  dzBLȒ^'f ғ/[ZT“X.Μ91 Rk9Yf[3AbiSgh ]#|S [r3tZ#󑅔yo,̀q_Qu|- ?0g- (W [\JyAՔĒdXO? etϭQ!'1G@33CBq䊔4^&'k6! "< 'b魟q6sj^}rܤQĬaBۋYOFzNٓAgwinz7Ƴ}KOp>&iN"8/%¦̯@i=W) ַt][2RG.IGkIԮC2r bHeەo}#/S\xnj©#IgO.7 ^* -H?~ΌI%{iMtFAP6t|stn 9b{zAvjOa SChs1;U_+ ;>nMCHe}t&&89&|`{UVCqkkj jGG[i X3>M1f$nPYwK]6C_Q6kyXWTM(B{wû1[_'FD45"Ϧθ w. )U03 pD<9R*/sXXbZHF 1)]Ll71d6WC8n[ O$ߚhA2B gz.੼`9G/c? K"Mc'ؔ~р K^sUp+m*f/WV4-ق+"kE-ƬDپ\܇JrP>DXiA&]؁C7;z+ؼ}Zj. oNI*m[FɌNΖVj`APon5-$g:\2c0[ȣL5l"\X2qJ* V L$N1 E0Y>["EI2|j:(FIXk_jYo UJif&3*[q?PIP`|0 /T:K_gtr[ cRlnkZ9b)y槗Rah~]r\0uuֱ^Z)TItH#kU-3AR{҇r}䬲wppmMmcvWNSgP21*Pvqp59ec"{EsNO8bj]OoP$j|*+3WJh/\0* G͔L!sJJ`;-mR5>8UEV L=lgaoCbe/omz<;| RrޘΎ2ķ~9NF`oAE~$#c1&=WD'^ڼ>{Rucj4srk|+l;.*4bNj}ć)sfR=oq6,8$s6{]_"A H{von4L7w[&v8=wM+M_0[\= 4_O!.~o7ybJhor7ؕE^5 ;D}v[[4l Sk6e5U A?! 2ZͶ{ѭRvr5hZ`<(%(9]%5u?db>InO z?yg Bwߛ$oRp{8hUiamptp}msԲ.Y U0_ ӑ=S3U>/r$U) @&sמ EKɃ ̱שgBS'tYq-RzGB C'ƿ yWlehMkr wm Gj)p|<ߒegJH+MJQ(=n Ĕ~ϒ4^jSD(옮CFX1nUke%)mD6,%'eIVa]P>Nz|؋)!1-%' \ +ZaCl;OSy >~lĶ0MWjYT>0kXS7! [ޠόAaAg_6B.S'DJ3\Q}g,@[6n9z;wUr=eevjط$EC+f*9w7П ! x^: \۩'6j4!C pZAHB)5?I;8mlJ,ب KtWs| pq;r~ קҬ> ֖k1D-[ye{7 !':J'x)ZY\q| 7T3m|'6H~cN4&xģ5ʍϙؗK>H;:nErע%{N|)S2&Y-էöR?U|(:4[q*$sulqY(x(Bx$'>ȷYЊI K!7c&x=('A2͜DɵgQM`bf_ZJ36jH|ACVP쒏zi83cj\/t??!U> :Ɲ,ݑ=ݘwQjI/ dο/>~&zѦLI%ӑ+ә8$7!ׄ}uT~AMcI  @2㸕4|t޳Brz]'foSsEl8j+c Ÿ^EK,Q,#V_@j(淏-Ud4LkLGӨCk %3aՌوr#哟"68s>-I!&Y{Rx[9B jN,Q;n?pBL57Q$bz;m=Ǿ2 k/4$><}a%Mqx d`oJA$hC]5d.ڦXD6c~v MmSwk>s2p@Ԛx+a]T!tpc%>v{MR #[gҌp8K]uimt m4|3˓ QY/˒$d,Nw6?Ս Tc,$+]S!70uAR_۫?dWDHw,fv' p7sE(_R:`"G":7r? # ڿH%0|jH35 Y0A'$̜Zskȏ^ItPyo +\ ( H{G(#YX@wB#]ºq aY$Zs 6W ~%/[hXNi]H#dlҒ\;2sde֧dP3k'ʑ)yDvm2WMv|zcPKFmc_E `=SGg`ǎ uWRF@ I*ć^t%bi::XSNd)f+]  *?a{jTwTMN%HfNfUQzœ[]KdhI6SUn2z۹[.FV{ˍm},׹o&_ &]iUpDŽqtPjn9ɷacwڡpv|'-]]رS1QǦԊ,{k1b9Yf1 Rnpw׿2W}lP&w)Q]}!`.tt{# ԖA\BuB21ZF/5y^Eӿ%2DBMß=px}kG4|j51\ Qi=oĀIFv$#H)Rp"sA@Μ_n6Ō?gV! G6p# a- Ļ 915, p-nMewYdXaoGe`f~Ԥ;#}EvW}nߴfRxXUjgQ"lٸT>kAUIc4Kn O;Orڎ{sۉ}JAS M{)u!s;#wEg'צRXo]F ?ul]#G,ݲ"Wg; :ڗ/_9y*d:`VP5&}R#Alz#vTj`6bMx{-dAγ LrD+cOt>D!Uu(E:[5~ye1,o1nRK7).~qr05"A $3llEh4BgƂ&8?-XpQI.v/%{ ->i `jHˊ `21 s/cN4.cycS(s Lkpa2#ˢF 0 %a${[Ϟ $]gS樞byy}4ɣGe0__ NF M,B] E8O3M;d= 9y:#v0&+1' r`O.zۇ֭[: ̾LTQAYA\ֶ}펫tfJ s2rP!1X3&7 r[!| M/d_ϵǷ?eRsK;2qOk KfS}WK) 1:sC7?O~E7d>hʨŰbzrar`o|ʋJ ux1<_H.Ь*4Ѝ&BtR.!5Ws`1ɤjd#'CNI|8Uزֆ`vHHT9uSYrqzG(t,q\.O{lؚFɮ0!w4y#.{ j񅾑Z1AJNOLʟ#;Qb4t"OJ.8yn:{+{qn`oN5ۄRY0-ñ\\VЃ:<+T Dyౝ#K?i](kQ~J%\$2ԃ:ɔ]]\~<-:k慘znQv ݧ8EM]{j̚쁠Wx B|ඪ¶ is#fKTw | Gqņ q#+ᔧVz]`wm27`[:qy!P- [qdU0ـBmCN Xs(NL|:Tlam ֈW|Jf 4fXTGlKyG h19  rR[r^ِ5R&A򍜫ޟ9&} jr]1zD/yưTV)^' PIvKK(ƞr^1Q2rمz@.}X{\Peq7"F?\¦}Nnk<D}!Z̕'-CJv\[׉_i]y^M9>{>(e%#mV <_.m$L8Z!Ԍm+F1|Ǟfqp`R\-^um2FcJ"&QLDFy!{E[#t5gK0g~+(Mv_*jz,Tuy_?ۤ{Wn#K AMe(Q$F-.z!ogni)}Q`&7ZsԤk쒎5Ϛ C֦HgQ)|D5TdQiٿl4p?PV?I:7A2\lR_`K;> Jsm'dމw@Ko/C:ݾ-C!~yRY@fx1k죲v1As-1K@#y#$ʣa$<,DE3dF >h%_,jH08f\ciҰe1IKIΔp_}1vPgjoiKǓvxjw+ݖHx6nBQCn)au*tE,f O~v\88/1 \V5eI6I^c}?cc"0,6ݎǟ"H9G5@5Jlתw*{B{={\aaB)R-VnKy 'BP6`Wគkg] |\-uOa')őj%.J~:BU9D2Ol>5i3Iku d;C$ Ԣo#^H-hO<8~1/TG{J"Tb>(J&{A-%+im})ʰ/RQrGЕ;M=a -xaJJB}RZ蜕JTD ȎWGN][՜!*(]uzX=+m$=HETAp:WWmi}b{7Wo %C!woǭd\_ W![F;uW]ҳU,d584v5A3F'4;K 2(̔VDn=yHv^ N2oΚPunL\9JM9qK?>2 >B)״O=}(TN.@(mL~voJN/5Q\ Fd2eufU* xLDxLܤeBgcQLFpI2{_Dc \uw'@13CdJ __Œ4 q蜬E9G]z:s_iX;hDlct+n_{kym з8mq*]i>C/vN @zHRN_H膘G&ڋpU#m{/ r}m'yB|Aݴ C*_4Q|k0A10+pgbrUCE83 ^[!?gסų \1 }QҦ2"nrޔ]xX} e$RxH/~^q 4\[n Drطs/̵̩sX/ /g@U 8O}!dUܸ?vC.>Llg_1 b{*ʤf ̊fĪnՓqs4LP`< /[`mGMh]4IƟ `׺}:irzC.-o}lQ9Ak6}>N 9Q:}[WF}i&^cg$G%j0s* ^Z? k6bd|?O F娻QnZ^Q 3oW^u-gI}4B9͊ss@Bv1љ0FQߞ"N )KmsDB֙C9wO{yӵݭOd4$YV"d'7ϻP 9gԋguRNڷ.\JzP'{t0)]3!µEPE?}3|/eQBOSǪ#su/I3ɢDq !˘W()tLr#PR-&[;4]펪RUHцgfsﱜ5 \58yȏRn Qi4`r//]HQCY)Di];QzV7}N#g'4m\~wJ'/kiaAƱwt0or=jqJE?I3P%bp cֆdlPL#br1ўK_R=G2 }«n*Z*w2c 1׮й @-3B[x脧~q0]Z,VNS >lҺ/=;pV ?$9``#=up:@fkWL \6T+Q9Zp6u(G *\I !gh4"vVڃ h5MconROC^@hW$ fD`8AR+,m7a263wSC]Z%jM xsC ^m>^: ud<ŚNRS6"uYk+Q3y։k^ fdž#cT_G౱uUu'FF#yG3mW%FZHx,Q7PWwUQ!eUgKNگ(Gr,8dx,iT4b].g^WE' L wr6lF= x-i|ԐdC4{znG{N1rXA1S[ BƯ 5s]*ѱ t o[J&)!NEE&QܐH}a $?d?Z5*Hߒs ;z6DUm|r Yh0y`&]= } I:K xfmfDٸ^m#Syf ֦.L<[ȥr#ޠ^ݼ}ӷ_AȃK%D~k+Ze[C,­]̅  D8 [DskLpHQXS;jk];I*Eqd qP" s0BCǠq:"'%mDnX X*}謗/ix -Owtn6IX5h}К0}mj"[28*t5.<!* YZ