open-vm-tools-13.0.10-150600.3.24.1<>,imp9|V%"J1TX8f2I0Hq0!((ew }@xTv {fe#<Ԣ]d1*}TDn9Xvpg5}o%B&fug3qKw>w"SPc7+Ku\ 2V=)2B wz *@^ 2_1maW1&^~%DvKCDU-b?}SH @w"fY[(d>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/Z]"k%IN'UN#i mRYq.)wA˲...+_FLZ'}_`\Չϰ3ϳ)-vv49WFBP; yjʫ*L"(ZOKn$LdNQ]] cz>nʫ%XJrlF뷃K-k4HNNBLD<09dڶObHųj#E5i'ڸȱ)nҊڰ4c&.o[tlInj݁GևCzT<;8G-c=Gk ra6zM?r#C{Rw &*#j6UW]7pSn* OT0ζ)Fe"6 5AN:05DzqH ;@bKkV)X4GpQXs99~"PِT!"U^ +*Yv{ N|fБNܖZ ,Nx0#HD;ARvcc-F:Oh]/!zJK-Ȩ lxluw֌sH`Mqр7ORoP~R+nj+o5 R"~MΞ<ÓJ>9՛b.aSloRoc1TĎJ((X@'딅)|&e]HΓXQo+6l@pH**mXVOe},dc_8f +  2F0-4$ܭqȨi 7\?ԶkW^J bImjԖJ:mt >H?p4fɀ7~! Wu$0n:&ܙ0mf-9c6aY܆iOBGb(XY+q*@uByץܹ}E`5A{٘WkU1ֳD'")=[mpX*̉srhgu$ l+Wv)c78idޥ 1Syq+.Bh Nd8sl$_tO1xCTxNk $`ggCJŜw21{jsY@)1OOkU,9|ޤL.(A{`#Vy,]1yuɍ0bg's`{:KZU*:$ufpκ$nz1Ct鵭W KtH>w>Sy:4(?.FAi|EBmQA*T2j*A v>FвT( vYTjN2 іߔ3PpuPo[}ZIQ\NB&Ɲi6$5}`Vos&^Oj/_(Ӷ !An^줴}$ 6{Yxj^^1'.mLu$,\y )kt}=|Vn z"=ЕEm|&qȦMc* n 7J2wUo)Pğh<'w&%% x+rN#j" Ny'5}1.}FceۦtnO7؋EXq~4^?s4[8IP0<.8Zpea`$0uCa|L+mGص̠W>Hp~=KqyBgb&A8 XF?TzSX"PXLq뤉4%!H؜9 wiy\t!8>5)Ue}q{[wL8q~:Y1HmD n2q$|I53EOGZ'@@ <,DAju}{nYEo+/<q+6wӤoCֶSom`^Fi}J9QjH1Bkm\A9?Ӝ=H]' l0%T-`޷g3!skiXuv.Ƌ~I߅EZLfa"s.wZ4XRR_\?T0n}wӴoANRB\ E$.Q9k֖2.,>?kMZI; dp!ޤ4CM xKףdr^ޠW4|SrIO%|bQUD^ӏP%1i0t'p Vu>DVD>u}&Ӹw.Ѥ Htȇ=<@P`\[:>_jᓹ_0wiVڍ dJzaH/-h>:Rt&_BMa2>G ռ9le'Xĥzto!ެqGҌlV ٰ#b>#(<ה>L{+tԋ-@J(8x˖7Pv3qBeKVSMtvr>!}Jݢo- M(Ȧ+m֜p"5tVͯs`yf_(5 q <)=slPP͒~wKϼEq0<34jdIrtz 0IAv5nb)G (۬H r3CT!\1g o.;qNcfB a@m؏Tk8*\UkҵSUQDEg<mml`+5λ"(g^F$`@ЬE4Y\#Wii4R]@kfH7/xnb̫|=7ubyQ,fd+[uwʍ3F+G8͸qT 6~oN6b07GӲ&Pm[g{wg4 K{RNG W-ЊҋO5`tq9M8tԭ$ԗF;U& A3^Ȱ(ALۙ .S7Ve WHzl4|Sxk]H8cW>q~c4G %%7 Wfd\x=ǥNmUqB>Iw-Җ&PC+\8߽ JDMLI@wC,C͡/uzF]?O6Wk0O*b5uTkY *%,Y#Ҧ=r;Rxl;i zϏ(e&- vT>'IȬ#i >Eڇ<]!ȚfAI <XsRE[Iھgg2du Cuԧ5\ZvРT H+<M >@w-c= 9rW*xS(kIs6 1G Z?ݳ*Y%l`M ':D(.P'AQ-Pvzf]q_`ib.nBk>- VkVTY4OglG;3X [VMB2׾FA H tQz͟1TOS3ύL6\F)_slOiuDyÓ iɈ``59^@xM|rhdp҆y,FNK ^EdmN9*"TS_P{s/ laZĮIz`kS/xӆנ3(e _쑅屡R1"I3ZfZ"}rGiÅo|N䥚;XãUxAʧ=ԙz(ut;kzSGr 45؛J=;#1]\D\nn ,Y/v:ڦb:;UX~W-wm@ [9rU~?V0j2)ן0 o *91KRhHP&w5w΢b@bYw(~MKP&i&-}P0N3"aG=,2ZQUڿ 48g,T,Z-A)Ω8pEM+z `֖A+BmV0QmJҔjlݳ幉?pQ'{C-p71Rȝ 3A/qJnD)?./pa-Ӗ;SӫaX!G^0aid{C \JQs"( [*r冃hL5E~&IX'2Q]yK%at}yR'pa+=(u..w>2su!)y[~ⵉ UF4JP jö^T.19"3O[ܙ4QەG.cלĪ)Q}AJ!w'Dfesɧa(-&VNWNŝؚٙm4p͍i{㿐I:K\IU*d|еJwcb~+DZnZӺ߾Ov⹣|I5t7",id8f>=$?='74rB +Zl$B1B`- QaeG6&'X.t ^Nמ86 m5'щrؙ``K_}o)dn(i&?+ĈjZYpa\`9"9 Jm=Rw0PvboxcфW|2PIu태`0SxEAWM(lڞuաতiٕ3tY^vc2Uz0D1 '囘ˑ3+GXkb atu12,3pQrre"u{ .-g {ĸh@Ϟ2W◘_UYΟk܂ބH ݄ 69ܝY|l. WJlmd!iH5X ]\fͦ%}̘j{+I SVLZ:xy CH*2H,Zmo\:)v){.:#s/3eI6a*6G~ѓEppټJForJ-J5tZ=ߚ!v* qΒ:$ -[#6rDJ/c ڻu[6f\ڜ: 4SY [ÏmJ-TjG(Ot{֋ P1f0/8d*DHEȱ2{꛴Cł^2tBЁFG9z| XPXtϭ!n`Ȍ)l{VeD=^VȠ>~Iz*t',TBv#gn=$VX\p;ªnjJ- j9"(хv8)+}˘2,+yhgfk);]bp6o?u9̷ktVcLB5(nañ+@ el4P_Rj45ӥr9U&":/NAZVSKD^'%]QJzigGk]g%*So>EYrqu}xtч.^$Lhnz]Z[~j?U~aZҔ%8?~w60P <`AMX?STX*'(Yc䩆,J.Υ~ˆ 4|E:̖TRS'܂M{DG6of]=ʂORT^cY- FIb#:K+Umy=2!QN\(pe ;OklwkZ7dl B_{7W/ z!H~6D]BH}:byJ"N7eCa7 b:.8]6Q.Ff" \ 4(q4Lm\.(tH~ Hq%Z4/?Y)Ynld{iDg6,=ec!O8nPIRIڼ됔Df.Y h@Z:LxAwޝY# tB}ňGY*GX:{V /!xGcIA"5E q{o^%cĀܷx"O^Ófo6ʥ{9/F~a"yh玔z( F`c%R'wא>xظ,[l}zV[Y *B6c,4:(gqG^0)M_ I[bE~job0h !05]a @G"Иp{.=<"p"&9v!8V}{eiWܛ<-;*3[ Y&^O-b?@nE=wRogg/q[I^]Wc"z#x-c@ }\L}ߒ+=d~.26{%eʝ*fXIQ[QGO&Z2ܘ}m|)JNxMT LN ^i j,ގHo6Z\օnv~0K֥NnjxfTmgGԃZK!fOV&je.Kꊘ; s蓤/F $|8FUKVf}e9&SR>WUg9 5䵟fIzB8$)^J艰454*蠆OW,f/>))90xoMI˖~a_7-QV~`Y?"M}sq4?.S_W|_։Dk6c 2p96>Ao@* L}婿=a'R&WSi~Wl^?S*ޜЎ}9xa?$!<-KŽW{SbJe,ndA#>Hv"o.#~,;J($NQvQ[9`UuـelA"W_lE/@P[?6tw5yy^`Eg\}d?Xo K*x'\z!D7bo:Zm$b!\ԌL>Xӟ(+OÁS*3nYr;3Դ/D+ 16z+ JdvdZ@fG5Ʊ&Tnir ܉PF@;Wᯇiz}}ƶegȡOpp`W ~AhsȴO8cYJt#AFdBbH$->ZkmXacyN 6͐I3H> nze_ց 3_X a`/ YSɶV|ёφ>hxW|y%,T#z?lYN$wS.nPN48H +dfѣ4ZKKYLua i KaM#T]kE1k? $RA9x]<!)ɾSp:%ѱVJ}CdmaHL}J~훞[ŸM SUEwMԔ247V<])We4k~pϭbBt:!0){ayDP Ӕv $:M{y5^_P=Q" cH-Xs㊢DQ .ts@*tK;;s!XJv}+U0v=@>38hxO2~#4(7w˜mykw A0%vbÁJ>[($E:: }]jqQ-n6RPMΜ64!D 0 P]0_<#W7=LcdiTC^mT(u#> x]Ca'-u@Y;`ym&dP5zS)_}6!O-_[+B26(.X tU vv^ J&U yPrjT.Q3G,vͮbn_ccG~2 + ,u+;΂ftdR=) If#)b7}E:u]OV@Yul"j҄ஏ(\4NᵁdN J1JwE~nѫlltAP'٩كvƛyx.Ю f@0Ec " ߁k,L#PYdS8nc"G}Rk{rjxLu͂Ӥ?@d/ 0_L܍>R8s\ЫΛ4xuS:&f>ukAe7";7+;5`7NPdQ.Y1Ԃmkꏝ2zKF 2]檵"Zr%pw!_NOZopHO/g}T*SsʔP R=xY<K*a:BϽpuK94|63Ț3]1h6Ԫ=BB.||2lIPO xT KWB6[VvbLf\jHN_4Yg_E3ץj KDÕ@@pBڥU~{֖:4cG a=5D =RN/1سJ Ɲ?lUcz}\0VCk voꠚHoՐSpEV (/5Jgh ,DŽIE=M8nPyQX|9Q.#52>fDmMa Ț=o\2e%bKn)GOdS_mJ@@@, N0L_/ClŖ1jл s JG{!> %4<;hK%nW˰<c:78 4cАh5Jޮ]M/$N)#J{F;9z& A=yC!/ VgKH/Pl0̕iܕ)}& {Eߎ F$lC2G SMDpVh@T&NiЭ8ۂݶlY2Hі~O7{Rhئ@~Z KBH g Fχb"(j*͌F*D9\k\|bҥ'z&sͶS"l1j In2 cU(U9Æl2뺅Mc}!i~ p'l 4j`J9Ic-TNe'ž߃$סEz,Zw(ڵqچ!-WG2HqZ𮇗56oBobJ?XGv9; _LSj nCv>,EQy֝`FU,m$8Ɗ8QP=#.QI(f xYʓ'_9Qv43Yő'^@57 s{@g-es5>7ҺPaLwt$b=Hl9أ2JHم4rNyy)Q9^'tKBTb55FCϬAniS)_ĎTtt* :gMg BˑIb1Z!Hjp5lŶ1b˟p'3+ĦH8a[,WI_0$Sb{,>W ZvA4WZ\Gka=+[^&Ok/_=k"| U3TN au[u&FM~XMEznUg nwU9"EwCםaWM/kL ]Ÿ'%I̓1PT}@l+瘛Kw,Щ"ČB^*E9~cP/$J4^&DwyQcȧ4x~~'VBU22vX@YG4 l;\Æ= hVae YBj7?ɈM(b>ԛRpHAJj&KNSqݘ|.Mx#w+e3bȻrg8~ūY[VN7qe pD5/D(R{[FV'f2Ll?情0> E/6߸<^IѽMOTÅ* D}pr]Y֯; sh[^~Bv\S]̷ oc HP^4n7 E4m^xccc~E$g~b@-awRKb+T]w_B.Y x?jrߔ*Y$)ߧҝ|IVD,&K`)n(wyW=}?sfyt,GJ 7zT|b(ͽ Cj<ˑ4#2()VLڎ]ցn1%hrF7z_|mqǨVr} ۧe15w\{b7ͫ7TRZ:*;vՋ$̊΃] ?ܟqn6[ >oF<'.W eĚ{89眼z ĸ?$S ))(eZAM[[Ty9v-_I~ZgCVZ+o\ KO kF6^DDF`0njs.mp?LVhB[Խ9 SR?i$!IT{@3:]nqtHmw`ГtCu#NX o~U%%c`Vagp}4Y&}N z5{o;/A T'GH3Y Ok kC9N"9&pm e0 =m?S<h%ص﫤w?ٔO|^(hR &:R]KHkUwL5 t_.V?vhkIѱBh)9:BvNFV{,<% P0g1/8E b?c_L DJPBAa#zl`^&IVXFqTx 6X$:p CN]c$XW"f[&57Ϳ"d`\& }cEraekʅpFF7<ՄUyTKXoS|hf,LU{$VmAe>HϓInAjI`7lF.MB֕i0ZU7\bRlYFWCLLRj02h)e UڇnR]P(%$EУWo<|6͔HXZ_*rYƐM3~]C p|Ơs ۱Ѩ~b bf &W"tÓs5'n Q->n⽎W2IE( viOzRO"9횔\Jع§Fn-ZeMQ`sr}|H@A~(O|>%}pOE捠4F4fl;Y]8 *v^Yȧ)S&(A$}Joo-SZz׮ϟ %k|tQ׸n9Xh#G4ɮjnrJ1=z+LLqi.Ǧw<1" V Dˋ2V*0 (O`)pmZ\ ] df@K0A6oqS>h%e{.ld+G1;"(mxdx[DI P F@ BVF)Zgvrކ܅}<)_A^_)c h?zTDxTbMBXB_lkqb H,M[*fA,%3_ b (g%-âwi1T> Ww{Q8ރAc8'<yP-)[pTkf"nnL$E~|ԞGKjyY-hTrj4-k. Ty E3 b,;1,TQQF6rgH'Ta.ϙP}9\/XGe1,ĸ֋7sCeY0X)M"jtv'ltGld`J4QCٯþ(a/̽jaвq?0"ړ'!Kœ.n}Nh(V8Aa̩ ,C OD"stOI9Z_,E w5F"L6!HGZI= g;t:OFnoaJ4|冏pp 4s "+#$!|%7MB2=5k hy '}(hUFbϓه!ۭ19"(ӗKț3TL2#\~Gr{::M3 wro#Eo>:C5XP)V`]=s"|IMTs y{QFۭ%ي(WUH0bB"[_*px\ᑻ9Iw!>ץ |ѣw pSMYP }EjL/_\λlŖ +HDF(S;%Ġ:DxӪqFDae/ҏp`{]\ Rh:GǴz3yM[+0W6 Dr,(qeqm"T :󖴼}V|J(z/)O'XsI͔s^2?0rb}568|GuOM:\8y"]ebe\_N=92s/n^/%JAt*\G$[PQ.ՇƙHzy2}Vm5ۏvo7CB7+UbX@АvxTm͞5R%j#X;R[%rNS} e+Z\{nJz"R Q}U%%~ =p`j;K/*ܐi:J=]!@3]*wC[eo 5݀vQ&456,FesOTK6$wWv_AK.N4i^]_lKek=8U Zy"@Oz6!:7.>#\)'9QC @j@vW3̑a~[~K^>oRW~?3qxU, eF%=[iV,yjHbIr`/&@qM ]40ZKϝ5 ;(bR_`Cq=-ކ e0-Ԃp a.;L2Z  '^_>Z^-8aHWRuE"riy.*GDԇO>%+㦝XO^T1h?(N!ra ݾлgoGgmsrN%MTȮċ\I4#:OyMbdfFz (ڪkMW?de/S#C W~nG Fp Pp*yw[(]ӕR _Q6CSu۶N|l}nVr8wv%IXy* o:AqaZ' /3 7a]:)u)Rxy׳ 5ìUͻk .HÞX>AٲPCC;b6UP(?^j]E uZ3 T$t~87o;pecߵh vo΀2EyDzfܨZ8acX͕>cGq\un3sWў7҃" Gi5#ֻZaT=_2*-fx FGv R ytF鶊 `}*/,Ws:jD6 z}3}f: iZa\1V\h!wG+v !#H-`7k,npS"߁y<'ʎ->F c}LL}vOn!S+|ڻ5=wt7}$+& jv<1! 'y,nSwZ\٪K;vTT|w1)pBEIpl #DZXv0G4J49iQbt'x3( ŦL:ex6sܹl`LC@u6$v1!kťj^tC (BdxX?Vb=@gv0,hl!9p!ZuxA~G 2"e%HS6_ZgqFo<6*2<.A9.\ԛXUȇm궎˕YF$pɎ&J#e8H䵗J:?!pզpNV.bC+R)Ui{/^#cUޟ"^I(c˙(li(C mB@&P0t?LDeCoЂq0+{O%z+<٣7N ?"@55 gΞ}ϖ@=ʰh<0dLf}ŝ+(~7guZybm`Z(Na'= _;߮.Z?v.>ZGŤ}T_˸^SKK6Cr]q5YI420poKL0n ,W;Jw݃D )7sU[|#a90{l'|Sk E&h0Ŵm1$G^NwIhF.W^m-z&R!BA(ry\!y+ `Ɯ B'`Je^_}A B/G пIZz(2LUXr0q;~NCGxTπFˆ嚨K vR 6Ҋ ^pVy{RT4MKh9xwB됬O%]z{lnK%sEPZQlHA0'g~l,4ŃAI^P>ceN|X v 9Si3ҟ}#6u Eԛ!_+F;F/ɛrsN eT-LzcN"CSVu5:O}g?XUoq:Ev)h&|Y~L\{7D7%&ǹ*٬SXgn/楒ߴ r+x Pkcao(*^<)C߫ybL3y=+F_#N`--V/x_?1f%T!& SU Ko@-L蠈 ~Y鏨ZIH,#8yYNS~ UCf/[sR#|{Jcj>+.^ذQ`U$yb3 -z@JKQXyPqB:~'lwU2+y7kW4zANE"nPHeUPw KnAwhjFS=-(`h5J>@IfQlǡAרfL`A'YݪH&B_KhRj2[Dr!Bg-܌tu} *KHwZZj Ԣfr:km7uDfᴘN,U%A̗PT(n1ZB:VQɶEWPZ{/8(Y ٲ(̓5 F} /9wa/PD7<'BnwFEjuguD5Z}@0V^RN9TH8}SJ(ΐ{,g]MY4!iuscGdFvkwĸOndr&~%[D@U3r2΁M:Ϧ |4c {SU#a&B1&1S:9YXؔ3̡H72ny$qdxT ILEs^vc_ +&*=j$E5/DTTUN Uc:#Xfg_ \ޖmiI mܭ8±ML u~&~:uAKB;(XC˃99I_J:}OXC pP䠧ZiSw)eBu.z80~ثPK5!LkUq8bW;' B>_4J qm7"f"YPg!@x=|N_@Am^3svd) #`Lk1R6ayx¯NN`؆Ӯ`.+0vYw Cj|]ШXWޥ-yZ[gJښ|aPa9fDbJr_2?g&WYp|^n zSY Yy˨k:nP!ϡ%x<ӓ/ rUꋖHR\ڿMrFb,hz4՞0RgDr3ʸ݅}u0_g`Q煷[c,QpHj{d-HI=4iaϑH#$LCa":ˮnwΐ/ 0I~1_] dL<Ӧ *󓗱AV:B%`:՘>0wa'4$6p;㱅 ˵(6LXrB Sʩ\DP _zPpg#j1*||~=?ctg}t˦0E?yڐ(aȩ,xT67U=^Z.*12upWQ[ͺ1Cx Tُ(X멍)W!ͼ!)U+&yj˸t'L1cM\"gNKnZ.a*KD`0UF͐s@DI-Ern\p:O-eWQa=v1e,?qr$#:)9UEj!8J[W@.t!EgGsysrAf{!8,֪aυ{z?-R7U~.=.x%9A_D;۰Wf<z5R]&DIpz ҝל`TUp GΈհ9[d:ApzaذЦe3 e !Zvbo38Ɋhmam;x?({861u)ѿ!#!U`g MV .!)&oԋ;#%D.r%k&ʶg_ MH暄NlP5^W?8(Ƣ%VmxFS:tM_êyF~bS=NYlἴ E%@0TN)] E֚q#Ƀ&h}J OIVa8ts54W8CN~OE,0 C=0Df13yߵ+Be:\ jwq@|@K*!nQ02؇ՠ$MKzB:O"ԗLf!H%y*QP5L0-GGXG #(Q7W\ }kѓ(.Ge8oopz_,Mzq_,U@B}K"`eOGS.\ 'D RCZ}q6uB!?vE B,4Xtz_=*fϑYd_}'ϐyHMJ^^YAh5Gȉ~"vv@Ra`pVndTe ƤykOCp.]qel3#X_#fpm` &yWZəY q60_-q6{4٢ҥQG^wNWձYH `kC<Ƽ8vE.M A9^K(FMtKdxS_,it.ĩT ^܆TEo qR M h}&CY G`OkBZM"-D ?T3y({9IZu7l!ha1K/ԫY{3"Reb YBuc&2}kg- I?Ey"!4@m;>Ra*5>(CFHR24f7cf$R˗'<5KEX 樳2q*2Br#.b%]Da?;3xVKFpe+16jIh aHW_9#mڀgNWU5MU3RB,(!嫼^fJ»cP%f|/]|𖯉 >-HWj+%P/TuW$9^g|~fJGȴXT9yOK*s .~aLr9}5^N1k=woQ/b@1LQT̿2uxEr'i@ߴ9}iO8Zj'$9AsՍje߯}ѯcHӁt7 p S.';]Sn\p}9ᛊR{wT"U>:[ЌԟvC6SmkeM YJG9s^8ho7;U  V2X9m )ge|.R'|Q6"=*| ~f"[X*Т=dPd@w˥(>Кp{x 嬾AhW^w'{ 7@}>b п8W"6zV!F.0 r f4v+˸hDdPDzj;oF=k S@M g\gDUl2ئ @ֆ:9.@bj`7-.M蟱 uDZ92i0mc.Cm,4;#iyubJ81sEE>KJ45N0W_ ]^>oӿ\~NV TU\Ea~imGFhUpYɣAit yLj4G:fwa f |._ }N^%-RS5+2X)?0u&g\ .5exП=:dXna{=.\lm{fݱ\k.j9vr|SnŠWPfX|57oTݽj?1'IzKs 9gͫMCT\&YAY|QgWyD74:1zgKDe/4U=:/ϐ#zx\eP}_i ~9PUn^z Mg dtGЭ CCV4īm(\ORa0JZ 3X$GJ׉}7'3ћP*n 1Z"%L< 83jEa[3}~NoMDnj {4q.H.h+EX ovBh:*,ܚʝK\ȽBFB%Vqכ^kЊګ* Jj A6$ ?2Z̋q9bB W:WsW7 M%X[g8ZbP\r Qى:Dy欈<kǠ=ڒ0hY!F&7DcM#qjo)OiET{L!7vH֜ P.{.Cs 3~Wύh 9C?g'Ji'?Er镸 sQq*DGWrL#3Ocxj6-F?$5y ;3vr35a>T.lYD ǭqGch NnJUq12mg_!&ٗ: ]PLHvM:KmTZdUTS?+NئIqWroYXInϘR^gMݣ4T\@}{CɎ=erB'KƓgŀ!UNA:BC4-t 5`4>4BELʉQAd%gX~iDdS:z~}{o:Vh!,!] id AKI>Ǵn_6ZRc'֫"b0K%Sf`0Of~ۚۑ{s;Rq!`ԝ|+AKwE+I1x%~"RQbgLJp#_~6gycSu1cI O~t>ꕵ+|I+S漸M8OeM׸1j4{Cz6MꩠE娿$a Uv϶C_'pWARMfH&p)Ʊz3quB,{D[G=Xd OBWLQO.D!?ح$.qoD T2w1ͼ}:w `( %jyхfxzԚ\ UyEr_tB@a,Xϋ\!˦_BCg&fQ8@wm`E_)W+_-Vȗ O97 7#CDtUF֪\?KYd4 ͨrH 8Ld[ތ" [!CEI=a+䆹[LW=@<<5\2UgE  )60""E.* H EnԪpڟҐ^$۝7wވ Yռ"Ul<-/35IAꄂMw'ss;*'oFC m2[z'4hTn&n5 G$b!( ײAQG%`5K;CF$EE.cPj8bE +jh[ \b 0VʱNF፭a#x V3<}PCHS~ ^(|xeI}1=v暀+%#4WDΜa8+pB޶N6*O4G4ܮK42!y?u-4|sNt$4KڵEHzZ~0&# L7gך#EB2:Sj`f|)&}Uzx7n q"Cq(jm9%̢D rzˋ])iO@x1Ǜ.[ c&IyBIףBpcD Y'\57OH_4EKnp6VA["_l" {pƱF'&(j۵);S㳠7TiBxe/KMkmp5;NH$'a֋ZA64t^ z^6Uv>O"kFb{Rlx;!#W4hFdar(I [K3?tƿZi=1yb,np&b-@h&)r0Tc c~0OVv1ŒZ*6Niw+ ()5":ߤ=Dcgl"₽l`{> =^88 H?WIvɤ:,?7ޜ W/O'Α~̎\>Ԥ`;د'yF>oRi4]Go-AILN9[~>An$NS@ ?*%g4 i|&Tv&:[" HQ-+HзbE.`5;2Xciq\k "wLŐ%;Yf}<79$}HD_=!["hkXۗR56hg)@hc^;68%;yWP1qt+Z'8PF;nbp, j}p} l-=jZکSiv8JZĶĪ"(x5,B&5?1n^;&9hcfj{u-8u콕&E)R`ÍxO %8{oxz ;v  OoU~AaXbnGJ) %:_=[W^OrKXNÿVϮ/AVqB`#'!lQ :Nڊ8w7l3 J D  *1!oxUߙ eg&B<یFY ,Cu z誨G/H$d/`J6+9U ނ+m\n/A5E`:_*ʐ/B1єys %Zgk Po7z2Q fG+"r6,Kq,0#u:%b޻p <0gQԂg8G6tϭE_ѕm%+CJIyK2` Ɉ? 8#Zoae}ɤS~=4r~tC,aۢscP;{> Gi3vDC,F9 ue]p˯DƨbjjX@k!zq;k3s#ϭrؐtS7?ePPsr,MGnIf 1c)晴S"T鰼Ung?`/k{s,*:6*]@{H^ܡ:+wM5s/ҽاC`q4bx A +Xƈ*tӌ\mX"|tJ,+ 3DkC$ނT/# B7[?ݿ(g*Ƙ}AdE>+bdQDžFnWiulʃ&$/k96dl)t 9{>r?,5箋t^ؒ;)~պqQ1T`˹z ujL)z[LP<ҡ,ݷIAnٲFmٽH43Ĉt}U08Z?ڐ/TP+sfxx] BF(S^KCg' 0[NWnB%=yF4E^eS xگuΩX .8# 2\m Y+&\n0w@_HsrD O,_| B&Wfjd%ROkA^u{ͼ1Щ"/A3"] j)E"&>󎕭Ɔ?,9 o/?fy %#IsjmZ6EFjZV8ً3-)+`e\ (zijLR{w>nG)pue#Qysv]m o,L:CV'&)t$*rH<-{rd2g>+1xX32,ecJ~7[?j(V;3և#QrYs"pVՆ7.'6-+X09d|dAO- -U"c%nt,poZҶd2ƫTE[аi)k (m($~@)9d ѥ\dDm}qLי.R}xS|0?IZW|2Fℳhm y6~:! 6qC_/j'^uBWIJ8EY !1 R  ܘZ''n-5"HpƝs`Cy&USmec l%ȽsaMTTxzbv8)rҐ "t]^9B6^_Gl\g }+>Uu9+\cۅ{u m=FSapͮDmaHzJU}S]Z:bIRX^ܴu3J4`!'BW%OWBP&Z/D#|pW<$65'޿2J-!$9YN)bԞ =/pln!0WdD3H hd8c E : p.X5?B[kq@*d*rQ  {UBQGi=O vǐ*Nf7=soUSU(~ :ˍL!n!*>p~Oٵ) ~Y>q`"U|WKǫ3ym}Oʔ۔t l(PCK=S̖ij`@Ҋk8$o;Me$Nz}͐TR `ZMPOpժ>F*K68IÞ_3SzlI"RzUh(׋+Z}pKqE @N&UxbGN ?E mgؔ8KJ@ýw֐%C 3oE)Kh4GbYrEr7x]fᮇ]lS9D!H "W\5hƿR  YqLn*sU—#$tw3CMI>mj?v. >=V{I~t {gʴןe5xuI rF1+L͞ⰣG2\‹?^o^7 }bpZS ]BRI2Ź -CO2P 'K$N7,F+>I&oR Є2>l4Jd-S.o*rFK٤huid$iaoNؑ\FSzaTv#qoRQf1P^{G tn-pH H7Lƾ80ܩ %Gt>=(\X4XĜ_ V.)t[s|/I)TV?@SMq5xppE?m.jhʒ$spdjƑ-RRE0V a_-TUS2^l,VӦH R(fB%lЋec}*j}:=>WJP[nqRm]em/-$ ߘ<<{VM/&t4^KC~eZAw-|0g ʋ5p ^ X4B?=Y6+ Mg-h(%’2 ,꫈R({bKJ[sЉO"OQݩa)rDў:q NǒNxNwH#{1!1bOb5;+}C SEkO8|\_HtN~5̽_0\7$w:~\38vqDmMn<-'IA7мv(Y^MƦx~ĹIA[mјePIL, cNV=]^smlu="]|U_5 0e֟@K^K Ft2qtXj}U\4lhcLaSȬ|\CC,z/.wڈstji^EvM#T~h( 9kJbӗP3_J t2V4%NY.OzM/=wP,M 8x׮ Ń{Ӹ{U㣾SI|ުN^u5r4255VpI~]Zjۃ$TߢRP/wߤzmd@6zq< m-+*Pllygaw(l2l÷]yj[RCٴiZ$>ou}ebI?7D.L{)lGEב*!|0ژR=Ogj 3*C<.E-)8[B:m&\xUcaQ\N o6e4FsWb& ٌBUTh=~'YQ>xن+S*F yT[$/`öȿP㑶lOn,W-SM4$<4x?RxS"%ɽءa1 c[PՔ!:4REe1)ge3:.:5Qd>O7̽vO JɻZf(3e<x+z "݆cP,%u>o%ǹ/3#ˡѵxI7?<ф.pLXz1`e@D.9RIƩ'@cIa΢tRkjm0\럠pj.zTt%R!}'qt,_L3 ߴ.^w8~bf\X 5|TU-hv@yQLI:ʯԇD=L(ۿAW+>'oqE})}=bR4ŕe:HJ aw%ҥ(nE;`ĝugiKn0ͼDDdU ǾS^չvIM>w{9,͌`l?Qjڪ |>47e崞(ib6\z _ǧu5? iۗ?z8+R~RWrMT!Az}mR]Ջg2!Jܼ"g3K Y#FQ2>JN1Cr &J[Iv Zqg3 b@>=ȧJt~UX1?w0DIK棾OEf ( aM_u$OVc}SjX/%]2o[7<߂t"JӤ<&ER֊6츼6_nN 2H@c0!Xj֟OcH玘j̘W,WZx=R$0_rͳPU^Mkk I>(̃ͅwj.c&G-m'łd݁Ek3Jm o`OBx-]c]dɚFٯ+J3Aس (z)9xB4Y:;DI|?  _d?|,t:Ҿh)A$ -YSB ƁNCͯS!ִ!Y 9 ڡ\0hXaC #Ō%^`E_%Y!/EuUîr7*\Wy[4\Hk)@\U$6RDjd񲕆34'?4(0Q+n2=h0xj&;F .'̄+,D|{ @ȵ]n,;Sah*r!/6!QnӚk;3q1YŎ[rOG'kvɹ(bX6|Г YC" q]ar ]~ok[⟨)2~),_^eXns3ISBj&w=ޮΝɦ!QjVq$ t]FgloL3 :A1Fj|R\Z*Zhqsnpaْ#pn#o3yQ*r`9w쥶:R$ij "*. =ğ /L+,7d_0<I0.?4Em$&?),_TQt2@V:~Yfza)$+7R'w uX!/6gqC*3SM15l0p;YyÕ ,]߀O'ƑaɕOj01mNĸ! Q1ܭ4|IP)XWAŪ ͚O'?0]t%QKƚ 9ںI HӅI) =JM$y >.r[а] (P⧶ ^  Jb+p!H0쏐jl?"z*ݶn7j6u^7/JR`DA}[L^S쟣c RcBA'cT|{83<%ʉ"P@Zۊ@npΣק3VIdVeHPO9wCr9+6B:@r Vd1b wVZ9QO0 kSB^aS3썾Ytl)^~LfgG4E4دmFohlW)ҥ^c:?``G*IM ~$5?G9$r J@?пFdBd垦jfuc 3:Ś?Bq'd qm9~ Ė&Gϐd~|v-f nPcRGRŦWd/ɽcX-wcxE<8 &j䞜1.Â?YɄFLAQ]+}Cqwnt໘a8@7}H BSmZ͏̞ aFC;r'<޼uxQ>P ;Szu]}Ub-8q+c)v){o[Ѵֺ3e%gm!>H꣥qPݝu9l.soO{_jXD*QL+_pƔR WH dJ]mXW `e!|n{jHi"*]m;7.f ~:>xcXƱTWq-f|_OSg͗,X\*tQˍ,rvrT?*I LڲiPT5'99(N>h/gZ6M`v,A QL|ax9PC5L.)#kWhҟƱwAhN1>D2G>ͩg asڔmb$|^ $%ASFR{J]NVh zZi(6ŏ`ty_2m|^'J=L\.we]_$TJJYs-1h)&&< bn|Xrv@ a岸y_@ty9@.ZM~tr@pTz!KIIJZV-5URr** :@ȣTk\j?.bLE<G3CtuuSԙ@A}IRIoLճ52ִWĜ6$KHŠ{uyPФkdib;YCb˴Nod"{$oCI bS B<̍1aW!\כ!y1G@?K H,OC]Lv,]aJϤ'Z3 &>LJ7|q$h z?(hԪsd^NזߌI{sik"O~ ϺJ֭'|(H5oIa`қZ \|^d$MGm/RUDVU !PaZ`KLrw. >;aERd~(C]M9Iq^ Z<{t?( 1e: {V.kxpB,Pd"ȣfo3qwkvr3\1 Hk~^8sh,7tr@Yj3ޏw`gqA`j՝}y{߶`.\_-|vMRuśkۚtb sҒKrSK*BifgvSZHIG#Ж<\WsrYUnU$2Fg8jws%7(ٲ4<+m~:ƥ' (tao uK0>s=B| X TU Ú dn- ۙ9x@WmRպ / bL S%(fL?Wf%Hr}Ud[[ÝVF }\jxMf=z ~k7K),P43>PY ?\aH̑WbkF[<4ȜA^M˱Z['UP}s˰3ܭG2Jem>7oOgŸsx1c()|U@kCd+A}s{,f"9Ud)}H1Cg1BB5xEXɵxظ֜HgjǧAnX5YWipn3 ?=4OYm13S_G; ! CEz8q萳%i6EBz ЯKSI+q^8h+L < J w>*T5 T.tށW{µ#QU>?b^,/cmOPTAXMcP}seFьqX\ZocP-j"CZ =(%CoLwSHjP,e]6Vمu%eg4ɀ)hRޒH]"?Fc_Ho!J<NQS"ll &l6PcGmJj6smCJ@#4m C^0"'uE;HOQڿO|w#ٰ 5C/~&e`ѓQ(/Vs7 o:Y.X8֝|lM'F@%igaaS^;^ylA+@Y}T @Zjnzt(R.rglw|9g”Q)@/} k}C'V뤫 WHȂ=>Wmq+zN8Dklx;s6+l0S4d{g@Hn&-6yk|?"1{3/V›wU7w%M4gma8^q˄(cJ +$D{d֌ʆF:riɜzZoq.lE(+)"TYt8s1-%}bk-)^IX_$EXQ ,6䁊^3pCjxlhLvV:u#lb2@~Y[AEGc-##*.: "#tՁ6G%@I`}ʊvj]e/Ί ! =*v~+jikP;r@̦莔$ d8r'f1Kʦ" ]S"*~[aVҁ̝6;Hi a7w= )Am"+W Í#ns 'lu QN[lC ( X#q${~hDmE*xXB Ey lM7/R0`{=n%+}Cx.]KQLFJ,.-42bnj3Azm"26Wq~:.I%8l$BXKRP̋uڄhuuZ)rt(.U8$'.P dur=vIY{\P[eF3 #VT3T0%wI(a:'eA-$-2tʣL!֒XMH0W_Fn[E CP­CM5O Dy_Wg^ӎUdŠ -i"nyB@jj׀0~gl-?BkyR%S7mgJb75 ðϷ&6%4lFM# CTv|-w!8aBG;^ ʆ94 `gmܪAfrZlRRU,nLL`"-V~Jp6ÿ́!1vSdjTk8#H+\({'%Zְ;uND DL̝{=QNo364=}<%[d>4%,`Z*DRZXRvˆ<s#w{h@,d۞|ѻNaa7PQX\$ ϰ;d{*etW n :IM: 1h),>P R_'7Z6ک1}4mKϨO )oa VʲÕ 8Bfa@vC$/60`8-`xl[]Oy _9Rk򓤗<`J%ڇ~϶mR/|2ӷH(O[y5VɋRඑΡMt~O MHh{?=ƪF 9*4ϣ#l-?Ko\r+Rf;GZѭɛ%3nfj%{'Dw]n$$Ҋ"Ybf<~uDK(b_d_!g) ^hsuM';~RLֈ"|&uSp}ayw jIue߱| 5ŧձ>^`3)aIH9/Yz(>ki='ut%cY9Z^愭&5(=c^_Ii`0Ufo86{KyUnTF^,~} /D;>^=}%с> zrZVveQFRy2\PƞƊ;4"JK.y}Fo *X!*"mŒ:Sxh . cG>72/ 7GSطy'DU.f.pE4eg˙(O(N; 99lu",!f"V؈qsRYAV Ҝ*LpXb?<(A} UC. AzW_S\՝BDc$GoCj"X]f;-]K%nx+|QYUEYTKGwtNmU YW$%2β&z q&?SǟUbXxJʨeTV# DbsH.:Ive]Nph#o܈Q49GpW;iGa]%ʛw"IgS)| L+:M50Q'JK*r\g[\碷(K*HSȄ'I![Hdut0׌ sT92UmᄯLM-,ҏ*R9Uo3Qz..W5:GFqEsTێcGyMQzl)QF "t`:hc e8%2N,Xw)ক֟<,*s졓e8Lөo';~ʚwtC`[FtU$ 7cE3^Yڅ;5|B *J2A-`n7SP05'/yb^` wԦ҈m㝆Py I`#';ʜ]&BLtiŜh$HޖnLV9X*Ӟ,ݝFrx$n]f(%-6-POV3p88dԱ^O;V;0?M[^ǑJNivs\Mε{B >!&.WRR҇k:E~w{O{:O fnH%C7;.fDTXj1WaSU8 cM}+\D E E *[4T+NtBXݗF5\Y<GЎɱ&*{._%|#Myq3A$:>`.&~r9+_#'0j;1=nQSj}~32Jݕi9.Go/*p39{hyr]MuQ4)gP,:E\*k=/y_Y$>bQ.d ʵ7Q24>fļG>WRx`^{X@F`F0!ȴb MIeM cbKLP>q2V{_FEUkR+է6"1ZHzFA(oKtCjr~MT\Sё`JpEY:0~ Mp0J߶MI.ro2%GD2"1Pf'#-"ӿA6uF-5?u4F+y ".Ej!*CU(`~e{D;,L{D۹?s-ۛ )R]KeʯD  {70XjJ2T/仍;énR9)sjlk.?˃~3Ң9zw:H/nE"7`A2ԩOklc+C)KS*SsS8ĴAUď=B\&ڱdCR{a& .ń5a,,PxuV? )4%gMClz7[yJ,gmg^[9m].rbZs릔rodu, -yY _u"F7R->E c*re2_\!j%^-̩/x6 BZ;?OmǨ_L֤=>>dt3"3ذ;Tm !@g`-@^*\{z#SLv]P5KO8`jL6="7*˼4ݞ"LWuN"qTZVt2 <*@srjoDBl*e܍,W=q9ƽFbUO'6s:6w ˼Zm#b/q)A*cJXZ{2[V?{!SZ3ZjH@Ėn_luDAw/ۥ_51S @UA;Hpo~:L9δ)*e)ma&pa q?xi}5|>,!7kvy e'F$"-e}""aȘ~O7 Ho 8+YZ7u֔j $&PB0_az#'1~0^xaGL*Qy=~NaMp[3G3i ,Aix5,'ՙQP$Vu darwU]m->  \Gxņ4G/ UJK Cyi_uB>qfeV޻얲BLнqcpoB0ώ%p<ȗ9T*=NvICDhʂ#| -l_=+ݮE# +>ChSfb/ />V)Mb8 Дu?~ juP$,ehȿBd$sWGūJ/kk˂Eot5hdbcoh!TX3`Qc\>ٞkD?oEs/piyP߸(ѐQĔ歍SSY i3XU^Ŭ:*g2:m%0CJ@1I~vE`y`U%IqڴΦQz̕U=ާ 5[2ۥ䨙w̑4b rN=i5xQI͔/!,TIt y|B(f<8e$ 5@uBCId:ⴼHkt3<.Ԧ*U7_kI؟ ͦop]Ah YY(%:#V[!;ش+'Eh@[W>k6h7c4s"_}1^,0wr2͏}xmνX>`Ȗrʫjx3gu#%+Q 3G.@[ 9ò'uk򰺁-JE۠`qicF0/aELCmk`Hd| (ޔ4wTY;z ۦ*X'P1+x0*y ydRx{آ.H=+$^xm=0(Hcbeӎ}LݝЄnB%"!=#yPICzRL~FE\M&c|pvQn_X$m?)#Iݢs7iCfGgqUXIS?1WO5ԨFkܱ!^g>jV='ɃyWū#&Ly |%g+g`a Ww)׭:UƤqWqoϓRKsoE(Ւ"!]cxlIwCmvKӖ{vܡ ~_$Z,m-@o?W ؔWwX :wc\jLk.:QaV(=586C 8=,Ji17qYdkU˳{ Uecx$ ٓCP[iY&c.7n4GB%2'||[fR~ j'V;nOhӛ)x1C M8Vmqj.Q×Ƴ%T@U7-J3eWq#6XQ,5H lqТOJMPN#jt:% )xK Kor~P&ƃ{j;zZ5( j ̔;z k7wjO@ia@0εsn\x1bU0Ãkj uD*88u)^z_kk3 u9825&kՔMA6??׉EF̔G-ȋrB\p!5󛼣_o򤱞m|Q<^n%Gǻ0 Ms%inaZHxD-ҦLڢ &5pfd>$f 5%6:[0s|:Q)xM ݺ l#5 'z{PR-. u6PFWδ] RYo [ŵ@T$;IaӦF:{0Eg)w.&Rlӎ~jӛ`fP9[SEb[.&S^BDF![z2EiGPv>IM.8hNfپVռD( ET8wѼag4a9Z$lᮢ U;A-.QYũ2Rܴ?л 錼A1J "ʚ{* kV qԟQP'ZԒC8:ry* %x'jo{ g[HLtz0NeLdaO[੿]LCq\⌕֋K\ɤ1P)RƔhtX76_qxdYfy=X^r=UT9n81"bHK]0 M;5b^^.kا0iU*"'xT'5( 7j!ydJhib_NA#8Aʡpޠ/<}h,𘺯J9l"icN/D+DFVf( X^o:/{959ńDP(F8eJ"NG~<J5 v#U/+/CV#^F_sC{h(9*GpfT^>U(q-WÜ+vh7 ") yz!:se[qgfj?(Kt 2!jyŏa0KMu'$idΟJQzȲ,Sq"{ݟMe?84ZdƂ4r"=io= v<x".dcw"W?5#:X4r:9Nǭq j?0+LO>@+4B> ߰*/g Bzwt*Ϩ,9!A@bicS# +.S'}v>/}uޜ¹pGr3ǡ<$+vU ! e)5@VȀ*Dozq0(p\f|eAOKY!aêZ1tN>)gh6It=oue2|HWLƅ϶VRup*Mr7&Xo֒&boD 7/+<*Xߋ7-Mqī!ZBwC)-2g?U!N3*DȚD5ykPW?TN$ju%yl1i)Sgղ E|E]mXJ6H^u$N:)׏YoO]Y֕!!pU 5_\@Jikv`SI_M@  j*.ģzsZ\ºq"IHK}%`A(HZ D땢2"iJjG$B(tԸޙm[>.*Ȫ% o *W JdA 0g=x~#w :q^t#l,҄J1=dHRxW=3Ґꪖxbə+V]P )֖6)c͕߮Hg: _qY;"24b A皴\J꣸AG'j28cepgW[bn]g1 $gPǸ \V@ +@OkֲMDeDW"a]z+rȐw[0y`v?^IxwE,6dwD=4aغ7ȃ/meOw#3ƝǴ-aUy,#\brH#cXGM Xݔ9h}TKaHS[<+\=>i[1!mf3Ĉ$)uq=hMm$[>> k N]C3%pxv2g,g%_Y4{}<`;Pgs 92>3, N{kHxQ!dnYpK5vzEd}x+OV7ݡ ?>3X 5`mQC)3"X"ys2H"[NχmHKyDv},g ܚr#ȋ˫@h(0Tx@sfR_|Lɠ>B,XB잢s+FK٤8&8렇 5Ca(4r5ټEM_<Υ%R33Z4L0~vjᙆ5$o|iصB%x+ϓAYE0|]uLu/?l P8hXlـgnMX۳ܩ] b% k|g6>U1RM(nʮ)I "/D%Vg4~jrGu73 ~(Աưt Q%GcCWhӆjߢ+N?H {Gu֞B&**&u*s[p^Xϋ4 !;#,>/;rHz [9\RINvh q88LE 6Ty1)+O_jO,[Φ,aq蜛Z"oqʼn!/du3-O@`:)qْ#ׯ}~+3EF6dY'BSL0w]D]:D3v+ KA??pGU_{ى/^icU9kMTcFcG*=\䝿""I@K'ǖt0 fFF(- sL!lcR]DAJ^$n5z߮B0g0.@9B/㒕_|@)ӉtjR ;Itwn=c?F#Z{+r@Ű߷[-,ξkk-K}Sб`r; C}?lU=xltՅ|,6T(7vᩑ~4ؽu6j+Gt`hn)- ^H0Vo8IDr5`'@'?L8rH;=f#r +KOFZ8|^ xؙ%h%ܭԕoIb%qOձg5.z&[q%2? .;Y]IOy::P>Oj"T]_^JfݘQ_tA8><咣7z pXKwemR5R}f<׻wjg?}}ȚZ88BOhߛm-b<] @ė#&kARg~NMr,y]J:+ oSAy2ܨJ]ʇJ.:V~w^8ҫ26^%m~L/d_^DΡrTI*=Ly p,~Vܬb-*1i'Nj_)Ι]f: N+e5ۣ~e C31ih/ɔgABQM!E>'XN)( #5 ws{ؼmM1jDGjKH]qyњΎ0?S| Ma"=m@pjiJf:o^T<(S]-f\N+c1н>R>-&zx~ՌP@QMaP9-P2I/hC L`rk{Y*/yj{)Tj}{5& P*M)+BtY941Z0⤭I4jt,˳*xU2ݙN8jTruũWv@Kq~cϪ|{X+N**Ѿ5oxW[dH2+Gd}Xxaab1'+8E;(gt.h󅢥!S\[=rqmLKr62ђ!x'#T5Wzu=YN'3>> U: ڭMV *R0:}$w۬']?,Rxqh)'wa鱻tJicR@MR1$IJzᣳ^E3-3B2m!ibRٮ?_TEuۛ7$J"0t3? Fo¯fEr.v񽴭ݽ|\#ʪ-wt&WpNkzV+Fcn=iyZ|\bҨ.sxz CGzDrt@pLZ٩3IW)KY0pDH2AY%_jި^(8u뵔KKRІyTNr9[ٷm󹮚a2(޻Az{g,k1 s5cUaYbB/E}P PCbE 's;tl&1͡@_^iE.WujNtF#2G1Sz{$D)Z'P U|&~{LLG 巖Lo/>QphF*`E1!&?"u0T;n5"oy8ΥU󨂗/PKF[ndiY(Z=M' ݊ȑ3Һٹk*,!\ $??py! uåw1t)fI Xip4ۯP&/jԁ ZM#7$Ჳ?0M˝ 'KYLw#X4JF%~$eSo1J|h:{DTZ)PƅLf!irRC 2 Y͚rk0`z~ڀK`IBAS=E,r"Mx5S(oo}XV ^c̔8I<(Lˁ]F_6 [Ih^$:w$#C[H"EpvL,v"T&(8:e _0?{0vR] l(h܀":\1 _(4d?Rx~@ X2/ Ъhl& ej㦈:\kWt4B5$ )EFEni~hF~ȴ.Q ;˕t*`(Vj]&fO\/Y_j;Eۋa勗w%o͏ņ[ػ 9.!#0 ¡*G~Xh YH@}?{#cep\20Yj}*\Ab*|"/IS??Eɼ%^c^e81^ S ^Ppr%Ο*%cR}IL)ew?^=;1k\o~ACP̒odʯd)mUPyfͬunXm!R7bf .3#֘ +܈'z=F KNje+>gwZ!yl5CSvitΙ@mX!.奄֍ܾchG9(G߁:F%zgG/"EE ȸ'ԭb@fJ ;-RT损f2NO#V4EJrqMbW0=s;oŸcRu7u_͕}/S CzS0n.e{طWĠHCo@9SDžY mR Wy΃!wrA!nŔdrwȠ!d-9!UZvp^nu1+78_,LzqjS_VNC7F!p:lI abhY'Da(.\=H<Ҧ;{q6YMUv,;EoX-"Oˏ@2\ٳ-r޼H<*vL< N} '[k >:P4Bӕ3;3bHcZc7"aܺ4ޏ 2azc]a;j2 d\>yKߣ|mglF m q?_:W 8hpiR7ə'F]%/%cM>vgzd€͝p뎝QXhҐN`jpye')PF0nX1 b(W$M9Zq[̰zU[7ZAHBcUV-Xs .=wH#}]]p7ғsI.'ɪrÍIGB I-sgm(9aIbg]QHVC5ئ6WQ=ϟ$n =`MѦ̻s AhQyqn[FP*QC%|rƕĊѰi`xߝ>畅'TCcmDKF3 f{Uר+wQaGvS%{06JL_ ,FwѴ xLMU>?yvQ?g |tCuI~ SP)[^:̘>,޼Fn@@b`lKJ\rHO:Xk.*MN(Y6w*OpdzO׋3w-.0iw唴a[&<2g+1eΔdgN=XIlӳe6q!Ey[}T]ƉK;% aQtٽW7iR]X]p\Y.;e-=x̞Ҵ~E4ӲڇiCQgmCph@#$?R|(v|kLQὀ4cubo֣ijìlÅ3g34YȨ?=P9rROc*@%x=# ϑP/]q9ڬ>|G 3aOW [S7)_{'eQ3$f;չpwq `FMFV# s;*ш:)RV'fj} ,+Xb'u&$lhqia9ajeAخ|~c0< HELAich9.5Pf>Pa(*\Ůזłäzy,-Q2G>ސz2KLg2rTyOktU #gݵ瞭}"44TX(E3ptI\ Y-L>l^5*>p-nbC#AMW#F.S.z;6F-97đ"S۬ixemXöq 3-hoghqJ2y&-Ϲ#YNLJAmqCoĞ E؁G0IUE KAL+qMNlOJqiݼ*xb* .zj=4VQS[\Ld1}o#Ȃݼ븲HkA*s[sIN&:|[֨R 7Jl<*&ӵ}lbNd}8YB*9g4q=("mW!ɡsCI 4N6a$| T?ч; sԘ_0eP!i3ZXOjeȎ]z\\I ;2؊D7=:V!`E²5+LW&YI'&tE)Iy<%v6ձPVWz>"|Eѓ Ya˧(:e<}ssN!\lw<:XaW<:#Ԃ \&H#[=LU||<\k)ܱgq0oGq9o^ 15FV2'R(pP ׺8ޠq2]7U2?e=]޻<Դ *L/a{_LqPugGs2ݶjIBQC? RrܿEI֢Ty5?_Ev (BTYLN|xi@Ť.?KJ ~3;[kުr&߱=Ji_J2Q'Lt*bLՠ0"Fs^Wbx;(*Ln\W>4e ~EMMV`Y#"C,RKDh<֭s"! u]/hCP 8MA/5מۥ]ץ|5QiW_c\VηQsYթ'm'M>T4Dxmm pW>@WSd V7ΆnȉWJHU1Z Y*ڷYars?]zZRWTb0pף)j)SY+/9欭 S]ه{Jq%JgJV.m3fG5͉3)|\jU*];,3~'yk,kw&+V:E> A6PÐjηK1*ڹa^9`гgvpXe醵V9rpjϺ!m??pw.CIB0%E0MP>qCU osѰP Q7JH΄4pTa Ac_[_^ǦdHZX^C עQxc^:!b)Qt^0:σ'`ʋO-hov`&#I2rK2ԳtžX~Å8A)s^"9ݠ +_V!V &/9b؜=ӻb{W+g4}BrU8_LNE;'4դ 6G:# -"CzC+B G%_?Oڸ؆fxm#yghԞTqCeC%<!hӹO-+чI6~>ӲtYLȨ6Z&#S3*A(;zd?^ Zz:8X6o]Tgԝ X_t=)h>8}ԽMH3 #3˧kز;e`c5d)Ĥ֦ ?WJSm?ʢEN&ȁfڐ=1+Yi}6Jl%H<a$#ꪓ7WAA'IaF.dU(%WK Y FwNgY㜠kn ѻDž Z$I9$= GfFd;`B1Vĸq@HikO.kTD: v*!yQ6Ems0Iϻ쵭JcX[bUg%E{ql̏s:'X8Spxΰ.m'WrfNB Tm67hX$ RBz^GN>L }7iW?pgvJA4D'T +mh>CB7FMM 1N߬^r!`(LMi\ڋEozZddƼRR Z8+W0bH\Pݳ'R"k9Z{Wv6c4QWBu @P,j2en*T`b_zJ@ɀ^蝹D`?O\jaVJzwO_VUm<\~61Gp^\chz lN DX'/TShNƔUMn4I|穳7:0΋X^^ǚb!cnC6"9 D~!_zI_cx5mh^EJ72 *ؗr|KR|ϰߗ{h}0BWLmN FQlHh#?oxi\.)NJeasko-j+siYaNPڠ"Y84I_u.hB3 uX(8N*rِC@xfl/ ߻"=1$/0z7:"9c5f]/׏|E_#Ho9T;xUهt"wdHbvNbu-A9b~ ˠZflQz-Vz%g7' ૷yIRZ!Msd :,9 >= ])Bd Lq\iBAO/{`vql MI#Rkhx }V?kV uNO1647pJыF2|l8NW:*TN}C Zo&_Sԟ񝺳Ce.$Jnpެ"dW|_;lKdv}Ukua rJ; .T5߇oeW܌Ǿ#=CM2IS!0wkW5crÓvc]痭XaXI7pؚU:,mK ddO-D 2C MXšoJK,uGocmGM~3Z+kp[AѡqymuTh XXn3twB8n7`7՝Yv闔S*_Ts|tecpx^K'r> G;|:QX c8=D:ؔAhz\W)'n8(cͯ6Z-S;_|Fv5CfHGT-j*S#?v<2p*֚sPAB7 \ڝn)7ئɍha`~Yq,Kx^5=0M:&.^ nQDLU#|T U+k*|t O jb|ad8$Lǭ\Q}eMpFS#`khy:c&/7pLg<:ݷ9ӥ|*I4W81wm<'Y~K~TTCfS|sŠvdώK<3Ϩ}oO{u\-vlx~ޠ.q>W׽pWhwtad`ŞoTb3nj'-ǭV2JٙR.b,~JCVūo뼬*(#6 6N4n*S;)O&VP X7@B/9Fy];.beRPTӌ8caͫix 犅>XEc:LA_\_Y"Xz_JVx,awQlj $B{g BbQXۄ:}E\<TVi^/{4ˠ3?wFB8Tk]Xam,>5d^0%,E8~_+ H+! .:Leo8_rv2Cx4僁D%GB7>gg:5 CW>,X51۝PwI~v3r,y1 {8*[JvQO\gvQD2݋R7ԇxo%a^!;L_XJ0 -t6TYkfD<Фf)4JV':j z f bUIM`7-+r}ʥcj s3|LKB2eJհV'ftMV_Fv=h& I[_hg7XMwR^rͩC8 "< &8-T{=D8D8%_"tmzZ[ ؎]-vj% b.G\o+fdRz;OXa]ˍYE]sC3^#XM?7R g"(HGz ! M=\+b4<4iq`o$z+3aoXY|XQn5GǀMew/\uHI1{,,bM:;[amDL0k>cʝ`b~E"x1^F0j !F,nbaTv;\ىt<S38m*CY盵w5L$J H @8? >+Lq{B[ _2UJ!wo~o=DNl8Iosy^Kـ iJ 4أp/-x"n•E%%z^z"NǖT vgRؒJD5%ogΝ&ޓs!Ƿ|;&͌/aظ '\hlz"q'>?eee]]~jgWB| Kd=l宔!Ԛ )@ Bw5 s'x?2lf7A>] sz08Nf=???T7ruw YfXYA蟰?/EvshJWb ɶzcpɛ>Cmfu3+T诎ZH2&Y1p3A_9mypABD2C2<Ú8T|VMMEx jRe|9`j~˻iJQ>_qZ6P[>tR"B%9j?t:EE)F$  !UtvfFA 5 _`ϒjȭ /sojP&դ@*L]ΥP5$^f@ jϰq ?J1MwS2v1+@X'Eٱ@_ YWt a[=_R waN_b]g#jrjXM yBkfI3)j).AQXtZ x>@J/.r-({; M2Ḇx+UFx{D =0 j^5rZϪ^ݸS!Vy)|DwEJm|%~aQ\Y ,Y% &qiE'5}yIn=NO17 @a^P}eS#7l^p[V0 |M\~`2 š+裓;̞=="9C>LУ[#I~n#o $fH:&b磫Ny֤ ΜNOqJqJ.Z9/I7" Ue&M"8Wȁ;\p2*%ELFӢÒ<_O\o4^i#dIvFz| Qa‡{%gEc<] twKJc{w#E\1anw|JdWրbz,9g D੊@SÃjW}#nol]ea& %#g:$ A>1$}}OΰHcXou -Ilu%&- P=~64|avȤa+-BFőS[.]ϋڋ1/=~KK=ֈm*ɲ5'm;(VuWg 43CENA]FSi MXDrI_nYgHp$ɍOYꂐm&6`WtU?΁į[ zE~%I}bU=f6Zlgﺳ sh Ii:v˒]*銚Z&8Ŗ!}_8s]ZFdY y&-512kiaֵOpm\ɚ!'lY ߯Bm+\Qi !~ F)X{ׅ+LvueE9Z7PJ".4/ZbCr|d0*Nb57@!}G}Bg_{?ɝoF4H=&ʟ\ACGq7>YP\#h|D/Aa5yt/͉MKI~wވ@B^i&JAe0a/R:!Ђ%IڇQn9o8lQinjTI;w }ñK NpS !R'6 C0fXBª鳮ȋ 7l b!}>YWWoB Dyv`ԡ@ouˏf5΀E&{pz5Q(8R>ӹ0\-tن<}=cA|UMW~)E=6's]ND?p=c-91Myqu݆2}?S=-Lʜ^k.FcM G;ҾCF Eg_.<+ W UΡ2|$Ij򳪩!={\X;?<2OYrUBN5}A3ƻm!_ 0XՊVQӽ};&돩d#-n#wR3KU'.J#%I?4m_WhKT[ߙ1|_.Y 2Y#BGvtt]K+{(fbT ՇnsM%!f]ѹN#xMEC24"O8 #7r.PJ\1Aw/KLJKJeYQV1.NQ3Y#m-2p[s;בRb8D~.s5B$g꜖:>q?'Ӿ:[Ae QXt~P.twڣim.`jӗM/az9ו,Cn?4uY _jC׆up`?HtK#mIeN],625 r"I%{xRvGzP*tJDWցEVm!IqQ8-=Z`ub4/X@KuDqߌ\j:όJ5Uh#ƄRh\Y{7̱І #L_'lGaD&G=fc7Qށ,6r> mKcFire'fu$گ\˫Z5{eSzhG!ժ;&^r Kn^ ǟ%zRhweFbZ>S 47<2_[cݢb.[s0VLW2TP1xΪz`[M2K-^U o@M?iDJ3kI. /GQ?쏺}j39lDX>Mp#N"Ʀ|.u<1q&SȟS)&PT`-~n\E)8ka쨊7d`{OLiҘpӡ (Į\ \jzL+;&>ynyEg:i"[5|w rƣ`UZ(T,cۋ2z`pw&d[o4PiS^qϸm>b"ᔋ*0R; WVCg?I0s wcu<Bm3ӚQ侁CyU v;OLdXB`Q%a/tƍf$j^V5#C:@pH41rϬ?k|Uge̸Fu53_r?YLjè++TOaQU>%'FiZHm+Z^1+P 8_PM.s eQXS $.ᯩ)2w.z܁1SwͬݛDU# U]r/*ϰGu Ͷs%zF9o 3&[ٰCfB]ďΗ}SL<-B۟ʚY"@ՠchCAW1-1oJK7]{' 3JUKJizxjWtS]}r70CCY5FU'LT;M:-j_取u{yiŪqzB"JoQ%\(~ Ec+~ ELtyFu=mjͫ!B"OLǔ_ R{ҒwYh{'uh\lOPAKXfvB_~S1ƴzxHu5C0.#;5s**.ŋG0vQ%^ ĮHU\xs\soϚgۮe\ݪv㻯܊~%1M̳`d~@6~-'+3&(4u{ipZP6Xz߳x %]CYд,)iZU=,%4E4byOr,ͺE@Dz5c֬F8=T!i//TfXHf|6"JUݵ4bCIV3C>;N!<骵gQja1xEХ",fqؼ2^ s8kz[h/Z/}`D2ZMnjyL4\>2bu"yab 8E둰oVPf@tQ?bq ,w|'o))?4/ bM{]@U75@:(\RG+V Òڄ!Oʲkƺ̿B)H+TlNE[^e}r7`ۆ_?j"T=?!eƝ "p!!J&$ejFB1b-%AkN%O++ \?Qo^U#jy;GDLٜ"mJFo7F -*_v8o~Ly^溵koƠ[VJ, [ lϓ^i47FU: 7-"CRp`t[=2譣aOiؿR QɱwRXgva0FH U:J 7 XV `|( rȗm)ݺՑkR+/Corh8t0`^r>`ta#) *YfnɷC핅f n®c<7lD|uXqHzSg~1Q7:ixxĴco&z1 ?ͮw{p$^.<3_o\+A: lidkc.&־4;á<",qs( .$̪oF[e+zPRjINXE->IT$N|g@yR01 d2qGQ-MAfQ vqgv6_0к 5׉:'6P0P(9,8ʌ$QKt vқM˱غgrW̉F^?GuH(hި9ͺ:j+5K.,49 y']K]kPEf 0V> vh!j4і:׿`Nqi0-4ckXؚ-uאּie(eΘ/#7lZ85OʣׇfP٧giMQ9U㠻ETa`"?…VwjZΥWCV#Ϝ0[4*@K֋Ɓ<'@%!Pw O<|uLrJ!.L)@Ε 'ϭ%do=GNevI~xmV/*?aMb\nz γs.X-[,=fbE~J?5 ^dz|Ŧ>qBڵu홚q]R=5ޗ5%|nI{W1p &uVw5A]H|`p3Ӿ^_: uGb?;,13 K/@hȄt\6HVxI#vpXW,#GwZvoK%Jq=J[/?&dQWM{5:/=K93>ЪuuXb~>CM M=ׅ{ϟ} HvZ'|G I9ʡ,cuD﯆~5RpW%cGfQhB)8[D /lOYZSSVz CcŪmgV [sDȋ44͘TJ_Yby"P-M<0m@ O->TWP:C~ڵrzS4WԳZz"3i 8llߨ!JoQ[|o!,l JPR~_؂e :%%&iPK&cQXsQ42lit=_YV&nVM22æDH-g~j87C+K1ЍUN:$ԐN',5-VdaWAR-Fdu?wTcx˽apڒ+WNW<ot.ruӧ`eͫ& 'r=O.qN6+nRNp(Y/ݻ qA4DB>,=oI]2iU6Y#.G#yT^H3 ЅyTa6nqu=ʏz)ە۰A&B\#\Z+2_Ne&#d1ܓSY⑸oVbIX_=J"#y} ,,!)kU6bP}:r/rX Yz_?R Vgcwfi-fWD4b \p0bzFCXRxa6`xVA A(͜E2R> Yx L24du,AHv͕|ڣIu ڸcMSk& w1,sWl& SS̳a':BZ&N4|7J2&4Vk㣲 ѰWе Z)!88(6y#^5<*g`&#DڊXsﵑ&姊0zh3-Bq0u3w F;Zm4sX% '\ b3 #xni|t-"%(gX4 Ԫ(}2!u9N͊XQq.qEJ;<b-ZԤ7H;Χb\>|4͔sNc&/hNwq.>$ڙu&n,9h~@tjq5QK8jx7oEe tՏb@1^,6i^﹦6;ЀF!:F0 ƼSWl}l!Ů5c>- ?~ͽd1@Ό4T] ;%nDLLO6k'+y Gp H4/ SٽY3gti7""(=?)hϥ!u=F42uaW3+ ^i afRI{zL>ǟ tߝ])<8#Oé.C2zT\# w[!Y8sOPwbm0р%j^E\\gd8ORU<ѬgbJ^F$U )[0Ƚ\WDž9Bbfv=\- e-CNi >mz >D뾲(L0/Mi=,Y;kT?:0gD3+As]qA1Mv'dRx=ɗM)wq4 oG!FI?c3ņxFm\Ebr0-N7C趒aLܥlid_IZ-7C;-Â9A* t9zuU ۋKMA>K"AXx~QVgg(lza0.Hy,iŶ Hޗ.aM dQ se9ZeKvgɽl>CXw{?SGA BZx.-3w\I'A!.[B`ѓ1@yյЊ ZGܒ8Za\-x몫 uBE KtJ>v枑W "*kU -\DǢ1wkGG/O7Jlω}OE遱m'{o㫢kQlj?_WŎy8x΀#dj$Gfvg唇wftuq:X0Ysb_dV. q\b ĪX먘]j#?|/=/[F6 lt֑u\n~%n~w*O0Vi%#?~HfR#(Ҹ0@rjF k*]h?xQTT'/ |R "1/":2'd‰ St9*U,mד{j!-jBg%um<UU1kWv aNŭ8 K`NITCESI<`{[ ekR4fY-)ǻhܡ 16MAoY㶚Ud^Db[0iñ l>&ȣ3J `jYzA, l5*;a6]l7yjՑk8F[:Qb1#yG">Wb@>xy2PvQj̈́`~@}iC :ơvOmpiqb6Upea:ᓛiK'=Y?exȶ'}4,G,/{UV\fnMӒ\0qFF(XcÕ uĘ%2h"8u I/1)\OP>woc:`@it J?"M)uVaR: ;@6n]% +U=/a  G_{]ΔCE&ׅ&(2+.nzFnA @:" Z|Q(加ފi;(,!vɹ NJ`%tR)N2a o+Z*#Qdv޷D(9ոoRMk&LZ&*|B>xkQ<n`ճ-0;5`ϱK#0@eW̅Sm?Oj)qDI#X"/bo+cubn#=hXXpx*v{ܜJEf/$`4#ivDQ֎S1ܨFU*m*zHS&,2|Q]֤5<;l )e"ܢ2 u <)L[4Z13UXDA&@&j]AsKEQ>םo=ߘX<~Ȍ"YktM?imOلq~*T,n6]f~Lx\9 ]vmj]x$Nڲii@[o) ;[w/kMgm'bzKSY÷Gh_mbⳑZ\fMt_ٵUOT[>Og TMBڽH7жp_ XXS$S/n^ҢIkXft@ESX0S H[ۡbTW)?7@^9Eֈ@B=_Sihhhis^_.Iq%jWֹ 3םčF`型L }g^ 1b1jdyтf "-90b ?oh:=nzpd9)W;qaγws}y!KH)Ӯj^E,Jq}$;>vlN5`:{tpOxrВ#P2:&58 U ,IѦ0ڏt0yԔ_ںvAY)$A'_d8_7:I4MH?`^PSzVvdmxPġ}> c_kB9eY83)X7dzm`펛.]RBкMPƮ,ǡluƞ2iu*ߊv:|̿h^P5m HM6 (X' s <)uqeǃT]* orn|L)I"&3E sH0nUJN4qtXm銞tY>6<'tV5``* ,5~ycʍ5|_ǣ+ny MO`P?;oݏ(fZ+4]PY<)5iTp9M7xl<'Ğ7BQ2[9`H4\m@("u (NXN$hM: _{}aI5hPC'ڐWpVe&"hC9r({_rdU& DP{*>y=TO}ʩޥxnuXSЙV(>h14\_ao6GD^N+uQןIB'/9_N8aA\S>VN$ySQiqGNl·imCK"JʬY=E>wmi ?{'h]H,JbI} ֑7W~ǜϫŠA_{z>H(8CP#;MS VElR 99o|$ טpbXS˙9Yd@>HM"}Z*ӓ僙j Y1q4/!?pwJv슜!uёa 4+)9fpO?%ݴHuf;kނxtoQt8kÔV2NÉa@b+Զ}jھO!G 1 :i[;Bj(SVxx> >'܈>$yf)Zn5`ɨ07ڐY+hF2vvdwգKGP3N{_`IA"lYS"ArdIDW 7$؂(Ey0]$< 6Nv]qٯCWL'iܻJX䟧pH3CWt9J,tR Uɲ^^[^elÇ@߃{}b(u&_9M _M #'o U!0v2%šs!ʺ7&+|&nceǼaHC։}SGI*嗴PA襂V\џ GqʁSؠ[AKnBcC9F=}܏_;+e3+PHKBк*{зϥDsAGQ5^"2EmF s.em/m5a4r7Z:"Doib3 pt>1B';a*<ycn1PkV+wak%dPwq_(x:z%C |#=s0 q";)Y&g_qpaPhwV!Pu^%a-32ɨ3sl{S!Mw:l{ճʴ{lKDAa ֙mw*D4}x?2ʌ7nUvmF?XU\kFrsDs1$9-/>Ciw>Vp|<\>T\_y-C60v1iQ~ge{4<>>z{fh:"Ma4dl aU9? {6j' W&AzuZV|qnqT@㹵$=8U-I)oαkǝPgpwK':AW+F \$mhe몜SEjhqETzzH+_ މk [0&^NHv4)ԥ iG =3SJ|Sϊ`: T#e֋ XY .^ۧ0~*;|vS|`r990;3BܶFR>m:S($Hm`V|qNM``'H |:$xS<\zN9U:y?ęzs,'Cx('qx}@}SТUЋ"DH:38Φb (gEىJx.' +mb/IIr0uXfOn8~yu+,&9nU1EQXpan6{BqN'C =ؒ际5*~aOM.~?I fy|y2Vaˆ&Mx"c-J}!6Hg>R拤I|אbd '>NJ%VYX6jjpU}2|4TK.HP%w̽{?lwsds!Y:X_↻L/7e'"6='!=y2gE PCy 3U].:XEMi6 h5W *}M}|mr:& 0Pe)oWk c㔄jt]eBȃP;-$ǹ1\)Q~$"v`bmlQreF8B;߇b*t*j?tNlQrD#k"_5 >R 7Uq.DwO@h$+K-y[b 2Ĵm 7Q M~~?|KOD3oUh OS̴J\VFxy38^Ste[⡴-WDH\hKZHBP}]p`]- 4t35GaViέMc Q5.1|٫XlxU/LGʵCъ% 3 L*ݡ08Bx&\,HBLYf @KYwX>SLADo[sh<ľzbhs`d^`@ Q^SS 6F| @IBVy!RŇ D:m9. zOC;'8Bɂ&OD:MhL=L&&@X ։ߖ|YV\RuDCoMY]VV 葭{GO"z҅[KZcqiGn\!׮KW_;HJ'$7i1OѝD0-뗸1Ckh8ubt-/ﻊGnsg1)|#u>[(b  J|)`elia1HB9Ӻe (B{P/"{Ad>8̛w :Yvnc!_rd7پi'P] ~؇#e8jfk:~ژvD,rC6dt sz+PB|%РA]J(缫PpI7L6}|؎MqԏMĄ|X(LA2P@:1o$y! kyWm*'mQHv Ȁ _c;~5Ciֿwiq&aw7QKgSW^f%ۊw62佷s3QZ5l@QNj`%m/fY'S5i^\gnp}eG5;' AaRBâJ%( 2"lLCCch\%5tŜIANy#4!DxZl%K=㬤i $/(B 2NF76%'lVJ~tZI};U݈O(We]>a~g6UdN2ieٮPf Bt+JXwQ¾'uӑybmwp}Sq63MFW=7Ŏ^aX&ei]@>9-IL7,c )Fk zqj!5q1`-X$W}fT)zL@-6N3zR'tSKC{N%*굥>mEx?׼mǿs0d{_:_ӭ3KWKE~ R']RUS\o0Y'&>{c8_Pw'c~H(>9ޒsΜ i=;": &wfAOۄ;)eV'#iٻ>,58R-f^\څ9J0g"f * y_xFeNu2O\n9GB1x~gJ!!SӈĎ7mYrEd^Z8MvZ59g*4uzKCG)ŗh9K4"?dA-'[IMu-zJeFw߹9\} s,7յ_Qv{^*0N!zAL xGgy=515m&y~-oa{}*j54Ŋ*2dBAz)rx(rM >ڭAggN i|QvVCCΘ[*ʆ,dOnyt$h$/+4WgW$5[گ(Q7,@l7I%by%ro 0^/a M\Rpu˅J0\=JZoon01ķxq[?&w6sXm'- ۹_ gc̳w'd 4/8xZ;dK[r(@!̳Ol8a8Ck\X| q5)(P^љћk|3))wKmh"ޔT-r Wb1¤iwOģ5Px:,P$B*S\z'KF{oHk{08F<Ζh-6crd@g?d sJ͉O/EҜlZP%VJtr_XbT} }蒡s@]&ܴT"iJZCcT7jș wAg]L:ܩwKۃpX. rr*G:ԣd.Z*~d=NS[u^p;;ٰI۠ cɑg`GOŀc$ߴɉ&*R?>KV8$̧zn0R_tNA1:%/+?5W.6hOv0e$sKyzz%lRLk)};9T=kps>7_cctFqt0= L4lIS^fudf1:i;W!*Z׾کl* plx|/cкnQhf1jb_ȨTM$n].sy9E}gQ Ųf:2}dq.}9#467-s\xBʜpAWbPlypb_&X s^o'Ⱦ3x+u/$rf]Bd#z̞DaPhK%Mk3'SMkسbzn }*y Ob 3,l+~5X<9mM}&"=4,-u(¿xKAr t`!g󯗪Փk$#8}(V}lz_,M01~ad68wĀULEmD թ[fc`V2D-)oJs!IlpX0*F@mbrpW;FE52 uR86u"ySFlK 6[;:~ j Ha9Uk3_ܑsZt©ݵ֗-S-I)iQ(N0"鲴XES2#tެ(zՐnK^HJUfǫv#~UEn̡hfߡޅ| 3kwn|zz2DA4,0ϩ!G(<6%h]'z#wv%C)\2vHMųR ՗>-\x?HF{\w:=հ]T;5 tȖC_{ĿRr(MΟ*tza'R6t) irIdIB4%fx48>S[IN+zSOK5;DAȝǵ/l 1npiuiuYXK$rGnGr`h+U[j%fà zVc ,>-?wjeN@L)'[k+%\Ky v|Vt 6|^Z,'uwT`ic+cSdqxM;!WnVq\[<8y~H`F`~nf+\ukB2< ˌ˸F82J;B| ]BҰ3bwmA صom~=F3EhtX$cf%4oV~sЋTԥ1";D T4+}Z4 |kj$ZCpIz<w$hV1Mnp`g1fsj ܂բvٻR_:o)vnuP&}P25q4!XJ ^ضbr (x y7EQ :& M`,{$ N'_<` \7WX>j3 \&h&vg@ٲVMO;f;W.Lb gP1Gmf!\uғ'ԣ.70tײoq&zZknF./j\Xh,0PmV>7S (< Nx%@Ľbr>E $]K Aq&QƘ쾝pQ#C^5Փ*z0sȽ,c ſ:_6E Z(S#:#B>o 9C> ߌ@u~b$E%u37 NޝY/߸k!R)T,L : ~㒁X4 V5xa#rr/ EFVg~?ꡎ1枀=ϫ/̘[!̵H$<\u~W5μm?[UgQ>'cĬz\ʁ~Ie(.lN ˉzǸolp K6 C{PlVg?- &;~ܵBhSe~&%FL0ۢRiܭG.Ͷ x2c"B $9^2kJ&Lխ8M'g/c85EX OLL4oPQ;?%,0 Ʌ܋$ +`LC#t+ (XM&ǖrSwY-q3(e J?.MozrΞ_@B>ëTwN.,V&n1: w\R8L*!)75aJG재Yz\[A5A|]L󂓕=*DCh/\wbUBl#~ C3 )4ЁĔr4k /]Z;GcJ{"S*"!z nqHDNŏ0A(e9*fN=E\H~kP2?z<4%C+$އFQY[I<)1c8B2)9UfSP'~s>ُecs5ӓEZsX2N)h%ǔE[u&kax*~!D哉?TͺR){?|eh4Ic3jH^"Sd D0mn_42s ģ$d95R04wJbd T\˝gKzadk'cYzP ɡD v%3/ˉfjUYf<\p؇A?ZḰ&'(s&GTT؈ŖcSz@`oFM ؆[NP `Ҁ[}!͎l9GP>2! nUEotPw{M',sk'kU"ݧP i'9)-y@xLΩ7$V tSV×LO4Iְ;Bׁje|qF6_#['Ղ'{.պ SelQPCqcu-/ROo%Ny N n*r<.,3ȽT{Y|H%@kiu[LHc2#7 =Nc*Q-D:$f>^.447*qakKȜ!wBI*5ꁏXdy"fzIܐއ3 h+U(Ӏ&l=æ1ǺaPIl3&5iIWw|rޘ$"$iRǖP5 x2gcV-]ZMh{|˦m.~kR܋ cmzF(ʸH3rX,-B| eKxC:^kfNCMo{G#%q۝H+`qpȟ „ӀBPuchy__cO`dE~"ߑU ק2O/O3BM$y-FX~$ PM,KfdmM] (R,J͋|S};m]طm(ݥP(Ӎ~1^T8=TNN? 7ݼ4#`5gmx .-qJI{Id{rb 8$w/,>*|z`AKGߙ0Q/g2iiQЮI֦\ǦPAa _YEzC=/gp:1[Er[gA&&Xoj!Flq/h >EEiҭ Q׶:05oLb6SMNv~.Vװ(&3صÝ[J7˫mYwʐ~hE *L[3 >&8N/*ddƙ\}u#"gnQNx!Ծ7!˦9Rhkl;؍(f|L#"YRgK"iaިI] ' I褅k'n X !Uq̩YmPRSGPY)/Q#F1qX S/<U_ĥrIlGl͓|E .CR{%XU$*7Ro1Da1lWa+PQdy,-!BAݗ`[ysErRNbjA$]w,4B Nҥ9 l'oK 0J4ޚ4YVsdI"6?e2qVC/fAIte&5i۪l᪅j$%[~ƧQ# BWƒ ٿyoGf  E F8l}۪̫g +u*]G2oK|KR^o7qG,{o>sQeJyc^N`fi3ti_!#7̆2㑗IBl?  rx8BoIm7H/$+fcsEVFMJw&}DZպɂ;j @x7}!Uu#:sx.t0-su&U=]2M Ff͟ A?!: Թjܵ}*+f;$}eGN盷|:Eq&R㆜w!R9,u ÁwF93; 0=6txjXqۑL0`C͟꧰Fn<}.7$Țqv?RqG8@sdy ܄T2+݃"&GS>K@\JNRcwSڦ t!^$lLrl2);)4`– G:cf\NsQ vǽ0UMk2b|bGسzHBqG3Pf[%8:Pk{-wh{QS<}?X}!ĩRP8'91Ij+iYwbp{~Om H}xK! ;/KNSMy" 2G^UdjOCcnFA9~c cGISbw(5*DR0h;A{l\UqPyUz8()T-nngP#G _z=\\kSzE{[)OԽgY$~-^I3 `vdXf掟T U0BR?6HD]P48A]SV\J0P/cco=pt#zk˓xmACo67Wo,%bpW[U(&AF4=}qC}?LG6g,s2ͫK*flI S3m7|-`l,jT Bi Ib髌W'Z#–FvJZ=[?2C鐮C{]51ÇN+2( 9nMB50.;Ѻ Hn¨VyK DpOSAzƞE*g-he{U8ЩPѱKʧ-"?M?m~E2 V<=?X;̸JPs *u/=>UBQz]b){J/=V$'!Kni5uJ*k߳ܰcT1-[uT}? v@@_~,^Il'z؏nc 3Ko?GA"8"l ê>6D )ҭG1wJ׭@Mͤ#>Ҏ|U[v}pFP!^N&fҦf6o7҉Ljm4$}kՠ]2 /QR!Z1hÃ,7|X:qTҐ^֤Ae]sL/HP7@90Y`%rm#5+ F󘨚zWFe0i+OtNW5>zoZW"}mLRB\0L1c^0{ѣ!HAr4 Q56rU.)i[sύ1!=s&SlY˖ѷ6›dմ9L@7 1H[o+/ϐIlk̢-(!aׯ|%|\  }k˛)D9KL:/|P9F$4 w;ME':A >|]RH6l=)q-wx$1ك.IJ;81-b̢D5ըb?WBKN$)963eOP491`pcޮt+jJ#M=YɓٗE1hc]MN2„)) Ȫ]ŷ73[_GpQ3?,?oǛ0}%#Ԅ9u3(2a?OPjK,ڱ?Dys찷ܴ X/ѵ{B7PRXvKM=N>@{ԍMk= @.s>W8+'gB/8_%I`SQtt3 s!Po1S{͵糴'C?ޥz i(쟈wC Tdho5{؆Q%tDx jTʈϳ'4s9`:rQ|Cen6ʦ'uH]ӒBY<0gyjy6z+3mv;J >"_-ɗ"pM7+(`J99.ǞVBE:QP"w(`Aʞ.Х[ XzQMX zF@ m̧ar9ckuDM $qy*a3Ki5Q/?́Yo*ŷb1$6 . QV{AyHF6[TTTlS0R 5 l䧗~7zL/G˜ .hM5=ˤC1w ÖWa%_q2-du&!3?{׮ v=0@f&T lIgˇJq+໧ʀE,wY0tQRGR $8c}zol݄})'J^+\5.:<h2#,%]#衵wFи;ۓz#%}'q? n=" rt?x Ng^"ٙսߞl+^2\~ V_}Y v}PY. t@/ ps+RY6k}[w~x*ͭakZ![`N< t J &/)QЏQ_HEU4{=u\vcOv_)&и{K*. j8/3N齀LuTdjud s?BDn2Zd9,'`ށ\I*&oڼ|+vAN 2s`;:~ Wi/ӍO7cK #p3lZt|Y 4J9܊JA 3iF9(7H^0mټ=rK0ꐂ= `ԟȤ:l V E&*zy4,۴ӫ‰A`&&jj䜱l>ѣ$ y-8ĔY2]zdr@LN I-x,JVqA]HC@Rƴ^q +3Rtۈ9 (Vj܇c*㌓N;:s*?N  G Q,xnP9>՛&SNb}0V/S\S.HDBm(hb@I^IL鰴<TpiNZF-&#2ǐDG!AqS񆣺4듩w gUg_- ګnQASByʟGٔ0kEe??#A*n&>N-0WO hoD9.S#7=>Ѧ2/0<'>o[ᩭXZI vtU|^:St`_"t_qesۦ|pD2X;/@ѿL^B){ڛIHwIhr>>Vƙ2gY'k T&(}Bm4dKc[j]uzCpFc.De?,a| kX4DyApiR-y8[N|ZUPkZ-B(jˌXmoZⳐ%]Q*_jݚV[V/_kƝrRX#̓S;զs|zäpYW}>3ʁGRґ"EY~P3_E m - mmwC$z=v:)UK>=w(7-eWP^݃fU.罣1V#gο9ȍTbFSe/`ȏe G?-DdBwdNV& * ig5)G^Qi.q K᡾v R+sddUˏ^^ QQD`z#pe/ šis1G]i[~C5k~Y#Cuko`}Oph{soY6@C,g S W֘`SG,TXPt9ɝ áu~Qu]bW9&=<0zP֕DY(| )w)cuyqjvaA}'ԪmV6Ymt5l؜YVNe}@K+{1?Q:&y2R+u XweH Cﯽm%(?tP8s3rgBW@T_6@ ȱ~NVj$o a'*yTYfKMOvb׌bt6uS.y_Y=$Zwn2G|CL7.b qP;.GtD􊖲Kiaz?Z\&|m u%=N0WxIma8{ґ a%e&r`@,QqEڋpwk 7ׅ.WA|JT|HdYl`b~ƟpEq#Uz\]['>ܷT[sQIOک͟l-OJJ"LXzwc0L01Ŭ)jvaL7=qyUՆ[ lG;P. wL-kWE#l2+㊨6:\%۠zCN86-@ Hj CiAU 4-'qO0A/U5*_B SME'C[) L{01 F b7:_l:2 ϋ t .Bg3l$ x 饙ݚ1(89J]|bN=0y_|WWn>T޹JTegZ˒>=TpI%[9̘-bSDޱA^ thGA.u:ٽصc/!2}֭ Œ"&<$6PKM[HE|jC oP=YNst#煇iwG FnևJOpOj!pK'6^iskW@ϧğ$nyٲTIP@0393ӗcU#%0@>v-z/87SRS>Z^򰒱7ֿX7 [ RSA IQ.bx[kvU$N-fk@v y h7\$*pJl@gڛ07rq;+X؝.iء!%+'|H޳&>VJZVXm7qV2#zyW@θ:r KBs ̚9ٍEd%2Y6ilY|8@z_bMKchd.&N1R ȪJ0;/媋h.Ekk"EP6qW vyNNowf㵇3= n!,k6?Z|"|Ƅq*̿VT3Bqg_v7̭+V_jgbs[Ccz7%pwц7guk Q dX+Y#2 Y^O$kz oa㞣OqݵWO^tnρu1Lk WL"o<[Qٮjp1p69/EjK"@q}fAVe|(]$&Ą~u y?ؓ„0=!o vATmmp톛m_+ ͝=ŨOO_7b+u0^?lW- [w}nl%-~45 Z,<@UpCNv0?b{:_ES#4=dP?ˆ JrCAL ^3SԙSBzM] 8:[̍ڧ4 G {#`yhZvmƤpJE,a>}<p*Z:Q ֧x|Iq*z(0CH5 (5ycEow !B=5U2PԐJR2&g}]_^ Z.{yu;N$ϩK_3L5KfO.ʸ!dF,c9?Ƶ35ŸzВ]HG8U삘Ϲ+lRޟ/a~7(Nr\ 9A;hn@HsusV'嬼BmZreغ.[|o݂&~0+d,\yv+8hhZK ,^nmB 9- DB ] 7J'0"qȆPCo1{t<o\+,I›a`E#Bu"]Iy? VpND1ה&X-!Cie<fGkl*e_2B.XN82CV wj AL87C~JigGU%IYA-ӯ)a_%rNd+G2kp3\ťIAԤ:L'X):G "c;-k292^,Zq C2Fx+vqwm /r)(W?b!el -^I&/B߉s{ڋZ!Xj46<à)f SfJMf \lxIPA2593sNg=L jtcMovAhaL^d+Ræ>a M326p!i+BDHe8c6`*,87O8 7iة^䁍v"Gu@γ/` p9蓣)oM~^KF`WEWھ1U67JMz.BOH-Ɔ9oewK[`~cm:6g_ j\=8xb#]bkA&0c"IZTD3)Y8T<"6.+7uaK>IeS)FgR'm]p<o-$FoTcE^\_d;^#Tx3*/$Txi._Ku9њ񭃳5πf25zcdP3,k)˪1~ФLh>b9]OѺYv/c?j%:\f>U"Y1R!N>$6s=pJ\.b kUpZ#/71(dRh/sY}Zą Ser--@jt6SϪsX;b?OBj>.N9Riʚ!amxckϜ%ܪrzsZ.kDNxnE?`WSLcib).ak M,oD ,>|3>WsYxa"b8vx/O>8;2(N ^T0I2 EPڸbEۺ xYD5Ur&p(04OfU(Qh 'H'+uVe~o* B^[wtGaDr9I<%^L> f!4BB2>Ţ-Bq{ P:'DT ףx?=YoC/FzE@jU(,6FBP4e ѫUBēJ6f!<餩30WR džp_ Rh98#Ty>7'_b?јBaBT}f^WgO,gyN6~> zlJ@/ Ul#+t@[Yp {?-0ܽRnFFKU"&9I-Hy+YGCqѴ$w'y}j<?:>?qvB&Lk4ZM<CC+_ a=NLYVqi;̤ble Qiho8Tq.#wnf&f䍀}70qyOp0(RYy ޛ1X&gFVJ`-V/;6gƶd{"AIsLGtDry^(A׉s$Av- v+":drܳ-<Ԝ؞*2{<ѠL1բwdK$Z m|n|Gqoɴ1A#C*ᥩ^rfK^Y˵D,MNP#[BB߷)7ic.W[#+ @;5vxwIndҳ/\s-uEuaĒVS\hB_xmV<8zYCG=y.ڷ_t6Ǹ+{wY!b`>=!壄G镙QI9w,O]+Ln7>F+9n?U|&|>AHCo3Etg,sJ-uSy\qoce"`֐Sd~sE]1Ud!.2c/0F Hur!cE)̲'[D⪈%(8lb,p:yqv#wcMD?v?)25~#ԱSeA q&j(1vM6fbJ? GEX6j E8N;qk/>g.Tr kz>:]߰uqo8N8~Fd9r޻DH^ jnsB1O%,6%ŭ^Ȝב]FEB{V=ĦQA7?y*0hK6d̺Y 5Ѐ>9 {ADK^K1L#_xbrfGpU 2I$?s\~VFrBKiXPq'>VE*MZJYuÏzƨ(^痖Jv4WUPo ;L ecyk(4W+" ] @ < nY=HTxU,ydQq9qּ;2f.a>Zs2}2Nekx!.FAhRVT  Ǽdz1]Nc@](jAT&3˄dMuxBl-aİ<XRXXHtkpCy<(4l?a(-ʅkɫ/׭my]9qryv\MN BKmm6 t 5,P+w9vb~ͥ}4_A :{=>e%R"PfbN&LlhA/ NKDN"y2(m{G`Jz/dīOj0F;%Beg< "o1 Bsލk=\{B#QXg>&S;4e&gv3[U?Shul5-dz r8r8sf@,UI-dðyI#n3 G0I>lVZ\ehJ[ύ[+""oz)+e% t+Iϑdޱ'E+/]BBXHN:Xq x{ <|Z~oe q+W鍥BϚgMc eyɹOB4>K3QѭF@=!h.\YG: ٤* bH MRFR.܄Bt!+m;wb%1l@tyf?x[2pCsnl$|VڃE~^|c!NvV Ĥ<01J:37.Hb81lZ:ى f)x^LSU<#::t:qPRxNp% g*dP2~: /4;(Rۻ~?N 9d񕓠4c:ȱAPo&^N֐1O>E-r eeC;Z<;v6qA"mF[s[?7걕.{Q:ꅄ&Xױg\Yp=B짮xO/ -)اC̻ `8aOϖbFgXm7%W䄄[ט$)A[k! N?VtW)H2>e>l`5`_cEs˄r$h9R (v#9ai-S4kLbQ A1H 4Ӎa?i\" *;~6!E^ڕe'Ҧqľ5T;{ yG T<2 [ih=ׅkYЬ& Zơ\)[9oj[ x"$%U2gj7CNo=!D!rjWޜxJi 2t6VpyS{m{Gp=HOЗWeS\_-M apU}0mE q{?(o\C9wZeپK#oWg^Xxk+H^Vo@Nޫ7nnaJN5q{gS.T$/ l!ȨQ~.Nrk>wlM9̐%?>#N}, ՔhOs2< 9Qzy*?3C>**U4H:*w9@&KWx0->fR>2rIt]&XQ~ϟوF*ʑI\,w^`+'O\\KK= ۄ:Ҟ:\}s4cmC rA@ MrMttˮa%ytqW- })E=JኄrvxɅ gl?Ȩo5QGIx[/_w6W&=jGN`U߀ԍj*% '$t@6D *Zeg6Now?:{E%jOT][Twe,u9 ) "u81iX47ue&1 iX.zCқR)R',-cٹKSF; uLm^,A.l CtOB\5L>)QcCB7j1]}-"x'w$n%}n=ԲlNBV '!_k\Ob֗hd#H(mDU5ri ŏc{lK~XB輀,a8>oIւN*0GJ `hA g?Vwl=|Ď̋HX r*¼8GzEb(lϿZaɛۥ鯑 BԡpDJ~E]u ֞Zr ߆W̿X[Ar1,o{ڹZJ:=ZŐ')%gZLQ7/9 q# h'T/rߙ0Rrj`2P@ b㙄]*6O}ۦDo:ny%VI?p`3:Ӱv6fΒLGW$bМ׈[Y%a͡ҕ5@JYJE%DK'||ٟB8ć1r>SERɽ\6NR7σO[t}+B`q"cWtH ,4髵5y s4ew^Ӣ=J)3(!2d,nDrsok ۪kT@A~w\/%ʨ97%֓?oW(3ER]s?/Ar [/xktk& *% 4jg̮I ی}̑{]B\[E94 i}}帋b^Tu}s2׸XUMt=EAF>HOn{l1TlhBm=؊UZ}:J՘b\m2DVY@_3-7b \I0տw+ M'7DX"%X_}$&w*Hz~+ゥ:m&,{6\hP?Uu`+8>pFfWWI'w$k1W )Ғj06dMH ). ݰdv6Ь(,ʾ߼Ys!;!lkG;S`=Gra'kE Htg /N&^KC6#@?BvCQ A*fsy%Gs2UG)7,?jBT ym 3ʦv3I߲U0a8I '6`Cj:\za˙0߂EA #F.W~anϜ7w%ŜMaQ~TZ )8T۸Qaޡca$"bVs8DFFq߮7V-NJɽr\\`}2t͔&5%V?N k Qr=CnG"(GLHp'^K~;fɼXTݕe ɅFt'[ۿmrGؕHA(ڦ2y8tϖhvï+OX9-Sv/G>7γ4Cz~S~FG#!Zs!eA? (L)ic*U1_ $յ {nwE&̇@UCPɽ9@ݠ)R#bx# ٴꈂ)*@2@6ygC i p(t*{cO7I#pU1`0U?9&zrlaZ~'Wti G5 3w} .s? Q%;&:ZP@