open-vm-tools-13.0.10-150600.3.24.1<>,imp9|;s~[^ lҜ6nxZ.RV}N{[^'Iӛ^IKuZ7X*g̢.GzQa׭lTSeNH>'g`[V41 }»uf~QD}[%ϑW*ꀒ5o=ܰZQ/rBMq1dqiҼi>AF@^Jd~4؅X>R6?6d & AHLX\u & u}} } }  } 9} :p}}AFAt}ChD2E2JW2(J8J{9L{:U^{=>? @BF4GL}H @}I 4}X Y Z @[ D\ L}]@}^U#bcdLeQfTlVul}v`#w-}x/}y1z585H5L5T5X5\5w5|555555Copen-vm-tools13.0.10150600.3.24.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 guestimh02-armsrv1+h SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-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큤AiYibiYiYiYiYiYiYiYiYibibiXiXiXiXiXiXiXiXiXiXiXiXiXigiYigigigigigigigigigigigibibWl,`Ԝibi\i^icigigidigigigigigigigigigigibibiiiq iq iq i iiiq iXiXiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYiaiXiXiXiaiYibbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e17b3d8f490c52900506908f1715702c92853b764f913837a3a827326aa66faf9a2d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0a5e73a94a9d884af59b492764e81429c65ea03c0d34f34ffd4dc429c399d56d1798e21b2b47bb18b88a503f95be5569678d741da615029324670b6ebf5e1f39ce42fc4c2e8a29a5c49a5ee11f1d5351d1c54fa0c050853887ae87bf3dde8442a27348b637fce40140268c665ea68eb113f8e490f238dfa2ddc460f84c6850e38c6fda8a346cb72b21c16002fdcdd4c17f0d97d3420fe9eef0c9ece3154109a5a136e5615cdbf07cdeb099a40ec1ea82dc9ae905f966835a3702cceb20d33ee780a5b4a4587b607aa13d8365e92ed7ef9c910a9e9be8f3226a97a29dde23292387bac52eeec6aed9314f38672a4c438b45c3136d60ffb5ec1639fd65c7f4c4a5af8eba087ba5f21d16676af84280fb4e75546a48bb31890a092ef86f338244a3d8a38ff007ffc558343eb3043475beeb2e2c20af659879ad18018cb66986830af7905b7995eadde11a76c601772c4db9aa033937a2fa06d842b8362bc1f9f2bcea764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a758a890a2345d9704475e05650a5b73cf87c5c248709ae5f097fc89d7e7eb6db1f1fd4c6f3678fc307a9b027c5af8c605fd99d627c94b2fbd39d00cdaafd9a2879ee1bdbd7d975d9329f237d1dd7802bb83988f564f55035008097b118d2a53a244985b13b4cee7cc679e43ab1ac5708bd5a5167b16fe13bd1c82322eb4f975416be4ce2319750ce325e1c9817bbdc7c3d24a0c288563ca7ce9d3ca829d7479028efd715ce157b9bc40ad0a966b8cb61084b8fff1ce19f725f160a4efe4ef739477a995692050e62255a491b7973cd0e2b6ea013eb31f216436692532d920378a0c3a19dfd0724d709224f93963a4bd58d4df6ebec6f59221ba6015a277003ac950f276b240432d7af608ac1b73702bc072955091eb79423f20c28df731a40349a1c81a4eb3c3356602eda58245424469ee569ff8fcbe5b4128459011802735a2ac5779f1680718b6c38cabf97f6f203039b99a42902f3534045ab8a888c9e5452e8c6567dc0030ba530e22dbc37a94f65f8d013f2529e40d154956757dafd1465b2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a32248e887cbe00b11e645bedbd2f78bb1887381cf2382a734075238cb0dcb0dc47b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.10-150600.3.24.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.10-150600.3.24.113.0.10-150600.3.24.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3ixhhҋhUM@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@opensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comkallan@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 13.0.10 based on build 25056151: (boo#1257357): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.10 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.10 release. This is primarily a maintenance release that addresses a fix. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to handle a new cloud-init error code that signals a recoverable error and allow cloud-init to finish running. For a more complete description of what's new in this release, see the What's New and Resolved Issues sections of the Release Notes.- Update to open-vm-tools 13.0.5 based on build 24915695. (boo#1250692): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.5 release. This is primarily a maintenance release that addresses a security issue. This release resolves and includes the patch for CVE-2025-41244. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0015. A patch to address CVE-2025-41244 on earlier open-vm-tools releases is provided to the Linux community at CVE-2025-41244.patch. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to use "systemctl reboot", if available. For a more complete list of issues addressed in this release, see the What's New and Resolved Issues section of the Release Notes. - Drop patch now contained in 13.0.5: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch CVE-2025-41244-1240-1300-SDMP.patch- Fix (bsc#1250373 (CVE-2025-41244) - VUL-0: contains a local privilege escalation vulnerability. + Add patch: - CVE-2025-41244-1240-1300-SDMP.patch- 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-armsrv1 1770196589  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.10-150600.3.24.113.0.10-150600.3.24.113.0.10-150600.3.24.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:42569/SUSE_SLE-15-SP6_Update/e1adf95219bdf8dd085de287755c232d-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=62c30504e856a12ce1a60236772de22aaa0cb5e4, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7e50e9df7f6f9ef32706c68d51d601acc090dcd6, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b909036944fcb1ac3db71eff46754c192fbc3833, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=176ee4b9b3623d0ed3c7044838fae19f1f420c43, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e8f7dd8f53eb9292410d11b1d065d4506f76901d, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=86bb45290271dc93ab53a5693f92773d03ea16ed, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=658adb15b142555c5a51e2572b8a1101aac54312, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6d45beace8200f01b54c94a0924d9f638002eb89, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1c574dd2bdd03ceac39f1a57bfb4521eb293b5a2, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f755796aedf70ed19ba02d9d7124dc4327033b21, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=277338a7ccc07923a71fe12f4eef92ed0f9da8d6, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6c764deb757663d46095bfa919fa822af836c48e, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87aad04c00fe302c6124e8aa08ab842a665540e6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f686457200942c96c2363705ba5c54fd5224ecd3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3965d381767cf31996d59611922f02f1f383a03c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc4e6f7b55a348a179d936f322ec2076afddd19b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3cb21518ef35a88b90665d5cc591e31f538b2381, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=305f817a1a2f10f02d2f970cfc0862f8718bc5c5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5869bf5817331f1c6dc37918fcc5ea68ffff34e4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a331218e9aed5a2c11f049a14f5249776343789, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a43a6facaa63b36d6c37da66f61ff8e64afbd8bd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fca3fb1b6f5bb3c2b88ab881ac07619072fd8577, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d02adca1682173830500f1dae0a488d3aa8bc42d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f89c908d56c6bb25e2d8bff82934393e66c2d10f, 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 RRRu)tqWj/l)Nsystemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-88f89bde934f81a233de2d0ef63758a9ee26ec5f26f86eca4f01ddde43ae92fb9?7zXZ !t/]"k%GN'UN#i mIּo8kK!dsHxW|bּͼ4ūfA[QxMaйXΘw uᔀ誊SB HbhS*\/]X JihKSMA7` dQ,JsʭBJ5fADTn[ x>[@p`xgHݭ;ˆ%ˋv q&g%WP"m}))|{msF-_o 7bQČ&O;޳~ߨl/䩏Ԫlx0àBgIM9s x4nV5 LKޮ-NN>DĽ~Z?oh5ͧyuUP5ؔ%2u&;gUE "䰲&p#n9d삼ʂ]֘ڷ]a9[N)5+n-cd~^-ow,lݪQY(5K'>1R c{:˴88YUkWpW^֐4iN3 a`uz ʽS,2z]6 ?'Z 9 k*7[~)A0K){kп˒mE ςXY??+Z ʴ%ҘngwC&0ŲVp#9,D?@Ϩ ;`kr '(я/5t }@ߑ8E-}VVy[klƏ=η $b$vCv7`ZZ;;L#SO T L>'?,A(%t3 Ǐ!b˳p҉pPH Y~PݘAjsM#ylw#-ZrcXձ{c`VJijrooXmSGYG-DB'@_RUE-0h}OKJVIDWf_.kl&bKͽW#RH}c_P&J 's!H D1b{*g3_oh~4#먧ԓ!; ֖E "C`~,M {n@ lq 2Aڵ Oz|LCc /#>̇$UްQm+0 z҅bťXOꤔ<v6u|t/*b =@?3e>ਁO|ĂGOT B\6`Kt ;(;_5 ޱ[ijv,O_+yu=w`]˫4X=C3IPh A ɋO))8щN!-40T\ ,˃6lX4I:8 0&:)L|I½R/pO~ #,'h+%dmhKj[:uC!3/Cj}\7֥=ءG9?U">]jkprVmf)k[e]^1A3]sGuNK@12K+irM`;Y$%-"`Z Ք"8zbgr\Ω0- KxqF˽l/dݚAURLT̙ab'6}lAo],b1c>1#:p$S|G0.l)iLgJWޛiRlB"e"ZYBJ0v:fQ1״=dԬ֣tL2.)q|@WhJ̤<49@&P}9rryVؓf ܑr$k*u)1`Awb&'.5po^[ú%}B6ANI)łNǛlkd^kWx>-"⒕|Aݥ'9$C1Csps4=f__᱐hIZG>{ \cXΫlYݤƄBt1"TpXJl`\REM"jrq!D^weh.?Yr= FIaUf ]膂D>X)kbˏ9?c^mx."=CE)D$z% ~ QoZeL 6P:!z 8<26[uw0o'R2$5W[z W犆!xW=|XTj`a"-Ȓ8JArgG&'\e7Fdj *z&=޵MWVELvc 8cFj7+yv&rKMxaƛ͆AƬ}Z  Yih)\OQ8\ڐ|xZ0օ`qRF-qN:G_;BGg2Hc̆6wĻ!\B_Uh d!\ NZ_jH D֪ 1IC*[㷊*Tcci{i YG(<MZz(d-8B7X 8_; ߜP*KT*͵ɒa2 F72:ޠ}R+$ ] >W4O G2DnLB&')S\{Gr /7"hSh7z n{+P1T@V qJ6;SAvbm@ɂA&Dn,BPoemUDXߪytЩ4&lZ 8vb?us'H+"Q8[:W$(-~9X1~e&f v-k I^dS#% ѺK;O4b"{*F -Ae[21uA NH%-7VenAm0ܐΰIgLz8JThNL K!{^MT0nDfrfk3Džs:Qsϭ~Ĕ÷e Q^3- XZ](6DASk 6pUOe^Slͥ iÅ32hyŚmbب]E-伥K~q;*Ԫp9J} ^:Krנ6Zڕ=Ox$,MP&݇\*ĉ" lF=s0ɢa9"׫.#_1| #:K^`Vl֚z3^ǰG?xϡmX &pBڑ z^t}\H5OrxhakDRbo{rDMmudO/'#H~WoyXf(DDi]>G`A#/Ea[j#6BF K+*Vm(1%IGa0JZaXu2[XM_?b@HUnLtUR"ƇeSҍgOc@/_ߍIeщ]aLޘR;=0,iƽqJ'a3+,3DsLcwe0 UpeW8R>.N_抦5WQsL# Rd&CZ/%3$wh@b$5@t |!?hRTSXD˙S98PV 4뷷6'o#ޟ8+ I×[D;} %/aVHwj'4X(wJzXzSNXKPvkrROO.]ggD .i?Q0x rբ@iF…tAi4{Yg=ksbLG ߾%(RCC [-QQV 9f=}k,NzLp>VcÈ}>X~4\ eRݒ:G,[G?TD6rP>LՋXލH@`Fq!ü\бg:u}N [%1-,;_EIVSV+<@\=V%57zZ+E.d(2a=f]!< {a^ngS3B9_zO'|ϴqi5ӿ5O1HoLduJ(芮yHgCCs2[zxV|z˯9<0|N=C['|Х6a>E"Ղr:sCv$"c-O2KcKk-ly}W[m`;K1ܙ ]^6UA!PX8jRbmhpyI.dv26HMLt֚p) gpHb#!>'4Н/$S؄3z>ơߖhF)laRjC6EM!TH8-mɉMp!7dÍf#!yB6@HQF][V͹I5N{̺ˤh#(HL ]%'ڐ0tHb"nb˕R}BSaS_ ~N]8Q4xEI G8m.}Vgn>#cp [1lb>{p1cfl3xjZ*y]7 ^n jX|۵1Pt5.*S;X/|YCzpgmt*5"GNJGNa>M&Ţ+84&bF[ >t2_sQA 1ᓡy6aLK&n90?/Ddw")N.yϤHx4޻q,Dͣ8 B F8EW.t9i6EM,9ã_('FVZ:XB=:i aMZZ]U$OZEjَ>SY'` (Ҝ ? Kny3ʼ֭2Ǐt\9Խlsa7w›#2%>H8nw̙;k1)ᳱR*{s)1x{軋_`{Yga^_(~JjG SganʦSGb1^pXLIE,%oͰ+ hE)*R F أ2xcوiȴmm-:щRU{=G&uȞ??RE!!gŸbF":~sh4=r?Je+iAf+D4^J;Sq͛a=d7!$]:| :-%6 Aط h^' 3Cû6azT(K;^jH_HG75@H?>PWI]HSUn?=&wX<~k$?7(@Acc. O6x}/4D8m+&V 0AbbCReG0E:ǝgw4Δ"w:DE_ |ҿz)]dl=q /IlDl1ȩUҊC]*7oopĮi]=zƂs.]4pp݇%8تܿq dٻV3{!J8nW7Cm?Xo9wC9BΩ(ҪwFB; ԧǂ\0zkLAlI!i57+Wt4쪭a'2>(һ=~"㴊[8QU߇JU+$jLD.}ܾXa:V/$EaLž vxҀpǙ:䵂q9_xcaazW ' l VĞPFQb/i]"i陡Մn9[E;R03akBYf<ܜ?LEzOH(5}cرh^ Ti>d MXEOSGDP >8rؿzzv=/9 JA+a+}MQA;ӄ'WQ#Q//VZr;BiKXC2U$=Ĥ8]z܊*e^&*>X h  }k@k.RU#-y"/3R۞1Nn{CdR\X2Q7N-[8&ȲL1 Dݻ1ޫ&Leq0W"Z>p:۲z!Aybuqd*ysL; e&4_'׀6[`~L% IԍrIOnsJم1qӤZ m晫Y/\Tʨ`kolqo^W;C\4e9>Hu̱elUW*ޝ]9!+m/c`P]^;5l~ֺt,}J;Tt_/J@U^{ !e2oUdN[B"=xx/(@ܲsn{()6#ؒp1y<~\_$_Ðb{ po'R+HuL0ZZ87 [)}t+(C"~N89T3"7yINͰ .%ExTf?2U|^X.V r1L#_i*\"RHeK, fZ;.n~r.\dMT,>E_rNW(}Օ} O !2Udc*rK zF\+I H2tH`9-;R.rX4!Z{B]M9&Dn;{/rߎZ)7qA FSME( W-/XqÚ ]B i(}پ' 5?Dܽ!hIP]Ы6$--yF#|;D2T-=WRwGe8)@F>´oʿ9(0JfHaG<ݺaہw O1qF9N>]\8Y^PóQ4 +#W n$o6w޴B ’Aڗ9q6a*4c[yqV]5/5Eݫڌ~?U|:ES&cC4tkHV}@[ H@FUrE'".[9(Aʡ赢 M#ŠV\-w]QHyl-UMUUf%A.*@SFǦp{5.)/z;`|H6 [A)2}x`'a%hRFx)( X21Qz7T2[VcȦ(.S^a}:oVAPJ X0zc MLE*XbV;yE0 #MLeM/핌09DK*!gP6S6fb!a0F.tL`{J9kۀCzMa b G3 tlopkmɧ"I?9p^̙=mdATHlVwQ?фT8&̷.WWtbuprE({XtoW`+OK7C^⼋lԟԀ2FNT$OvG҅<(KXx 堁*e& e0f~X_RӯJ~u;߀Ƙڽ>*A҄P\iVDS W.uIU&Q]h$PVphj LOGI2wu&ɽrΨMT8ZB^[EcOv`1e@tWwP;َSS+ ?}HZ5LwE|ͿrgD"o GD"lh ;!,GjjF* da# $i IOw>Xֺ[ӨB{-39z1ҜһKeSR~,z*$$ٴtF؟;@ 15X/IS<󆚗Z_+p=]G,0>2?du9 ǰ=k" '=fg{Ķ#U>ȧbK^ ;9tE!8?-Fob!eI!]#R#0:Ȏ&r\$Łz .MIҞ HN 8 W3pZUw"1tP=y@ڨ(et;FHRVq–C?aEP\XMs-J 33y6nZq35L}~fN yJFQhyfG"+t]N⛇`g!*#>$fܢb(iԽrQ^Q&וOݨѐ֕ i*$]EjA<<+VQx)>ЪlF1"RϘ%R< ^n=Gu+(B-.oQ.\p>1=>^f{4VSlM{sAV22Af@(e(A2;]-!+V+kT aag>~>sG~|ڠ_X^UJ_ww.`4}yVmk-*tnHVwV%sNu!l/?Dig#$573T+#BY~#vHn7ڏ"[7_`RhQ|tf1rH{ԙ"U = Q׽ l.CaO<ő2%%Eݹ*+ Ϧݳl&#TԊ΃IΒҝ};T%(\Q,C)~!/"9&xdt?05Ҥ5TKN.Xı~83d3(̽?2zCVyPy, /FRA@8$avXr+1PgF-Iw8j$(#<4=I-d╻V*$jnK̪Mhb3R[+xm6OwvW%,)S=ve#5$v-$}EF }k~BH=}{f= !j(\W/PV9g{&u(o9ORY/ L ԯ@@B_C { }]|aP!'<؂4,]/ n -]&B}D~)|1bwd_v)<^w &]lNGh=J@!eiQg+k^ZSe٪{oGШÎ4^l~WNiʍr:F'-T.(:KnVL+Sѓ|f8s0+> Ф^C?19h/~i 6Mͼ?(xZ۠`&a)9%Ou|&}[hfLtȖ=PsCwRO30Srop2uNF/5 e ǡ}<؋X 5^ D)SbalKOUJDKaKn#!OYFya!7H#Jig{ fo-@޳ܟa,U<0!>ԕ9 5?~wCdlS ٦킫Zau\#8kbz?x̒1wMs%00G({yb:C5" ]K.%sac9b;L zp-Q'-5YC7t<|u]#ϏwfzƵ㋮@]ԿMI㙝e>h~l>\2J9 Sfy9&8=fH !GmM<~P7{H $s$15E◻N( kF{7!Etx7[4#ɋ%f9 ٵðh,rݺl'8 Č:W\(^Vch_W?"[F,b pl4v^07|"*IzMhDHv*ӹGMl4= ՜ʵNɗMikRp0o«HD3`pBP.U}fp-QXHF&sUq(6Aw̽BƂDU6sX緎f ].`a^;n!GTi\5t%?mLڃ-.}5Q&-A ,Y"zXO1Iʘq~ݓk-UkC|[JQ5@m7}Rմ\_ٻ+h @9ygr~"> Qw,ZpaRD/+<wZFh{ =-%q-GO_qn\С) CNpHpy5: mNS51$Yc| '8tԓŐjjQdQ?)'ڹF>yz?lYF l(DEU||&B Y_*jLjַrޥ(>jy[J`ھٙM;WqX?<4}bMId.gjT~gwb\P-&W sR9|ߟX>pdzAkQ>U7f%յ֟<mwdBl/yM|ns184ݏgbD!^}?RơR~AtLN $*Q:WJL/ ȒV5]}jW~sklL=Z5W41 5gf:*I'$~#c?zOy:}w9(~OhjӸrXSzިdP(nW5AZۑf R$vġ8cN砥9* ≖(n6 [=ה8fJd0{Xw;'}Kr 2wz'.S#J".c|3Q]dr`)\W`x;𛹀*4bu{kV#p ^xϥkr]u_$N "!9g }Z{H4\_"_ʒxaSt3yli/m57$uleWhֱ IS;n54e%f{xŋDfNsWE7{|5ߩJ\#d~lftdl燐.G#eâaw_yH% \:IAlQ $yܟtV}G?2EWP `\2'FQT-]XgMIm˺Sk=^3%~TV2T*|J%<L@d!y 葊g4lH56; `V8JT8EL_J7 fQXh!~FF`G1r2x0K=O{q@hS &A1T/W޶+9d=EWJp5k2h!f3p VXB]~י,ɧ+(J2&nm'f bg1CsyC\#l=ow;F%Rߔ59^ZhѥK菍ܰQҗ!biFeN D@!}).x*Ǥw؅Xk5 :b} 0,GBL:G'dyLǜq6V ˞6mDU9|z#5=:"M!H?p>`6LCi-bJz`/6V#jf,z{.%_!j(LQ~^uD/5l,74zjŬ?aݦ -xB-t@d$[|CNA<~w&,c= Uqjh7(sl~ϢSа4 DaJzPBwm-rzVcs EWP3 WwgZPJ. h QRlF-bӃUeOAέW zEQN*t{-"dNBuvwwM_uQo5qk rEGM<8}^a&XS>Ud $FC]4ݻ΂Gsըٵ@[._3Fu6T C~O fQX^~e#ݿޙfNVhf<6syS{1&ᅤ >XM9`B ?^ % m=~ Vm4y90^ zܢƻ8YA4iA W`#B|_ ]cId;-_I%|q%'In!oQ9] yVXSWcL;[gPB\"%ݘ歪ub! c`pќ J7Ywu2'K(p6$N+ >F|x?vFL.*O5$2FINNDXG RONr ILNMGou]q&${0Yyj }DI@CڬC\ZYRh .?* :ARq(e2+$s*P.fly+.F㥓Su`YqklNL"=ߎHGs?xhZ%d{*aixgSgML+=|R5UbkP y= 4OBXJ\n\2ϐ?(`hnxr.|D+a|Q!z"@TG; G5$;``)tК u@Y)9K!e8ȗN7W9LxGn̲WؒExo0|dwz[i­c,Lmik ݭ,d(yZ hL\7b od^;% ξTzPwp/aG1h!KeB`C|(?>Ï}ΊI_Qɠ(zL*$]ew3orҹyH0s&ɲ۞xܺ "1kr}K.a}vdG Z 7'p2a|#ѼLQg`] 1 d+OJ)u4;˚L, w j7>=P sU clEb:=Mj-ηaIup[Fޛ+nI7?frϤH>q${.B UyQJ1N1E sbfu̡M6-שN^`gޕ3@)}J\~t@p_T9:VJt)7KHv^;O7HD7EҔCNeEa%Rm|0pňl)QjYLE/6פ6 @q݅ wjvf;X#RVD_lE: Tp镨9,5*hi2ĞLvc3v7&3a*x$b]p /Cu|l42-  QN+t*U4j1YOcI>󤁊eG.\DQ!ڇ 0\:eSa7'~e(ҀwΨet"H%g6bH˦O82A*Zr]:F/Sˀڌ(8.q\?\n.6*~UhⳆ[M ,>tr-[zU7QLxF3UUd播w~I:M\\I$v, Q0ʲM D/60*iyiT\_L3$aF%-0{}k{'87ACS2LZU©HAQ#~2qSWx}LoǺa0آ[*!XYG%a\BPH8[; :p\NRB}Ń=v6],Nwj})0 _dWc؂ܺ~rE%?WSImͶշNڛ G FBV2Å1:! ~h[>"Í؞l1!0>La9-RC͘fy-;uYC3d.eot}e'j̽D.:s<I;@ٟN Z150)T"%J;Q:.\^h1 ԰?j$uwڤ)?:AdOOjUZuX^ #o8Lw$g]tWd6 45T -)醒`mD&BkG~KZ~(\| ]9{d Z͜ěcAvH®X' =b3[al/lX%a)r8 ?M5҃m 4jH8O`h}%{MӁ'dB(iŤ1b;ꢤeO; xjB] Ա5Dΰ^zw؎R 'yÍvVR3=0iV8[MScPb燮Α,p\+EeI%tM$h,-.7El6mƖ`v'4[G] &6{˓! 5dʼnto$St%` )b`5=xK5G-\7kp j(vc*Ku46 ?m<!;vEISR܅|cIZ^J"ª`B? )Nvdw(KR ^oR;\ۢ7aޠ,Aqn%3z`r*֝i`:e.^c/v_JoIZ]=͙f3hjqÓIz0B< [@MS :Ny٪E ,0MpahDS{Kďד(]иf:.RL'W?lY7zDaݭJ>0eiOF MD?rAZ. ,_1"|b&GtDzUlKUҖR8kpsʆ m<$-cw_B% \Ԇ0E<o$Cwg%Ū=]s%?gJOy hN||j{$}SR!He88iMSLU@GS$,D\ ;b?,M==M;|tITN`h{;%ڠ[9oF2VЍ iW"5˕~EREeNRXq)%\CG3e|?hIwzƚ/Q5]P8a:,]۠0rޢv[xI:9qHN~Ks{>z|9x"IG`D/BiqcP3Wmmºw~s;KhAFySFu>ab{bTIWPXW\µ1f-7{n4(X b[U0Aê ̭NbcSGrĘ4X$E/28 LQB0UE/DlֱɁЩ$Nw<^64!v-d?JהI.R_09eAO4۹2G`q#OT\6;>M}s4VTZnj" +ϋZ9l]߀*1꬗ YKoqŽoWZ4JgbBt=|C)YjO8  Os\Tu%j򦕖dj~p:BX 3^Fۃ1>f_LJ_f*@.]}2p7sjeŝs> >9 r= sfE`VcF犧a3LPQ@v\a>"˖tXW?/G߸@%;8)Vg۾$@O Yd2&YLIr#SmP3LA'M4V92Ӽ%BZ\8>h*oCmb:Z-^8!y:JZ2 ×ֳ1S*]t^xP0*JAR`[zC{]z#r.U5O9~Vt{RRP!+ɋS̲^@,_I>c#Ü-!/cD41si=|Qq|/g6>Kmh. +k 3Zko|5,Vb<_pJ{B䫱}L&U(=4NQ@ hsx'"PB_ fi 7gV7LOJy0~ Hs si@|pa/ y]LRDH"nWtj bwy\Lǿ 5ɨ݄&b0-N>g6yTgeO[HqŰ?lmݰՋxyFc{ H[XK;T悥[O،u/v \bOUL(ԇ-X\\"30-/B#N<>Xѩ ٞr}L2}1Q-+JX,`Od4 PdNU9IA ӎy{5--w[jQ4b>.;('}U?HYI&rϰԒ )Ǫ tow=6&C kk}w]Ds?V5/#"!"23(/Q59.\Xp)/u`T8Y&AƏT}0d{M<С"F6Rdwz,P6|VK<1U:xJ$8GЍ? c% %jUMt讦uX)Ľoj#"?tQܡ9BuÌ6CVs*L~CdA /? G6ܤڋ@vH~GMU.}ǹ.Rp@*1E60~y0uPy -ū.5/ZZ603κ6K9B{w^Il97)7mFI'JD `%@>_ c\wY~&lsHÅt\T,96ה ,@QkvYq O[fPw&>[iZl?9pj`g᷎/2Z)UCrRn$S->wĂ)0s[Kh.BH k҆}JɱAZʑ7j\"nߦ]׌xǞ;ԬgήͷWCD RϏ}^p;x١(Ql:2\a v4k#No:fh_;ágK`9Sb=5WEU*C1m pBS6}u|^t+o؉I`VzݱY7yJ9?Iմ1IH03&f>OƆ9@ۓL5D&3t P5c -^Os*Oʾ1tC` g5뤑; .X'f1-Owm1/F,Yf@٣ {&Pvqc*n:Ô12!/ʺ .>k\صCG58bZMt^d: /T^ӣ~uXi9-,ZsF{QڳYcN_5af g@5qd\89y-iz6~z *U$=gtVPW`X .K+?{7&6J-y` RMG[g%G85a,g{Ar{$T\+<;M^"F!-Tne)kⳚ%)*9Z<EZDh<.P9^oPyq(v>Hw8b+q ]&IxTeO7OZs?eҬ2Hi{,̓@B#߫ht:9 EJ#/+\ht.AB=I7kjstP:"`YGчTA2.ən<iW=7aU$%ݜ7oa*qvP Q0=h(y^e{ɯ`ٸy^F3`Nu 5kiG.}nZ6كHK;_ `~]1'u=›Xn=wyG qf IЁmZ|QmA eޯQD?+ c* eNW8& ؘ,~1ْmѯ[20$ yh+}4p) f:&%(Qa: `ѷ"\҂ j.Ș8 & `:fF ÇVmȖf qAG_R=C>?;۷u|_-6̏Q;3egFtlni M:[/n .9%q%|6ē~;8pwZZfrn=kG>Av jkꕉ)v{ڷ"JI,8vᑲ&C[o'R4)؉Ҝ wY7xN* TlHIj8ĥFl'7>'ۚhKt4r\k/UF4Ғ 6*C7TRvBF2H1=!XqrKY[Mxbu|n| 4H$]1Fǯ8b]PfWކ4d(@;vPF!KV>ϚrƧcn=;^/x@1>@THp| SͿ !wp%_)!{f!Ǯ55Eeag=ZlC"HC2wQD# |5~5 <,a}O급=*7eb`qC_(u/DM밠/^݊[>|7-`I+%YqG0Π;JH^D}E/Ko*zp%'zS_̭" {Ld!yjC{Hg q9ʜl7AKw챶{!ãw : *tt.`H6£1]rtê?r\L%T4kKN)Brp~SfrYS0w<۱?w*ʂVT^ן!'Nd &s]G?Q8QDk0(iqOd$F^ q#2W,0.!fH!9 ; LiC U5Pp,b$ϋO'H?['=`V'~!\+{&VZc+u'nS 3 9`nKA/+f/y=%>wm. n1[=T놭:0+]0e@,M]?1(}аÃV?A:0åS|?0uLl ׆eBW˸Ew]=;Êw_#?/W(K5\0WY^UA\U~iv<cH*¤/Yd{On3͛"?7#|΢JHY2>Q_1IK nw.XWQ5bݬ77<_(kS:lye\_AjMngylѾy #µDʿS&[Idvh7>M{meA"A2htz3BVZԐmV0}P;bD jHAЗ)}ƘiIn#sVK3SB"{ti-Ԋ!ef d݀Q~]He6 sRpZo8nC8R _ڰSm83Z:A` 6B&ɲƩ:PU>Ç`\^GQAbg^_g9&FPc3_ʵH?jlat8، iZ8i-^\*7ңeDi@I$1ۻX'z k=mR) 3T~ywARvk!<ё؞wԟG`/,|={sfQ\'nrȤD%[ztչMA1 +2p\]7`^rr?(3Kre؀)4PF,8#h. k*<@^{h)LWz ̶_Z[Xñjq56kO~r1KwpZ)#Pi{N!wуjIx2T<}ɳkf߭|0()pR9T1Ņ3"]pLʡ?\wv?Y.g;oNKQ!TW%yGwϊ)TR n?zƿ"˹y_ؚD mDieęfd,q"ӗ>nj`T$SU}A/?5f r NAg``n0\xr[э1 kP/Iif)qyǦr/й=t. b/b(Ȁer߷< h:݁t+:6#J5ta4om@ނYYNj͑KVr 6.1$Ns%9F0) "4ZĎ`;%z%xDq;8зJ_? &kPxYYo%5eܘsBJbLY#zbYޒs)zC~ ^2iO]I^iN,ca1Af=U /*w"x ؑsVg@nSZVy䲪zԂ4cؚ=KpNW0CV-f{θ 5HExpG.YM3,e΃DIRMxzNm_T1Ǩ= =~Nw=`ø;PD=?Y _<*x80";yiRPOl() B.wJOÅYƬo|%? zn֭qu]һ?Ŭ*Ίʲǂv JZSOl8F"Jb38KsND п?ߧtpž 8P-]>%C.jZN',Ǭ ?ސ}WB >02{XJSDaX@}x@#{$}_\jbQ N_G=QzkEIzK֭l?fć^Lwg3,;[ KXdHx4sЃ|piPdq=/>R;Ռ3FeS:/FB*V3cC4ZM >Qo2efnӀ4}YcH 5tYБЦ9:,gmu(^U<-le&[zYHo wY/)*a#in>ՠ!4Y_ R=i{ST+'>/{ oi*${}Gcp_rR Ly^lW VXaPS#S3vE& ۛs8Vvۯ $7"K9G !/7O hDЂPQ(Cd> ޜFň}BEw[L9\kDܰa`MwYHh-|Jah| ()b $\XCLNvsHu,2иj0ܷϷMP B<CKYwaIj~ UsmSl^tU@c~P1ylYOvmS|$g^*^;y*#ATۃQe.)VbB2»lHVU0!.\dU=y](dj?[<%t5Me73pBX3(p32.ۦ7U~\ x&ruV{Ǟjs _F, ձ+$j/!KC F]ײfpޤѹ|#!XESj)Vy02j.㟓hJr LO ՘;rPqK.gD ne J R-Yx戌 vk\LXw0A39$i%]=j{xȞ:-GB%9 MW GøNMnCV "*?srV.J|èȲ[|xt KA!fzLSãtoQ3|IZ{ '+Յ #L(I4JorR}4^0p 9Y`Eqr H'S ,[02cOLhx#qϫ+ſ g)ְ&*u6AK]5C9`V;7S.LP1=I!,]ϸ)*u tQ"~T d.-@"sE.OT:ppTL?C0P0Q pφ#yMػz3SdO27ZKĺS%/$wR@B)!漺 ?Kg M^.Of~Cw2ծ>xPH:1L[*s/1z"D|M)~Ux_4e( W =|*txďGvKbP9fS`rE=R!#*aaRޖ|go< oj0! Cހ\!(^> ETF4)ǁ#-BO9,l[Q1x0c?=8T+d:y 4eW,WE4!;+ GvȒ>Fz3lr7'%))ceԞ8I_Su]D z?b C~λMJ\-䣼aN1X2w qr-JO>UX)c}5|w[;U bFĈM(x\Bv1^ALU#Xl8+F{oîM idSL5hXG<7";` Íz1tĬhG WEPJtw( (=߀(>҂(׭Q>k]akǐ|AC[m=ނe2b0Z Idę#(etIgY刺Mr*6@x^%u͟d|_W[[x ^Iz{G2q $ލ2pn`qCKWd`1P,*|oދuJl8ШDsjZx# X*@7c% 8Чp sWw`9Ը قbK(nf~$Q3E`rXjzdCrRAmIyy7Nr,NJemD2Й>(Pp"X[,lG45wkN޴{۬Gl'3/]tR6ŗӤ7PvgK()m^=5W4&3ay 7{lƘ5OZդ3dɤ?yXPS~ۑʭ]lfvDjig畟 `qXϴ4 S+,YKœ}lN Lcdfa g YzkAC uV<+ԇvIScPؾInBUW^s *A][m7R0# ɞ$@={X+b$jz|Uݮts7t_oJFy=r3/(#jI |q^rU CiK}&#S,wl@ Pr.~H2(%1Mw,EK? k_umK *lk󺘢^HCUqj[dZ99LdU~(5{ o$eT(X ﷽bZPb嬦[I +p$*Zg)wIs &-߭jc0CJ-Δ :r>i?Jڦ@/g?A@gDXkJKI^7~wzy_:^N Awm9LcQ,PP8AXnϊg bMIؤރоH_r%?^ 煗xeO?V';z3J%z/ӃRdHF( vkΓ?è<҇ nleh\MVƼ?@hh}˯Q"qΐϐe]Ug-`@^ٲZ˧* GadRq]hEO׎B j ­挬 E+O𾜈vm ^|jdA |T:_WWZIbr;^.IBZjr{T\ᱏ]@ hj-9yM›eW=NB>2Q{E@$aItx]?`^20 !Vs*Y tT?(٫B$&2; @J-?1B^ˣ>u*Ge\wEUxtv`F9hPZfp~6ٮ3߹MD@naL%"r-UcH>qd E=Dqþi"T|ecw}TQ/+O=[W,+4STzLL512!ughy<׼u:i.rSZXOVCP_KZg#+!ֻ2]C<)?Fl|IlX5k*9'ӈ%zcb,La'ȧ̿s*q(YOX. XJ HaN :s(R#xq AO]~D),2TހQ!*UM8Na6J9x %#j7f;ֺ]gM`dpA_Y?8y¡'5.EiӺ;3a06苒~Z-W U$)M\G/2&642v[4i/4ia:]|n E,U=X'6:+8{"MnE8߶Esjwۧe`(&^ @1жL{Ѐc8C <8LTNb;, ^Gh4p^9$>ֱ_v|}EpIÑ;\P"HIng=3|·U&cϞ4?G3_Kz2W˵;j ;_!7STas%ؠg ;V!we߉MS$2w*8](mЪ3D_Ȩ"X:03hsH79B.Y0ws}dogCМq4*ؙO.¥yYQ +oQp'X'F5[Xػ慈xK1`4 oD5.u`MЭ_Ú=Z4aZ$|Sϐ0@^5UW(= JxD~fw=˔IGg]2㋘z\{c+o8U<4MG]UL߯39V0St 6K~D VK#wX7u/RݺPn6tQ$/!i_ D W6, c> tկ7, (!Tm)08ZWU6PhƼ9mq*Ǻ4.Ϋuts]َ\Af!s-_W@f9ESf4Fk0y}"J #lnj?fBX%vys8̅,Lc@a:Jȡmr9Fmзo Wb|F 4J rWz 8gGl_b xC nzݣrMC߱JK|QRHySR6Gś,-iL _o ‚Z7C?#+ Ğ <&@nKͳu*$2}WwpQ7c2W~cpz5JC{ Hqv憓9 uNzZ >74hEC<߅=SB!4lsBv_RߔV^_Uo|Ʉm#F.4@<ʴ;s6WD̄h=7@@߭5ap;yJ?ЮG:ns\] ?"-B.īJCOnI@Cz&et x MIrKpˆ_-2$rh$nҬSL CtE\W]<9ؔv-ӏIoy%wum\ q,SXψ_.טd#~x5K P'alr|'ǘ*CI3y)( mftԈ@O7ԬLl}l + = , 'Ns\aIJF7^⼫ӕxqIE܅;-B\87>jZ"+5ZǀISk^^n\ !OجyS@>j}Co/NgYoQu#[iG]V]a+ t],͂8ԹD3F_eqN9ߍXpdzK? y$QWBYxY?=Ԗ XuZF7J` B.)A]o48«Bo[00qp?qx꿟ͫ3#a5bИ9'GP8펱-$zQy!?#29ab~HejW8)*`TBg1;DS @M Dnk cܐ%L44 f޸s-)x|pgO ^нd ]A~0碍܄S[a;W*$zPQ@9W^,q}{gVɮ yP7bڴQ/wy,uq#G.*6"&R?)ću]\^'`;L/>mt'R4G?αŝaM[dWkXb-eALV/cB#%Wݥ6#osw籼;x@ȿXFev*َJA,mO^'~HCVMk6frpMܛ \4߽rJGtr hLf ; <\_;x"$羧?auk=ku0s{2M=Q¯X1|~W(4~c\nx % mwD,0Fb1RGWD$MBgq&ݚ8b|٩s!f"/=}1DUEJٲl':g578etM? ʭEO}e Og]bsaQǛ<|3%Htpہ.4.)O8Ml/DW]ooɉG SwkHS݃@ b}>ZsJY]2Dǵ*T7v"D7XfcZ20|KkaW }̎=E-<eɮ[[!tbmL;r 9UowG-O01Z$~U3O~B#o aAb-"iWX;';-1?:qMG8s#W~%Jy 8pJ~ QFPAÊQ0oV؍U51>mMWX!ZSO֛P Z{a jӟjq4jg.1jtc|jY ʻ9`L64צ+p1a/'(h-F!$6NgV5.J*sZS6 G@ˣ[ T (&G]̱POV(G_ܼKx*@ ݌w&aܙaIP izp-cMBSVtj Hsu8)*u G^/<֋eq4|̼[+ 5KM#L8fK+o㝲u,w״d}ztU ~O׀`^n:8Zw!ǻM ?Bur[xߢ/LQ\uFTc%x9~8*]lI/lP 'O՛ _EDo!L7="Yr>I/IY~vde+mblO) DCUehm&D~p}1Zc-}3Mu:1"4cܦ֏` XQnh&1 oFLoNSOB_l8iԌ=yMOS' Y`[KȊ~:૙^#æ*dԷ_j\*{:2R\0Fj=!c?F&b̦"&Fȧ1]!XSf:=v T! ]~w9@WSV HS`ඃ/PF=s츄r6߬+hp=e Z|{b QdY満O DZh@=c~: >0YTT뭟Ftf8SFx_[[q($d3;wVavI#4G\ok1u1n(7q.!xdHQ! =ex!^{k 臞 Wȯ- Q#H&l "KO~jqhd,vVQК  RPcG}u'(pՀE8GN@[3$Xq TIŮxo;01U6'"WOXyX, Ŀf$> z]Y^/#k.@=uO8Kr <6Q7[$A|? >s%L18rNq<I=S@?1 2CۦB ]/t7ײa2ɋUΨ$_ gu elymJB.[Cto@5ku̐bL׮5[FqWP"rk> :*vBѳ`SSXqɉ~D;u7" Z{9eLڔ+ ڣy%߶Y_C'#6>$bZ-<  ZEslgQּ%yTwd$ri􉓯z2]'_/ϰd`J<j*^k=4z[H <}Ww+F:3CSi 8g|R@wU(W6[NNG/pUihY+br[k xc+LK:DRN:ȊVPZJ+ߋJ[r`/Vn5i2P'Ra|#^LXw7V 3a'r SYˠ)_R-'313^g"u2FDy_Z>Dڮ"3['4R 䭧8 B E\,v2ȌN娔z뛞vɸ8[^o%:b6bXTZs@P]قw} k;76L*!]d%hݐY*2f(>f UrOQQL=4b~ju-qc nت1h[>($w,M !";Uȋ7"TK&')zLm4@@fr=o@Fa%g lOtJ7 ua#6mJ6[b"s,H''m1TcM!.6w,pH z!q[8}=LBx bfCɾJcqz(¯"r40\`&:E][ܥHRŴ9,Ki_R.:QFXZ^2zVS~kMƯCVqiˌWWj;SR [f+~ s~[S3 KlHW6oCy`6w~ؒZ,`hsky?6ZwM3pJ IC冀'7 $m}d.JX~ƎWFP./nD" -ە]\bXAe/>:{#-" Z1˞ob3ǝ{KȨ!a\=hWyP-`+Û6w/ౕR %ޟ+8buzRm }ܡvU' @_"覹AgShA:o}&iTν @R ʸvctlA%?=fc|ɴ:@?b{=S1p ]SHq4>Y os# wg4.fu~*sj~"jɷ1k~L+d"CcgOϗrТ]е@({iY|XT>Р56+l"ںs"SG?q ; 'Amf3 z OmmR]Zu(3Gh&@=HKW!Ļ&0F p6 cFYfb+SÃk:Zl ~p^Ў,2oD[ӝ$Ϟ'!n015Au&%ZŗbBqI}X6n+Jn:DHQBt~hw24` .DBSʞ+o\ "?A2)>eʂ7c9Xtɔƽ r>ѷ]rm=ئf k T.0U=XgiʭU3`)-><2欜07" ׅϾOSs|lYGTT(CYŗ#xj# #Ѵ RqI=fMPcWPjRrmL9gd҇'eVqûB2*mGú3~_ž4jJrz]YK*P2+k}@Bwp^fYߦӀ1^ /{_{mI&&RyA$eN3Wڑ߯*:'Y+v  7!U9u!!5B_#4 vS"z]2Jw n@`!20;nR|,y{\GRw mC)S֋[ zw&<@iZ˨i)ǝ05ES}UwxRY@-\64O:X(4Ejn'ÅTP[oo4z[%ݖ_j^/OW2 -I5r|DBU0e^%RO  ?)(EWuE\_}_uKL ))N -zPp0abk@Z\s"G&Byy.?jxuRq*qqw9;d$z+!;2Nr%mdmO^q_<54AЌ.(Ke/d=rQmy;%85u Z=Q_LTU-&),ՅrLr[M}]VΠ 8XI]Jh B_ÎnkƬ:sV 4KrQB.3ɶ"9N:,m'}Ɖ: ֎7p1GPV GuG,ޫ3dwǠL)25d`@EdҐb9t3Z.sYy%X_C)yo2 jj*E5js=Hă騿M<⸁\W3 fP"T:9U5_HypVt>oYx]PnuQafYTh}; ΪMò6?#xMJ + Yc$(SpiD>>&p){)dR)Q3`ѩx,MpK'O'|X-3$$_rq7X hz@^%cb@(=j^oblBpzZ@n`aTJΩq)=*}\r'cg2 "so !^ +XÀ@Phrxz]zlfef9% Ս>s_S $е%>|<*E]eC OPTAV!jj}z1ϠMcEܢxis6`T-,#N9fϞ>qʪ,;o۩%h|s2N4elA4KQ M諧9 jloL}OҡBvkO>t{sfrcim%"شpӟ#(~pGt^TNK8V+uE'qU(NxnwÒv6(ٜHjkR8,:Ƌ ѭBw tX+Hȉ1F i-=i>y´f֯rѪ55yFYtOQJ SyhZ*~`Ƒ%Z!1Uݙ`fބWzqH4&ޔ фbj|"al JZ>2YSU{FD ug֓>C`];a9J/Pw ט??`(t' *b }cnPD_CAh^?]Bwi^#@Û2cОtK3\7de烤}vrr2:)r%KX>J@aΫ)j-hqCH}}w@r>TȈ0w,I e"{:J.e-$]49;Fʟ4ȫ3k83+ݍQ (XyOP wu\. 1\Gͳ.S\8VjP2b~}iH?%  ,.ېzqȊƀl۵. Ҩ["VS(xꨳS VcnmJܼl\!c80&R|[1_duNEiD <+'^i!5)N{rCz% ɠ^O‚ma'-Puэ ІIEt;~ue1Ekp1᳢1~~U&MAMkGas INfFH pWA8JLj-5`G=M=lay߽#xkܘ?dz(Qfj5۩;!bKZ )}s N)Μփk6"Gs1w'[)D@ V;fAYb Q̔'XZM8w|)Ue v'zс&ls۫޸ig԰T4bh#O*()=V%``l]9ޤ_t|oHU LP>dY ܰ!B1RK,~.7qG+J)0HQOuEGm_kˁ!eZ9 eK B$$>[ !-8#-6%挚n^ȳ$kg1=pv,&7؊T城^T jyuUmqՏljnb#¨hU߽b  8:皉F.GRX|ά|NwZlM|ɏ<Ԇ!"m“e>a@CkEK2!6}谭9Vd`БwRoo5$٫X_,Uȕ=H&Ǚ S#sl\DL6 m``tonQ‚Z Ka!\A K)cn!N^^K)`)&GkBU6ŵ=WDeCYC5.<+Ÿœ4e}jCjú^,Ѥ/'þb@Ze:2u.(C >ԙhK7b"? 5bfwF7Œƒx}jNx^):k2v+2jD/Fz_0:VOKu+W<<!^`=mК°d2[əgk&Glr4vQ:PӗiRqkڂdGs ڮT6MᅧJFKVPYG-A8+mT"SE_cѪ/J=|.iť~whxB$Gzr;[h*elbiX\&fEĬ)'(nb{X)9ձE|6.D2曮Ij_uAJw=i Ŋ_8M}~mhQo\ ˥x:^Z*%h >$a2ԔZLЂ{&=[޴+>8eݓ[ӸgX틎ִpV2gA1nupA Xk`4X>j"4%ګ﫼?ͻ}x/)x{,p9'g`Bpmwp s锆 AeQUL.j!3TK1l'łg+qn%Q@|eQ$vuew*9a-\'9%I~ĕǬٚAOS4efA0ޅ%5\ ud}I'6])5Gw|{މoC3QGtZ>83ט.}ܞTCP^FKs=%PeN"hU,wHv//(&V&zH*6 {"^2h%W.}-tBGfInB\ >8mPϛBN!Q S |]N6.k=,YZǜqIh|z(9 ֘-8kTγP QB+*3e@H. mK`Çr1N"gFb3Fh)}>#)HVq635PqCYָFyh_Eƥ,k#ex,L'KCc;ܥ:V;h`Pm¿XaJ^x{TC$yaIQЀb9㉯^ѡ6C;BiF_;'F>泥^l7KޱM*l*̃TVcy^$Oҭ=Ѯ<'skʡH&ql4r$59~2 &>!zr<Zbőnssc6 )5ZNx7]8w3ez6 B*`TP5˕NA9}L8,ʅ/q@koa4 ōi?&m8܅RsQϲ㜙N:Zqt"*X=}ZGٌGUQ9%MPafy%*w2َ qLz:·ka0lgZ2Oi+7ʸƔTn.,YISB"@yS<}աyӎ?8'+Z; DC>^*|b|; h;إ+k/+gϢ^SͰ`  WnU7)' 곧oKɀ!?U%#0޴vbQS{/2L-}F95jarp_\NQ2T=KV)]%Uq7'Nex}C|ɏLLҲj~ʤWWTV6@{O2 y%.Ox)+YT,P>nW5tŷc'}~ S<-cm<)ֺs6w;d56H5Cp%*3D D@[yǥ yIc~ˊ)oU\>o{zXHRlYG^H]wPQHͦfôu@Mwƣ]A dװ{ fCy^5b& LLk_d BϽy&&< L6{xZTU>Rv]fu"d*a<]iW#Mٟw8y8´t2i>~y0==Y9=]q;iPWm”k "WSŤEz#=ٚ*5̐CHh-܍UB+&yJ:G!h9)I1?h:YЇ+&껬{]q O /}L=Ɠ^{Ϟ޼D-ͼ)\B%0tu9?2tY33ZZprFu ǿUQkbZ먘E ٔ)E?zWpO{>ioT퍄wya4VsDՑs< \DQhY힁!?AZD>M0E4;S߉Ʈ3(t ?Qƌo 3O16^̑)QT{_kdd ],kFv5CҶa^ v-j8/Ŧ'êRɺY=LH(vzyZnv!&k{’zd_j&bm^A'~l_ĸIZ 3=gt;4kq"TK4H:t3r]s ʐV3}~+ 4"*/3W_bO0ٞ Zu{]aNaN39\JEK n^lCHvRCw\d'\[Ϳ1!ɘi:״=hSy~jm3{ߢ3z_8J?]'* COS6&#_rZ5OjEV3:6KbHU`LS&_ 3U*\"<ĝ ' ;R??V˹GlDI !NVZE3s7-KIF1T~ :Ӿ"(2ƔAUDef"p+r8|7-mgծ%`ʢ{FV:KNH#1?ByI o`0R6ϺXɢ~cmJ/;d .W,fkJ@ߠrrӞScikJƘ\s!#,}T/P^ӌïYMm0x4I-4>y\&T+Ջ d%HNrdc}6q❔ry>_uT#Did*I~Z"fG]}^;O䗈\f!޷`.õ|2^:TjpZbRpoOj®:}F2N8@0keW h~3aFrI뼧d}o ppkwn+Ro,U$cr.̀ez_oPd'# Bsȥ365V8k. qw?O2 &GP:m)l }D"F4?)%/98WckK?T(n9N }"wi9*Inz gU$eu+Q;}t ֮bho>Ĕ*2mH'w~#a171Y_yu3?y@F-$ |6Ǖs>Oxm_^B^t$lnј@ V @mtfйGe#`ROKarB4f?2j\I@KHs^Sҝ[g0g-O9m][vK*( . QU+?VÎWgYw{hxˎ3-ʘwAjtAxC'G.b@Ob{,^E,Nr g)"2e:/vQ(؈p\|ՅH%5;H}=,# ;;RG n8A~sJ+/KZ-2BV`Ycm7WUhZ7Oc7v^t3?2\`1>@Oe.6KC.Hڙl7a9Dμ-Ù5s$xu&֐gIo?;vXtTǴdTC0Y_a`{ |epQ/A)[& T0G1dKYL}O P|bXm7~'FħPp>M'skAqpEahLdtD Bl[ KM 7=xf܌ Ìѿ^/ tSg]9(4(!A%s Nz[N*)wD5O ]2L/9@'I0k HdxFoBC@|n7w*R6pH)-;\i"c;1˗ΰjrLYOYRԦ5j$)Kl<2gf.pnMVg*C>ʛZpWg̡IPꀸ"֦#@202m!.9IGX}E;k|_S Y;F7l6Q`>8#WtOFq u⩓u(y-KncJ^%'G o}`Ra^})JV{+J<·Lc**_ %FO#|<Z捄;%^U>$ޕJi,Ǐ9FSyLzdQ[k{I] oX4QgD='}_c'TxˇsApOXFYjj/n~U{B. D ݵI蒽M6mT)m ]i˓pH8YpP)>+އ/3@Y -?$^i7Nq~pӄE n6v(i(tޑKW`HM+Hym0^hv/}.-g)m-\gu<1<سyYFEGR>ɝ8(ЬjRJHl'5T!*Ԏzy^ K'uweۡ97#5=αmߪ@y?{2{]j&^&N$fbBVW)YqV8A 巅X( FC`4|>rz&K#wM3AD#cNΘ#K94+bxh쩿$=r)#W k#V ̵Ο;PE\ct&(= 6WI2>OԑFUk}4VMQT{{^I亿c3:wH5C0T +n&ȜLz, 'B!M mKO/ ޷qBɝyN=bAA^ح*=m j/k7\;k0} ~yN^i22ΓB;4Za/Am.뜅y]<{ugm<a:V)V5ݯQ8((%!b-g|&еlOtz0^RJ2J\D6 BI^}b[gzm,9Ɋ] I@^]x%".nX]Vr2? SNf˥ kVϧIdg㨣1N<ީ=XiPn;Ye?@ncjLߘʲtr]nX VeT .o$VY6cǪLβa*|JBN}c2n94o}_㽯u[0wf+HSƚ/Յ&&%$3ҀYc]WSL~P6J'1C|QdX`&4 `:zzQ6GڻR{nhʍD]"; , I\ǠtR1)Tѿ Np~=1sZ35L(ݶo8z uɎy䨳"0CANW[l/](m^^Yy5`ȷ":uv'7!F{mF)$i= = "0$8Dl  l!b}Oʜ7lmClqeӎ[QR[pTy <xe ]^*f{ &`*4h Xi(ץ;R' 9 "SD˱.}Yd{? d_E%~Rٲ58\}2)ٺY&?cb%#G,(+=MD_x\C)k{42q\(T4q%s`᪉t&ݸ 9کkNhVk0yE?[N@j%Bn_ ڱF`X3#Q^:ܘxSp|zBŚN_6̶( f`6_=SD<l PbfFUAꅊ=Vor1"(Y "d\RKK ^ \5nC.]h1-uy {-25UHP]KXc|۶-e9RRkNw֋S=ȫ[,×ly˜U`Ɉ2vD] r\=u٢c9a۰\?7_v|؝/^'$uc6Xù?L%?E2oTbk>_ FHrcMG7 i8g3eab-5;ݚXbytȲا!3EXD v8CZMKd/+]wn;~|An'@H>Y>k|J]d. z{ܪx }q`ҢFԭ 1I1 PqzUZTT'FT"עI6,6bW `׾hcGN05*kx@ Z6޹hIp0*=r[pFuw0!TUe,5&2 :pc:)tV%9S@ E-`bL1hCg>TMQ^uL14IG)CMP֕[E?M̯b 1ˍ&dohY#L̶l 8z2A#j,"0zJq ÛՑFq_pj`LXDȁyB;-l/wYSN\**.,&Յj|_sIhf-K, v^o.ղJAծyNPzdP­pW^g%dXsC,?FzLN BW0 ±WM"gQY@?y䫕š#d,T24/oX:].I@|-Y~S!?*+As InjrD[U'Aa;\\TjD)7P **}\DTam’PJlDE]=u #(*J#2f^Q# 4Odh~&A rz|*U;X:Y҅CCr~.< dm=0[\;N0>;F&,= l2pD*.mKY}D4Cݫnf(E Q{=C U* b.Չ#Ob!XqO$ߧ@Ӏ,q7 1;~g(^g]2RY 3,Um㡹k3C|^F&\vJʉp "U*8;B4ŖPdQM!$LX'>˔>>sm@6jƖS "\1{]Io+^q%rC-st$<ҟv NҶk,Zh(y r TrئR "|1Bzѧ2V/2~0;@S`ap{6;>qWFgB[ZD?XN?]·T!ne ~}vo{<]u>F>&.QUW?/9N ;@]&n_ |5TM^?tDiyd%l-ppj{UFH Ho ˏ|K$)"̃^@1e^.6JNmu0]jCWn!ci[=Y\Ԅ7Q{R#M%+V҇Ŏ$d$3..B x TKO#Ô][79i!vF{͔;\7ndIԫE1֚Em|K'ZЩm;(jʗ^-O#lӟޔBFrZ53v7^wIi2Б0 4%pw&YߞChT*Wՙ>bԏe'ʡj2դ,hm& _8?5kBT:M%BJ-^#:_p!f7Dt'7@zJaU,~ԺV]iŞUM^u V>߉l S(8_HA':Q'RʭlMu*& NPbͺ;Znm+>hmA7LV`"| {EЈe٢BM)B'6Ҳy[Ef5)ru uD;uku#PdgӏwmVHj0•<ܺ}~-M((ٝ.@F #&؜߮eG2\/Y.ɌE;% n@N`7)&Q!dy^z/~vlO N<e|[ tQ"#[#^N"_LzKx)t)\[w,;_3SVRY63OY[lP.vdqhi3AwDhp-y 80 'zxt+ :D$=-ƨpάtJG BH EOʇ8:);j{V2p%k_hp;~Dɘ3Ugt`oro 2ZKS_V}V7^sRxGGT'PW8(]G_T1Ƿ<]w1_ѫfm%,Ј}LE߃%!! O!qz`;*fatQfnwlA]>[;= k00Y :D5ߊ$fH88Y ~cCq{]0T{}!=)Æ.fYh 3!o-68&A 4xBLR ?PDNy7` A# ӭ YtS:2r ԓrUx٥  FOÂ+@o ߿hb % ~H'L]RP׻'W]T*KEͷsaq#ig)Kf76Niu5`^66䕑Y 񜕫6 H; 6f8+X?lMioTJa8H  nVUk3 |gZB G͐,ԟZəFÂ-۝ /k=6=j˥=;Br IճIrA6GÈh]_"ɣfmvX WtO{Z\/4:?)myeOJ=v.E( d@Cqfe_j"73 ):y XGR0Sp!PzQir+X޴+.>"z\wHlT|0,s|Þ@sc9+j; /7zE cEOC}滋L`H7aXwi Ml-ASF Lk =f1sGG{}< Ře of.8\CvƀVM7Pڬ$uHP?Z@dBKLsh6P JF~y{aQo={_笽J.7\<4WYTqD箵F8gdʉ2'r/?lVME,|E,WwP6aq<$*Fйj\T}7 1 Ӈ”|/w6o͝?NKb%+ >j!QXDQT\L(^|Iq[T7r 6<!"ؔ~>9d"ʅB+!~'e{xUSWXڎ !CqUjt8ʑoooa =)D\~Zh^60ng@ raRe| M.a[I| |*)ATu~˶uAZ*WH%ND?ah V_EFv#Ϋ1kqW?eoA=0U?/lYˎV=gq` @%aK: \8lw'k=oXv49%dY3L Sp]|P&2ɦ|?&ŏzU07W%dQؑ:򛿬jf5=FB%f';h VnΏ<, 4(bq+`efج=^!9vd9:.DQ 10Al:l>yn7a?a]o]>hksy@+N@.J׎z^bfXКvnWK ceѮ4#1`{L٪;Ce!b)yo&5$o\t Zy MTX@ĮabFGhvb ""9x 0 |pxˁykKl3%@B Df`sz= v( ;[JP~y-𠰘`8Uبn{&3 jaosz^\u/."xB;]J^~_i|n?LՓP99_J+`$T냦fl\/>nR5|;K*54 M<*$ QXhiRC8|ƬoԍjBtӦI9i 6 T3i|UF۴JvM]6G/ mj*fQtxF .5꿯=pz'Z$0ы90*_>ĨBg"Gk*?n-o$9WE3G`*+\Ͻ7k/Gp8=hYtɹַu1~dhuC.v!礧NɗQvB[ZmXͶ~1όl>>,>ꃝ?wSrX؇.+45 Q}篻=~A׸yt2~R kqi,/+^0~.nQVv̬8$ FNڣKE;G^^ tBMd&H{YS{#%B:=e`2rx^=@~ex|$rH2Zε?fe }sEѓ|Y}z ϲ5W*M{3ԍi's^H`4F~v(22Eiˢ)\,%_\Rlen:Wy2PWBU__Li?=U ,9O欏R!7 Reg>8ˡЏcVzj*tkQ9`/eJ/7@a$\a{bʽUK`̆摵C="/K"9t=%%'eӼ $Ť@$W`.@dQOlT!)}:Yj 8V~q+$2 @K;>M-06Q|1l_q98/`܏)$0̳U4,\p[1aIό*@~jTH\0ᢊ0U=5f[G>I8!Ij5o ǜ\ P *QnÅE>l!uHܕIѴ*y~*qTD[]T`2=,IPQÞdL0_XaF f-A ^պ97cyCh7m( 3iB%̝~G!++$87h,o~ ҃X"!VcPZ* oҝWA#bs*`zFPz  v,KwZ0F^m"I(AxBs urlm2 y{Q0#`\ӓv4*T=^Z,mlbgK!QYG! y}07SrϣՈb$K)Ւ/#XN "W0.2P,.E7=| )z=@Ā#wIAf)>a90cmI.(~^E\,8'4`!h Eh8Aj" 8{19ytA82e`LQ-w0GXfrMYզ yH(;U(f"Bv Yw\␏TsO\rGgތv4vקW. ?"[K 3njkǶZ8 |BcrQo^kA/ ,y@UdC$> *f6㰐ǰ=㒍R2(H~&S6=FvOQG9!eS6AAJO mÊ @BmZ貃jr Bݠ)2Cd0ѽU."W.oTD/./9$j7% HXP{r|!N<5@o]mX^D-6?4XlW!HKzZ>ee#X7A}52٥'!1Z2 nKJ 3~ba6Oo5:t`&M 4xVZB0,nܙr7U)(xXm޿Y`ݴh5b J/kIt9wLyiE:}RMyK &uXZY)x8ӑB,.-ש]ά෺7zfWJ.|{>d;8Y!>o+!"gb$zw5Z a |9Y?W1Y;߉C `rD]M1 I[)H[V/l2Pt0 )G.q %#KW(TF?L%j"T>VowH@G> b])PBSR 0Mvz]آ"UOY># (V4]$Kt&ņoMj@  N07HAIH7ZKd>F.0=ȣl d^wULn)gl4%\ыV%O=cit*TRt"dbpSr̆[@)dbRtEZi̾fЊ=EK-C,DWp@u߅M}:0 n#, [87b|y9!BLM+i? 7@$j8jEvwjK`n&SԶ۟ZHB5>U('gz=?PKP:Fdx:yy{lK~/LXy/`^vūDĝ>`AĦ +LI~:^[h\kVDB-Q\;00 ܢPIֲ@2nl3/˧8E"#<߯ ¨j9?g-b, p)Y~t{6u&k8زBta۵iM6(_fƠÂd ~u tDL.j rO%p;xW_gG)rwe`z( | tYt!!~-O,So;RIے41+9iLm٬[|&>IkH"Er%|`Sjx\__(m;c 'X5auZ"ҍ՘nQ4VI*F.0\fͿ}à22Fj>8"tb 7N#2lĢ "QN#[aa78&=mFn`D5KFÿ}(م4DUA 14aqgv1i#h=K7B֛5ԨoCbU[ &ih%Y3ߦ|'Hv@bcKu E3)9d[q 4,wd(I6\Ʒ%wj|o-zG@dHU}ihxZ!7'/`T9.Jyף+N'ιz[co{V8_3\& g!ela~)01 Nu@XGn \9a`l+cg$0bt m/n+^Bh{Ҁ{B0}?KqKnQDXff*9f H/łc^wB<CWMr& u)X1Hl,11837()X]3їCCAEkYFaR";lL+قə>CDL60UL5Ihȋ%}IX"ybfJY#6BS :2s ;1k Щ@T-{ :2X=y6YpF̔q5&4OWԵ6 .a*;Ek`)/k饗k/Nk\0~ޙ}>Թjo2$hjp>uM{dC;̈́gJ$tz ew{ܤ&.[) fqw{׷ykw ~3ez>XҎ,O{ = ~f\6)R]d*ӛ_W%݀QP]hT?2/V8u ec9N@yBݍ ,1|z)0?;RݦieU@Iر.>b YxO"aiv_&Q}ڈ!1r Lx1"3v\ı†uQ@b x WHu6w>]6z{$~h#Wrj.ޅ[bMKF3{(26Q8m/&.T2M\M؞! %  lavV)~ 5h_g0pqC䑏ܔi׌␢w~檢ZtXM6c6d.;mز}덦(K(QKm*^A l䴞 {T+:[i|N V7u)J2W簫"S=jܭPeꚨX8>̵U?yB`'FN/tq36itٚ0;UpkRhP.rZo2wP "E ԥΓM :4| Vܦt U f83O6xHk.1h 8ZNqby~/dhXYW @-^xtzrYFKD#hjlM,ڻKi̇y} =~JZՂM5ͦV[9){s~dr:M!Ojfo٘UQ9+g ̈́変I ztA ys0^^g%m&^u,/I2BR3Ⱦb•rCce@aq(oM"'#N}PE*/])C{HBѕ+Q+н-*   ʌ'%q55k.R°UB\f5sޅbQhԧ 2x 3z]l.ݹrEggjopǠNJe,%nP(4}Xk5y(yQ_;NO<"PZK:w\[׹0nϢT]oRX8+c7]LZ<}k9@򾘄T"*VqEDgՕtmDu3HGR+yh9mCOlNUoyB=\8#t=tDWq=3qa L(g7%m/):[,,E gZn:)zB R0C@¸IDhdm U)>Ѣ3mts0--\MM ZfHV%3??4p=<7+T}N74U[0oC5`la V4%Ĥ [=S-&ͨg܃8y)5입eQ0ȩ^?LZ|2 M0@itQ3<iqPlEgB#<- N'w|@E1{=#bSG%d,yNBgv.M2Ś*KiDn rNS:]iXxPiJOO*&WU'Y3R똻;gur='uSNJOܕy4K>n6d|$rui7"Yƙ& `".[mC:wޡ$(Yg²7aCkS1#jrT q? h'|f^tz&PB..Cկ+,,jt̯t5ĻRf|@`YiN,0k8A>=fRRmPR sWem})YT4NVLm|i-5pJ"e"r ּȝoN =l<(gr)$8TuYbJٿ#8Wpܼ,(!yΜ Ց\"ـ92#LӧܑJZm|u5]t x0$Eq?^x*M\FO(Ƒ4sQHv(_p$.5n-HR=usk π'Qm+Py֣KM?A?s{!TdiYwtwIjӇ!I."AS$j aau W˴$a^Yʹk X"x{X5XQ4B`r`;/29'e:LޤKWv r- +{9f-Ɍ*N#2Ҩ΃y?Kcγ8Y328^^\˰H{1dկP0eJx྇%,kģ][ 苛Nj T]J, A=@D^KpB m w2SG!xG~瑱ivx3/,ت›H!jjHF&Owg r mre\a-'h-c zZg`y43-NB^4!C?!"vscNO~~Z\a1wAսӉg}?bͶv)-۠Y}r+u@m#y ((AX:~0FKMϛrwrj``mɹB2޳/NO,O%n6 T?Y ?=ⴵ[p2K-q (b`|3e "ꂟFAC@c 8ˡ={3 GNh95r{nք"9 Ys*׬] ^D{'orWٜ3H[O( ]YL|fn\ۄIW>8}{"m)M +!yrϳLDq}|C| felkV}Y^s\  '"~j cc,dM*4)^wDfM<%gͶCtiĆbN9Bkc˙ ~RͿKQ%)m1YyfEGl?qdsmNSe6UT Sc0 DV_~Ğ,6/t"8A%GꇷHӥ_}4S*#VGK9'rGuȀ23( L)vXlYJ=R֗ѴݶtGk#MYjt'ZۃyclNPR('HMbi4(iK'Ζ}Y#n=9mq}qzܗ1.yr;}?|!.j_<{5S\tj~jDQgx^"@Tt |R_Ţuz1#y yrj j}TjC;:* }1u5H2$<!B,K/ӷl?2굞&7]{t yE[a>p;#H%eih1Z@֔NUGx>JP]rQw҆-7[(#>o P,o5'}Cl)uys.9G-7gڌi4㶟xEr(H=_don=$ 8غR3S@P:uw1~dH1z 0>?by(33qD`s B2Α !=g7 zR9c#&^(kwiPD8l29ljw=|oƌwm_ 'seVQ0$5,ҴY ^m,B׉b.YynHfz`_@>o3>la1iէԵ1*/۔ԩFLE|P1  g@kJ$Fahx@hV:'E{βx:h#!pD+z-{T0{M.{Hy"ß2̚IMlF7#YHQFj=嬦M`n!!?e6 ky+;%XP SfrS-a<$!wa, #HI*' JʖR \3;b?讫)S-dd6aSzaY$ɖ8 xBAJ*ї89焢̆L˯)]aBpFޣ*Tr];#1vrf{+hf).,v7{ !ۥgM9,v:J|^<e√ B3=Qy0jC:ʣޚ,٦Tj"Z$eX%;^.Ԑe$ݭDjoW'y(4u*0:}FZbQ̣8Β\{g k2 p8lԖgGK]L8*7i8${&i,3:jyVSvsbzEgg];KeCVrcՒmeaR7oQ(y=>Ƕ%)7|cU[ּZ60+7"Sj~j¿BŅ͆fֆ Hp/b6_:eֱԓ*I!#iuнT;2(nNWGnw F{[ 1۽fs 6c[1틤4iK{H)ܬ+KUY%&͒_h*s+Vl }DkԜ% ^Y"Oe"3^ p9gɅ#DmO{7' (_pqqxVle,z1Wd[Oq&EwBmdf[_>2rfb P/pIUOiN 1uP6>5Ay<*qE5ʸ4v 4U..X$?wUNED=\Cmpwz j]83%Ej/%V ?$AiS !* |7U W|<n5O!](P$%$YK&5b /\bBg l\/;ly1noxQt܁Q;r|؍ E'/ ך]E˘Ad]"T[n>(n!57y`)J4":eQ q Rj;?) 5 <8;-qBFؓmFg=ЩB/KY\oCaRJr"]M;# /ZMu_&Ou˝h9oCAڃbTO PSTeEU9%x/ar=2N纀t@AFbFUO-]^ujZtɛ>9 uVVjņa .O))^nG\ p .u1d 9ʝI[D&`%tψ$+17-麘דkz:eh_MTY #4SׯϔXTz P>ެJIzuxR6ZX+-B++DDVsMoErmHՇuʭJT%JTᄚpfjPWQWhe HEILpFS^Ѕ0 I>C VxSc|eN̸VҠ9ߊHAK\2%#yW֠ 0Ҡ(/U>j`㡆0VpShSIdMď֠ (꽠GX!04_W9x zO.2;] Q#"]kQٜ](th oy'41[܆F+WL{+gc򐅝 TJ}lxTTM7KV~q(}4~ uM"~]82X a242R!5</ZbOحTڷ0qPk,#.QGaɃ bbں嘢F>@n&>킮3 H}#iz^qf{T(y *`l-%`]~iЏڳM b`[+X1Ex{+B*h?hO3'UZ3!s KOSK0XJ5-$ c!?w^!ċOQ: hhv9пIo7Ǯ][p^m~1Zk ĺY}Tyq؏pqz ZS>c!eFm&WgF6za_[5} w]*U__v<]Pct#h0˛t4ݑZƼjoy~\$Q'PD >뚆>0:(g־t`Yis/ms?>} #vŊ[f#kY^ h[F{8hІWi&Ώճ*[)h:MaD&$Em ĵ6ME'"UL XY5/nKzDdXZJtk1kbR9e*^i͟JghwU:_1W<%Vj5SRⶑ\͢v 6_D7VJd vny|~yQwnS7^h F7;YZމ.-ʰ-DP9|T7bR{Cu}6` b$M[0hD MwSxW<*J E}KbcϯSw5;okc |pKh=9s&Cѣ\Jj=1>3!gcX4< 痖bL+Py_J}ͫ󩞮0<9e!t1߫ 2t2oϨfM,(DT!d#*KF!cAr(P:hu3C9-wB~hAQb!{W#JHʻw R7C 5,*rMO {o9H[-f  8֎1C"kzxIZfƣA~! a$-iTr NVI9t'n0YyhsSJIz˫ܔͱر2dOI`6CEY^D,rE|čapeAMdt&C{EaNcElp;(s EPe6kh0~1 wWn|:}ajRjI|~;r*j.^giyC'0S4NXƼ㗁;zg:۷rp~@IZYKTn18~nkr&ww *D`M'‘^pfӁZ\\)e!' t Z$Ix7PiH_ƛ47]^{AG - 9 }&~e %e m`x(;CŅ8y;YeM%#=޾c7YQ@NjP˧6 @_`b12n 9\/? ȹF*y\Gں&Ӹ `Bج9`]鸗_d޴0Qvvnv[!a LXqhV,o1ye ˾]*^C 3#BaB #GG:OfA**/9I?+?X`c@_Ȉ|@댫ɝҶԟ. Wאв8!tk3BiK>F{b- h%f{I[z`ݒͿ¨8p lTJ3USNw]u}8,0Ɖys[.xSSiv f;}b &kwoJy_X廆Ue3>8L_Z7>]²($J$~\^ԾYV<,Fg4ԮR_vjIʝj`2\7X8yO =ES<9]Y(>ȿ]X۝TűJȷ/*cڣS$ zr%2I5a8*{0S6V" RŽ$|=C-|*=Iҷa!ABpW w!dVu ? pKq[CAyQQ-Џ#^A-F_S=%##CQT`A ivgfA,ԁrD䎀sRG1T|fhvλܟ%0!HvVr|9Wγ_;9F%O:VԴ֔`ŒP(EfHKrw~NIe6@)MCqC(\aeDN/o]OZ{3W\,r._PJD!nj<*.y$MO/4BֶW˷Xԍ=Ű-4e) JX^i+쬇Etsp~@RU1H+Ԍtxy`uHza3t.;ǬpKXL}xt2wZ65A8Ky`OZՔ,2]!$[}EP(goAɤ伍Wvc>>vgĮ˩Qwf됈>v}.p K[5,)<djVa>In[C1t5Mg^yjCX2'+q$I˲k>J=f9Vp I3"x[Ϗ>oE|42CK:֯L%hxv7wc<;.΢aizv'B_rQbX+z|8"eZWȫjlBãkAZ/Jo71㯀Ӡ;!8zbq@`g|8YE[tՠL7T{y'a~!?Xb*dy3))Y2xFXSj4nS&*frP.7 6rȆ;FTT1Cy~bǐhJ*r{D֞~ws6.mvb+1R# ׾%}ަV͂1snD{O ,TtEסL^3UrDdOG(":.0lĆfDRjy1ȸTX,*fH^J;"bO%gaWfYiӛ_QY9U~ x#6i~JƗ,1ܯC7=wXV2])pݗAmQ,Fއ+H4]SgXyi# Ig/Ubv<Ύ&fo"|WsϙTo8pIpoo Gт/e$+$oF@1Pp}ݩD_'/~*;VXHa$ǟg tQ5Oc3S0yBpgra`㓆4Ռ7=}[K&#o: _1 _@w$[-] ː;N(j1u~!]|yC!O D|c2foSK{]ƛ# )UlC zu/t} 5hlA~Wa*lbΐEs8d2dGK;ݵf3LuQ hbOThAȶlR{\NgcS]dwpm{\TݻP>"p{|{- c¶Q,5^־SYq1/>) ܃aM{DX|X;cHΉOB~`C#ͩfA} yPlA4q`gg'6}ޝ݊v Ul_V%r/K}1YWJɲޟlq=)SӰ_j@F>5ׇC@tRӯD}kN!Cd*dhŘ޵<'&U\h4 4Һ}mT} =t ]M+ğBYR\/jSFl >d$}C%܌Y-4Z :`+W(o?qO̿=]nŒ!8dO3 O˭KݦfwfռYוBN wÏi{Bv8C(#?Ӱ[>sP8{^)TuU53s*5 M}Ah pP{y\`cJ?'IOغ/M 6w \ڒ9.We/6%%|n/,}i.cU{o\a$LYmf!jB804a2;q7۾/zKp FΓ V )}׉X9]4ߵ Vz4gB81]^X4~A4:| :P'FFPqs&b]J}T# )eFI0H*F`IӞʭGQ931@IyqŸ:'~A4ƙGNe-ܲIA Y:-L4 Uq}}|6A5蕜Ԏd=1TʹC K C7,V{LHN4ؐ<G1pKHjY/v 7S-̶֟tOԀ0̴3k%~w}Qp^(z.e&"C,PZ!S0<.\|kk~62ۼ ƈ`2?@h]⦇[4YNqM@orb)5j7 _V)<4 IώH[姯l۰6p@L/i`6NTCfjrw%;hdr}7܃Zs+\G8atQ xC΀IbiGlĴ+J.VӜ}) 2F, ̰9tuX2Xz{SGUKW%MR+*ՆlY ԽaK,"n[-8ePl0 ŋ!3oƴf%Ϛ+<n%q7IfFkcǛVѢ 3ٞn,l8,^E:q&~5!0S4& u VW\W}bc3%IhNemnzd 4YpАS4 ν[Y@ AMbnrTHrU nj2VCW]=ú8Ʌq'5]w/a}Pfdؿ{:( wռOp,M1SttS7g.2pġ.Ԓjq2z4oj R=qfE@xp? e&:yj]=Z] |jXhNn!m-  ul,zRիM OHjQ^~A[P4D!^ YڧVTx1r0ʨ!ꋾ/Q|R㊷h,L<4 "wG7͙~t;u;<4u%gXVWo6K.L` o(?݊dܤSChmju ]U?b|NU,dMeaGot~G9I\n[?<c*i-ذ1.9pI/U}͕Cl5] bvrYޓ$pHX=3MoD#y+CE+e:B\x,A,4|XӐ/aWm}at灈 x+tqF%q$o/.f!I3X rXi9ڨ~,O~sZ|b|WXˡ{ttqkՓre{G;gY; 8Rd 4ς8&[b{:}q F?FBh:MRZ$c#"@24sw*5l4b׹^H?P5ZީSb7AΏRh6 TxZ"F%5^ȭt]m2%S[^/ tK^w/rN>)"pt#ևSH>țpAD(x_jM_? aѼ\AxD&C#H(UPKaWQ5ⰰD6YIttgooݫ`6DnG\LR.~4)aBW 2=MBrҁ{ QB/{WW^R0mջ⪾ Q+g4nM">a#;{@O_#dq:杸/uW;a 9ə!yk>(>d 51O  }[J_퍚oDv5+. ?r&Hbb֎X {%-V ?ׄ^) fiT01N G:f; A}n# 2KN7iEfs!>~heMi}A9(?wlٱ<9$?bKoiI̝>f dŪXڦV2 o蠽zT$xc kyYB6 Bw&q]dve^hד lȸ{mR;;&-SޮL'&&LX d-{91[>^sܢlh p;ەlPOAS_NJnTH]$oNVaX =pV$"$P~)oB)>n *ShfԬ^-R :B_4@hMM Oo{ASlbels8SLZ}g_&a[rsNH5`L=U"]}aNccœbbn:R qM7R8 ]qYmC( 2ר^< L^#"a:7. U1/dj:,P98y+-"m6|ȧt5i|l8 ;Tc_ g5]۬1ßCSmS?oԜ`R&"tʢ9:,?Z8  *|2dzTmR>m/d˪_z ! D_JnÆ~R KZr6^̆BGEl -(q饽+=KS϶@ ׆r>i ʌ*833%!q Q3Gb CY&bF uz]{\V窢$Sѷ^ι/^IG gaky^õiRC .- *06XukL:BHsc7TA$7y#& 2uF7>=5#}w Lߠ2cVPTrx[x֌T;pNT;cj9MA ui,lbK ӥ6Dѕ]I ΍iX7H3\&ALJ '&0=*Q;OJ\/ǂh-6ÉwUmgxK\Wcw 1\{e֮-َ)YxBZuT,"yn͸i/x2UzgD2wNBX"&ȯLLf?h^H{Pb`ּ~DNM C;5h6B~GnP]bHu9 ͚u b>ts\rRFWw{e8K;+1m dMpSy!(X0̱W|myΚJ~i1Zqok 8N0lyIJukUI" vͼhtҙ*9 .C,VjɳZ<~:Rjd5/<}Zň_CI :ӳ A/ʾEڅ'~KeCHn!R e[{γ2V)b -BMn(1|͒KN%gZ W꺺p uJbEhؕ/O]x@R%GtIЉ㻶aMZ$iO>ϱKj6RmLQA, Rlhv&϶_}ݝOHֶF+R^C-E8Pt} $JWw8iDF-Q0siN0;`fZl%q5(Oo.dž!$RIhնx$9Yl+Kd['&[47!/}I A|UD{x7T^ 69LP@K6t%-jkgܘB7ߎ|V7 힪BYvv O !ݜLHvd4FO"6l,%^/}wE.C`iC'@`';w&KU-4+*m?wF9̲M,@ל;^҈ܳ+ArkE;=uDs kMZ1LL˲m>xЋ FK7HK+}歑9^sS1b%!"_wo(- B`չzo>GQj v"Q8fx|b*&A|Z\ɛK:z+\"ra1!3h1&g3Tx~KN2XctR=OJ3OdQ&Zg:y؇rey2=%*ߴI@[jbo0GragޝZ0,k=N鈨1tgB:VB7쟥atK\j3R=3/{Us`tzoΛ;%<@T9$χBnP4)28XFț[b iP$RVtAD*5GGwjwk8ЭT"+Ԋ#5h%(@$x ] 3}3엃UՙO 6&%K۬_}R!I˳§f?"$@,9Ni +3p;}֖SFJTed.]kF +(k-ˌQ[xU$dtɆdò )w]4Kn UĀzN0TdT%&~5p($ᠽ;M0^SoFzgȺ1f%#qU-E>/i} n֘>};UWg#.6P~!6qZ{CkR׎j6* )Л@ʛ!f}}&C4WRn ȿENc 8G%N/iHnbqZC-Slçf}C>z::WQ~[1x3zq c܈J?'~\ADrd >&pʟd{o'֍ K#jJ=o$7oq]t80/Hxߟ^Mi26}0ۺO=~BG+Q4As&vRI&GHUR_6 kgE]MPkkdh,r|,T\n7*TQΣ˶\bz ,T 8G~0!S@ѝ}}ZKS-EqaRUE,nG#ͬ3-UMc@yv, A64y`Z%d<{Kq}7תdgJ>""QOTi7 +0z{o.Ha14ty61j#ҲXe\λ'D$g Եб'A] _W=-fy8\k)I*_ [:IƦ͏'»0/qگw\GZmԉ96XZQvkk,}B[+Z_)͜f$n֭ N ţ,&n͍tVTa'ȟYZ?`_oXҨ 9}[u]uPuAel6Oix1ς70WJWŠ`?&hMzTPVrFfb5xCf5o =\96ߤa+K!ЉDyRv 5m]]+fp-!:7< p\r(&,9uE?) ;P =R xaTYX@p5:1QB tCOݧet0