open-vm-tools-13.0.5-150600.3.21.1<>,hyp9|r1i6SrF:$>ᖦiL3 qdWF&`5"s9RFHoq9Op2 \skT)/yN|TXrF*k0ݮg`@QecvZ;z~R߁ wfZ8>]:`",tuw\q ,޼TL=XX@F(GH2!H&#dZ'"I&Y3 Qy=3F౸>R2?2d % @HLX\u % t}} } }  } 9} :p}}AFAt}ChD6E6J6(KL8KTz9M<z:Uz=>?@ BF+G@}H4}I(}XYZ 0[ 4\ <}] 0}^E#b cd<eAfDlFuX}vL#w*h}x,\}y.Pz1111112222D2H2L2R2Copen-vm-tools13.0.5150600.3.21.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 guesthyh03-ch2dSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in vmtoolsd.service vgauthd.service vmblock-fuse.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vmtoolsd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vmtoolsd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vgauthd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2O'q>Q2M"@'p2Kh )((HxHH*( 8XH(xp x(8p8(X pYg9  oT- 1 5K 4 6 U D< AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤Ahyvhy{hyuhyuhyuhyuhyuhyuhyuhyuhy{hy{hyuhyuhyuhyuhyuhyuhyuhyuhyuhyuhyuhyuhyuhy}hyuhy}hy}hy}hy}hy}hy}hy}hy}hy}hy}hy}hy{hy{Wl,`Ԝhy{hywhyxhy{hy}hy}hy|hy}hy}hy}hy}hy}hy}hy}hy}hy}hy}hy{hy{hy~h|h|h|hx|hy~h|hyuhyuhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhyzhyuhyuhyuhyzhyvhy{becfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e106e648210df8fb7d3fefb99569e4c2a4d8a5d57c16f9f32beee5cc0805c3b9392d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0a33ffa57d6bf8030cc6c70b67d286ffa8a5c1063fe949f28852e6c777382ca3a5480ee7d7331b59b20201e5dac4fc974a6d0f9d289741e229092de65fef1013599a87f5ae7ecce48a13080908f729d6a98c4766760389083976dc39249bbbd5621a13cf3580af9b08ba1dc863cafdbab1e4b2d61824155999d259c450be243b229cce2fc0a313b0aab2c762beb273c75b9a2446587b97f7444c509626ee4f33fe1584ba0710b0090760f2cdc1fc091d09ef9631367bbd583d96233d013e6c4132c9bc044a2b75988e4d9f2c00f9b0908fbd20e5118399d17fb5a7c238b9103da0398173fc13d2ebe2b9aa37355fbeba2681aa1595054fd4d1a5821e97224c31bd949c0b92d06b25f984a6b56227dc3c635843db7bff034f76cc02b95b926afb20aa6d14af29b40677304a12fd7f9f1e424841c6658eb9806f9b590dc576203c5c2acacc34591a1a49f121d895134b34d3a9bc51cafa2f9a32b8cb08525ba33437764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75574e42eff065c79de665f0a813e535741fa452721482b88521df4ed5775a569571fddfae9d90b6ae7eee399c3b233cd1c470869f72263110b19415f06852254521c35c2b0b530bed582d244c43866e11143ef2f418a9c20a86e95fdc0fe22077063906f6d1dc5b27b8b0629f25a78a0f1839eaecd5704480d3d3f0209af554e0e847786f57fd191757bde022f7eebeba43359a47b22b0d385fd1d17b467797bad3ca918d583426adc17ce2f952d2b472f6ac0d8423f35e85289216458f93720456e6e76fbcc1905a842a6806713bcf30a5f922a47ca5aaa65f062b3ccefc8160d0e1d69f50934c0f6d68f2cb8331a7f3145e549b91d5e7f6ae89443926e90435b3564fb8bdf52a13349a6201da772e63ba727bd6128aa8afbcc7868e43f741a3c0a688d6c83d349eb68ba4d7ea98bff6e37c23cf767096e97281a0c32f83e9aab37517a05542157e2756ce62afad8f7ddfd5f744310b889ab8a9a0ee7247b2cb8a4c51abb7f1ffcab682a26cf700447ea4bb694bd059d557a7398026dfeef14fb2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a321c46ab370d99782768a178296dc5a9163428fe19b82652c7e1f6e1d8e9e06cc3b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.5-150600.3.21.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich13.0.5-150600.3.21.113.0.5-150600.3.21.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3hhҋ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@kallan@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 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-deploypkgh03-ch2d 1759476096  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.5-150600.3.21.113.0.5-150600.3.21.113.0.5-150600.3.21.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:40917/SUSE_SLE-15-SP6_Update/17ecc29fc756396d36ac07de90bdc564-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=87f8714a00d41887db8bc649ece95006bd971b36, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=7d8138c5f58d1d0c7edb98b16fca6555282628b5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=5430094df886db8d1612b2fc12035e4435d13f43, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=001e10b6e563af2794652ac6e061fbb89ed4e20f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=bbf6f028fcde031a829f3e27e823ff33efe895bf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=ffeb23139e504052acf9b40b670b10f5650bedc2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=270416c10c1dbe5b567e7dffd58495a5973b48b5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=6217138c692a819f1ad6620eac8b736c219d00f0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=313af090d642ef47c804d9086c05915b247f0c41, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=f9a608610c8611afb346bae7188adc2e70108d8e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=09ec2bed180aae7b76a1b288957f8a342769c96f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=cf5aff9a55e159496b75e1ec27ca67e0808fa606, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=400e1bb535bb7e01f848f4f49257de8a6c4a045e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=85a002f0d6a698859b6ec8c8349be1ff525406dc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6aedd3e8974a6a8f6c33dc50c7e7430923ddb002, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d671da50df3a2cd494610b00eccc0dd17d89257, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b7c0cb20e868cf1af5aa2f3e09ac09816e171d3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=deb7de44bf372eb9069f69d1adbbcfb0c438b735, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aa47038f0c9ea4bab178e3501072baf6c38f8da3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae17a39d447ec31cffe7f2cf8610361aa8061103, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8bd46ca2b89eb3d4d5d2f99753f5b80b07ad1a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce5320d2632034085c4be7336e6637a925b3ce2a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac107f3657f06819f0aeb4d43af36243239fd2bd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d33aa470b82dc89f4aa3920bc4dd0a22fa7b604a, strippedUTF-8 Unicode textemptyASCII text, with very long linesUTF-8 Unicode text, with very long lines(2=CJQYbhoxy        RRRRRRR RR*R)R+RR RRR RR RRR-R(RRRRRRR RRR RRRR RR&RRRRR RR R&RRRRRR RR R R RR%R&RRRRR R&RRRRR RR&RRRRR RR&RRR R RR RRR RRRRR RR&RRRRRR R%RRRRR RR%RRR R RR RRR RRRPRR RR&RRP R"R RRR RR%R&RRR!PRR R&RRRPRR R&RRPRR RRRR&RRPRR RR&RRRPR"R R RRRRR R&RRR!PR RR R&RRRPRR R&RRP R$RRR R&RRRR#P RR R&RRRP RR RR"RR&RRR!1#4-Gdxf~Lsystemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8a22b5110848c0fe9a86e0e358a677a165d2cb0ae379fa9cf9c01a18e39399038?7zXZ !t/K]"k%IN'UN#i mRYq.)wA˲.. E)9t.+-6':#[YM<fQͲHL0lʜQn4~LAi)e +>ګ5"4EGir^W`Yˏv]ߣN=ޠ%9Z/!GO$jhAӇax!n^ rCk[# ^`rߌVE{-Re7@Ơ"pki&K]]T^`JmNM9%&$pnNBJEkSn󛈛% 31|axN8+/pz P{=TKfh6an0FNkh>>,(TE_"|вqM CvEM|{I _R@˴fǙ4sƹZvex-}I)vٺ8ܨwu[29Xhb):6B20;׷Ӆb6q/O _jr@|n/b\6[ڴ]Vexy$JWf4]f̧G–* I(傀S_YMnozM8˼1_p贊x|"\6 ~ WdaȥRm;ww5o'It ^1 ;ZI15"jgl1*$kcd|籩EOٸ{Wݎ4a8:?E<lKeW񿴸dgpsTD/n\LF]Ȍ7W,$WyGOn56MSvzrZv}t~X.io_μ8#z0λ' m'v +3Px W|"jqbK̫ũU%gO@޳ݮEa CgIjoqrGiU# 6O;>OePJ,F ͛pd^ &Qq` A;X@./rߴˏkBUQdu^ j3IJѻZ,=29&[UN9mkWa($Xw!cCnn75sM7A5aVxu [ţGV"<3\p&2d}e +h-.sBF` +~ڷ^VeU-(HՎ2<ٽW皉*w^vrK1\4zV~M6>]/0Vk=v9rd.. ‚`Üo~jJeB̴>h_3R:ZNԒ4vHrAl'eLJ>nrBAEl$[ f`xM?!!J2>(e]2+Dz;Xףa[IxSM7MdwahO!_?gVO3ڂ7'rE! #}Xn/%P["au=}l[& ;䴩@Cmgqzl~ sGenMc@Mq`N%Ƽ}c KFv\OФB]RU13EeQ?{W.{ͥȝ7 VYN8.2 8?HUަ6UJkjbn'+$eEI]tY3?烍7lf"F莚6Ŗx2WU<笨3Cٹ6~miH]3䝴Ƃ޹=wj 976.e`}0 eV:mњyΜ*Kôfu@b$/s ?oTYfꢜ_30{ߞmRT@1cۿ-AE?ⵟ_$]ryb\ қպ,_M4*sĂq95A }LN0)5y>V$.kdF ^_S2zk>\Odgj`[*2z*7ZQp]D֚ƓyVCӀ&#=a$ڽq;«jVU[-HrÊ w*b=_ΣKù  XC ;!J qH;1?MZxH\P>O$]zտU>&uO_Z>\'"kbq2/yD+[|z>l_`0x39lx.%hW*Lr a58B>ӹɄ$yi_B{bZL=Rle)~Kw@rY4NRJ1O `|ߟrra1UCB%徜SA \/‰X fYMSo8 @D/ԝ&DM[Nh*ZvL=!l萏 ^ک DuYƦOg2xU@HE@yw XDЦ(v z2WNbé[@/Jֈ}"}{Ϡ>݌zs0#8%2 =ʜTQ7URO?ijp jQJUoE#UA=gab1VyifR8޷|~ջUM4C4?RoB#{7y,B&6v?})+)ja3J\htޫiRhPY>=a<Ƴ(#Ul#[+avJM48+𫂇?nS:{ ֈ@I&Q}$dc0u9ݖru/iiA8xRje o FVל]0!Rc$Rz;;g)aX\wtv"57u\b۷"J;'jGN#;%y"ǡ E?W lvW͡~QEna8'#ҘY,6@[E"Of(6j#Ii-<-nюhubf+4+Jc\6' q D(w`V sn){ެP}NN3,@{XY x `|h]tYډwڹ]9=X 4ffENCpZv~i-7φMuՇuk8mzIAlhwIZ~&.H 9M-Ax,IREt3ǵ;{6ns鲗iU̫ʵ{Q8!ɯ3r,!2F=dV/"h?s$O4IJua&vDgؕ~Ķ<c-&D*tc Ώ={sQ :%LBE]/ޖ`-GMKٍJͣ)?Q] g1`wVu<ݯ̓]p Q+7b{L"f@E?:Y9.;_΢7X"Iץ,!h)ɢ>8h.n>U&Qӆ&tdeq))a&m(5}c5 3Ʀs+ŴzW#y\0Tj 翗j _P'J4nC4Z,ILEbEAybm9َoKq%?`_p+QpQI 8G>q*jv{Ԃ ).DE0E""&ze۫3 R,Qf.&uk_Ii#ӯY3;q+ MXm1|;+yעQFV #5UAK'GYШe#Մ b^\YqV64h!Y؍ޥ/* Wuʄkģ8'}{ƛ;wOȍtKH;6]uM>53!-fWzߡ᪤馆ϰo;A%h CJ iO_M3]~oFk#=!2q77@bԧӦkSKo\Rn [{ZdySLd#7t}?_j8u$cv(H\iW^:leQ!ex"䍴-~L"@U؆9Yiz #:u/}Oey?4弸;h'sSh{=&& qiiGmL8~sLA[ϘKH xaxԟNc)I΂܌E֓5HPEC5c1F{;6Δ8el:#YC4R)B4_k?jw 9S[uLdX 'ϓqvWQ[k( L)Մs!Lc͋j|:5o~HۍdAoXiWeG7mt&|9hrw.Ƞ P,ثt*EU Z ΝcnH~)R4K LUyk #0Xo\[kc:~Q?Rz6H',[%@&u}hR*JߥQ.:V d:K%YXF@ k˱;7a.`>q>.΀6X֮Uqj:?X\EWVj!#љD)DЇsbgW/ԟ .+`JT]N +=#P+B)cs'cQxqѫ^zyk9֮;#q m~>w[ S2`aߜA9 ZyT!c :CNvZf5xejf r7LW&051]lUfG^Xf]AR"8忮C9di_k|$%v/T+;3^.6yubVubFz:ںȡ5FnvRw' I+4YhfNw!"rO,̾ZH.3`$YQZ㙛,qd@.^8DR շJݠe )am ;£NZt_!"8QPiێg:`Lɺ!c1G2vmCiҼ4߂ƭKL^|.goxp >`J|_POo Ƈu LE*]l!'{MIǍIgQ5Vĩ0%1mG`tred(hX#U`Eໂs9}pFl}E<=/"1 aWĶ<{=R-#QrB*aI96}.#_:M4JKkaẈ)sg7s3Ysdu30%f?2y=86qM̞28T?@oh>f55;S jeg_&VE&a@D\}vN2 6/U` ÉYPe:d}5KF< ѓ ~{Z968-hZ:_$,mL].f#= jG}%*' Vf]LH< U97:9]Ms*ٯN&죢0xfԮ{>d&NĽN5@2ΈI#O,&{FYzu3iKC8:MC)%2 }jǙVdX;bC1[wB MqH"FvQRdLo\ {1c|GRǾ}V.>5ihwmӮnP7\Bf Ag4b61w$O ۅ Ej.֍᬴OY  &nR.砚̤)-=>0qož)y;zityҧl2B ݈ = `D^7a !QJNDcJz8-ɻؤV(t 1c K,/zv̀\ Ji,8iAegji 1:v-P|8xG, qPw^RDeE79 ":wMYq6^@JE U{=^w:%fN;櫔'&eE?J/^l1K2Q{:Dh[%!I}'0'bɢ$Ѡ' l H?ICM?zLN0$iDz# S+>Cvȿep&G鉒|#AD'!ϧpGWCns<;;6$;+uQ͑,. `SIk*{x-%fiJ\qnP w7+9/F Lϫx"3lRVġf&9QGmOC0^ږDo56 6u#NG2_ZH~ p3H} e:})E@$Y/F"lr=ᏽ3pV(f]1SQqCLsZf Vn _ 5>Tչ}3J  %ּY _hDWux?FϽD6 u"'kTBg'<3ע` _Jao3d]'"XӰJ/}k|8N!.ߢw- ׵CDVSŖFI;&r9/?qsfm~gz(ruvzn5}VaDyv,fXN6{ * i_tl呥GyWQ:Z7bz-?&>:eDٯ5o_ ceS„Px$ s'5p^kǿndE%nrmR}W d:v X6Hø sΙE0פ\Xv 7x!xo3=_7|?kƟt_X)KM;ZS4~i"y1Z,4 O g`sG"u[vyV,Ci0 *Dڌ`3beA! o"ptH×bp"OYBJ=c]vQEURƏȧkjB.VM"~mw3O E-F`*vKۛ*ǥ jԭq##%zQѶf8)2 P4ܻ5E?A2abvE/>XcDMZ]vKQU?ɡ3yRn+P1@sIr:p,".o'|!vhŷ6mD٪s蠇xDnrKdDu !!Bwuwǚ̽g8 !m-̎"l#b#~Vu‹&f4T*kȰ_RX0-S=&Wme#tNyPl*϶>urCpD2X<$܌ #wr=Y&?tRd8vÚ, @51B輓?[SLiq<|$.F5=iɛɑV:n ~^wqOcM*;2 ‘WWֺaަ[}.ni aLm'[[oNj:|T!)dWqI'^|2 Ys)רK{ڭ2P׏ҋExn ī"'Af9r/niꪷ|$! *?n%QtͣS`5u)݅n B5qȡp:7^lM5|V Wjf=lzq?Xd4Ij\5HxV12c+{z]3fz 得g_uJ4mlӝ6Lѭ՗aD̊#v{KOۺ6/XXTC _q1.ˎvq%w$6M)[6B{yu|pĺ !`Qkx']Zbr1 V{ؒd-y'W%F3i3 .)QEGPiWlnr <\< Gǟ"Jh;: (y_*Ba޿i8`b Fv`)vKwO%`x?]b!@Nf@[ \t?E/^ *JP +1en$DЎ̘C63=CbۨW\$0N6]´O^(|Qd*4&%fA\ /DArGJź"VH(MR_nKl ٛe™m }fۯP"Î WSC>ֻS?gqK3`L*8x_2!Va'l2}(-;sCx|m+-7Z33,Ey?$C`'K8O[c>|I ";3W5鋿N%knH[ JOUt)ZdVc=e5i$⭘h+yB򃔭3= ݈MH)5*&ԯt~rTˑtK͘6SXֽ~?mhVfuƦh|4|K3orm<5)$a9fNOeH?QZѻ4ղjz r ZR؉kqyJLSZYɊ8aEj@E!uKkO3fuv}VJ󾊊ݤ1m;\̮oriL>F-vja5j4] 4=[Y$2O=Qg{e"s]91kOjt&\#KSO]ԺbS[,'GӄMLxCp>Y Q{PygeqOʽX ^pmP_Ob^-$yyڏ>vZQsDF52 7lBJoUoʧ LJ^A}dloYg YBIk#w^A 7L\ PmU^;ze >xֵBnmoZ@F!j<@crp612T:PeG~q5u{k^06C "(ٔL)*OlM1-72zv|BQs Qb ũ1򍃨W{RG_?L G`s7La]>q:->kĆskiKFJyw@Z=D%7M5#4 {1'J;g+jINgU6IZ碗Dx)^QMRฬዣ38h8&6,3'詘eئɟ{pqq9p)tDTӵyݞd( ke_m E?gTVAeOq J mGz%fK$Y@j  eYt2` `j+B&M2<[e٨1CWxƁ iId,VŧJ@h"R9a)l[:&d ڎj ozۅX[Gmg+ƪP !)Myj(4e_#m[ ǃo^.l 2Q񽱆=Vr6x }Τ 8΃ͥ- J !ѭ)'޻Μ=ͲɭSYMuSfzyB4ʠ06w^V]A>BI/RdbuL \LOZJgMO(yObPzd c]Ils~}y<)'Deojo3<|S`]ݰ>rY7ډTT @緫+.7n"?pSº#۬BƳ}|eN <ӫNoL;ĽJVn@$!R$[/jjnTλ(D6ϴU∗Fy[nB&iJ#"\be` {Sőy1l# .&y}3" 3*G5BۗӸxs;--k`KlU?p ǶHܨZlCs1wɀ#鯸U}k^(F[AX|?I ˣ&ݦf\A% {9ߵjY# *.!z":|/RxΗqPIAF݊v0D()7K۶=߆a-=N|-ˮJl3@QV氬2CS /I~cy VxSYvkT9V|za=-25{qS72 O4Ri !?LuS{XT#N$waMTW2^.dN`}lxH3ʐ0s6}B(^!ia&kʜIJ|7g>T!}6D7rgv27F JXavuƪܛ,80(o{0/ug$?d~=vAXCYLfOɔ .qXr ICᇀקtElR/nsLJ 9^ %o/߀Q 2rMT 9!Ss@9b5qMyC{6L3bEq3 t>Xe&-t%%CE1geEa(c]=nx >^>>W|vld%8O //F%K+䁤jJ}ʵ vT$)j5Lh QN@iXNYnE On|MrOvϝI?S ndү^ҝ!S>J"jOA"w14]ˢ0 @jap5g.x{ZiTd!!_ _/q{s05X%F@5Fdg!AS[p.G`l0`a?{yj ΙEA$HIHh{6oX1^fDv`z%t8؂𧵔2ZOFwN.WvW|Gn*Y?Fa%[WHfgW [: \VW#㯪D>d_4FV Xï'VMBK`eC{MCNKS].8:dHk1!H9hF,Imr#ɣrrj<ӵ%Y;"s\jB>@$"VxkA9qUI/6'LB̼Nlb((-ٕ߮6o4tz&e蹯(i%Iz%=<0>6ChH(5 tVPQ\V|D"ũgMҽm]G#}%'{jV#Yf` c8:P*nHzZUJ $ t֬`h׃qc `[*&Glzcw 8x΁?;0/nqavx5ͯ. 4_l|Dn %|ݟlHw_3'`%k5J|W&*Feu: oQ`5AphP0 |.&DXm'CQ[g3V5\s%^ c[Z.3LԚ$l]m 0[>czmh@1ZB!DEq~v1X_IE-2rA ~iU]#!ޅ٘g )wP2)# m rf7C9Qk^楃r{̈ /*.%DF!qR8 g\n* +|*%`P^! qtUIn؍UyĢ5tZ z2ODVPEJ Y耔sQ QS񺗌\odl5ɶM3eBSbT}W-9κ+9Ce# 0tXK'^Ax"a3 ID!y}@1%ZmhN9Mv9;_^*0/$SHQ+ʴ/_B\[#ˤ1,}ZbzW:hjV <k"Mo<ՙtK˲JH{!䖵%xQZD9||h(nv7|XFjllTC[w۷FjϚzh#2l}S8vAhA]ǵjߜg׫' BŽY~US(':D+HGjm#wvBo shS_ט :9{ъyV9!"cibf!G1Qm H;ӋB3:V#܌Ȝp?cp䐲CC>h/-s3C/cꕠnK'˥ٰQb/󕭘hb>Ql˩ɣN ,})xQKy&P2U {_WWÑL[~ħm4c*0r`sBZtTo̒ t&aCkd8Gظs ݑtiSWLKyB| N2wDKyY2ڋoKL0s[ȕ0-òZ BUjODNmYs_-V} LqD!He5<0: pE;- +[2 Oqt8ˢgystEU3 Y: ,-3X[cؐh@TFI*,{. B}3H'ִA T<I.BjZbR}ؕ9C)0;^J|81VT[8[\LX2\7NX0tApL;H|`4\ߧ(xFO](P d (yŮ+hvn?% &Zh;& ՉdnvQ/xd-{qwC84CpygLm4xk<o4)ޙf7}yA  ke(WiuY W]zoq}`h/$:|"Bc~P$*l̑5> ,uXqYܳKSPs#s{:*)VԜbZ/7Ѧm EZ2u\gG6N6 Fo~[q׸7.XaxY<0Dl>07seWGhο*,He,rPd.p{FtF W+鿕".qn 8HW ]b< 9NOc␞YRl@`^[5ZP.^/MOXt*zk(# C 8]u%gJL6үA)JLu:EwmL!/X2۵)݃s [Щh Jw؋F]qm`Q"jҍ?W4g6A2+ȇI6C&oUs.Pp@g  .a֊q "}9X0(s ؆[{8H߻nq~6˴:^#FH஫U+Ň4z xM{p@g㊐pF^KU]x߆Yb+b UeǛhPu+tcYqAL3A1c0\(JnLW?1g_ъmpmb|9zXȉ=`}x`tUЎ(v aЃT&[`=]Tk|mrs/(,xɕ*&}] r X2K S@7\ās0L֤hnMz8) 6h+hRg#4fB_O+?~1Μ^j$LJFG.wl,L$E5OR0K:=qLo go^>f?RWW,V JBl& Gdo& rY"~D©$# d2hNPv~c&c*؛v.E;T&{v X:}Ukx/[V[T$;}P;=aV VtX?%D[JDGpJ`6bY`y tpOd'QTﰡ@sa3X .<ΌRRՋW1Wkt0&B-%h/%FC"N=K%hީG+YMGM*f HTNmc|)u,YhG_XJi0Elq(X3|奼le3 AdլK^F PpT>\6Xr^.)V1VG6C `Ѕ۷?5-DG)Yd1wYuEHґ\|.;6߮8#&[iŠK Ϭ~_8/+xuEP߸c$ ԊǨa8"n%nYdnV؟,V+e>%`Ad<]]r W89WA"1ZQ\%<{MkoLB&qFE_'f66~sYoW"Qʗ w*V~3_f!FO UTvCE6OƫX6Hj~mXr`Bi}K@[I( JCY)Bsԟ$%K?»Ee(u9!vZ[|5KIf}~_˰bÞWlfD^KñizmL.UK74 ?Qvç! =  1JqmzU{|M2k& |`:U|OQ̓z6@MhZ(3E @ebRM/~/V~-v.i/]kxKy \^z VӨ ANW1t?;9"ҀkyS Wtu2<ҕ._;-XZFHRO= SW^Om%V PM # ʅ헶,e1W S2ymZ#oVt|>B[~؅,&b|Wh,#ݱF:X$ Xe? ?ޗ{/YWX YȻi 3}wyJԚ)8,"l`f%<J䍧hUփ>U<a~r$˯$|FH v4oXkV<]i KڏBzlhڈLi J ,iQ9c.X;c-"f/8E8^)hG⌀ZS}%H8'TՁAY#N` Nϯ9k7]A(&[:Ļ t%D$/Zcp+Ad]pyWT˄lnr>qX{ʡj0UrEcdޢ8`zKJVoĖ zs@OYWFK^ٳ5 ח# SiN:̂s Eʲ*zui>y FTCYNj0/S з GeҚ[M?& 4kNXf&WG秠0}EMANGq{ֱ\d @ ;Rx{ N-ㄉ>V%'9VVrǟk!/`!iHʍzX s3aCZGyȘ)%:\mr>]{1MU%wKn)saz"a5WX 5@Z\Oq 0A-"Qf `ca M, ?ɕ6(ҮF*淿;$zrkơ> @{1#ZqV# [퓌(\fBzȾr%\t&!Q6VM颾7u&Z.H8=S<^&EWPgmgKL-<\C]ӈth)$W,l'sP4_@|qf꧓W)s؋-Î4RbvZHss+VV )fxлuv.fOr)q'_CDg3ֺwp[㹸\R@Xy-$HGBrG7m9 ̈ O{Qђ![{;Mi}2ՎWߦ緫 H"Nk!x} +ETYmD(h:D|8Bt.o<-"ʤ [Im'Ucd3ॖ9z :^=g'-@X1x;烆hܓi@^'/:Hq&U193lqQG`됝TzڟtaJ|+yEL|5, e6*;f=Ypwm%e)B>kR#ٔ8V b| {cؘXӐ?+_ 'p;sDK̳ 78\̓EspjWAjB}f|8HPy]t~)ibY]s~"b %zo?Q(hB}j1;lL*ʁw"el[2tFX~s9NQra9'!*4R3kta7sKK h71ƯE"\$H?LemѺ [!Ħ&BӵD(r6C?ӂ"\Y1>e+gB!\w.%nk3\8c?d~Xow*l;n,9"&6;3ҞwSGVwM:dNdk%~O(}Lm#q׬ wcCp[g,ӛc`wDPBHsۨgGe#>.2'Yn:Sxm-2tOg${̄)]oI&I}"#+˾mSRc>b-]`_/#%\xJu";,t3FV7k5&.)#Zr ؖXYf<nYӇ!n^Jd9;e|]Ǥ9ƍoҜp[$H`;YMcaeEoi֪!]k>?3W!,b{7̔g%(&պП05j8ᦀ19JS:7eIDӄUYCj2%N$H4hOb5A95FZ10&H{E#A 5oߺL~hَTݮ]L ~TbvY ~ ZQ g "02%_,7\oJԏ~&+zx}t(,`$hoK*YesLAq'dzO됵S V!ԽȂm\f9s+ 4X$.n0h}@.p_Tt,@qN*%lcvqK󐐢ݯϮ@Mʁ\bTЛ;jX-UsS=ի-Y±@^ OmyxIyD+ OOԂs6@&U-uhʁ;A>Uӗ؇G26dQ!b6 <܌g; Kr;~%5d5V/>@-: ͣQL _U):2H/I~H#U75yGҵcE^H>LS,>npf#Ct{ z.I/"9Xk}la쿰 <>r-vL::ߋlD%9黦qm$ofy~Wbi zFӮKfoأF "b RXK>f fD9r2cIE& "&Loؒo? K6TZlrlBt{GQP])}Z=`Gr3C/VgD6$<ZF'j}e]sףXdSڠB+%Q?(>حcgʠGM'mșn=sG-/ǃ8w +$fC&J {%xQX\\b-~LF(#8Q >2~%1*m'SVlhs :~I8'SVrfs Rj,} J,#/E2h;H,Z [l n/~?,jX1LAHۤzI[?E@K^h:=J跞06CW[ Lάf/ߺՉȅƼOCDsU):Ó1ҷd!w05#Q d ,[::9>B =>o12n6i ,VL`L`'ȃp9͋V-++{L@@o}Vp0ϼ5Tz)O[Le` 1 ^N8Q+l$.d g`6fѽJ ӹrY|ô_&q=Xu/oBZe)*ÙT˨:f4tCt{i['U>\Nݑ 5S}U!Bb2's@#-r螩L{i3ߴNd:{ ^LP"L.:b>Ysi;-sYCN.a='lB}3#~$XNMbIƗZUh`KζΥ'c-Q$ _Ŵ`Deg$nl ?궍edqBǂ_ ¢-|FGᎫkOu7m7O@3"|!=$g'.J6A"y5~p~ : e]S2qKM'|H9\ $]ٗ~Su14A*xOh5f3a߿ }bbh[{"{iԭT) ^n? 2ۍ&?\|n*N+ 045zz^=0MvL޵Eϙ[Pe!~ 8 j_{Lh3.]~2E'GXZ ׄ/_Hʈ_w ][+VV_25in^&ICz}lPM>U<ۂR~AL۾ A|2t6e\wCGfُY CU;բP3~-XЌ U}}n ذ@E-">AFb ;{ВB;/:-x)lPlϧ~rk%ԅEc\!>o5~b7) r*wKڲkcuΡ0^:a0yR F, {'5Nhe5 Jh>-ޱ \12~4;RJ㡘rLkuI"qWhµus (h̄fzʪFaG qwQs(jb;[z0Ϡ1ԣYJ`rkmRy&@,vXwx  \7?=7'R݄˕bI_1t-ƙ]_MbHpśjG9H/E'Fn.ۃ>sepHV~>3/n^@dvTd])kB}J4Ӂ9GO—,~?>ĦF6d2 {mŔX9hQ<%%{#'\PrE(&}l:+O|va3gF?QؾgkℐNO#l.w5!Le@̓FvO2DsFѱpxm1G7?[{|dr鰫GsPŭW VR@*vŧ12/ W3K|}ogPPBxXahP۸\k'Á+t&Vv,JSٜ m y9=n7!}ٙ @$YXE1|KSL .׋?ŎF򃜓g*Z.6Lfh)gHT42$Y aD∓'x&uy憠h x8h=orǐ _** U^`KKl8N9W@X)pi҆'UGh'mx9_t Gt7B/τ%䛹S4':-GP~weHYj! u(H TQZ.pJ<5XCIdt"88EhR%o`dƞH^?凜I  F9gwAyUF3UڮC-_^H}-?XJ]i^!QIP D !ID]7`;45,0eb%Ǵ(@Is=ihjpN/:R.=jz_dw*ȣ.ʣ (UT=e+pܫL(=)6G`XQz{mENu+aSQ@qx}U9s>u u;wMyN&Kg ټyN 8f5?'bc S69W ԙe#eܪ,*xu p9;gfϐ)|6 HRRb1M:0̷ ҨGlNڗ,Ɖ;L a@QxHf t P=k%ڔ Ie͑6 IIμ(y1 cYj[P7EͮPP$N y(x4y꾇u&]/&`8AV?)>KmLP7;*^ak5ugە)sNZ)1I lMO^%wP)POix' YI3Q |s ]/ ݻ!շ-6ӶgɒyR_1_L/-C =(ZČ6!؈M6ڜ;6aWRR7S(S,>V7;Gdecw)G2+.cLX15\KcldOH Tgv`"a.+,81T]l"u^8.#&xѝ:f,Y xe~e,&42Z)xB"7.SUp9Z *fđ!WVҊѓ"G1= j,ƩZ]jVG0t2:.L__W.AÄP~*5o]˷yx|{|ԚoMX؟_x9mˆɈ6ҮT6{,7$:ѿ!y8_2,)i;[j7|9K,*HC&A uH1f^"ƑX>Ǹj'a1* rXo1)})htJB@TM;?qŭLf#WCqsn;DafiFϸŃa+nۜ>2:.s;,-t@HXI<.3|D,CASD;,X A e!Y#h}/F|Zr M #(<<#jk.11(2eD\ujV*^=gC2XFjHo4ј diVdexADmY qqfdg ِL%E? @_G % N?KodA+}Js4jH)"#8T@9R^GW N S3:+ J=-𙇱,JA̬QGa6cwaɰ߫gGPxT188wn||T0lvXQb}N)xm}j4^ITr]Hys)7q㰪4^GVInٶְ~@do @ð?r ɰڟP0$OuPcs}鈂Ngֆ}GÄ/5_:̥\zIk)ՠf)sTľ!ޘaAy _uZIu-`z9~.To`xA+H`"=e6@t}1(<ނmFքWJ_Xbס'>i؝cxؾju`S<"{\s:䰨'Զ__l*Lj7VQPpn@ȇ@75hb+J],`6!? YR ꌯZsadx6V*uݎcWx\\[; b'| XyK>4i8QlOp' 6.̠fjJ(Iќ|$5]%]K7/|w5sXjJDYj1}׉}vWv8u2\b6"Or9|wߙ4Ј>Oƞ8>ܣB./˫W!xY(5ci>a3r:s1P\_~MApUfř M2y"  puO'X! j5YK 8ِӄ=WWWwNqDtAzpu5/HS,ٰQmy7t'9_D qqCHYL2)dCZqQ& I\(t~^ uM VaL{DVdoA] ! nӑZM0撋#ulZOudTjKkms] ر*^2H5a+')Q-d^Ub7.7={ܘI|їR6|ys|l'QB,Rrh'v=QRBe2J#'c-IOӄn*mJ/K7ٮfЦX Ξ/QbjH^mЧks5}H 1jաjud`~`J"ȿR|DYO,B>86QN0$ns [ '&<0׹1aHkq=ZrܮPc `VNoG Q1kp3Ji0&3{`#lܣE<,M 'd[2' nQ.pNJ'JQ[JyG^u4- şCg)d7jUfYjVh7;T^Jk¶&"E f@dSoCaD9*z1_upɱ;a*<6m8'zR-h?liGcyKQbS>i3^% Õ,!oxyk8 ծ(fhRR Y ׿syrS oƣa;*&Fib8v"VaHypyuv_+LG '^:zt3߁MT.3\c!1|#s"0G`CQ]Ģ,HM@!*\:r,Lw.\5 };Cgű>LBF:2,l CH7ϲh=T#<'R+q64%$Ut*i\ [itNH#J9".cAH7\lji3d`=vוy\UVɖxF2VeJ%Q} /Ӽ&O'1k;6ĺlxA+>rBlQy#Y|ؑ9K} jsЂy=$Q, ^Od0b'`b-JE! X:NKghk`4h{#ق;f2 4/r9i0i/m' 6al@,ߨUl.רl~{,;6S"{2[&[u!)O6 SRfг%dsMݷ mRei @vALƱr?.x?u0^Y,1 ,%U\a LKcn5k2HP#: w @>H$ӲW0ᤤ+P:Ґ]{H q1LS[vzI{#=X)`.KuAu[)ϴ,:#*y#/!B1'WW.jPQē+40i4t4C:8xL?Wɸ~Gys*rB 7y%W'0~n epesg Jgt:c&kk#ir(Ux@p񪞫=?J*a$6R9G (6M!dNV Jo5GDgmo lv["洘%#;kvm 3Rv׃kOQffN{u@xgi٭k I[eLד\JFy"Zh7 &;d,.ɅQ}r[޾R kiAV[=ba?-.sQ8%A/zBvύ},)4m+e.jMH\7В^]@ml#9)#z5TI՝r 7rb6D/<\Y=Vh®K"0,C"]:*%QJ ͐uV|;rޫj:QN pHƫ8q7.V`ܐF^:!65d}3voq4dga|rk鱴4J%IqgS#QAU2XޛYmUϧ+R0gGNP ^zAM&ñqN}{CJOJp=P9nG`6v`FcCk e]%:Dw;$v<^DlT`B2(pFZM`#Tb6 ÝJEmHz:ҥv&t7_ %xwc d`7DC\mGSm' b]w@R/:F^U_ʒ ;|ƖHM!ĒF1,#3zTj4ݪzeݚ=>_b%J~e12`gAŻn:\* 46 m}Z9QcT7KS2CK[}e\Dl8Я2( `Ja/ ;@B>Y>6N0=VBkmͯl i^QIyR_820 YPF`wv(o/'H}`e.=>+W 4ç 5D5{ z[%Q#8iccءy4/ Ž$1^"]6!]M!p"_ аkM?A oy+.Mلt}t2s@Y!{}ݘNMֽN֜81G^JĸpO#TIs$KT6q~Kˋ'p-pgsWHR\l ^8y4 BiœM~8$g1Bhm87Ӱy™ڒ5܇0EA5!S)lqZ X(t @X8k*&6k-4߱'s2 D8T [^Qrk$"s*c=h{VC$D1mzԦQ7sp>Y[#;J j#E,*&`-9tVLLazԭc.Ew!eT{ɠqU(8zD]+Gܝɠ_>Q-"B! 0lc{Y`tWE3dQɅYr 8vtpç'ԖTvկdvcTM\CAxbP\dnlD \̲[1_3nnj/{(ȾԢ˄ J td_%= M uqeo1~} 墨nsުZ(&-hZMO?+Q\-97[L|_ڻ͞')e_ȚͤHS7['mR^CK@T0ʳ'zz` {+e!rJI#kV u f񼚌,M"NT4K+:#22סd 0gN"g6> 1lv gE[[{?^^9~+Q+Ư:ʹ~8Cr[7ehRY\ &y彂9>$sqRB16hhuh;ʛA%6OBˇ;2pDE>dcP]k:ƞ2g._v~|7%c#wl$LRy8UQ^QJhsG}M$>".QiN^҈mft8G/j/~o>L3>i?cuĦ$#mM:NDhwh `?lkJ FT|+:U m{&*VRg]&l~;^*JLa*-p䈂'o vyJi +rmiG&pcNHm101ҳ 36ـ(H9yǜ0۝Q϶R85"c˔vζ43zeyASgJ\fH:%M|NxMa-~VJ&-iV.Izi,\IgH*U6M_6W z lYa/mƺ_oeh5G_ԓ*F3We1=Me6)+q6[ SZ<$x\\7kCG͊ȪQUԏƭj8D2w#HuV$=P1HAtC LRfl _IT} UJ_ &G.->/؜t5_)0;%HD3 QEEȦ*<YkCKYP߇/:던"DD4vaz|18Zz'WaF4eŻhH+Mg5ʳR7Nze`O0I=M(b?c1M{ [)Z)s H#zѺNpuKb\ZCUc f6:#db$X;/qX粐dB4ԃXV<[l OSW-㑥ݞ6k|'G~hۊK?U} +^/' H]dthhdЍD&$. 7W-P(TviBK}%204N%jN6-mWBU]O4 /$#[^IQK#L.|cGfq-GvI\\ {=:s.)jm+dVS`sU> 'ZaZWQۄ{?Е eJWs2*, 3yc>k#;֎PT Kz.*ɪ{yGIW"jXBr .}v/|Gו%qjs95p)8iZpo"/i}e:OvSAGu(z3 tn.!—äw-^k|c F`Ԉ#A [R_T ^>+}O=edNHS+aT(I354lKHaCb |\2mbHȦ:)dy^̘=6-5g[Q^9I{hn [enn<Κdг݄KfYp)lQ]1:Ķ eHsxX ̄he@5CXP%TFn.5uxHy_st˂OXZ(-J5N˸(i`"q0R zio6G{ke2K *ƤEٓ"3]OpZm&(,woNΨ+)S\A/MNѳM}t_Dw8RP"toCmDDǝf_=*%9/qU*'jQgLKYc7tI@:YJrkt +".;EY2,}#`HX[vlYҪוe:B8`HVaѭ]oN@'Kh!29i]qϧd/k-q "㡘XHk$N{r#+vܽ[ARa uies sMٕ18#QS]~#@˄c&_X]swr9m?<,#qx *c` &̙ljXi{te$]v~ [}hc)AQnڨ_g&!cwk$O3BoX6c!xNE}oj;  N= %RoF$O;vڝ^nYapO5W=.,7ږm)C69o~^!&p׸Z>-hT_\g ĺr0nܭDlHn̈`|%}ސzBuČ*XhĚg0;D^z!$C1BeM{Vp u(IN _hc™Wx\is"S(l"ωf/Zm[('B^:OrFF706uhCBv߃Ɋ i4)1s3Ysr+SɃqhW a4})vTissuX7jy)Ϯb3& ?`P JxڵBW*zMP11DeC }n<髿+*reޕ=KpQ+=]1.0C7?"+ahU?C>Lpo fzwwrA=1xn}5M?.UaIqp&9űm='r7v0LfG]_AAۇöLQ?Uy'1cֲVa ն:Rc( <.$O1™NnBlVS]]x:J~ م@ݶW b9zu3= =A5?d6tn\Ҩs?ڊb6Ic<"Ų%4PNֲS7P/` nn'>tm!@ az:M{I 9G 닪rݝ ?J+J "_[l C>F4xy"vn+v&t_Q3@0V3`wY:D`@uƵlhn-$t3 W`:-O\Ezh $c_@)Rj~0nfMe+~f{+0IO"MPKesy>"rЉV[,2mzХЄڣ<_hqi6h %u(i^C/8'˙4h,ve~"m'<-I[~k+;3VWXk bUm ,`AG:Sar <1=^X ﹒GKi`%>3|mھlu؃K&8']YIjǟ1a*^AxV/||mi#^ G4͂{4+L[Ħ'tmeMSQYtx?HY-x,,(jUVW!|&LSLj& +pLK߫p"– !Q%KO3Ԏ(U^&2XL)O@kA@jK⊼B?'z*խ&E889klHhu` VCYy<{ruk@P8Hΰ:?BY0rH<0>a~t&Y|  +(?sf%#[]K@ͻP;Ƚ€ D^6ȁeag|p[nQR}4C'|Q HCG* n4.@Oۛ@72[]؉+4+q=N=(z|$%cl L3L%W !رn B𫄼*cj#TtJwڨK<"b>DfR8,3v柯Fsw4>A M^Z9i#o1)Ѡ,7gP6yEP\WFrD,~ڏ+Fi&6zA1#Cڪ6M6l kx+) \?PHA@%Bik|wvO 7' Ө o|L4=³#Oƒ6VRA>g+ؖ we3|WXj?b:<:´m&|RrkJ FX7(7ږ[ %ؾep樵Yx_u6ädӎ=B6!rK$+n+WG]$"h@m@4͔1(Ind#CF|p."_'<=afH[z(MG^H,nbɘ;SDAb96 M,<=dA:sj@?!DlRk`vW*`{d#˿/B2K!}Nq@8]S+]pcA[)XxlHSnv;=2F*m!.XNO]T  XB: !$a>]:tX?tŵ+PMMkeRGbwe2T-H8c Rl+r77sڧR_ŅXgz3K(;Z*{ߞP' BJ媘3SjGJJPuқP "I_Ei"2УOԍ55_Iz%> G ]Fy9qe4t[KSntQihHYgRyβDI ,#[*!:}'"NVpWHȑxtfna^܆"W'ozP$$|3.D{f9- %ґHRSHg Bo^|U?4yu/ڦ1f1?-ո#j_8͚PMNWڠχ!ɤ V'C?b O̭!8u'mϵn&\U32|#,'fx `o Wq>\X+-yDŝo@4l=x'QPr Y*uyJ˒8e͓mi&LQ ;0FU]aS㧽HYY?+19U%/ƇoW4.N- r 3Pb.栥Qb+[N+kN;@ӍW{[q> Rah[} C~Cr(AO]{1p1{n m; K`ȋ6ᕣZ3\g/jSIFXVYģox۶K t-73&%0B4qqJL º7Ȱ ['os6b̶o|͖hsgMBl:G.qi98]t>=D^vij1LWbo|Uo/#߼$=(oǨ d}t^f᣸$A]+ fE? G%Nt{v\:K.G蓶q|ը@/T)mBXOnMqnh#zmO% 1/Y&7P Qdb+gۨP-kͯݜT @aMz}Ҵ7;Kd+䉌۫* ?{ڀ,@HLKu$ c YY{/ N*sۗ?^vzme{y릦 )vBi#hZW?NjȉVf2T,Sض_9 L|%+ LVGhtE U_3{׏XƘTU= z87VLk(s0|9›Mri֥oT*rH232EN+'&ʽWKHLBRW9{ 8"Wr"sڃf,krhZD3|_x ѭ䓽  ol*, e$&99Ƴ@s"oߟSQ&r\+l7Ӫ؊oN)?0S5|"? nDL5;h?fn\&λvErSWh51F8\U_4Ǖ~*6a&zeh:?.Ql:vBύd1ћ@|ưpDIsp4we|tr#XDVby%2Yq[Q ^i?û]g0quʙIwEa\`QFBMP,?z4 ko% US!ayMV'+k DM}ui!fvh b>暻+eRzPi Co0QPG~جui jNZsnx7R*BY͈7RlxA&ٛ?w{ 3\kJruaZN,(g+/ϪhnC:fm?ÕNV >8>y)w csɓxD-Ng}4A=Ę,γzdPصYqkK^F Xq~= )G\#K DϨw4̼/8wV% VKNB=TP]1v7x_3"8oi,,0QA⁲t+Pvrҷi_?Xr*gv"пSnv(I(d3f֞85_apc%S:Fy쎗e?=Hw s~<ބnJ7m}Va~)H|iu2戡'T@i˖)#)ڼ3gAχYC!][4Kx`n kd %@VpXT;_A%L'?l·`(@( &]4y/'4о^?H纼'Ӣ3?<حPrä2{^~;gm'w%CF5"%`r"1Cye=KLV_^*))h}ٖūOO+qZء9X֙В#'냫rG+jNк=18~pfAd/Pm-;rn 6g>c»Sޜ08ANvn|L؀wz ٬Q_ƮSXoyJiwcV 8 n=dQn.c#"݄QhO-LF!)*L{ԲWaP6/0(;F53 51@;r6=@׶n]drfiLf]8Ou3tJfd"5cdq1Uj}>4kO p}Shݤy'F魲 +Yv(vmL˒ҋϙ{:hVn*KVD*M# oПdNLA18JjMKcI1zP,f:VZJd ŷj o[MkH㓍lR/KN29Pq\"=<7J>gZbX\]MHsHp]ù5ŎPh c'tUm߽8AH2ˍvv2ywTeR%X Qj[yk/̢#@⥜<"!>_#XhԢ=:yZWc.$ҳ<5~O{0]PR*|/5(w \J/zDY6 4,pK; Zd k"(32o ;*i!bwwbʲ^tw %hL1~&J/,+GI#n`_B,\m[PWKc[7qu~d&t$N-PR*N qhG@NLf.=tC)sJw;l *p'6P;GjMxJ\kVL#}w'(羗0kt$$̟ XqyLo*IɎ=XS^ ֫ƓU5*׺2gag6s_܍muH C ´k XipV/uNBret Ʃ`k#U?@˃P/:ف}wo5PևF=>:TVƈ媻l(9Fs&4obh8CQV D= ނK |r b,۔QU }c{fE/XfFഃXT*1ύч5{no Q_S&Λ5I!d>l&a%O?N7GG`rRAz>4YR{)`x-s.fsHW`c+@];"yv[|qgp?'*Qʹ[vO##V$YwlH3 (S ]^RHijG+ȣRrzVЀ/*J|qs,<q;mH6 BZZ徍:zŽh`W/"R,s2) S\^gA|`|Է\8%E4rـF&:cG)K&ʬIں:㺈o:`Ahӌ3AzT/P$D, IBen)( #e"Ǎ=tkӬ up~Ө䝎,MaVN]B=OVOӁpVRe!?;\諛n?ߣ㯵n{ນR`6(+rɻeФOQòTNC1] `00c?iW&P $Q7O`6l휃T"˳Ypd#ePEx@&̬'-!͗#VK~vlߔٳ,XSLf(ejjO@b Jsub>h5 @*p1 HX- }^cf䈢/(qwiM=_.6e |WQژSJaE}Zۋj.b#>?LeN~jQ0#iY{]|HV5UUX#W'L-@dQE"Yhysby[`fʘǴ8L [lpJJdGbO|!< 1>^ojT(~-g\`o [%ԁOxgd%v+Ç"v2p6s>tS~)v ftGՐbD6ÃK OG}C7|:42F΢A c$/fv<Ӻ?`UލB|~4OWJ1tc *D5.싹6JRFpHBrGMi@a~wIփHA)l:7@jAקk~R;|aРM NFĴّ|&MD۞dp\p&)@;P_KѨ)ZdˍwO?3)h^gA[8 [;o8ڞƲ%9?\"nksσjNTe"~@yej[FN{2;^ļκzʯZ$sE!āPb#p=9mpf1IMςΧQ$?Ibgi+$:͖}+򮐙%?w^1)σ~+aGo)Ң5+:?'[ }J?J3We>\9ް}R_v\ xmr-!UVW`8Ğ U7lU+OX:.p9=f_ Y9mA 造h7rL1Ht`IݺߔoPZea5Uќ{x&?JaRĽ%jbU c66SIQ;Z׉EeW}@CFQ]FqhAwo̍o4MU=CgoߘMۯ ~?v;|"bc~ƿ7iI U-#AGpAY4 Vx@4b%2n $}\'wny±ET*O̵#erX^S y[RK*\Z/߅_-y_g+D"jg3_H{NѮ^Jfу/aaKzמ^ț{Vޔ ^N,۞{2 W9t  5ⴀ6o@b 2%);p'= YE~k=qpK᧔~(2s &To#7Ȋ$̹p]9sEv/I) M-R7!kD|;V֫(EJyr jŖ,m}XDsS݂/1,,D=ckL]B\ iȰ0!8x#ߩ6=9sj sX Ȧ%JFt{=\a{e[SZE'Lnq+? XeaiA9~ 2S$dGhƈr8Vv lH6gU,/HM劉wNfppb{;B_'Z_ wbÏ$PsF';KDR@&mJE-:pL퉎$al.t~N0)Mr-Dh ۞#^X2' *×DdWm9!0iou[Teէzpnl]"d90&eS<uwϻ}qݜ&WtQjs=(^A]ɐ:H%k$nՍ)-hؗ r@|'Az7~ I譆Dm# :d E[β j[^C16%oqwvV`/n:#{O@<"P1{#+GJҤ`ъJ1=z'Ϝr_9EZLվ|AȂ{Zɕ-.07'ͨr.HCnec&BcُiZ;q^JJ,[qX1^0Y ӂܷPDRJe${{^Tsk*Uk,־*?Ÿo!Lj_]c!/~+6O`a0L5fO YEE; <\[l9/A{]]sS=^ vDWzFօ)&TXWe]IP3禼i9w~i tV(nm pq~}K|yp@M5Yu1FlSn7<9ˢ\f.*VOɺ7#1<^>Lр>A70,z{AZ]V4[Cڼ8bkꜴVvU ;a-GBĖK_fAٟ[oWfkvhOx#&uλNfMO|OW͘Dܾ#Ӑ=*bTQ_Me[ ?pwa 3R<؄>OWh19%^fiw`+U|!/ o?IYyk0_"Ȥ?\"e&0 ypdz =",0R$"\)mgHm'Qa[;UƢZi0Zx3n>XsU:ƈiEﻇU~F:z12A;zz;S y_kMj }xnK;bn&Jumf _t/H,J26Vۅ0IepEqN"oư3aԉwju4/'n׌]ƙb>#;{s {wSe : |@ 9B~OB>ݡ pRd %^8x>Cʈkfq/}UYT/vCijI)r+RT0; f_PMz:P69eV/nҊeoJi'׷e|I T}O+u7qܲ: Ub+ז"siutzϔqpxʛ'][סs9,ǰx; KkTuM"݆CKDwͧ XIPDEӉVӵ8k\sPdRCWp(}iK̽-h=l 8^ -n _(趋3S=`A݅p$(CtgKG~|ŕ܂ҏAY~h,n3k<|BnI[MGDtlH_:6z#yD: H)5tNM JGxX/9)qy4{cMOr eTUzO k)C>y!}P 738R$@HU:BHs^h(hw2N!;A8Vy|dV_uWH S!)ϋ%9OeNk{|K-boY@H^fn_P <]l8D?i> TYtZi3?c39K# w@gLJ y:񫁐KPxDr&2EIkLQo76xNnu.;LosQO[wvYr4 8=ӏOpٵ([Y$t+]Lg׀Y)밁,VΫ\N< N-̯/XLwbDgbPG9gKD ީ@׈\<\ UlV\ܮYrg_hdv!<ե.+;6.¸%t"!x؛ ^sv)74Pf

$[oYBt#PJQjr* 6i~i k'Q*u/ ;gJ%|<7p$.Y=btr ^FN(Mfno<3mx3^+oul`$κ`FZ' ̃%1k2{csтbV64.~:*˧4|L猻CEJ[F p}AݲX]:'GkW>JM?08je2괖]{ \U(Ofvg=>" ۔+}b=N2B慆4q8NTDț&Kt kM6@1 (mGɋ|#`ڏh\߄[[\Wp 5!(]̺}qMPc^Ne_mbt1P!גިmSuc֍Nֈ/ RQ*w&,..@,fJգ t[ګTѮj,CoO߅4oA ϡDzϕRڜ'܌Db.\O+X%n9ZO% |U"<$e*KOl$}#8fҨV?Br/#lc.j7(IS } d6g{I6XY"_ql < n"4<&r-: ?٥Am#®7T Y}*Zu57S7-qsm@p#\3 KEύu9AJM1%{agwfgy -arb}̨=we$K`G+6]it)<,Eأ.O#߄璍w^73pN,d6@ oSL0 p҉V8j9Yԓ)lEd\;"xEĿBTM!Ft,!y)?$#"">*9Ӷt sŎ8(ͩz8?fse#^LJF? Ⱥcot3iQS`:Ū%yzx^fx?31sEr q W҆XTG ~L$:TLp]:i'}TfӶ} L3G݃.ŧ:OL^_o7zxWE%^t3pjg■/`䨒q;:Cv= &}-guqYjc6.!پn @js= k jEA1Ķ^wO^;2+'8ՌΫjI AJwW1 !~>N,#f1.H6ʹ;)2T)>T蟥Ƙ+ISUt6zOtEe-BeEu<88aMzh$O묗=:a(3u&le쾞>tØw󕩳2Ƣ_jLlr̭87u'Dj] ^Y|E,| a33cFBv:RKtU5~@`˕Lxz7R B u砿'Qta>2y2RaMT_(㫫m V1Qy2^!3Ϝj- vkf-51ܻ8P\4gn&h' B~0߷LjRJDuEDQ0J; .eX2:OZ 쪬נlwFL>=vԝThWw8PeIq}xka&^U'l=w?܀eG^|֦> }4WIXCmCWDXKc7wfȩ2] #\mXw؛NNqB즦edv8tcUu[2CB)0r0cr yb_:r L+= {P}OP1ad('ַӎLj516̃2=gfڝ1| I9\S nxا(qNEjd 8{dڂڠb:}p?<`LڹZ8˦P VV#Zjh#dIddj j:(>0_2t y5Fng7<єʷ !a8{n X7\Ӫ ӭ] d{B)3ohaOAgM@n ,2z!|Y.)>(PAu_u+PH3ϝsEmu*q:Ab q5_><%𥁋@rǨәvl[gՋY9Э}BeBJ!A _xrqwk#<~Q)Kɫn!j Nvhh=z]c/|R*V E^#2?Q Sߐ8~İ`f\q}9H,y74X7l/UsA3+xE^T1PlV{eeEU{l7x!7pp:Jd:E)N~\3 1pIz{w1D?,a/Kn)f(+ ϔymU|l+M/t5jiQTwҠb] 9e]'OkWu*?S }5" {A>=DbĵMk=arUNC_ILy4քZ/i5b1 ɶnq.8l]~x|}YŒdwaEdaz*G`?:Dm}j QGnJ! U-x%1uJXϓѻɏ$7)E*7Օ+R5|[VhnZ&zp/\ U"N$aknrLϺoHբx]%J0fJ{yN] @y3 BuO 1bhB0.,i7*rA5X!>݋L)%j?]Sכz.FT†/Tw##~ #:g=,j,ttvI@?<)- m^dB[V.lԊylJn*ܕ+_RБ[(7Xh>7b0Ύ˓~~l, ,|i)$D4htdIҘ2eeo'.`_<:Vv?\Qe6s/tBWagBH%AZV' aO`~礸ˣ9\TmT@T}& Pe0B 7t؜,0!1iMQdUJrہo '9CL*j,&dE&wyN*7p#0c^GMe(ע5cw6o ZǑao A`Vf/Vc?OqYf&t[ ¸+õbm+nd'2 h%H"&xQRY~z/=>o$F5V{5btrqۛзq [ڻ {6emԸ=U=a|Cd}ORSFiXLw` ŚMZۣ8?Y@afҷsMltż!4gX%Tcwǒc=.ٽ8kRxwg]z]tkc7ŶQ<:H9\"vY="xC;)O'>l|C2%P]GLUF\P|A%5I=ZS%FL%P (m2 n՝Q;H A?`M8LdP1'|u! k;X j5UҔ;*2HĨ\").T\jA5¥M\)&_8LouOndL>8^ !x%( ( ·CӵŕE^J+ww` s)Sݖ=BfVIƺ>x9z*d >ΟWwӓ)cxwF6o`b{,l'7#4gS>JߪGtj")1JZ⋁{95\qVwvx4/Njw8c);醺ɔz:#ĩPxX5ydOX{,;֪ @{|:x٘Wܜi59ʢ7HL&5'WaG%&9px]r1Ґ9Yu}[EoGz}p=o}8;ۯsb1(d{iսџl: x.P8bH3(O{I%~4GHpۀ5*WaA"G-$sܽ !~t,2<'p},^+G^+\aj.5/w1(K@ϝVz痐I$x,koYo-=wV3.V}/q4W @:~zf9x Q&v2 j䱟DߠK't71C.tM^XPnw؋0 24)t!\:o|N0nGYY@b\p#z4;]3ӊʠZHWeZ3N w?mt5k8D#%JѐgȖήX U/y"sPT9 eZܡK8e3༺T9Ķʚ^ NQSc`lPfWzH*(o2Rs8_vbge/fw;=YfVU֩ O2U,牥MXyC#DȅV~ C2,_]eOE>59vp$6ky#gn7OTF$`/Tˆoyykj5ghqe?s+L3Vm3ɒN=^,9*cV:TQ>5QR7mT#VѾhJBC PѮF^ ^5! 7cȗ7KQHQnױ8+Ћ7 95Bڸ0j4W#`R?c*qZݞ(7xVjPNQaOG2؅C5Shy'F:沆( jPo i|F:dsIa8;}w} ?Άʜ?CugBʃQU1@'gٶzâ\YcY=4.Vwx>,@O(vǾ>IVwW !WX_D"Ne{1'.ʚ)pKg&5KPovqXźgz#hXsAoe#iOL8Ŝ=ч`m{/+jQeU'a[F(@j14jsrdN}@F,k&/i0#عA:.Ŏ+FZ^dq* <5sBY c+PR`p``$<6.qߕ~oۉ<ĺX,USI^?ǕZ{io @A6uCaZ,>1 vw*]Q{Ph֥2lpF):Jk@3o-W 7 2:v!~ΰ; қ& ΝI>CΉ a)TjDg*N ꦺy+Ph1 x蔹Ym#nwF c@%3׉R]',UcD-AD0CnbT&+[(S{7`.ܧ*8Ms\N #R.1V*/J$kxx:u6ٞw[2;jbz*8;ҙYY^.+FA [Uad `E"ڴPYǎjo%83أȣKC(M {@$_g(x_VQFv\:W)Rc͟c.^ ^עkw㋑ o~02BLSF=V Z1"q S: 7OU򧈅\Okc9t+zVL[ |t\l{R2kbRB2ۂjҏϫޯ+˸PǒTwRuaPsBA( |KhĎ xj |LY]@;$PG?%gLmy/̵ĂJpHu9}U ±kЖ5з)>$kt#%)rOY|d: X_gq-t6-4Apy TgNE Y)HFNS^Bz%.dZ[iTl:fK4QίUFyԖ fW=K61Ud6r&]w9DK\C+$;CLTSVc.El.c<$&L:r꽘k\g,ol6-YxMy<3ч/. D Kiɪ0H^fa:ehA*]WIZL$t"T蕋ⲘɘKt1!ۺ̊nۜ a܉ZC^H(3Cɷ. H}Z/zyͶ4o$pSpo0o|P'KN)7ys~Ny C,u&*JuR ;ÚIv؋p5P@0I@+ד1ۦ͚}7!fd&Vrٍ2@/2pdO%ɭF NU7=ZE? aT@0gVLZ>֬mRFEg9/cD?8O06n"~Zj<2|Aer+ޛ'D̴1~8ѩRWrB6I!>,7NI%m}E7Ʃvj|0_ r#"MߔE}@dNfiJ 4қal)49JD)߾] Z+?2Ø~rBbQ7TAM%H%ֈݗs`a\o0:%0K ?3Yﱶy+{?oZ0`XB٥{&#怲Frxmph\sALUBgd]] Pbl y!Kq>uTЉ 7GjT 'qRE6cTgp:O4S' *-^[xX'З>ԚN #7A|DW|&0YQpAםIx*y.ItŕޏP mR7'|Q.QO4뛆pxX,׬z럚)hNJͧJɺ\B8W`)L^_CP" %]C1s;p%YCiSLzCoa`Ihx)ִxD/TUCEDfHORVcs_>_XO'g'vP(Fa^-fϸң{[uětao 4{QB6)-!8[jjB:z_Iq#A8W'QZ01|Hp5asԴ<!(K%=)QM~ܸs B uJl&@pRgnVUI&vKjA6 ] ( .90 ؆Ͼ1+;93o;*H=&o9wGAߒ1zte[:=yW:TWeMUp/o㒀t@zс̓_iXTQ("6r%Ny5;J|\7]pΒ4QzgOL]$E!H,5dsTIݧ@ NJ"(Q*dk]a9.~x7I^C }I.c+ "jϠD5*w21ԭwZx~4 V]Wf͋+ٱ%ϑXf(ʴZ?7F=*^i~6KyڋTd _a|ƣ!*V\sʔ*V>hJ#њOjkŽypn=MWCR+pjPBCY9kʔBE TŮD_*^dla 5~D-KC"ǫd`T&EԧuL0^oy3DT=vCc 4sm5)4ȷ|y)fgo7ueWƴ%"Zz: [ EقOYDvCKe{Nҿ=WV]e96)9KΩ?8J2G r*zsdLo [`Xv47=5$VK5Zo'OƇ} o#KrMbY VRJ8hF1.:)aiV+'JID➫uX^4=>9k\'Pqʏ@2VA\t/~4|0/Y4qbtN]HM]\-?O+v g ۃPh 1KyN`\߇l2+ea*概ɄWБ޽Fu7R'/JóncgoY |wRJcKJ7$)D< H$heKAR3Y.x6Z~hD")C]ʬP[,4Aÿ&NNEm9-ݗ>HP# uuϳg|ů1ƒbBwEˣ)) Np)\ud4&ε/`-X"u >V@e#ؼZ~[O/e!쾲BVJ~0DShAHFVg,E96yw|pA`kԀhf'v.-pg maa ˡ,Kʆ`p`"m}35,0Uj\!EYUH7龹Jd 7:a h<Ѫ߄;! E1duq53^f -Q.\u< ,ʕg3ų;xnšڻJ %g [J61Se[MFcuΕ؅>u ZKV)M0ێ__%Uf]1]!4"QeTS ̍`: ^D1cvo]~,J,H%bj }q_P0a;M2+XW1-g0nVJW(ZㄅgxE geƥtřxV^w8#e2Iqq@)ln7υ)W{H6LQ6|"80;=4y9E;:୓J ]HlHOi` -K6lՙa v m; >͈sn Ρt?Oj@y}MUgE0kqM 3q)ϳP'LXT}&HZ}; !)^xfNi lxޗA_$ߐt@HD i7 esE:'c[x=;cenq6_ņ^G[`WUXr#ؑ@9k?=FNzϟGRu_w 5xW Zq{OsF1zp2%IDz\ုs>Sc+S! ja"4cK/z뙞k`';55`k^T&D4|Vd&M%̞@EVj$/@G*f7XH@J/06fU(oQT3ipۤKoǬEf)0&.䟈u2 J5kI ": ZeӷtMW8NKJR*TMdroc CHA/7 gZ:SWJxQ T.q$ [O>:e_`Wӈt0QB;1MD}&fWh[֯#R0+k@OA&39+n-Fl-NͶ ciK)?rF!UM7KmT]:霝n Z3j. *_9܍a'22E|%WF8kbp@rh+^kb~`a8:<ڟ1N!ThdL䁄s<\ğ'F/yZb(ONъy4)Y:#VAu_l-\2=4^  z8Nx4/[b뺹+Js O\Vml/ ]u./g2?#S/Z>j*cgڼ1*KK:)aE?&Y-/ 1= p:G*E Ht<0{"_z~IZ@92k5D-4[:.0Tv'R".z=m9[cv-8|.% DX>Q1]qz+,iXN%/$.9Ҹ:՗6J+bre䳤lbX ԾbY>aL,Utʞ4qd$w+5BpwL f1㋿`OWV>Ú!`z"JFnz<Ė>DOmam6$jq qIلfB}݁BkG֏5pr"]5T <$f|[K % , MO ZJx;^pX޺5>C߮<2EjF֫V4ڿdGW;hNzKˋ_:Qeb}a{̿W6.9FbQC%h0~0(pWDKfpdSwd )n,@L0EC̴ֻAs^ym rW6'qٛ"%b$oX9i!Logk- XfׄYDu76e5.`1&c۔Qe/@WM!'OzIMWk;|*#~|bSKRw󏨍@䩕}ÃF̋pQ5""8#jhgG9}TC 3mUҗ!rVEpYbY'GR}?vAuqh/x"ii7sC/E#tymiv 7(ɗa2p_¥)<\͂e[|&z3J~ȐWqz &ǨzzNGMʼH%(bZF]t%DNQ=k5+)W,5K#&:gc;D"&hjtbx*4hƊ#)O-PZxom\QzOYl,xb@0tNV6W|U?{Xq%ݔUJ\5:=}˨3FZ!_o$c\Άo JuT]5yDxƄ;43F)(?=_^,:LZō5ㆲ-Y+c^g:lάF.=2pB1'I(=в<<{8I䕆V9F+7 !i.]\=:OG o3:Kw=$W }ȠQ4,OC V`FM0.hJlNC/hp{kt%QSχۿHy„T,Sh~#]VC$]Ð Z?mb4M HD`uN`KJ˻)iJd9 UB'AuV }ݫI,|DRY\F[uASEFuR\hJ,aM<,+k4oS^,gg`%]=kI v[n֥am"L΢;v7d-gG}~ ɉ|vU+n{ٴTx`d_kD`g[yx@;ɮXݛ-KD,mRA1H%r 0t}qCld#ܬsv(c,) FXkJMZM{NZSOh!d.&x}-T 榱DfBU+{EI4էo"wVڣ2c7gLuе0rB/ Y\ۅǾx?_EmVzvXz`F*.PzY#lRWҟLl w˼IzgzVݝ-:#H+8ogAS@5AgiS`}P3ojufrxoUAƚ5sKZTRWf]mNHb|b}[Ggx*pu;DUzLQJKPbLARf}1xQBoxbb̂\-J!.jCc0= `j|\p@l$ !<.%UE4 .J Q2wPIAj iry_\޿|l$]emLՃ Fi= U՘Q& Dv*_u)Gq0\\ĽJi@7"@zN!\bHTڐqU3>#2P(tD pPF4V\qu}}e\^%g·QVh({M{H|E sa(jRr40 E5DP,9Kd~b A!,ܰ-v"q(MAS~>-_(=yvzڋkn9HYͭ`;򡑯z iÂ6]PTds5NߐՋaR Y,IW, .2&!,4yI}zh"㇎*4UA@O*>>M_g=Qc,\ L3Lo|#,=c[Xq\GT2DO[`@#|Yi 0h[Ɏ 5M,*q-WF9JhIW9;=Bw#`+բ#;@^j"2m9IRu dg^w5j_ocQY9)Nt |\hsT%SuR]ghORPaV!,w!s\:[\S3,"~ %S;Gn-&r~!z$eQ4Qt(>[j#`ID]Axq)w}IqqHyI7U+?Moe\b7)!K By}j ~qf~h@|t ;˺y*)N6'O30]{f 88"p7:I7,ʟME5 wykMwq?;ζ3e5jvx ݜFvNGۑl!n]}>3/~LG179m'Q6x|ˮ#]e6n,蝓:kTbq3"gѲpB.l"=EtWXkFD5Xb0WsMymM']XB*-$?JkfNG3l* i[zF N?_$^޿4%B^r!J_ykbK;lemE ̷V`at׃\p))zpt+FKp3W0%\g&N]12rq+ lO\⦖R}5 /enrpaɺĴ&{دB+#Twa{D߷?2"TIn߃`eunk(9l N%0az 8MX(tIkdbĪ1QGؼhi`|G&K(Tz}%2i_'67zF:to˘g.o8ֈT8ƐcɆ5,k]GIrdj!Ykȕ(Hfo<5J4%wffb$L7Tx8ꄈ i~˥&(4×e6vgLucv8/b&SV8k o_Dkqd~j9.霄z^C볠5sUyv=WWށDV0išɬM8 `.GoՀKnJJ =#\ŵ}S(5PVV[:4c|Ǯ͢|H ͌!6 pGa)]`*@LT 1QM`iejV_re!d}tg?97뙢 t&8Uc{(ޫV`eP(5K1īD#*ϋiglK=!LnT)CikDhggh8ⷬ6UQRh+b!K*8<&/Y +ߠj#i_eoBKP/0Dx]S.O^*oɅC诰e)_o1cϙ&bZ[CVxv@Ed9i  Lt7uS|;Nӌ60Gi%y {J^=- I'iGޠIy\+.xnΨ*OhiyɥBJ~)$BM]qu\|QC'HW)kIނ>fHqI#e6 8S02\}O41mZ$@(aC#t+)" e/9 VoBѰ L\8,|s#M?Kdp&3ƽM[yv@I&! ̎ØNGE#t-j, Krϵ],hi WGZQeM8R~Q lBEK~sD^sNG1(ݚP'BK̡)GBpr]bF3=uQH|u5a׫0x{4ZuNժ5 |r燿p[;|F}ԑh/}b:W2e֜5tߕGi ESy2ą]ٜuԻ3f.3< ޗ;[m$F;LD)h=ga$YVt]4J\T"Ugpbx$hL֕}HIf=4zoV_W:hRMYmN0HNHSb!{#aUȪ:X-2MuEmAo406MlRڳ0 "鱅 S'1ѧv )Ҷxn:V>hRBYb︞c"8"N;Z:)W+iMBOʂܯg2-ܜiDg66OzUʏWd4 P!IZtkLҁ0o xAB f>΂Y /NHKVy;m>e "HH.^4 )c1RMb ]=SiR@aۖtc Omhb!(Hѩ@@{?M3]6\Wx Y2/LqwHUB\-R%!k "OPxm#}~8pZ`p-kz2ߚW[LW2"X`~?DR|"؞6E˔cAc.Q,"EuzI+[-}!~Eo7>ZaiRz;=DO]U2>7Sʸ)|K?m=)Z̍szm&ԇqiuIXP0GCʚWƧv#o(~mVX^/{ |A*+ޓ3CLP h_PۙѮw0[LWOv.r5!FK cYUH@mTFDH05㎪ϥS;|byBCsPQḭe1i dTUrSgoނ|b16:#F@T8iuRmpapTk R{_Y)(Kkz/Y _IVCđA|NK 2zr Nƴ1Fjg=݀Z}D|jD1D>.>Esn6e/$9%&A~B' 2Y% MzGvL[ AQN+GWU58-1 (^ üR{ tĝN2<)7|_&DK%'>8X@ls-E(Ƶ:A~ۆFjfr| 1Do\rqiKhiŐ76='-Bg6N3D /ȯ~&^R丯Vc$$%B:ujB |*7hsZ`1TWX?$1C )}w.Pi?^ eaI-dUZL oD,^7pi s4j=^X%۽|kؑOXD n%n5:"ޏ+(jA{+2_^IYc̀q`lꩨwz״x랶A~pOb釵2e[yM( %ŝ'/~ϑS䆥0p)aՓUmQ'+o8Eӵ[ֱ ѬODlxJK42loTha{+~1/& ?@?ImМU) _#I/m␏֯m> )a ƿ*; %\#ˎO@`V8S1104Nh;h]$&[mꞯqVNK5zZШ]Y"`0z7E @zu[RUĜXl>.1a4'و\ӳn!Ot|;S|* ԧzDct@ή^'j׋}5/UNN^Fڐ& 5j%䞹ԂCcoo;6@ uCvAϋ>ZRoGkX쐒W- \[ꥸq-&6DgApT3Ɋ5ΞGNҪ6vWp.vZvnWe:$Va ߳uڕ@VN]5QjܻizB3(9 'c7pKHw(:vTJg/1ԑ~x6GU 8m h_8IYG.c&w៟xznK/oL?k[)vs ]*" K@'Jϖ 9(㭞W7%{_3)CC ?A`<kl01\4 He1Ӊ7Sdr!7O>̮}8 B4(JQF|D:;agm͖i1Vc+/m> ft8׈W5I" B.Zw3=H[|;;ӧ&9F1˘/ Rۦga#V z7q}\{_3tbWu0Vy&KU[+T&"VUCnθ|B0Bڅt"ؑ`Tr#L@m=^H;ږ6zd9Gļ FI-nD!/\I0<e_Z;!PAw9J[H-8s!4o- kTǰ/[0vE}ϳ7Ǫi!g0;Cid |(IƼ-JWRf:(pBA"_Փ1>hO}iի*Vsj51;bVÀ)FhRo citoQC=#7}ćPK`#]{y\Pg8 ,Yh(smތ0lx@3}4XN%<]r)r_xBA 7#Nǒ,A6B{ɹFgctEَc%z*ep+'hY%nZ0ͫE5J.g%AuMo0&& ue\)w>?StgH##]8Pǵy Mg( ŕxm U-u ~̺,]Y(;!}cYvoV"_,Rwmn {b8pъ _˄ Y (ǔ_=E`DT̷p/t+^G4ؘ!۳ k ~eXnhf{3]}v@BsNɈ Jft/8qj5?v# |C1N7)xkZ-_sUwiuT-Yܒ&:k"v ҁVزQtv:h+F56RV$=o\艝[{ c8zU\)ymEKuQy4kb#O Wb& CLz@9y[x+ʄS#K t^#œ\S{jZ$M7ٽ,~nB?cFv":CO69H7vʢnuȄL:9:7;nf'A%mau1೴M;<0^_pM)pl%Z;C^k]Xp8^ym\^vpa_viŃB}3ܦMil+9}=ۢ(4uA 3Dχy.rkd~y'ϩwd-l~8WA^Eէ$ߨ4m'IMx mԒ8^^7{ %yÊn͑z ȟ}2Hᢩp+KvmN ߯;%7b,{34&3ߞ!tj%0D٩َCzx\`Rdu*qemX> ҩf e=Բ\tθI=kCG} HHC[9#eoroW*~Rqn'hx檢QWUA3.5-'қ^!biל2w8Ѐ*ΒnS_ޒź<21ܸx3Qq RÍ앏4j%*b<( (SZމS 1UT,wP.OM EerFWX_*jt|tl]neZxj@$n5sAT>TŽHےEc 'kxP$M֊|]~[$x8YxlKFVǸC'Qb[̹A۸/bCuɧ#R;)//T$MִlT'`K&ڐڊdPO_oQ=#R^8c`ŏ#JD%s:Q@sNDY{IfV(3.8G7lÆ)➢(&`0`U27Y+=|=d,`Mv,8n`˫ #b'yR½ *Ke"DJKT/*5 'otu]_ډ #hكY}cM^ bffGRRUB2c0ךK"E wi`nAI"D!9TX ,ޒ~E;1yI8*"g5FWX$+e%d@b9bdTh"4g qۚ۳엓PM us.Xa4K;(Gl"^t'D5g=.mAEψPœCKa&kY[!xL)  ٰIjEZ9{ N)/1]6W30.մ̄.gѹ2$2-ν`B/$Svw PAEz* Be>q$'o3zB{\J>& oihl*>FoBH Wᶰ?gҌ'*; ]yB:~",00D Yѐ.Mڗ̦8[{76GV< a1%`כmJ 6D OJ%wD||3ݳ  Y(:o) \C|;OW/f[P^4۹ayQ _qfOzMh,4j߭5X\_.,Qt:4r 1N2>)*?(Bt" Y6W6J'wZ;@pa;Ⴉ+$~ wĠ-m Oud@'|#nf|d-u-.QOn'CAאC8xIz Re% Rfx_:N-u/a9L>UɿZAVqkzwV_Yb#\>gsbw?⚌?Cؽ9SWE?ԅ"`>z`~?vZi*/sb\X?ڪNKw[3ѿz-b&go0UכXbt\dslr@Ej\H:ه՞)8©:2fb+o;wpuD r'5 5"^`ht/Z&RNn"1#tT]Pk&WƺP&ɡ%끉V|'H r !w>l0J^Y*%.G*s]rDv?a?Z@ċ)wOV%ɠ{*RM}fv4)-LZҜ/иA}Zu7kJob12]gWrC~Kc1԰3=t&}go3}vNʩ {lytYkzp)jOĚcLJtfhoB#(D9ʜ- _*uXS^ OOU%ybNP6Rd{w8C blMN!HʉUj/`E {p Y7 !{(A:PfK>sZ嫪=qFbB-G{ޮs? 6B'C%Uig=aC4Pk7B >Z "hוhRm=zQ ] CC0w“݃q6jFs50Tq?A L|CXZAKLg~^O!$ զ@EFydOi[^yC|0sv%Q ,zpUK/Snk[LƚoWԮ%?*Ⰿ8%2r|MD{ȋϥE.y77>Â;W]yD5S:Qz h)!pC9C>nr)IEH)3TCOU.x&s'4g2Ua qf`agPhPʂsx?L4TnFĦ9c Q MSNsV',L\9Ѕ% n & zMxSMKfmoo#=:D.%DI ȋ ?_e gAݚ(%+jǟϜVl9*m Nk?F2 l ӭ1d&Wdĉ 薙SoN'i."S 3jU."ATC%FL}v"8X=kdBt-ZU7 fDZgtrNhO+e+ S8]4pK`]PW_j rM* kN,~g?ޚLVeY+\8Ic;u-YyvfՖ[672cyꀻz$Ɵ7H"1ĝ^F׊C&1 sv5)_gyaҾYӬ{4hsLX2(R: UF֢!}x1aJ~# yy-2zH ʵ$9/Hg?@t{@]H⡽.u4 Q$O$sS;Xf£㥛-.,(bwJi#B8Yn=x|ЄGR}@vqO3w<جP`'z~X,A8u_7)+5Rn@"{1į:@F[Me{qs F ?g3!r'yu (8 6uAXifτo:-CjU`$Z "k\rILl=D˫ݸ2+AA<]"sbxFQ4Q -Tϯ9 %)4|KPX0q_}U@Ją ly=9P Qo\c%ِ@Sr{Mz6xa~b$cLjNJ,GREV\b5Ǹ‚aXvkykb7nf~(]^#`ώHM?մ?Pjj!Pq#2AL1SMo[*Nn`#:'d/uzRI0~%D4rI٪^#[d=k'57TyZE[$)㳐 X@z:@ך,QqY*6x C^Vypkcn=Qz{*H̤Y+=ݩ?rۍl% ggr%@)g7(lig:wo_k$!aqs{SzAW_t${0d3GH =CN`面H(yS zt%9%Ijc]#m~ɷR&[KzQ@T[_qpoS2 ?SYբ>ѵ<^ T+}y2OL[nڲNC>]!sD=o Aq ]`*̈Fa΢gio5Ml*Pi!WV^5&DZq~}^Yum) v&lϰ#RAWl1L$tI<U[˵*Ve>^{5q`Bq4kkTB$`(MQߟes|)s*dg2iBG=J>ZĜ A{듷s:[rRܾ|87ڕu^K'K.&*)2ܯj)Ԃ=Tם] :Ѓz00F풛ʬ;bM&]636J͗Ϫ'> gkt"۝7ϰON |})r `h'~̦3U]hgzt,xKEs( "M^(}}1T .uͯ2"9.|*HWlq5W`#oFEh0LMG%P|ּ̘jZ_sZ9?Gtߦ {#"KŲ5b^]Dv{@?h+PJxi^O=wкa##@#i+#.'p|Bb$/J@usr0S2\c-wūYMXwuE0+)IeLD*hzexv**2-Ԧҝv$^?~WjmhBh{fuI{o"v-[#ƨ53^> Y:]w񇃌הq.EU8fB hti=9S3>2UdDk%aWW)bBsHc "mx䲌YBI%u|`4Z*x@{f+sr%/y-C[4z?"'xy,E9F9S.wyS-l ROP82&yq>zs2onȑ?:s81|+Ѝ 4 Zz8 Ug!d>o}rZ9k!N]w&K1ŗu|KHPKt*~ Co2C<m,G:rR~s }Q)AP9Jg4Ć3};,+K9(+g"OF,%io<R{8"cW~D#Wm܅^MhrpI`_@]:gP̣%Qi}t==5(He:i iqX%"ޙ,0Tĺ@/>cyF4Q֡ !JyV*xTQ:(r=5)Y.{ǭ~/~?;VPSD /c[;WqI Y>}* ?=lrAepK1WӅl5p_sOW\yft0:TMX5HO3Ľ*I&+j`_z׵\hkH] n[he!"@ɓcG6F.}^|zc74'RKyRQA*)7oa-&aiڻ[yWZl.,ý+~ι})_ tdЕE]搈g%l2J}=߳XT;} z$ JX/@C"8Ajm_ooТN[zB<`0ܜ擹:! =R^CN"ؕUGma1ίh;!-+g](>'9&@p _(so R;0Ld"!&*UJwv.xt|s. 0ty`od3ˡ[pM ,WMkiYGsܲ"6 .ɿRn~DFyer^1^0+j,DW˺KBk2A:aJz[6_,"+Q+v7,~^P zJʬZ8W^$5/#e~j@\jɛMl.(+K1@¶8S9 QGTtTz3,<9SEWc|3-ĆH .%5^7UqW`xͿ `pʗw:{ݟ!d"<"Yim|ʔwb|=ܟDnyiU򨳂3Ⓣg[G\ZSs7u-F<\߾RY%XD4=BgɎR%3Ie601WF9ïBJo؀_ 7fbp@ .Y@yٛ0?6_'9Hx7̰r1!1ݎ`+|C:ָ}ɨlׄ /u:0qNsLH W(CжfB֓9wҤ0aFe! 4ګUiiL[{ՙnf+j11.0{\ڈ?[օw- Cꓢ[]4^S9OQ0|@ptI7Rk҄wBʘ2M`7v^xkAFGK)3r  aXd;~̖rzF%{ ތQ74dayta^j<#dx/4S;zRt\a~`xv'I>W8Kt~3Z5(wIL>(Y1e@Nj8oVW {c \Z0$Rٛ54r/ B~53S_> t0gg{|&5TAG&7ČoKyO9:I6Jy:JyJkհ䫁:ۦNr/׳ h#V6>ǻêyd}E я'ID\FnVS3d~N׷i"ԃ^4,6 )Š\+*Wi7ǁ&<YwQ@R5 "g+k/^DVErH OM. KV"C+=?M5im1ڃ PUdTL(`q4\T@m2Qɝ浚293Ԅq dz-G>U{k: Vn>;s7Ey$'nx!ԘhLЊ u<ʷǶ]WBRUˀTZ C6l}q\F<4cк}yAQ9cE+ :L]OA-[a8E]W F:۪~W, ]DFbm*KZBk="G* }G}V (C@h-rDP棨E  hD*qm2e;3τma]q[ ~NqG ݫƠcg(X) AI*Ӕٻ:aYEl2)\,q3bP w>T(RMOԠ|& ZZx ~G-gm^+6S1Fc"pd+ռI-%'6orZQoT^"%oܘ[^kNgǀZŠ{;9oBܷq1uC/1&ڧ>NZ]젶p~=9U)3s'޾&4d?'V&8";Ž;;߼R@|IS229h Xf])},!.a'5v/^ʻWJq, gө$Y=_V&9f8nhcmO<(urPpKiMV E2O)QL 6?m$@>TWr\P'SmW͠*w#L~{Y'*ד4R-1ݜ!VhOrA vq)ݵQ};T~2DOFK'.6FWLƇVdL+* o'(dQB*)Gs>)GM yf\9L'uINQ _Yz(ez)t"*.Ln8 71˄e.vdS#s4]`w7"A7&R1f"R$*XxFȅER!ߍlTYWz63x.X¸:B0uszpQ N| "TR94(@Q Ia,3Qzf|ǪQZaՐ.ܙs1 v-QZ&c-/)9}[3v8Ң7Mr#4hGaOi#hS;WtcOyoN4TGҚ۟U^ƟFbA*lEL{o,cHE5Ia5a}ĽK |~aqrcwsHó=җ]piZ 8$+0>S9cנ #MSJH=Ej!݅bpKQ>g&ƾ=C<#uy4#gz,ř!kyR6KD,na56.+}y0.bH-j1\]e+/}y} ||vI|do:Pkm2IMTe3ݰ5==J픂y֪^wUL0C*yI$˚D53.7]RRŗ7`62 D`U} DᕂRu^f,V#䢷L&"Anb¾!vP]V@ (Cpd44e:6ewƨLj;p!ht^[xvR>Co=QA'R[Q#~_:W=ʖlR\F?xC5@xZAqKn[/^jg2d8'Dq y|F:#WbJV&>G|qE3ZkKv,+d˘2h{vʄgAb4ס/K;HLFа½~DIfYՐҾ46I%KNC~7Z2EF-pZ q?|8xܦ> D}8d$cTIAY/wZ{vvHF4qCьz1V} nZ8DIq8˺j:vYN}[%pC~YغW<6|$zE^oba_xI{u:Q?6X%TrºgLy%9!#W-/k_L#/- Iˠ$'4ɡ6 7koP/:gC, (xUw] WәxhOo3AvZ</[rUPK".~i{-p0Tz>@-#)&:wQ8 ̃psa%[ɶ`(H 39ޛ5'eYTOփߢ-<%*5<qo( GFtUK X @ _ Gfos %l!1f r,0L5grzu2ƾ@[p]BYxn7cc-AH0Ie ُ){GG >"ڌ4_pC$ѷn:OȔORhߥrJqiYf>{\ ~z>xu)=zqH?ѭ!x]})IDcuI%*Gvp@rnH(kUN̊0!4sf*)!N+4L3U `N2#ҵWOsLcU>+k\<[A/.X.MXˉ+ŬjP|:-.R/WksYW6{z3 xR?inM7k7 cgm$+q,V[ x ꑙ,B4 F~\al~Q,}e.(槕!Z$6BLM[!-#ۓ1@nXc?3 ϖ傐~4 )TܓCvFlj}mNVBk l6}uc }Y I}tiTxb'a?ŎJ.փߟM}6~EǯoaHEO*rQeffVڵ-vLB `QKmOskp/QvqG'5TZ)۟Ht3D@c5d{K됪ʁˢ$@ 4綖u`+nA3CWuWa`- d3npNy/.t$%UFdYZʺy;K[JݳQn$ءiO9pR'v@.R_9ӞS %"@G5Y} W ,qyIRZ# \t\igh*BYކ: }{'·/DmK ꝛ<ȻXra٧hROaٔ;*ߛq9KjȎ=`MgpaS|w 9;q9e(̢D5:@&@L^)iő Bu˗4veȓ$ ]_J = #eA ;8ES!ҜXhox^HZe(aCN9đ#Fk2`u-2XUk]ͧk'Л^οV4 NJZBhB'ReĴubCV uhS,mOm 0:,ѵL2Zh%ނAqͅ? dv[HX@W6pZ1:Sc-NF]3 -oFѾnY1r4&^d,νgf Sx  ^ XXsaYih[4N^mL-!YH"O9x9: :] 0C4w"͡?A}GD/Td+]`Oħ.~T (\f5},dUo i(lrg=$ 20=+0RD\#)Җo&C:_19b]n+m!l?SdͱՀf8]f9`h_.'0 y+OVX]cY|?lbm@UI`Eḏj}ny9TT)?O|NTVa %{Pj/[qA+ޒh-{]KͶ &sG^p;aꎦij.ESp{%e{\f.Wa@v{)"b-(TOD]京ӺSQ-04}H3o Cq ڴ. 3<(5b}8N6{Kx|MY˩J |$+P8{SH\blf1rb<3˒Rzy1eUۂΨZ^m%"鬟9B8^r>}*W+)Rj&(*(L;wAtxRHÜEiF[_zJe7sIPI޻JhMgw 6GmϫS\Ö;F9YA*8݁s'ی))"!NtsR{j-}2n*c+%]d%h&*EGҜWh':|1L'/fɾzHh%Ү2A]& i(]s qG^As}/)b'ug<`'%@oWIʔʚUofo+m.u8?Le:^OsNK1@5bE!.elzA2Aڇ[P$Sȳ:x# P/_$=˜kUkOV3?F j"$dz6Pˎ%BK#&Z/tn.K~;LrkPlА !?2YDtZHV)ǚƱ7evPt14{WA]hekPi?u{dhW$`$O d9y @?yɰ"kP>]' QLihB#IZ:$#@ < a>d{, %&cFmP+T^2@ xF9.!MJ% 9QVK3bZ  zv/`Hr¹(-%V ;8?H3Spڈ@B sϢ+}[yPuZ~ҕ?5'ϹRX?Ae7-X^ƱMY)+}@UY#_{7Kkb/P{穠v_״S幤DF?*ӸXSюYF;a=!_"U .‚EÑ`ø- wr[=)c [ЙYd)n.ا3_E < 7D.vűKU zE'bpߴ/o o;dy*Qa=KCIr0O5/om'kVlIKS~QKɋVP$.yV!Q_ ҏo^ˈ.Z ԟgl>p͟mWü*SL\$p3 Q)\zV4E>Ҩu,G *andNP^!/a¯Ɖ Kf%"wTI7K@ńty}rK)y}:⠺P$b)vlzy//nc (ǾX+QdJMNb44 x%L: 8]a$|D8˖-|zc]b/k C!nFN*trmhP[BKHcQjnB=;A`K*>谛[c&5RH`]vq6DR^GGP.4-=.eq:)k]fYҬ(!Uav6N! kFJI8myw;9 'SG J?Fp<"].ADj?Yz6ٽ $WMٴM=||5Pb33,c6_jL $4E]GJs/Ņxߌψ~zPs="+g2]%!M=~)|/}rNrYD|0?q{qe`ne?M!O0ME5zBJ{YBTk~ZJsṐ%!#fwV Eb..2/x{f|+>uګR>X-+XR@"Ƀ@NߧIN~:Wm,iMPx}nSD{s2=O#LG6|L{r&qc* URT< ).`7)˩ "Cȗ&v9_r*Ƒತ@Q.T