open-vm-tools-13.0.0-150600.3.15.1<>,hh^ p9|L7%- Lm]/n n 'MsГJEdYC>hC҆Ϩ;AdJF:w}1YLmCVd5lvJiK0u:h*N>@"TrQc؛Eah9 #Xs FsgD6&^tR]$t!CBM^e^űYKr)"OY(9+(C,MxdE;půBl>R,?,d % @HLX\u & u}} } }  } 9} :p}}AFAt}ChD2E2JW2(J8Jx9Lx:Ux=>?@BFG0}H$}I}XYZ [$\,}] }^ 5#bcd,e1f4l6uL}v@#w$}x&}y(z,,(,,,4,8,<,W,\,d,,,,,Copen-vm-tools13.0.0150600.3.15.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 guesth^ h02-armsrv3+OSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/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*2O'q>Q2M"@'2K  HH `*H` p Yg9  oT- 1 5K 4 6 U D< AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤Ah^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^ h^h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^h^Wl,`Ԝh^h^h^h^h^ h^ h^h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^h^h^ hS~hS~hS~h^h^ hS~h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^becfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1c4d39f3d753f5ccc098f713f1949f72bbb27fa866bc3b065f14853f627cf10812d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0af5bae6ed7e346b29d02f953fad1c3e0b5ac79d0396b06325c9d5a314c51b0a288360107d391fc21f5bd57cbeeda53d337a23b99c93284c0de4792f9966744a8a8967361be9fed4f4cee5ce5262875c7083a1d3c9ccdd2244fe3701d0453705d31908c7aa70b4beccd7c648032319b5324e36d262336a5f26f74dee4a8fe039c615c77943317baf5c83cdb6d2c60c9e0819a26a24babd16860d6f4c653ca81e4f450fa8f26a6583a15f60dc36ad2ccefdca399cc739acc63934a0daed55b0d578fee916ddc5d3780ed780c1473efdf7e892d7270fe39f4da6e71eea288d74d8f57c821025e74327d66f931fce250361d274cff53acdbe39924adb36ff9e32235a9c979705829fafbac811622f79810e712458d59389f8eba1457269d10e3f272308cfd585ad8374e550e101990bec5e51cd8591ec769030d29f728d40a249a5ce84754ffd05e0bd865bc4b80945cc09b1ef8101480a316d20fe24fd1553ac8b35764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a7580a1a924f9993ca29b05d892f631f9e010a90611e143df1f6f12ab09ae865e6bcfc4dcbacf523d5a32c7a1690ac956af3e981da244e7c389f3ee261d75ffb3135b238e9fc07a646fed428aa34ae27f420fc29a45240343f723eb74f4e4c720e228e2f214d68bbcc1cf9f0bf73a1f6ebbade49b419881770483a34d13db4eb994cc1a546e1771e268e9063b4ff37c4f87c98517ac7457e4a12cfc8dd8c7687135947a03d1dec91c90b675630d001f4e3fd9b792a5ee3e3df1a92791317ca06a7ed123da8187c52cdd86153baf23f5ec9ff604038a66db9ac396e1b74164b8ef2bcbd634bde5c292844226172fd48862cce0e30c99126ae4fcf8774cf6e8cabb7593f49e3f95a1e32eced6fba0473e614f00a10d99c854d93e4e673482de5b433c291bba6305d2353a497510abf643325cff9fc2fd975605861aaf50fd8ca219b115875ee7428fd6ade489713ea34f1951b483ed32bcd4359a2566c2c52a0b48baac03719ffed60b1d0a72c232e178d14ff4c28c3833ae12b9a26098b5adabfd98b2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a3264f3036ea79cb4688c100889f7e6619666e0451908b99e1220b67ac87ee12becb157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.0-150600.3.15.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(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich13.0.0-150600.3.15.113.0.0-150600.3.15.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3hUM@h#4@h@gg=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.comopensuse_buildservice@ojkastl.dehsk17@mail.dekallan@suse.comkallan@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- Update to open-vm-tools 13.0.0 based on build 24696409. (boo#1245169): There are no new features in the open-vm-tools 13.0.0 release. This is primarily a maintenance release that addresses a few issues, including: - The vm-support script has been updated to collect the open-vm-tools log files from the Linux guest and information from the systemd journal. - Github pull requests has been integrated and issues fixed. 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-13.0.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/ReleaseNotes.md The granular changes that have gone into the 13.0.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/open-vm-tools/ChangeLog - Add patch: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch Currently the "telinit 6" command is used to reboot a Linux VM following Guest OS Customization. As the classic Linux init system, SysVinit, is deprecated in favor of a newer init system, systemd, the telinit command may not be available on the base Linux OS. This change adds support to Guest OS Customization for the systemd init system. If the modern init system, systemd, is available, then a "systemctl reboot" command will be used to trigger reboot. Otherwise, the "telinit 6" command will be used assuming the traditional init system, SysVinit, is still available. - Drop patch now contained in 13.0.0: open-vm-tools-12.5.0-gcc15.patch - Ran /usr/lib/obs/service/source_validators/helpers/fix_changelog to fix changes file where source validator was failing.- update to 12.5.2 (bsc#1243106): https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/open-vm-tools/ChangeLog This release resolves CVE-2025-22247. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0007 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25683- Add open-vm-tools-12.5.0-gcc15.patch from upstream to fix gcc15 compile time error (boo#1241938)- (bsc#1237147): Newer version of containerd do not have the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/api. Update detect-suse-location.patch to point to the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api to find the needed files and update the tasks.proto file to import from github.com/containerd/containerd/vendor/github.com/containerd/containerd/api- (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-deploypkgh02-armsrv3 1751033357  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.0-150600.3.15.113.0.0-150600.3.15.113.0.0-150600.3.15.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:39461/SUSE_SLE-15-SP6_Update/9a64a1e6e1c6776db3add4d1145a66a1-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=311e163ce266f096f9faa02e688ec9333791e808, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=54f3e5fc75ac625468063b058afc0ddf2b3fbb5c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3332c490de11808a9e042847911fad746ef10af9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=12a2fc98a415e76128e125bbd147e9994b42d239, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=0906a60f8d99bf27d4b7e469324c3d586d85887f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=ae7a65b2c8a90d0b5dae90e0cae06af9200ab5ea, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=5e718740e5a1aaa8f8a97150c5ab64ef50ac21c1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=9353f339d89aa6d24965de8f1fb66b666b587b05, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=9d7e5b164bb05dee55822ca84060ab414d4ce43a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3377124a3affb961c3a723c5423c380100cec27b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3643f7fd12ce9d9ac8cd4d65ab055631200d021a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=91c0720dc1b2feea3818040c12c7d0fa4c7bb38f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c196f77c009b2af02f0f98325ac2480162739a91, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a56d1a2113a9eb612ea096260b9173fa3722aa67, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e7d770163849e60d299b6eaa77c670006f08ecc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ce24fa96cd9c33eaa790b02a858d18ad1fff65e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4950ff11837bcfaac71eb1fb2e9f511e556c0a6c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27a7a7f2fe63c5ce8a891fb9618e895455af388b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f275bb3d5c7ae88d819a7b7ab6d7f7ae80bee26, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd05e4217d79141d2d5f69fa32b30201c5738802, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f8c9f1c5594025cf81c626dee0a126f109e3c98, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c5f0af4475e5f23bbc82ee65ab8228fda05253d4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=100a4d31fc0c22228e69a3cb8fa5995138a8fb35, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=78140a15cb7209b6d8ab87f387d6bccf0c8737b7, strippedUTF-8 Unicode textemptyASCII text, with very long linesUTF-8 Unicode text, with very long lines$/7>FMR\cjpqy       RRRRRRRRRRR R RR R&R%R'RR)R$RRR RRRRRR RR RR"R RRRRR R R R"R RRRRRRR R!R"RR RRR RR"R RRRR RRR"RR RRRR R"R RRRRR R RRRR R RR"R RRRRRR R!RR RRRR R!RR RRRR RR RRPRR RR"RR RP RRRR RR!R"RR RRPRR R"R RRRPRR R"R RRPRR RR R"RR RPRR R"R RRRPRRRR R"R RRRPRR R"R RRRPRR R"R RRP RR R R"R RRRRP RR R"R RRRP RR RRR"R RRRBW1#;uI systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8cd492a377786bf8d9a7d022de45c4bad36050acd7245909cbbd8f1325f25c1cc?7zXZ !t/]"k%IN'UN#i mRYq.)wA{X1o+*pWoX ~8a Dp&ț Iĥ 3 &PI-VxLh;*9ɀڻɄ7'9'eWWmmtx{SGw;1,+"5?pqOE͘烫bDCZg-"srLSzy壘%U)#'Fh[%\G`UG[UU`qz ;֫ U0: piqy^ 7Cs,_vӌTeuA `Uc1RZX(pФ[GSw]q|=bțI\/[@CrOuz&TpLˠs11q㬄%f{&1q1R_,|.Am LtrDuZ4 E'3C57yH*72-˝52CkQ)e~N_OǺQQ龢 Yiq*8ҊP﷊ X&v!zBq ٣P\ved֢NnF5iy:^8d_"Ӽw>a`jr9[3hV<_?y=y\u6hPI>[:N[/i68!#+rK+JR}ԢR;5WM7~K?(*eԒ A/M9sbze*ߤK" lrEM/?NI(KbN$ /;tlQd 7 e xn*$|SW+}T\'_bVڛq4֦! R3FLr:1'z;k;X􌯣~ƼNegm`HdW)$m[F Dq'@ȆbtDt;!FjMEӘ\8YiY} D> q6rF[I!VBaT7 ǧ_g@kxuǨÎ/{1ϕM|94qjJ>}oP͠Nu}#Bf6 p8JkTTm7"TfdKBh&ǩ){{p 8pa+%Ztt1g[R> 7u/; `>{2_ѡ :]sy .m߅JC1.L,#g> koRf3ٜuVVX̑j?pri7$tFRB/à;^C=6] (3Rs9oU#ٜc7ig cTZlQlhL>i _jtL+wx1.\W' 'mYVn稉QCZ5m@d=0I9DVzwX(4dpdW\&RQIpmP3sխZpǯǸ ]vM8vٴ@IWƘ'l0E/.&v%u3!b".I4R#{Zxր7?E5nV*A8ery}qoA hPe>0l7.o7>vtW%tOYD:k=T cgNݨG/e Jsc,G3V'wIB E0Ԭ^ < /^JlJ2[EdK%[w)~sx5?V2eY(8:{ĨKaJxj!X~rqMoЌ-#_s A_*PP]s=~ɀ8R#!,;/X.oIL;C\CM&9wsf"j?V(ܚuR!\l:XG??IaL?h#&Mr6wNQׇڰަ'0b-ɤNѰ 452,52f5C^>G('NS%K%I*eܔ@k]0)t~i^@+^(] r@XBb4Z`U* jMS}W\A LW !H`ұaJXhc #V6.F$~{c.oBGO.1k+j~Q'Y.*&Ímfy)zNԼNv6wyjI[>] LHy!+f& W"p.r"`P!ҤJ#WuKn?l*T;[zR֜raU>&0ņm2Ac]`v u2at/ܤi/=@Ƶ5jNbng,WKlO9;a{WMɑbGc *Wi;pVo"\ 0[\?pXx1\WH60轧=oO]ȈEhsX)~fChb`γZUv "W?dZ8(c#F|5.tusv(_j bgUwƳ.y3C6)n,pBOXvQ6MMSO?1e^KYLw3AA\-j/ M!p2q㬉olYˡ}1@M.Yvk}Hz}&sikU 5-mA\+MKObٺL}r IW|pX|OLDCP~iÄ_fC`N0Wto@鈠.w9`M !%PQŸ>nzgC)A=V+'+bX"ix Z$L]le+5!/wvww+๓1KLX P{oEv@ݠ~T'(H<*q$$2D;8m?)2l !%4:G}t{D[Kj Ş\Z#Y3t#`c~.DwgG%Ghc@lNP|hnzy-q;]qji!@e4CJ~2!3%%j쒾WvD6dOKh [~!9# :;O'HR:ELh҄c>= qݻMlpmZkrsmѱe發&`櫍kV)rꢺA8;W?ufC7il^R"E+&O^'>B)/V ex, P^1 Ӆؠɫ},cvBJevY+_NP ,dч &(ȕNCc%<|:˽g i=vY329B ɾ73i88Ԟ_ݫtc^tl4}ʗoYj`5>I)K Xo7{QQ,L}P1rh@liPiu\fI֕~7:lBn:={Ig)+ #d 'o@p%*:N H04(TnQ}h qrU/$&>ዐҿyEq,ަ?}{IA(-;9Syi^L'jBEi5 *Gzq6N@cˆ*^M)C('L(IJqfmkF HJG? v`dȩ";GmU YkTWzVMp(9 t]:j܉- )?H}7-ڀXѨa݇M 6qQ `gjZ蒓ܩk!NRz~c~eCx-3geo~+(YT X죣PƵ*mz@dwpnR;@CuLJ]r%HmdrFS!ޟF ~'Wq/󽘉 &sܰ5)~pWɗPc4/AsFrBᾞY\]C,G ?fzE72(e{;r޶xb9h! qT $絒؉PUl nFT $&кQsw;kt~9[F*yHKH!)b;inGߣSi1f` U9| ?"REr$^.W0wFm#;dS} x6?N$euq,ݝAj09]ќj5MjdwmN|ms8~48e&q&AS1D3/&#td89_% hS{H]誚ҳl[1N/Μnhoڀ=ͳ4nݳY2۴#ʜZMwcKj[#`MjBSl*EVUH8ohԉd;Pv{q7jZQT{Ogpb4/Rra"oqTIp4!Aw~)[jjօ;{kg#l45^gwhu}{cQcPRxfsޞA&>5Jz FudD~E(4>~ p4˖\$AH=TBz%2U0:LH :p?ݜkuFxYɵ9da15'-zP2\i9z97aKFv5[ f^pr,N u\̷BR>>!>;ߚ4N4fc!^2H»@YsiF YN)qd,Wi *%8.G9j&:PN*ڛ01A-FFp$y /K,[^ب*)(KzVN\HK6bR2e$$B1!c^^j*91pf'sX~Mlche?L:UI}ub{,-Xnk?5y["kc>{+Gk)0 [|%m =˭O<,|c堫CwTK j'Fov Shk%ٙ=vl4E-eeh<s'-(&E@a*iZ|'v- D`V穀WA.dX1֙PF9?)jr,ѫN!l }~' "05UMN3us A1 )+^ʿ]{ &B 9y*R'(3OM5g!86(s3:܈ۥ5 TW.Aɂ{idnu@B! )bR~,llLbVU$TLT1E8G{j>6ٍ DL[4UYcLl4oppD.O@ϗZ|gjW7yOJS6M#Uf3\ZˡIhUeLKЦƞvZ"8ZX[E}  z̆~'TQ-9cߧx^'¥{sOE]E@%m28G>Q|VggnQwZ|v V$~쬉.Nyk }UFE,s|YLyQ*m&kxx `SFTgnf̍+ 86TD:ԾY C9rc5"|e?jB?D!O)kM'7}oU-i)&s)0"}4Th_SZ`̹AfqrQa:zE4 )2~N!HҍB)IpC%I9k|o/Ȳ4 :k[Њ)W}oV@:& /b`|ZgU.5w#b>儣;G1.L͠DVx;8 P8]TCa-1ΐ0/pIc)2P$jgS~%Jԓ9@MZ&Xc -d y 5JG*)k;w( $H$0bzVۘNsrK}s4$ei6]]aI 6oõ }pBT~?]ւqɤތ{ Bnλ/C?a:W (1a_12M)g417[` sҡ;8aXon"RR^O*B·Z3_W=ۨ**1t"1X_m26~wy-{(a<բS!1$W{zk@M u8W& lc#tx` ?@cUo5em!M31q+c+YxDgT^r|;^|E4k N!0\^RK.5ՔD5WjIhG\p$iYFʡV_<垪VłXٶwL/Uj(a`LX@n gaW Wu927 |s&b/UD~-?T=jj|6BҢU- ~U xu|џ71d` {Qú?- n>IxA(b2Sw a+W k_Jk޻U-يʹeZ}U4q> KIܳ~ %0=-LgoIq J&<ўǫAg :TAfWڸ(.[D {!2PmL> /G,^" xhk ^W:BI5Ŗĝ}1 {~|Ͼt$+RVލGΜ&1o*d[]ͶudVQq(82DH]W\N-;+Qy\ Jun8@KQG-H zH^Q%Gx8?U5z0?q]^YF>R2weC)6Ax~JI ;%Lr.}@ >E9&}ZUM#&@WȰuT&FHnqI ,oytUSTOj` *swi61:Vhy Ɂ)-ns&L9~{O k1RhOd7lI޸ JDZű6ȟK^<צ.Ю-+2\u(;!L',~ 'UāOA]6qC0OZhh^HkNܥ ~N8odK oXQ5nH.FoZ A6y(M$Ȃfr(RUqYN̢BA Og Buj5)^%(+~cF詝 ICE>ú@V2UH(2AZJ(GN*BY8d+dQ,! !-20$~)^|]yv%4Fn!ذTЇ]  O,4 Weַgi(HrY%!Re78'E ;9uMRxPm  ${ #x m@t0(s3h_{6Wd/9-v+_K::g ]MdN5pJwyl,R;3sLc L.ݩ~+~JU~erxEQ q@LmKpڦ3Hb* [Z|eW[7H}\%E,]9Iw,CyFid5̱mјֻEJjr!*e\zp#Y Tz3/` #fmy4+plXaB@A}D6d n qX6k Iw=l*+9#MއXL/'Rf]N/C?'|}Ħy`3ܾ% a,1*c9nsTH gP6\$C桋^V1bY/,7:; 1:{A"Ѥ՝2ok kyVmP˻[t7Z>RTu/Y[<5keu\k[}6#/jnS.YZUUI [If16ĵ{`SgtA lhŏtˮ$UQ e +@{ʣYZzO$C ~Bcx&|.~K[vHSuC,{"TKe`LOsl'baV5'7!Ie%*Kq \.Zf5? )Edu{fh?ɡ'x3aw{Jٽ'\p1h7NG+:#+} ʲ/'3ڊ7ꁽApQv^* m㖭x`VB)_f#Uy-yYHr-hi{"{Y t$k|0 PBY<6C? ݏM3;'C8:Rl J&<+-|YVndBG 7kdNW W][ڷl-xQuASHܞe#$i>W0 }qhEvH J`V'4 ZWE^>jXC֟S<"l} 4.Y֜rIY| ~ y4_ 5˨(!y_`ԅ^TZn?EPTz/ĤoW7q$> Bc2y,'ȝ%ڛy>߆nq1\KD\nl$#Qq|eJ0a?$ = [ґ^ Fѥ. G\7ըWX}vY!"ԯcyDjD&%ވVMxAAd=XK,x?t4R%`c2)/Q"Z2HMV],~UQ$؝$.x~@J<^Pӕn.\쬌V!azuu1h^Iz%\ߊuD ;uq$}ј1uDT'1㮿/PzZ f]j(7t8j|ج-.=!hD,21 CxP%qs]P'KX,بF+G 3\B3th'O^ڍZf{PL$7t}jXx(ҕ{jDv7]Xd #ʑAKR}L'8iNlǹ!bBnjDU%ɜLssGxEF-/n(39Џ%4ƞҺ[,my~z΃JΤ(6ry#TwCsɌ} skYy!EA 1%*0VDabmQFsnx*!yWZn`mAg@o1p'ӀsC6@i-X\yϏn<`T* f7$>+8B屺^ H1D[W$؞l 7L-k7Q!]KkA7J6l$:sŕ <[x╹<}4g`e?GϽӳb/Hs-e?炰Uc"5)͞THViӭ-l%/q*VFPvX ut[قhqhYB}I3?Oi9k5CX:%+JZp]_ʾufZ2'F^3,sn.k@?6M)bbK栨\8d';"qT_ Nd89[>) bԳSs8( ݉>t~}2ϛ&Nꊘ,9 NoC6ŐӣH |]&Ob{Wr&[2IYC"V_o;@y[W讻K6m't7.L|iTlBxXYv [Ai)o."? ,XRR1~"&/t9;xinAPaJ'8]WsVH%c(!CnIݽz"(p&i/8Nú_U4 jI1#܏.1E'5{nw>v%&%o[@"MRZS!eO]eWJ85X >0=ؚX D_Y+321eL֬Aְae^$#Z$ uRc&ͩi`AEu"ڽu^Vm/K*є̍Aw͆fK?b֢MuzLa365H٦Xy!g }Z&_6V$ĶG"wi LF*ΪyGSN zttqW(R~K!Ts e#2ٵ[Cs&_MQ)\MP@ ,IIٍwIUѾć7iR,ӯ'4ZE ҳ)gۓ)QxD/AxHnqH,J3z_i[ 1?cHNfTܫE]^ H`Q7jz @OYϖc-v~悮1Dwei.{P+ܳ"{NIeE:L;]g+cl.ŬAI'௭u<:%'A~J&Kz_w?k}~/\vA_ԹrVoN~1)b ˜""fr*/.ڐi'铛@46/l32U92^q%w<yMQB2&<9WR*fNTG#R/ņNhPvp)I+yG/|~5q\Ƙ9Uc;똔5 < k5m` 6tZS"7*H DZb0'p2ܼFN̆7 GY@ x~!&]FS̩c(as4b@*.1=(ɤg9ٺ.4 ׾`7+ky$<5e:uTW;_v=muplyR.}(KU>B/V>TPU3PqزC gYb 6'H'f6}Dd; `r[_=w'ZA`]q^o~j1"<uS)/.pbKj` 63Z{9n?)3q_>?Œ:Wd#^؆;WCtF.BHW#3uU{;罧9@ K2SYa䟓O=VpC؇K{ 1K}]X9Ycz䒇4-}-o8`,t:@uRBbi@Vٜx4v>0G?o?{(q[W.$lӞ]h?u\ޛ}9@ !q#4@aruPG"ѯ`T4Z)*#6 =Əl{tF>|a?􈝿+~iᎸ+l>Tyl(=Yͫn$xݒ`c޸ʫ&幺eBYr/>yUHIsy'_ ,x}:6j4#[m u rIvLu,oϬ%RCx*K"~C5wSpVC: sDUu{ wӺ^vo77.^οz³ŮnSiڐ69:onK6^H h (kWFr1E[ y9F FE Y9F0QR^"wQm/. >gl :S<+ۇT'$P N\14 )lTfB0FӺk&S֧! xO/^ u8J([.?5F{,u>L()0(껪צX%ȐFhHhpp $ ~D:ٖvl$5 ժ蕪bYQcL^?6\-(Yodg tR$XGyZ"mŞH*x;i}8dI#_j݌P 0bkN hãUbTCj# 7 BȸŘ̀[}; wr^4ͤ*])]оkO6t.3&reɃxvpؙh%%44MDLbau5.XK1ōGc&"D|2I.ܳ5A٣f W2,fRn7ޜylӛ\ ##CY}:cp,óDo-E|0|;5ORW+Pyȴ 0Y.LJ+] ץ_?՗Ӷ&J5 YuLv2 [ÍRKTI /fNhILvV[-$.@LKa<&u Oi] (M$H,5"h4TnP,,SGY ۸zPxi3`m9Y˾m,zO&Zh~X9d[~(}wRZkKSWaSiLz-29.0 ȋd*)+RV5l8wŧ DiȤ'>,6WQt:HSjB!֥|Us(5ƵiuSr-y`bt.Ϗz}Ux<@(px:Q6j6W<l峊[5irV97Yg󈦶j>1!pXP>O/ 5=2Y* a+'_f環\qYI"uur` }x!cE;9V> 5Uo»v>8'.".oSdٗs}F.-J? R7f2E \Ǒj.}@XՐvBY]EOX܂D aM-} F2?6UdvYЙ'3Z-Io*h|+ȷnʉ&O6  PѥfJJHWAڬ,_%,#n9K6sg-*Fs}gv}Fԭ,-wEjOx@ٺHJx^JWa LDdhq1o S(8jG5 `bSNZN,pfpmH# Gvm!ED%Hyʌ)"?,ǬhJW{DX.(XHS? :S=+P{}P|}j.zjCWT)mTQ@=lbTUeM?@FjQjfGo2Pr&tPcaҢrJze}?PCWf_k/8EZKצpa,yACCD hD&~wEՄ |VǩWˁrZpE"y1*X2.~4?|{7˳d$ P ㉻|큻ewnxJ9b# OŦ ]%oWß 7ܘܶ3 0pQZ|oEMջ掸~çsA:{R@ EofǫC:AYD{;R&`$@d˸g3G e l.7dm$Tv-pA8I3j-9eSg!)xQ4 Υ!!p8bxEG.ɘC}75q=Mj% Pq?iC6m?&OYDLKi֨{"Bsu$Ld[x9K~>Li+Z~ Ӎah΂}*gs@3n[K쀬ۭG24-t0վjZ:mٔ3ƪ-E I'"~g&s(_ ^VVe.MgԿsNd6h(-cVN6٪/0 +y.Lk&)Zw!gV~hn~݄@P9Cc~4X<w >s (nCeZ>GnϙjB v: |h-tIyتgˆfZ$C;p|Ķ h]}-U_K3*w^G1M6]9u@W əbۓ5}k'"4#!kf6kE D%YXJ6kzV?Ͽ!CۈJG(Y|p5^"a}ċ^i<{^3Nu'6񿓞tZl`ϜE>tbB/ǟDS?ueXm;b$$PyOSшu-Bن7 ı̉e؞fyyfGT Y1HT,IqRa pI*-%+G|ŝGdjL#[V'?Bċ 0o/檊`Mbdeʁ>@ r yP)EAh]O[5K&BPV#b1 M]:n$|y#l OLͦ@8i\ 溶S.UcÉzEmq%$96Ƞ/ J{uZq%댊0@Ձ)<']z=j0kQq.zv=֞ o @t1P@gp?E}v\vH#Q[=~QyX M_pe+(Gk:K7\wǯ#M/Ф0F$'zuk>Jr F97;DTR xP1(rr>uQ(UH4١!(Xj"Qn L iqz1rn#XW)s5̀HspQnîJ3'۹z3`0O̻ ᇫ ,L*NƩ~f[m$'P&9L^|ofo*۫Vu>Z@Fk9gv-gtlI[qKSM 5VAUJت(d$k_ d+U]? ,#1;{d!93tA0#uDNԴJxzB?"il\8/}q#?.6k~( 'հl`HmQxX'J%D:{l]Ut}4P U0vE Mp-vIO J2Uп$ɜƖo ~MjB`YdVȤ-MO<)BdRrXIKEΏ{>FHٍؙN+@;YW#T&˒?+vt{[T{6HJrrX+Τ0y3S O;f^,labhN7x !BװO;@f"&lzݫZ?oNʮlV dazW L).Ljl7o f]G@o*郻lREzNP"jdےO|,-xO_5]YhoFWYVļZNW3L#Z$p4eĞ!(T}6r>]~i9Z!ݦpf)n<䧢a1?*T?-81>.s8g@''R8=rC~yf]a\4e0Y0Oqkvw g;# 0Tf ؀'!%J>)2aSҷ)]؇HY)l1L ce7@5 ]Uwp *DTMkf9$C5N>s 9t䦴 ݲv9':S3?GX,wQiK]*4V@c:hu~FVD=̍s a99Xx"/Ak;^Q~]*idL}ٳ[;JkKg &L>-rRh{f`֚e'1<}J5ꁂ~{z ]oӒP!!(G<#*T yI|-PԜ Yu]!Ia8Y&ck>"}+ q?o՘fH-q:B۩g[Ë˟r/,Nz+5ܥW >/&$:y1ё qU#sμ&$mO'^Fj?{AǓet)yOw= !z_$Vjߧ=-1#ORPsӪdd+C|3L]?_JE5OĆ-cthCqxyZP~eOD69 -sPxYh} n 伧pJϾ &O>~0T&f^$PfPTEƱ249jP?u') Й+ y\[]xT Bcdde}_A5y{bQ .ĉ"Y28)eeC}[@+:3\Ͽ$Oz4)R< 3I[yR(}Kv5hq}$书w"ȃ) PjO=d NmDn2GÕ7rz+ =<]nǛ S!y뱰n[+ࠄ.G+hc=(0C>TOEᅌHou'Q1LBD3Jq?M q2i (ʿ٠PƐT=h_jn?k}!IWZXZ{g"4O[m]k 4ot 5R6"}Ci@Յ'𚜟?#߾X(hRJbn6VtK*-]bGrO247XQtl[kS:ɾM絅1!Ӹh6#\'6nACG](ңK8ҭk3̃ A=='&\B5)k?x&+$ XI2Hf }Hxðs)D[9 ~0"=HLᗚamoijVÔ 륚a'Y@kO3k1k uyɋqBGl~P pzl!PXTf?w$/Q"xUXH?%f nCpt [tΪ4[י,@OKKk?iC7F[l%{B] 06XeٸbQR`GV졿tCPxD'P1DŽ|]wKg sG?KfD{M'U0b}vLt:sF}-Yi"T/I% xicT}i~R/lkLd_{ב(ܠxG;\B5z@G>eYaˠ[#33o jRNїNVBʰ||dZKY<jnFmQ;9/ Bi 7@F]kF^PV鲘 %(T;{pnJEA>#@{W)U~P5F~hHI [fW:=WqeU@@`;;=cT<'rwXFImvT>9raZ]ᤗ>~!>y?&d:":L@L *-x݈h^G;lcŒ:%;!cpM= h!1_+c%ŝ9i'^H\L7u9#a AX{,\=5@Xa6HfRưq O$'Vṗn^{Lwu bR1hMwmɻ`֛ ُ5>$feYB@nIdX{pw{=6eѷ:+sh3ÓϬ#<&X1_ 2=PVA֨c\(-bQ;$x4*#kL>d5༯[.U0)4~Nk`R.ˬ r(CПؚ[w(J^83J?4p.wB1b(a(֯]1/Bo w}Y-GIACJ@Q>~mhLGRl#Vc_u8>3]"_Cŭ0)R@yhhYB1 "E[^&7uq*mE>|"E_x~' mcFw|QЄ5k6BiNJh !\ߏ6dͣzN5]%8_JZ`-CU1[={v蓉*~_Ċ3gO$lŴSՓtS%].TIԐP5P61^䰱''ҾΈ$t .C#P]vg"qsS^s7U[֒l SϢ.& (% %o2:˿yd*%m'ԀI`B]h&sYvxM 4jh&Fnn (%{H9 -PVgQ耠㈨lDC=#" l )qMNɯG*me'qm6+8̀W_퐒l*C'[,N;8mCԠLdxe9%뺌d?YCԘBJ'ſѷr‡&ƯSSPv78iiv+V* 롌rm`Q}\y ljIKܚ^ʮb G=b/#ƱU+hLb|tk迂.7XG;TPC ^g<# $YsaOkNĢwqy+upK؞c^hVABhP۲.#M+O-N%2`5j/^_ yy @ͺ`|4WPCyi u>BϮ7Uu_3]HЀ,K&˂؛~;{y,S3;Ҵ3]+'wk)d=k)~'ҝ/D&kEm!>/Ď6_;?%]V=f, 'pp6)Rr{~Twr oqY|eľD#BӮ QG?p=pRr#?._$nIYy>{DfRi)姍b c61[~f6& jei.w{@*2~'l6s$YdMy >^+ Ӷ³lmmT|gQJVq6U27ؾ"Es];o)Itʹp6b?[yW+_# j m_i##\АZQ<`j Ť+#[&XY+s9kڟw+&/Lb?L2F#qPd^K+ʴ չiK7?$W @7ᗓ6FQcޥmh xx-ͿX< $-pXdR+OSм!h7F_H{`Ol4Zfl?+AAj-w$\L %) [REh.[sU/VʯPfl} 揸$~SV ʋ([칥(z4< OFzP]>T]231Er P9lpY FE9j=Kn--g :*~bmDy]dR<.φ'AX,n‘ #P #bVphC `DSRn/;pi/FGE;c2ohic` } rT.}1YmĀSn#~HOUw .^Llfzr3sp3ؘ~QZ@ߙ 87X{eO&1ͯ[s*b8%:swf7]/ Kj.1y9"I,E8L 6Ӈ_n߲o}I@c" ˎ'tSOշJ?4YÞMdL7md&?q4F"(hՆLdHP;>rN 4~ o2}djsĪ# \& ֐B^+ [`[حkȩ@ܚN_+ڱ#Y-;[m9?=y/6,[RҬ?iuLk9sȳ}yr$դ$0 79jpavbCM9w IωlO3a}$̵c߳IfE@W<+y K1' Kl=O5a,5.#$jQ~Z:g=Z<0*iSp'#X`A^- 1$ kcr!![b(v KJَI$؂u,o/\0BȢF'hqbK\<_$kaIsAEnARu) cY!S)UK4%j/}W=/I=OPN4Ls:kW< ҡldmLΏGA|@nw#my“vY{ͱ}lr8&Q~YYC#]ʾ.<:=<ŚI1 މ /q#SsǐQ3A>Ԍ J'UowBQ,KjTm G4JFk*SA!p FUs &=¥`$2ޔ.[D3.8j <5Fİ$ ;e\J] pM%̻C Xz..I'd,vp2؃hΆa&7W\Ãt;Gx#0JcVPm& NR췥vKuVގ1q;/OUKOۜe:,` ePyv3=mL֩jlmIhm{zW4wv,T5zߤWΈ:@efj/:sl%dS!\}꜍ˢ@X#!Ae\bPmƂ2I6FO{>GlSD4c{>^1t[<pY8@2<SdӘ5%kۂW)gg0Kj="&gs@_ *bg"5x:EU+j1*sgô"Njj(XBJ5wa>7-nu7q8?W?7,|T7Cr.!^I~Tb &4n : FYr ,Տ`7-y%5i|DŹu*%}[P#|;]EO'ù,&\OPZH0.ItlJ6B)Q%W9D4> _01٦O"Uz2l O؇ity34_q܉Jَo(:r`h!L!faFff7mΐ%YdM4vQzu3^@K)S&^d(?+}xti?-D3]j~]DB@VVd Sȱ^E%"C QVU;ΐW锩S:EuE*8k~>:+h MۜӐ`zkݒ p 0X=^zr?mW꙽?)M9#SK-2f. 潫Y읻1xO^.gN7H0^!gЩyz<=:p \ʹڶ\8KzCL t cUvdF wHpn6Ssӎ`\S˴Q 0O6yt*pT- jnSvd^1Fc@R£ !Ku26n`LnV  (OJ“(~O8{|}6erW &3T5Oq)VBb@{#oٌlkfC@P~{"S> yCboI,yX/Q ?0 Ke0mEE/(h졎%1 t*Et-[s_ x8lMh MK֔kC}#nW5fS,PFi+tRͣi4U`}[Sa;9/iM>w 7GoۇNpJ'$yx=,¤+/D_j`Ƽ.1Ş>Y΀oj ǩWCYM2iUZ$)~aJ8Λۋ@ LyF0١&qDdP~K_JyrjAG?Ca獙+Nɭ4uhо`α־b#d(d& {,=Pk4w!-MɃ^K^-X^_K vQ0,x@EC5%5ZyVgyӣ/}PyV~;WԸ ˦\{[$Q~ΐɦy֖DWu-]JF !uwp](׊-`xz$05[SHte%HU FQTp9~4fF|&*RqD#f1bAC1P0ұfc+PVeH@YO(|44?NI? (oOm؊ 'O:u!\!Da"GPs]pj"2|[%U1BYZpX@%[wJcpmה4#fஸ܊tgU&-G{fHsզ:g06o/Ps 8l! "~A`)GAr;#Gt@^hYKᴹnBǁUbV'pȔܿ&U"ݎdMw=lj+EäB^5dBˋ>Z(l cp|&N]Vb:GN`$Ov\ɑH@)Si)a0Mjj#_7iimvSf\ЮOO#dm¢SH&zSA۬-W;J!dQŸ5rjE7g ՟G1eH}Rյ=<&yDϲۿ=@Zy?Y5Ϣd˜WUSFGOVkXGL#[:N|0g߹8F^VlJk!be2,dn~05 ~嫨 ü]}bk-[כl8NQ ݤsX vq- ejP7?m3[,J\~8buQ>j8ـqv8aҪ|JMF \~UR",D?a@$ܶݺ]\+P<'Tôb[4hEcF -J4k!3,ؖbP(3 r(k_Hzu"os:"q=;q<;So?>rwN4S: .QsRқ!u }ҔVz7>b߹2t|qPw67}s~~̤<(gP! ݚ~W3m72ml2S/:V\kHxl2 ;]:}X>ώt9gs77=G@=[ye<b@+|ĮdݒnQgNh[ow",lhb褜 {ߪm%WS0#qCv<ֵ쾣(UX>6sxݗ勤"۹FMإ wf !Y8L2 '2a*,Wt_)5ivss;0t]u6a[I5X5aBP{\#P?}lecNJڍ~!C|J| ⣿$"˦ڤ[MB|(!L@_qlt-X^n38zx.a> :08ƶh 1@]hgG7N[RY{>k=R tCKZu>RJffKkW!r^lCcknR#аm/:elA Ey"~Gz>[(ke󫆬/v}aplm{-$,94/d?t(J|pʫ2P/G/F6#Y,v}mzx<_$:ث"# ,m?34~|_t Vc[QIt?.2t0rrjdfm4r~XZG#5mlp$]/pwH D@,z4_ILy.fON~ $\]1D>)RN4#TŗeU!"z!e qg*zitC{za]VPik]神d_aCI$ wwK?zD1=Já}Uhxc(w1b \T@v6f~n#Q(N + la.l|=%__ uFVF@t[x\@y=,ĊBǟ=XÈL#aSҦYE:?Qz~W!``b!u*`ԶV2wyh*C|F.{ x!s_`f8Wkf'4OfDd^ܭ= Tu4{JKtL.V=ju>Eթbh==BC"˜Bt?wW8avk!,L5=5c}⩆.FwfebOxWJT"})$7eJ O/<|[eCByc6{%^mcFβ{~ ēRq.3hʂ`ϥ%{f/?H 7>c0f(Ɯwxн9.^*Dp]c%XfB;K$C̢25d58(oS-B`uZMp/0ϧ=z䊀-C ~ާ665{iճN r #@5iɵj76-CUFڹ0k͖3~S6( fV=6t.?SqKvAUCYn}-C!eI9-zV\#MȒjzu)re& bm+$A|a,ӁL0D %H:PCUj[D!My0 <@魟F<"^U Ώj2; Ttw$0wjLGZ3t~3PT vARFw.kS]YI<vC_Qe-&P2)쓓^1'5Z֘hwTd} <ZwSpfAt=&àC,c8;:!g/SN =5mQXJF.]Ѐʶ?VI\CvAH!/E9єBe?I\b&= xp^ԙcNTTe|=)|nM| Vyk9hE2ǯCkpFgG-J{pЈyӭg|ڕvm9៌W8u)G)_|Sc槀bYݦVytPg̺]PRەKȚEf5'(!'W@/쭉5 n.(2Ku, N;GÚMTX9)'o"Jj<+15c'_'r}<+0+]g!w{ hsD3hYaEq+ *˾_ceSb kڰ'St+|PoqC! /s 8Я/0)uQBOS&K`yPŌ4c&a`BpLB#Js*̿K^e2=a7U:U'Jgk< 1ʓfw:͗,J4?覡>QDW*>_Vr1es3uTU 0Ug.ķvZفy[kOo57{4h#bD[|]B^ wAn xU\ 9$ *ܔΖ.0I d?OYB!cwIwkJH[C穁~=t9z^+Txyҡ&!5|,-Cӧ߇MR Q`DYGp E97,HǴ̪9aZ= ``zNjcF}xʭVs֏^8cmUո&W!:jAf]FD틿5Ë+ńyP(H2fѦC6@6IM꜍?(z0TAaXI ¤# 7AQ?tx{J͗Yr-` ZwvdKtq' b*azmanE 1 \ڷ F¬HqZFcozG|[642I*v-$n=/1:l ԝZgrTG^Jr/{ ,5cuV TH셇 ?ciw-F60l-Wo!/GsA6[f iȀ7>}=E"0tẃ6//mؒYx|;zǽg*j>3'&4ʼn "Ɂ.nV.2U= >h$]t[kǏ#;$51w^S:߅’ UtLTdUp[Ί K Qvs"FE?-g D~0r1/tǵxW U5V[Yyeew3jOt-jdzr;̏Ù^*ڑIog߻P.1_ x~,oL9hKQtvEAEs |EM,[Vvƿ /*ZrYdr9\cv< h PFlxa? ])TɕEjq Θ |Ǫ{HFP!O|Ox#q|5N{[D\scrEk]6 #_nhe [1|ԗM$eE9C/uKZkyußD ,T{ڃ\< W*I'$^g7O#c8.S2K8Gf'3_^rDWȚǽl3vLn͢"Ym2 r\ LyHLMʰ9OXykB< ٕ.o^sJg75w2TāYE acMj{ޣ# Vj)`9H;JF~nP:oEAӷGjB:b׌{Ր hFc4GaECzܡX!WDŽ#^УڀGlDX@&M;{v !P9x񿰶!;p|WMcP@(KbIb LyFlkFc n)=Yyr7/t=gZ\z:↓Z2S-{՛n]|WMU-;t$n8 x޼Rb,ZZ=E&F֠p?@{x_*&TEvo.0!1`5,O%GrgxtmO5pNb:MwP~ܑhhtvNPUueOjy?˦B@ EX܍?Y-;'8 ` S7H C }P[Q5.DZGpw-zImDbh^Іcvz{;#]iD:KĸԊ1S>[b/:.M VlGġ@ky# ~2Kn돘* l4 z(܃挡QVaXXA8 LeC?6*Ƕjz"1m_ ~Bw̺.ALay8^{Y ](x? !:3!^$=7;3'&һ$˂P0sdd&1ׅRѢ_C0Co!fI"=BB2zűB =ycUeܝj7찌׳FwG;%߄.r IuK9kb?q+\Ƹ7R\qhת,5Ai`uFU I5:[;$!<ؑ%ZqCqtG:)aH;AsBWehcߠn;_J 49ws~t6i.5rJ dnwԞc;A Ā pPq xcPaFe*mEǬ.ص$'̱[XYr6‹K.S zř.=y$wX-s9GQxIY\ɤje r~:Pu NH" ʤ{3rpggcC\ x&-}_<щL(@[;6OF0}:*~p;P_S#t* Ԫ"#sX8_'*hd8jZje'%*'m7.3Qw(#;},4ꘗp!״j!h, qZoT"X0՗D:yk4ŀW`&5t&r<+l|Ar՛Sǚ*l=?Le5h!TP&ѸJ0/|w5h :HWẃW qL|(δ+9#}=9߲DG/#y/TAb ҸT։wR7${[uVhN=+Ģph JtKC~F8奄e: ^>}"б k@! l|BNp9tnV`=У!$Kah/( sFi`_31>MbCemyx"%:hcN8{jXjvr{`A5ؓEY?G(k,g` /5lML V=$/M}~hw >rfbFGo^x `88OG\*E~J'rc64&M1"b)\=Ttzy7'ZC ev mqXӚ4n@Ѭ0zJr0yRPO}{uHZrqU1:=BC­uɃg ˣBg@GlHL&M=m7+&p/X@,2(m? v5J$4R( Ч3G Z(n+˛3u,Ȣˉ("YWU-/(+}̬# Wf P-y2B_ ,f&ؠwqJ)C;~ R8:tCQC<~E#j1v~dkl> =9Nu0}TF՟tEȮE[Kv@?w3EiD{eyLA$=f(xNڰ1ӫ{ngC=u-Rs|`trg1&Doc+mK^՚–C OL̈6! s)ۚmysIT(L eHI0n폑DT6f* t~q=%$EԾTM1OH}+x"M3+>ߖ!^g+'fJX$KŻ jO)4{]Jv"LW FyƇ&1:.$sG-_}p\yIsɧO6\0`ǫnjUPֹQU iZ)z<#\nu_"~]q,3MRWu˲Q ǐRrʓՈ:Ty,b+Eq9Ywj 8/Og9K~%5}", jHΨn~x nQ_qCh9?O~2:1=hRrN I W:=,RWְE:}ӅiKp*zgq^ K4ҴRŒimx혘}jgδ~}pƓ% ?)e^*d/bՇIVt$;=D4fs~ B岅FL尸pK\Oz:NC#tyې4kDͿ(y]N^6i@ˤ #L<2jwP\t1;ؚy YIpѫBS5+ͦT2\%ÎAkIȍ(oƏs!Jlibs?5/=ɨ"c$W!wi + GbF%JPi&kR 5/ *qokUԙ_*k!nSX\:;7l")Mzh|gW&j"hƻH!oܸA[/O̔8}O4~4JnzkzȾ*LW_[T,@u`>f$&%q C= _1!ˉkGD?rKD;pL )IН~3@YH'ؼLZǻD>65va{;Vx9<28/v N2tn3mJ02żUc4.`7723Lףx#͏D4Qb|Ԁh>5$\"9υ=gZG2aLj.[jэ>2LvLe8) GipR}\8HB-4)z9#43@6hs:2 tt:,aq| {F H;*|1e,u]y} r8bGw'Yab"z/؄pp(jeF'(7̜tFrv +ᳬh{ɵD]@! ACxӓh1R"Q*Yb+0WB;GQA-`pvn!,&$X?6Vu>'eZ"2 aI^ ^/))nyaa6X"h`JWH}DJ_?jYr61FB.AF=ѹh:x:[ҸޑB}71AV+JXǁ^f^z"ԥ\utW;pimSKLCsC>YiW߱Gf <}:;T3<})fEK&veYu!ȷ9rǠ̓4,lQv=m_*Ƽo #M;IP8Ѝȏ⧚V2W =5G\m8q4޴ cKGR E5%Fgu!k)./5e[9w䐡l**ܔ/F6n~6|A|S H#`%993̫W][0q}'Lq}zNBl&vp좝/v@Iy|ta:x5'}eZuQʺ秪Zs*:֙L/$꾳iB\'>L{22TlKKm`YS(})%G麢vm`\iy!/f3QcAΫRʬrЋy7yrhCn*3 Zu$$8El&l^y=!OsЁg̉TFM"ͤOTe%f >w,s,[N@TAS TPF>cV:ٞ RC|fă(>n'u a25t4Z 01a ,H26t2qD=q#9/1*VaC.8Wj{00:Y {HKFLM`]L2ò~S!:$ ,\2(%mQx7noZE+[b`Oarl=J%k8qp)H9AĚ;WW8s;|n <7JFJ"f1<50,ͫ2WEf(|k/6"K+uu">1Mdĩ49y4YHx(kG\-ܗapKD'o!~P3w{s_QD ߫􂡎OLe)͊IN@":T|kwi7^7wma.SW"jdbBJ>_tPZ,+5sh cw ?*9ڥ> -.4Pt" bqL%WQ `x>XCzel!9ez&Vb},ՙo$0{5QvG\1ٺ3NC'.3bi#Ƣ+n3W-3rP+ h4LiRr: ' 'z"36=B"80b#s`/#ͪTyTPV$$3AV} f&JnyaD1 bF.vQԅ癍2Z>#Kc*އaQ:Rr `$8Mw+.(.*("'Jؠ. WZ,ӷUJ{5l XEYPJۤWaPAskY,SFod {y5~m@L~'#550dK+ɸu&]:\  Fy|AA4t%)RW#G)p4fTkEK [bUJ7 ;F lЬ8.T   E$rŮ iCu.rȄ 5\ #EZB'bcV'mah ŔP_,G'ބ$3+ۥI & "nAKϲ:ЂUӔ8[$i\swm5_l^WL=X.+*v+4r/)u(r}3$ʚCG%՞\5,BJ\s1uH[C)Gi@٦?H]rNj^ l~sDU̬P 3UqrO?UIЛrNW5ZOHLp{.>Jx(mS瑛>Q@6K@W#Li,' 2`zBNPe$\1_ziDf#ۛN:tڸs^C:ik`N._*lQYD8 g $:)LkW de΂dPb6,`#;SjUful\e֟C;4L ?wHFfd_yЏ('f :7ygmEAfmo֡5=Alm0 i 6nQ Q4n"a$RC@,FȂΎj?kwʱ %ӟyN1I,_I’Ձܻgʷ4͎?Тk aS[ HnS{&?ߐT\Sm8vWnlfO`6x)0jed=6_S P *>}KUsmW=iM}ժYu6=]\,$%IBb/$JJp6~XdUf]0WNN۳;#P3ͲIe8563 f^kҴ _SlNQ@nqbz5d +Onuy?rA .}Y1RWԱ,~[ܼup %ժEh./ BşLc+;R\EdȝgI9@xh( \m&VET?Wcvih+hBlcp7wTW&BTZrF%ȆE>ڢ5֟|jçkaOw %6Iq@(s`lc#VFDynԲ,ViX qW}gxTgPJkAɈM-,XAY~~K5=欇n=Fa&.yyX!1햅UBk8b䜇h/{V&_G@it)SWb5wꫥ6&mt WO<-A,w$I9XT t9~W2NOAi02Tt"V֥EX*gn;2՞P=ԲB2gb/:\;T {75Ϊq}Q (d߉jF/FmhV*ͅBr"(x{T1L%4lK,%rpy7 #_i͓;f3^6LOWͰ|Iv1 Y#rDR,ǨAUu8fmͺ]#爎)9vbyg/@T+A:( c&~&ŴƿSpcЧH,}$H _&Qm`p !~mzxT a~|pa42b&p3d!IԾ08sE ()}(ՃR;cS_MxqId]ċ?仪rQ(7njzz}h^cbhuϳX`!{\d0}CWk 7GO>u2.h{]W ߾5AG#nxeѽsS뢵(e+E+փɕ'QXv@G3`7/O$0w5?) mDgE``K½HFս/I8GN?OruEn"W|*n#U>Shl.FѵmQF 5m7|_= Y+-$o1#q!hퟋ<8DVq:Y;IZJ" Lb}xN,fuTLr:@<= 2ZIǣEHqX2Bh6%SnRHF,v{QtpEUK=R m"!4 }=!YnЖ0ZG~܇C{9Y+OD RJ [W뜂gַJ0xP>+:`+zQkX7 6#P5I(`Dp3j_2:* W #21_ӇT l@D0=H#*h}u'Mbm| ~.c%48&OP3᧙- >9/mhn%..><0-EG*$4\W!{!Xb2_$vT Hۗ;.G̈́@Mquj0 |*/ԏl /GKA un܎A6RYHFΦڞ)7!Y ?^颤W(^a] d%BqC#ˀ(A .7ŠYk(0|w8B 6y w,Yf%DbI+&6;wh uː2Q1ـ8Y!#D)_ؖ5vӱcc/Ф:/^\Aۙ.0&r^neΑu'F SA.,/ǏRā3:ܾ v{ҴPfq T.R;: -֜ROHK(ak|OT#0&Hr&~4<68Sj@ۀW5 (T;? pl1"u9(ggv"_ p:#2]]k4D.Ag>:JhVNfչv(dm*Tj٘.،mDRdѴQ ^>i|[P䴤@28TeCQ{m3QDl"'yK0Qܠɇp\Qzh@zM#R.zDd~uMj=P=&6j9&3 qrqmLjN!7)A)~\@vv% jDG6y| ~+] d]uDD2x89+nBfI%a',x!R4hUZόZV[>`r WzvS1m$m2%98G*h3Niy&"1 BY8[gjńUZ6&H h|쯏-8L][992Iҍkm.t;Ժ!8WzƲG u{}#͹W$S3 %e)xkSؖc+Uw] ў_4aw i®'>+*ў(b D`K6w҃j&D^!~(<rIZ EAO->\S2M}Q!47m5@%)#"HHͯwv>sы8E"NECA8-?"_;gH-]' shrfU6-STB:%;!_Ш_^`u8b뷤Cf+Y6/jtSpw cc0@HiC be9?u_wOYCrQ֩UjgaB70]+t)Yvfe|*=}pF!pų ~>N!̍pgvz2i_~ZlJgbU s4氌s/ͥhL]vNt$ȷYK&7!Q͐r2}f&,Lq{UWʘ c%&C[?66 wRֻ*BZ&Q %JIsMV=">~;9, u)3gF6kOHN˷ bF vKZכN?1=}eFf0DБJ>I'JˣTg{DCe}z+F'K|XtW2e'(I'Ҭ93׆AD\M6U3w>º;f(l)[B)Nr2xe%6@XC̶nTUHhOÆ}c_fۑ햒e7imHb(9Dy{^;KSPk H$6 !qЀ,DTH>#TZfQ5^{.㜳NeԅY{b_' p}OЂA שkץ119 zqɆNZ=h~)xI>+=1>;+<~6B$,)9脪ULܗB`8qN[\7|ZtT'cEU̽/IP:'$Ndp}IH-zԤW*D-fۃ!uIT˛9Xnм?0  CB]{XLyˍ=~QR,4W!p q58:=nAFRtNH ^ʆep6+#fLW>$xjHxѫSR_S܁&cbW8PHm{`^UARZ. U/o)M;񑁱la;Z]%*bS<.b·PmAE)WRr\/q -Æ{`P4N|T+$] *h[{Jq=NL8,Ap\{SG0!\{Nq-J^Ѩ\` v |l1D[6fqrf_bgi_ym7r=藛He˴ AԈh c;.9Z4 &lǔ!j$QC# a]É| s+ܾs#N]UdԎ%eP02]䴂70uc/ -â+f3e,Y \M,<@qbIߐ;Ѐ ڌ( D=.1t8>kBt&âfٹES+`^~f#Hb| " tp I(̎:[&n?;߽<{|׮isfU[N1hf;Q`+CeCK&cHKԻAN!CZF^:AZ%A-Ѝ=^';02E^ ~M4HTNo1YFv}MWB u.Nk%K^mJ`CRSI0Rң~=齦 ;?#sȮ$[PoYKy Ұ|Aʇ^eؓ6!?ƈ;Ӄ\aVؼO#n&DldAI\S4G.$_}%4qe vS"kc 8]-y)7fZ f!?OvUdoǖ͎:"w5L Bd9fTU4eZ`h|CPeRdL*+h;%/1R9;8۴~F]m>ot>¾Q>0>eo\ra6O ,g4 _A0 Gs^a4}ЖF3#ퟔ{'B:&)WQsJ1/u{HQEe0ɑ-Gr1@O_NW*^̳_n0,ǺϰdJHt0WLͭ/5Sn K/& ? ѨtS~uĂ^ ^m xEvdu_i? gҞnrA[M{o[֯C%~POwK6qՒ mPXbϮyIH~u L2XfBl̓ w$5țl$Ssp>NI*C//mym/&GYgw} 8=K-2׺yO=d_UC٧HWgv/7g {ku/ױVG%ˤiQ;gWaþFsY2OZiwL>y5O߲8?}% 9 JA\j1ۧϻH;GQr|-@si(k[& imϪsn~7/!Zr[i B6.ym-3q.@%NN_Y SLི}{:V&$KͭJqe8Y޹ ]?Tc_4_qcjqg-IeL Bⶅ|WR9Twj$'MD0\(x܆æsnEK J2gq`B1Lmkz]v/<%lnMB2.2]^h0EU1ZS|Y!J{d͔x=P 5a5 UsPOu٫ ot1} ;/ vkM5 R ث {^RByCU~'g+!݉o!N)hA$zRn):Cqg݃^%`DO;6&)3ݟ3]bTaM-#{c/U&>Lmraˇj>Udܖ^ZḈgtkל_''M;^wzWR_ĄF]e`dbgg\RP2\3Quu l)bcѯQ޶Rb$JDX8Uk>o %͠!Kiͧ~VC"8lxZ,V\#5u DZABapIp4ǤUd85Q6+7-_Y0ZUa_hy?B!PC2N5lmJ͈0DK.c ?kbϵ-jvz2@;OMTGV"HM}Ǟ"9օWX5.|Wpm*YܸV` Mn" J*Dr`k|{8'x/4=enH_d fæ،=G3w_J 9mOy3;`+*퓷&6=Ui“-C(NJ WS2/^.1{s]*{A~kðf<969Kb6\vͷIY9#!jǾrn4~@y$d$c?hF c#B5 DOƭ j-~=Ř@䓛~k\\H]{=acixdoB\VmJM~)Axdd-z %fIFx˼GdqgZ0q򍔿 cp H<ʻh,ks7̍coB'+v waķZ6GaQ{zc6{YKjhwO|-槸2]H)ƣ%|\5qM8i[3lz"FܤdUGn'M;v=D}-~9fd&\|䰒Lw^"rrDPA60CYB<;I&ڭP5(Rm>au`#/4e)Y:$[Q4@3Y{*Ue }ڕ!_E/P딼Ah;S 9^WpH/,Q؄@>qxM)nğA՟@w?[Ƕ*CGL!v DcP/J[}-E=aU;}|z֨j d6oU HP7jSE>SդCJOKkepj~ɾeҸMcL%.Ei(}` Z{EA|UM^o>s w]>|>Z szzLsV2+ǻJ&Lt e077Fx܄.S~chk23ۉ=W9ɑ 16T怲ؗ7Snm֣|zZ\-1BJAU3̤zi&E3'bIu9LP^\{1Bc>l'8um.os %2%*=w|˫1rs4 H^9Mډ&u}חՆ#TkI`NTǎ!]rX3MoECD#N@+<(.ώɚ_Pegꧭkgҥϓrh9`; lE&OGjB+Z ޽9`NWm d[+{pRP0aӾN{jEtHAŊ=SCج@ 8mjrX ccc%efa])Oܺco %1,22+Xj| Chq+aV2y^'ޫ<2Ub?y9?F: u;墢PM4I^=yg7w*S)Dҋ (ł\ғt?کn]#7~ډ?+DCfrOmi@R;}}N_ж5E9 3`d"Oԋ'_z$"Hw2z%/%_Q1?Oa%ˏx>ėuRJ5M21DSNOpߦLL' !xty\ݮ/=[8p#v>7~Zv۶btpuH'E IQ:ŬGO1>tqAp TK̺(E,BN5}&`Og"ԳV`9 F{}J[q mo/*j:Ǘ.||[5jVHZ+*M 鵥LB__#PԄVYrR8x` DSJC0p^! NwIGNVirquz^& DFY۩v& <a7HiL ϒv%cQ&ڠ dcHnMMyu w0G@E8WIlFk=n%dZ%xPg]0'vV7h||yiq-H(FY8`[YU,uU}g%#r 'l*DBu\]) &  D${&wنH,)V>KtQ`pg :D,[wN-ǰʈAFh{Ē8'F#$c^ꔠG]!w(Ν=AjUSG!wӰjVE6T[m䒰]/"ºF+e$?ͱ>=(zB7Z"m®ftOr-SԟT6W7-%QTD"_I^z穊%HH%?7i-Zx?zƏD{{^>?l3*~W%QL*`u"olUh`^y=3S O.0fSహ..ueMWKlI5-cŐߐ);aNrT&$@q397'N8rcW.wE鮥ʈjltj"[OR 7ƑKj| Dk$ >˩ #+2S"CMskVZUُnSZPO[^njCx6o.BDx,5v0CP m UDYn9 ;_\"zfnTؕ̅V{< H3938YrXpj(-D8$SOͶs 2rs58%Os4~XN3:nY^6LP`5N Тo:eg7O$i(JBկzfVzg-}҂W>6Í P#@VExp ԁpf3Y]g}g-}Jf;܋Y"k|5Nf>=T& ;ȣ_C\曶]ϜmL GSV|Rrqr5CjߍDgoPkF4}H L-p!>kp s74IH!$G7o/#kLcOu~x5|a[k+<|3O©?:X`l|>"m۽1[ZKMDmf4䁗o)>p=e+f{# FOψrǠyp B/Ӑ64 X>Mqb; 3?dԊ =gZIY]r߽ҁy>q_JS*!ᐄ}P;ո΅=qU53"j4m$2C[|Y1;0!bV#B&59_z~ܟ X_J1}4r:H:$*,wߙXJ<$Ć.Mjv { k[XTY %fSmc !rIyq跁4~k[4[?@Q~zeîCSs ~˓G6q޽A/ A;\\]i}W&bRDK:EzL-x ڣ+Gbd.6y>!O,ͮ-"u qKB/h7PbEjX .Inw.kɪQˍW۶e&ܖx#P[x2:ۤJ#|&l\1h9+Zը$6C`:?-[H?|r﷣4z̹qal~Yc^Ҡ#ūٵQϹvԦ49#II,Q>W=+曆ITsK@OJہp$F_UEeairZݬ`GMT{m,,=fk A c6KU_)2|Y,Hy@@jÅ^Lp#u &u$ EO[n7AiF?q-:=ȠkMy_ `LiАM2h<Vj?ЏM1 œ<,ʸ=);)#^5?ERsAJ$:B˔sͪ/|#E@$kl*!P!>=YzʈM8`#d~vJwY9!Vٙy] #`[(Lg$u˘qIk958 5_*QzAhu͋ \tY_ 1<Ӱ)6]wU6k]Z|)yrjȘsM3J|?;:6v*t|W:3x2 OTHϮ!LEO7 eN~xv8x3+؛ (gq' "8h}#,D1헀|s49zƂ]]UPYO-lhQcjf9b7_a>hZ0ˎ5֩(6 ӸS|ȵrHGݜ9s({,8LQ%;QjL iU[Aնp)6ᗠ 1F V_g;*h!HAѦC;cr"msQ m!+o:aéw*d|Cd]8Z">N‡:&<<7 =CKc.iu4s:5-F''8s:sDwnyYSvճp$Sܲ m@8FQ83pHMIV45О:5Ű~8bJ9:rf1}Y8e@(?;kiйa#wSt+D&w+U~1_ ;MMJa&Oh5ꏎC=`n|[3' ϞV!ڴ?eΩK.,:q>H1C'4 4ZqDO! iJ qk+\UĚՅ @~jH aكƱ΃ky>ѝrSzxpq TXf:hscxP͵ÞO+5[]k ]hJ+9\ۣ[?G |/K,C 1$B3p澢u/X軯Q;]Ni_3xlWudIcՍ9Oµ>0nӂ|<'l4ֳAYP^1czх:t}YzMלg/ڇL4~<.Ϥa5= DzO CDRi"])GU?aIi'ߪ} Cm,9Q 5I7 o̚[m'VWhwX^!d)lե'΂!Flӏ;ޛMl%R(\yVCjЇLoU:gXz7#A{3|}vId`>x<Md_bZD#c:5E>Ͱ#Ӥ/-?>7 ]OTcj`xoy ˴s1"#wN F]og<&bhi$59<ьN݊.=̾=Y/rm(sWͪj&c9: C܍SA߈ژ@eTn09f ;2ZT\ρZDwq 㥁ٰOYc bmx8Oh&X2aDCΎ4c;c1~pv_] ڕǿEًhgf V7?os!u}+Wwg$DM8]n1V7)?EJkOrC<'Je4Uww{KG@`AAzöSZL)]sRFITx_E"1HΈAd* !gk4gcr#}Тp"A#>oqF>h_T]zM$ w$NO L 4^W! sW Zb [31Ym[zfYLH&L<嶆Α(p :#;*3{K-Δ% TBl&Ƚeϔ2N_^hz@'p2Ոꃎ#.\?ƥcla)K5֔d "~?ȣ={R#綧}BVxMoF}Vo9Q8Mq/;͆qU^ޱu> Efm5b#9;Z |5H؟n}Tg(hXCW:N]/{1 R&BT\6Oz:Mߛ-e:>־t jJnaZ+!}frof,pexE_4O-Ƭ]4Į8+a09 aǜx'BKG%taUn ǧ(ZLM9!c9KHlt*Y?NN_xmOo\\ M$FAFr[cOXךXA9 VWlo'H&] ȐT sސ/"F"3CՃp=7dm1x,`E W_hXrgZ\WK# JRغ;7\f3Imi|{cUT;vWo$LQCDͺ۶,"Qq ~ZlψUhc&m\Cƾ >8&K{HQD/;qBW?1ޮ?(<"UZzb2!SMR SMQ`V*yDߖc %R7!$8cMm\WӾHǻh.MNfsrjw%\G{qZϴ 2/S |Iv99; fMzg:2)Smڒ, 4ye*CB#+3>"QpK k$iAPkOF[M.eKJZ 0t"/+}ǃsSm3~56n^)C JQ3U:xPRqP{ M DF\/Z@ln.5+L*ut &eZ&iAQoL'DyIw)ZjՐtʜdWoyxrG2HhDcw]m{ |+Uؼ>0V!SUTD/XmN]8N+/9PkCPg>1"I0_F2ͫ:N>\!3-ۛ#yΚqBnelZۿU8EKI 5+ KVTjfU(>̰2ˠ5p.M{"zЪ0XMX;(j1ݳd~Qhj?2Fu(V_,Ս׆ʯݷgLvte$[4"onS~ ȕcI\9cσ}GAS.Zۇ6,<ȓmN5 e[miIŰfʶε@䊹E-b499|vyٺ'k(DGܞDaE})!ʠ>zs `$ޠn\0dP_#Zβ?q+?<}ԝ5Eʎoya>`.iWr9V'&< +bPb@zQ<}B+GRQt 0̽}G%^}o jhQRqWL9EdmA.$->$̩(ȇfkQd摝^5|K!Nq; ꩩz~pZ&ln4s_d'\?uBrS)ŗ)]7l1rX>&DC3= uM#6f?!OHW]({ż\?gṱ (LϵȜ60O6M{\y.j*ġ(Iܘէ}9: Csjo% 8 |ѭ9ф{-[笻T"U勺y ʈR z&l7e}\WzfP`ΧhN4~#OGnbظ(|Sf9h&/3!G㨉5Ik=n2bkj0P*tqޥ8muԴ<+qgw3eA$s.1i|)AM[)GQ^K)agPЈR9v*8}#v@q)]`WPs@p=ipvSS6_X4vJ4$?y/H$ qQ7T2GÉ]~ݴ#pŜ;N[Of r}Mukй+/xO^B+"yU\`= og{ 3 2!H/SMMV7%)J`? <5G?+|Fr_jW=sDlZIg007qn+W+s8(Ʌ?idUѻ4''\<7h>D3XK|ݬh"ݕLk ɹE}A"}` ʄЧ([@ юxh-)D1z:,ʞᨱH4okpK r *e@.}TrQ:ŠT,=@oˢ)&ueoɓ;<w͠#~30w,Th,y= iBSU el| 67 LIVo\P2 x1)B];?uʈ`DsVcUք4delvFj 9!HZ36Pb)ɄOČm)9D!5(5$ MіCV]^1O |!߳]:ϿLN0:+[\^.b.t/"XIHT8<(b2ͮ8gBW]Lj }9X6 Z52yspN/MnH^HRl$N`?+*2gk$'+Jo,9Yd.@K̂Gg!~*bqS*TV@' (Ep^.>4@f 7e/^k/!+ViV8m--=l4(p48RةHk]eLxK3ĎAG#jl,/e`1&7* k|N"@)?6%GK[Mô3Ko8qȅF/ML_ g/:V=B%}G(]Iy(F&&M DLQ`wݵ,[Ӷs>Tڳ!\Y:󲝐y2vfES,&>mif3Tcᰧ jcHIIxf!ѻ~9K~T=l|CP94@LwQ J 3+IUS|P7F:7fA @ *u5@@ͮGUo9. ~s%-a|/zIrVw!2jѨI,ovO|k{Um/ [7alk3qMn>"߷F1Fwݰ|='g[Ca.} k~eD!vҴ z&`?HwiIO#x)շ ~,`9ÝKS?8J$P(~BZ s U+.RWPzmfQ N7,\<5j)& L,ӊߎ|n-d ђ—a2QjjS=4GD.r@ ,'[frIwP.EBY[(L5aBUfRa.W1R;aދaὡȑ΂fEuHN.R)^ℤ=oc8af[&adCᙥ\~`Ȭyd8%qe-GԗN; ϕS%А9?߱UTR{DyDakg#Jg%0l}Jv}́H׏Ѫ@ j&劑J'Vͤ`d㵛A:&Ms9GtLYa؜E ~yɼ:u7^|¡P 53y֑JGGζ#\ #t\l+1I7i#z2WPPQ:?x҂O9sPbX9B*b oMű+bz-^  o3+{ZOpjئO1?;1p:lRCZϔqd@B6؉vj%ӚQ4)Lok9ηI 9&ʳMݐFI8Ж0Ȯ&@qp Yy6a'[!f Qu Y2jZH'РuQ/jub;-)|ǐYP;͑p Q2]oǟn'e5T)#LT T;!%K}k*nH vbDUqU/ƋOg#gn C"k 溮Qȣ<)Xv7iە<=@V$yg}E̢Xx Ϧ,!Jջ<2oK|\\ʱqb-W`6mYيˣ pQWE!Em5,nKʐvƾp=6G(0Dv I \KtfҰ"H3Iˠ/|&9K-3:|'5)֔ctޓh7ƣW>!c8ryՕRVϡ0D4B2P<q[J d~ҽݪs]Ȋ==Dh΄\7aѥ1_􈓐o;{1NV P$@s~mjgfaOYCkrD.[}PS^BǙuy,㎌#z.~cJXQc+E"_#H5FX G$w2'#b "<t)-m(\ F}U>%m7] >δU ?M :kÊ&2W@)I.`3A|+Mt^_Z[' y[JGx[2 s@n~sW8 `iB, =ffL =:n;[ "V .u{~=oQq\i8kۍiX*pt>_f;zM9 ӧS+ˀy_z+mt h]V%8= sUv ڌ_uk783Zbw3/ї@Gm;JWRh]uψ( SfL%wU}FN#m+ۣ|2<1~zop$gqդ:Epv&枾D;F!au0T|MEQAAx_˽.Vg‘K~ǢJZ8e-c^0dQxEd~g(oSc_  eߜ΁IuG{*c(LL FNJ` n\P~Ӈ+O2f .BI՘Dl B$@fWV",૷#,%H52X Llzx2FHw~oDF> %_y| I&p;o7qZ~^^H@c31М9 l܇a=,ZWvs@ɵ/XL? T?[W)tT'uw bCln`BKT<;+V-ԁ+j酁]pd4W{B0R X' &mu2 lsS!ETR : &N<.eVYz[*5aoR!ݶOM,XJF 1Iš!vd'N*ҸL`59wJ NAdr:.Y)v9{THfcƞ)J4-w9XKFLƶ2H J$;%C=p,Dž]|5ǛiuAKI,[ /!>G$BNj9^AuՑ ~G]nE&܀ʞenPckKi~f 3- uz̤ ˌ9ww%b1ycKd0ZkIkq f̶lgW.G$́"0h%a^O~f@)gZ#N);~ѻ@q yD>P |Y+  &|sE|eD C&~BKp_J շ>?s*DI _M ; Pm5yۄ&dwD:%iUџ5UW{֪E CnħQ ')*WԨVbM=N_bh:|`;)_)%IAvEY>1Ś^3cE#’8`z(iIѪK_xH%RCQwLVKŐkKnTMRɷ/`+?UȎch9XԮATn щUZ̞byY[tw~6@ptmo}VztMi."OuU;k"%ҥ`Ɍ:s cu6f1ZhA}jh@Y.; i0~sw|WGoyap[*xU/Wչ)+Bn-(Ì[ _o|h޽U<[~֘[F' bi)@9'gߝY68.SXn@oϕM/xcy+:}x/gY,1;j0Wˏ:aIeW1 g>ss ̢AL}XD˳)O,#?kՊ22aQ ]ZVW넭R9ikYE'sd4muz[>]SJ܀ek(ye߉Zne/D ye) B~E!]u2kM6Hn:tɈd?H>=˜rǧϐ3n%l+_.m֫2CH_%I;u IZFyI- €qQ`ݨZy/L PzOZeMj ih`V.i[iy䕨Q~lܛR߅f2R#u[M"|0 2+t0񚇵9aH;ni*?n͙ z]l0m6}B4ȕ0:zlȬHaJ7\"5Qѐ.^3`K(5`m(H>ɴTvIg E({YmIz|65M:npY∼\p@+s(^K:k%jºסհY !v{7MtNXK1 ;qbdP"bh-8`X5 ܦx+DؓK[[TKMWj&T1 ;-I/PJ{:WHwӯ]Ц/W弋(Lu{D{6GxAOAH؃'lA$YM]bҷ0qxf0/ݜ_N%f o!JLhQS>~'M>zLOU+hb9, 2ƮO¹1s$]0"2wN֗2ZBL[4Ȍ{]OxSJץW)%HЀ]x܆!9lP_dx 7-K;)qZ BL- % ؜:?iMvX s\$;>:!髴YVC +}wwc&rN߃+8EǪo<-EȭNfWD+Y:֝epgO?݁Ch˹mpl*'77ᖼ~N6 /6@@sR{ˤ( vC,גˉ!Hl? A5Ẁ*@ܗ@IQ̯ބo#ur#a3Sڻj j:X^`=2-V) }2 c'>[`\͜@қLl& :s"xNJ/$OZM}Fd'j?W"x.vh_a6t`̙!#UצzB&<׆*[=1_ѫݨ}KߏϹEjӪxẓj]OvF{%b=Q+XOֵ m5H )k|ŤD<9pȿ-ym>1BXoV\GVYO2w;RZ߀`bIQ?BjPl6mT߻ "e9hy:wܿ课֎gv`T} %41!H)㋞_Ur 5t188¾A0܀%unJ+p+E2nZy_-_XLNo/P.X!RgA0&~?B6_)b$w0<$V%9 dO9rMS(Er4mukkrD&3+ b0ChX 8L1zP3~I9urnS3 mܭ4f>e)'or57vqY^~f%2Hb-9P1URmf. Nj V#_@ q8.dd\ֺkhE<+|T5WV0 @7K&m1 q{'Y&eŮ 9j d|'ݭ{~RkLv̋}3w6v|^9}2\c3SI < OР^0I,LY<+ڏHF0Yz'Ni1Oە(|lqAyEQ$Z?ٹL^]$X;t1]ـp6` @{_T:t *{٭X[aw +ukt-A!thp˴EӂPAV_5|c9U힔9uX8 wxB.^뤄zG-yW[]E qhEyc^`[I2c۞.I~@lr䡌):W.0mޥ3>iphW9ɒ烶N*+!{;[G;_mz8 zJԌ8a fCNX;kUքGCz! hKs/y(zDGh+ش(CR«j X&̴7 x9[Q 3\G;YHʝ싂j)Z7}6hV5QTJQ=FWL^ Ã{A4=- VƖ 375!1[.͊=7l~c9TRgZ  J98rAfFl#S<\^Sr rs[?n.ϿOhGU#=tF69"N6nC,bL^] O5BsƴnT!?_V\f^Ku^!XYѲs;1 ~۵ 2 45Q{k3ۭ^[Yӹ|n%.+RXͼ2:H)= M:i(Po8yZU X"D[gDOE+ϫWUNF)K3Ӄ/(VðsMY_:eggЯ'QBCNw !]:~zלOD;a: 8,.UI}j4ЛAm?̪2 /Sao n"1n# - Qx`5ww4B!j %~Mr:9.[\ 1We7Yt_R-L3u IVIv@[qiWVRZZ >X㢋 6A!M"bI-SqᏮʓa#{r{M3=p0>%ǐ Ѽ~JHv \S<9\l!6-s"S,R _u(~ǜ1yөoNf͂ pلe#?I)4%}UXiw' ݣqq+ V.Lkx2Fv!cGp[.&|޾8;_@'tq0>P/`|M ]wl|Qp<@]M|ufU;$I(}.D/FHUr'wr~ r9YYfL3~  Ym, bE@"fFo݋$OML1-!;h!bu`(v[`*;\gl:i8꿖oLUu#-`?O@~>4 1/݊p>7=x RJlo[Mwv,glLԈ"Vp'G!#FHxV(r8t-0"}{#=rg 5OY8?&QENv^0dAŕx22_kj\[w3sxVl Lai윮A dxUѾi$BRTy0< (Ii6cGyL_>*@_O9WP {s UW!9mɨNTU~E>VbO њ\UBws-Y TvTq&&Hj|sjI=~O,㙼 XrEbiMXka0VQgqo^D*(VЭU5 þJz '`7+9ps؎yD"\k>ݺ刭(zظ/|Ts"Y 8X4zӮRRk'ݣYs,"7+OM"p Q#qM36q5ܼ$HϝT@%  m~ zƙ)2ķI5 կ}R]Jx:lٱt@+u+4IeQduZhfÝ!0S !M|Y(!l"\+}%!j̜ bjM: *;"*8 >|qv+7tآLVR_ OŽdxeguuv9ᢼW{m9Zq^e\hKĒj3\]k@uqyS=FNJGAlݕEK62pŎ i1%ó㝎_ݰ34G桮zqG3:o_X t ;J Aej,KJॺȐ*t^UU ,kS"MAnF<YwY\T\ UkzJ +x_>!H۩k 97XI\AP!pB-AldY1}~OE41]Wd &$\G뭈QYYىyn.{^X;.ULØR4zuzPbz&]ĭot),>@'։\ީpn3K-T߾Z=j`U,qF!b 2Yyv :|=&1m-7D=!m-?-yKbf&_/~0rL*V8$zNlߴ$30 όXJغ;^wo'l+4KFdЧ%v#{nӮ#V8NuҵzUxmM1j`F>#ɯ nEk\5]Sօ0: =:|"5o,  l4$c߳2إ7ހ:eB7qɓ8v*M0ݯ~Tet|_b.&RFb*%TVxzU_")mJ_!dl0hk׌+Jhۧ2{@uaZ ͷEE?wOt*ҝ<6O(tȰ^uh%G5l*Sy w?,'f{Z]?lF= Ֆ@Dz YʕboC[oAK+Iv醕%CDN/.3_^:w$sB8YY s- n<$cmUQ.:81#D-5TK˷'Hcҟ ǐcBCwF7l- #0j3'RNSG`qJ$-'h×rp(;BӲ3w&K܍Etl"h3*#-7V㯝 r͔ qBI=e"^qglc0KܙOWW $Ժ84X4~tW6ߛ(nhe{bG˝SQ~r'L^NG^$klDi°y:>d hEk_q<ϹjFN@Qw&FZXXfS'!ǿc% }I@t0v; z&:Kz3_p]SVƊehעdޣ$ǗฆC=vDfUׯ*TѺhtgпQ4#X О 4WDBR_"RTՅ,Ӹ7rEoby0@RܪC#Aa8cTa/Yp nl8Y%!:9#44ė=[1/ W,sGr]+)r9*yvĉ9&;E^pD`%vdcG>Ј J{*:|-CNDIMHξ\ڃo"Lo^wl%{un7C .=|x.0vr;4ul#D|L| 充s͏,P)SNq+wp ī+_2vVv{ w :J*QTβSӸo%ܽV`I55lFpcQJKu ;@; .6j_ +cZ`TһkfjQM͉8w)z;9mi,.dH Y`?2_wCN'F],OR Rf|1^LF&ꘁ :?mlHkzT+Mu8xlsaN4^'SS3.t0h&,*jy"GwJSPqh3?gedH2K̈Tc6=~f<C]HqJݣa|Mł uol?v^ 'd:E~nLhs|ڨd0] PvC = t۶fSQ$=oYaΌcr.X%؜Vsyc+Mwy8&wIPG8<)6ʸz9Fqx8ob#BXnKX.u¾+^:y<(wd#hv-p)4cón1 ώk/=8whY܆k|zɛ{`0i`Ha hB-r[>bKQV@U3~^ HlRE쮆FZ%Y ~ 1PcyIV{ZGPĝn?\e4xD|(ݤnYMHbׯ TV-Fi 8 _ &/:oI"L{p$E\44= [r6׺#y7ܡd$4h< 71s0~+v0X}ozv"e n6sj.Hbv{_@9=\LdN:ԘH[5JTsiw]rS&~ܞiVfS,f3zu?.X5c=_rh56@kk!.h fL73Rk' Ox$fp'tRot*jehaqN)TEkG1ÍBx,̏oot[=}z]m%RAhs8GJ0$uozI8uMzw QK[$8ZШcIbBm̤n$j[oC_Jzoۯ B_yQ~ZH x[㔠 sÓ2ڹz_bH=acabKP_ao=i]5QĖy lL,##_mf/ʼnQ07ez~hRg[!%Gm1F Wfnzih.F 2"5^|eV?,%Wn) :Z CjV3bay걠X^ Xs~g|*0'+rO #R`- 97<"62؇K2g8xun|cx.bRz襺czO{}EO7fb Yo;Ev'63{iB, ՚(a QĞܸ*77h)N 'VyAAKϋZ| Iyhe Epe*bRN"X}}ExQ:G9nx 4&mSl|5 &`f"?f^GD-b3 "9B ]<-NZhh>&͋q#OI(OQtO_^3ʫmp*c791EG{D6 2.S4w;x~{y޽)Qw8.zڐC%1`T[a9Mv ;KZtyQU6PAHP뽂1Zm%[@fzNRc!KbSj;dqmRylGJgy:ndvME4LIşri9؎UUWi;;guɜBV]}1ڍܟ/!OPv5O%6rJ6cWwTw?5bQ=)aɩ 7%KIQeT5Ɉ֪%${D!+5zx/FҷG4 WZѸ&s m%_nJ}<:ƀ'ɢ"3SKܩSϢv-cם砾5~ p$GRn:ClfJ wPYŒhC^ȷ5MOqܚQ0cSV@X7^̬lg{;ь9),/=Q*|'4?h=vzLB!'`K 8Oá?-` %FI{?9@L+ʛ^;{3Dp JQ@ 햢v~ݪj(Q'Uyb?H W[xn*ώӰ2OGY5 xgcmw:OMa$qȨ:!75.&y]Ts}^;hyQBS4v;4L](]c ux7C88{TJ]Q_qcF'o%R5ngYkiww](PjmG0qFRh])m~6&}eβ|+kσTlrv;%+j*?b]G<W$i<ik=Y\?s*;BliOB$k?c> ׊gǼ6 8%iC`߱ dӋStQR\FROGX(XsO}5%/둴4ÿ fޏJ9X``ud%vwwrTi00Pї5H U3,Yh"- _ Ã`@f1pL S/)h*2:|g2mrmSN`ڑ .#A$d{,YHE!ݫbvAZh*#+X$o׽ 10Fj9&mV`n?d:@o d8Kt-\Zh2HV|gE?BGR+xjNeD_<0o]w-. 22+TGv'"Q>p!L@`&]q,ʺD4`H&2ݞݍW zWۇ\j \Vѡj3=7PHE,c"I] %GgfiP^ZU|Zp3zʧm\wG˪baR |PvF]0c% dYDc)Ў_zx3pC[lےpֻO ,]Ӹn0ZLx51NpM~s fg_07 VS O*zHC;p؛K՜jM*Fiz6vxCɌVHk 1np@P2~yƢ|&u&${.&shAP˂#{TD)}X$s '/zMT0 ]N7U%~WKJAp䳧%lI5_A7Ƙ;D k x?5SB߷O_|2ѵzeX,'=RyYlD,kgƓ^N'sy8|A' lp[áL=R3#H2Y6⋁cWjzf4e4e >͎ZM %4LG^U@!gUYz>()?s'kʪ0hJ_yg]>7"lpϪDcT$gavda؀D)01jSauxmO'W2g^$ep Ds2J?Xˊ^qZ _3z'{DGTRd6U ]=%* 9ʭgUAcȱ騊Kc~\ZLWjnY]Ip70͜mO1^݋Cp._hD,VrT^ۀtn m1[rM)cΝh0sJegYT'ߨF.adr"k^a p3Ah6y{^4yE9iad^LDnPWFLsi KթfK<-«tu/>x?bG-fM* ΜXQ9Y)DI)WUu*_V$dyQ]g#_o?}+38C}ܡH"T@D48Nͥ5X`B_rESiy.<䑊UY vۼ$Y~Lp֧ӓ} WA8&ߐ>;Rh@^P: sm #)"3%C9YsN8`sZ&l "9,&K>,4~>.m*CEzw']=gnde(t]B"q^qlcSjN] Psf?#c! c^gMέa<$.4) J}=dwI\gڲi簻l,XFpg&Rhqe)}K~ ,6n #< aƾ@O| ՗XdD u3j"mcXC #ZicAU7Q%k |)+bآz+l9ZG -\[a͋rzɰi뮝3۬!K'_@XwzIo#Ѩ^QُlzQIEVݷbѾP>|#B,oR39pTΨ%M視:hm쵃)rNƈOXs#S~|7MH(2@3ʶ8,zU{g nsVcKw4[76lMHmVnIl0jQIx^~ԔTRȾY$BQC7S+}rQAB}gV yL8=q`6^ĻthɝMŠ =1Z#1Re0N!̆Ky8ôY OYstz6?+J`Oaͫa{^ZE{{SZC]5\]ijRXnSEs`(@rx :@0hOuUc8ޠNhIfd௷b*2w>2᪜,ŢXބ>(Dڭ rx[ G [gD-FaUˎ`J bXC%#1'/hLx+/EmkIgvmb(=Ȱ#c}E얱Vr9S0@ "݁h?:&K#F_cMhMD>)ӌ}&%R^ ;A&gcdv+({Ȇ>3 YZ