open-vm-tools-13.0.5-150600.3.21.1<>,,hyp9|heeek;8CXJoa6K`p"|Н۽N vKKȼy ǸAxrs 7Ir[{WZߎt)OGfҤ%=TblE:5>r_4+pQ;)F>/RR~q+"LK7*0[PB9m \F\4R~ Qt4$ Z K[(p,˵-G*e4u'xi j$&>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/9]"k%GN'UN#i mIּo8/v_Et]k}ЦK]߭ ey3 s鰗أݐמhG`;9E@`p=͝j^ٻQ ܂^PՂV9#mn5;(#J( q(RcpJ'7t<k z"L"{ipc= ;k{]  t-$p_&%> Ě\u??\ZJ76]VǭQXW)%iqQX]ە) (V^kQ ߭ 籯kg/n@W2=$ }ER_ٻa0F_UA+iZ63 X ?*A*I%kAYq}f1s1^qa@;/<Gϖ?QWحHJ/d p,[¶:.x=1akl+i>YtwBc3y5 ǺDZُXnH Jx27F,1CM9T16qhUT_M_6%SXNރ[Ub)Yd f]$r|["z04S}12p1 n7|d`$/-C7(6;$N oG:s+1zXF8,;mex2QsS7>PFU&L3={|Ň}*iW!Qq,ȝhv_09u-HVQ8u(m$m8@/o|S'CΈ+[:Uy=eNDh7$& V4㸰j7T]q`cL0?8n?їFQ -6B=ʘZף7ykroU[{M<(mq탎c?@}W'B|ʡS9F/&Wɻ-+Exy<&nIt0x?NՠrfGOxЋw'?1W @W!z s8?CiM1]V(w9&b]tN2]\zPn:@@&tO4{@ DTj*'>F$KP) MUC Nat٦_!@+2E8*a:*'$o x(:u]e&U ޙ32N SXB䛶Nqo.L?2oP B.L1RWkح?X\SggVBA펭1 'hhǞޣ+[3Ӧ|ڦ鿼Ʌv>5-ku[iz55d8k/$OTap_X@4>BiݐX)0|,ل.O {`}[O7b?]O+ =#+ROJq]9@*ήKd^?qI7;!ҋ 7LSA/+ |+&p$hKPp ?R[.l Oװ1i?;480Que፹.ؔ\~8?, κ#ReU S⁦H-OtGH+[ʄ; !'޺:!qs۫0SɦXUu:\h)t|Ǚ&Z:tבl(hV^44LNg,JXFh:MfH.ٗ?[fvlqQ4JI p4\; WkbpIG¿n4gQ3B\ֶZ)ST7۳8ppXs 3A׮Ag ףPc$T wŮ%OK,~Lr]PxisVT2̣h4_5ShZL qQGy{5V~ 8eJm}g?Nԍ2#K@\6E~7_zղ|臾M](g͊Y /f<mRJ=RI2Tət8jA'6<6K`ST"͝g6#[鸩/cVe 4Ǯå!r'Nzˏ5d䦨IF[15۪#40 4Q.53X*{ ֗(#7뱊+Fې eVFNԡi؟%'f]Kۇ5&ΡOQ< ^X'Qn47'dJAQ1,-)( x($w|{lnL%lpFX^ eIP`iu ΑF.zo&ow(֗#޶RUmzSܖc=휼 !f3DOCV.BϪ|#^\bH;0GF= 6@#-.]rf TGu^MmpK|Aί:c3RA&0Tq;IGSZW(հe7`nrYt%N +Z0q[*5OQ 2 ( A0qcJhЮ򱇛{6'}HpP?n9_`(7E>$!HsNMm;聾١Z'*//Wp/RC6/\2?@/x=m[YQd3\%#kCXP"Fi 鲴K#HOYS2g{~QW;RZJ\\qiд>AV䋀|EoPI#zy|/C_T79bLd89T<2~ּ;%tc|~k5>XTM >m2KhOJK+aӘa~rZ6ߚ1ox39R7% 1Qps4gKPLEz!OLT@RG<<{Hkmҍ~"ՈH> <~h/WI- kFF(E9׻(nJxh4<㘍Zϼ4igy;Hy#C]nXoQJK.k3)*R^<*"!v|JopIRY~ZE H#. OŴc#2|dީ&l@&H.3oeRW憼"=nbO:ATRj\ъ%K+Q}N_=%ilӦ1~*%:*/!OIa(>#JyWcQ>MEyw"S0 :ꂽQ_:m70 }6t._~7>Tʣ h4ٔI|9g2%XUqvl&"?[^6ub{SYȫwK:T71KD{#G]8O429XV ߑ7Jt gfH5mfBk3ȯtcBցF GMp'߾+50e>D%珐喡i*r!P>X$OV;1ݽ~ z⹈/N]J3y%^= @KȎ`oVö`&YxEFqȰWKxi$g+73$EuȐ6 t¼zʰ3*/O[X!!B08so;w6y(-Z^1$m> c`#/{H֤@>G)_J\no6[ȱ^UqkBdg-MF.pYrdԬ=[8Uw7#^-瑻p'iEYnSyI؊CU~/7aӟj&RJT;BfmԜf NZ~HJ"'fzNeݏ,ۅNÓh@>L ]x<įGh$gD&v |A VW`8!?rA6$p͊=7k7 OUoe ڹSߣ ehI~!z51.-c#ivmTM.JPUfʆR˥0 N>}'5p *b M =JV,󢰜@V #RMWhꑰ6RG!ZƵ7Kܟ" .lg1+%>(c켟%@v!IL fBu7jT}9j3DT ]PCe,XO;w^x6Wf<^^9/d㿒vwBivQ6AQZN;G M4h,r#g+غõqCeJcP Do] 1_RR B @hiE 'iM#0YџS.{X{)\#@95TK[s6Ld >cCr)K +g5$*a֐<'{0sM~V%g@W4NtwXB8n'5!yc%WN׷I~ꚖOoJO.Bgo\˩tKTʾC3*I#Z`򇲆۽7դsFzA>pyФA~ g= %݂G $\7!, -i7 4&jXwDUAG0"y;݊ LtΥ>~jȷE8|.ц\d[[\o 8(/i3rIۜW]N7p89:IxECBtݟȟe,:܄J<}M|N/[IyW/?8O0W3 -*&Mwmq~*!ǝ# (q0'P"+kxa=OA‚s=-1+a3Vy|9Bp$8nûղC٥.n j xu&ryk@*$^y^REaCOpQ{sY8HVPG $adda;c}ԑ󣑸tDK0W[< D: [⣋}l<*?+Ў "Z;ma'Af-45:/y#׌qB_+/A>]TQHNC̣S~,2 C7R)~O5NZ׳5LN`&;R/1o_b`W\yק\F*B?%W](ϐl)&ӿ`NݸiTs@Kxa'ngN s?˸Ҕ;]ة*rrH!xW0}Fà`qrl,ޠշJB5Q{_CID'Mmf|<]v"A<e-`?l=颷I 8# 36Z4^ er|Td+^] O]PMdS^u~G!E[d=2CRb25O !q ?-/<߰alVf  2-eʁ=v=KW{ĉKƣyF1̦%Z})MKxH:+r?2L;\vcAmp vE%,sÛH( tXx#^V.C\)vg[qhMJ Gr(alD3kdz8kRhyI)-Q6 ;.+ \bs@-HapjkW]VLvk+suhRDI+ )iWSRb҇@>0)x/0Oq ɎNizQqq%d!,M=|uiR_=~ ÒzKǴA -8:@(Ŏ'[O{?iݴM)E^->P` 1\>gC_>|U(+˚& [d-]S3ޞU<%>ae+UٜjRB&6_MvqwdİvlB3YعRWZ<(/h&,zοܼ[=Tz #fa 0}5 zރDh٢\Q?N<$Ob^"%\wfھU> ŗ^a5{4pK`X th7 usmw Brgn48ԄCTàoUYRAȊ12<Ô|r#o'u^|hK=xb>R(ԚDVmn6?+IvڟKleSܷDv*$al` {*Ų~A,wʔY<ÀSLƦD7!quf’P4XoF ѩL hAPFFgS^*:qgL.]DBnDb J<sU܁l?E %n^k)%%roT6jm?Ēbx+m3څ.^+#oR)O׆dgXjӊ-G(OĪIPg/FeJikg }y(-[yl}*½YED@wR{oU&2C8Dp]%O'7 5FX6 d?̹A5i`9(ODwzH<='Ub aNIN8j((^/"? lo_UEr2)Vs@k# e=Pۼ7WtagG^T?P:3G,aI@ɩY!X3Hقt} q n# -e!rc{Z_,;Z)*0mk1me2Yuk3"h9Wq %6caSJ"\B4' : #[*g\z6'x{!2٦66'IP 2űʸ0y[V'?F'Bxl ˷)].e;V\|2 F#+7wV{aЍk){z5;;藯8fH?2=A:8G3"u); :3huǯŜ2>29.1<דApA\\hv E:wKźm,zxlr2l#G'>v|6&jN.B͋);JL!<A[]4Fp}$@ѫ,}u%Rf̋y\4ۆE8v2o5Lof(ى #Ǿl^G@łzaiw`Ȱ0-(<8^тSj< )f{ܻBT3cjOTۺa3A _YOS&3!JʖN&tZ^s?( H{ _h L. aqw~οKՑ~* Ӽ[)FhP#\oэ2ؙXMMګ^2DW@Rq3" ,w&^ [I+ #ٶ=7B~̿&A5`uiAV.*zkK,ef| f jb鷩Mq~S#Y~]?KR.$P67cپX7 ݻ!M ' q9`& 5?FKX&J3Vn;Ust!aNg⟊C2ݓ9^Ċ1U=<+oTۈG|\sKn04{w5EȀ0m\8yA;Q'Zy1Zl9={iRPPp چo5 {{ZL1I4В );s5i]lǎ"s! yM^MelV٬&H.MJP;  ̖A$͠Gķ,g,b?ߞX:ayɶX)8^^ꅟ3˵!8AI,aJ5#o&~*nۼbOO0Z wWs'vW \![X/*-R8KLlJErh阏gfb 3rޙ-yVt/N з2K(Tt 9-_y@M5ц1 [1%QHJBfX*W{Y0e5dwlj5E(vQH6bΆnOe:'Du H'E2qU:bE_3RtW/ RA2҆k^x)*Ok'BaMdcp/] 4awԚJ0?L%feY3_h >2Vu;1q,B2 :Xy)VtdBO=U>?_`g ゑڂyM\&^"!m6KHÉ݃,ǩEFrO7z9IAw&1̬ 6)4h/fl):t4 %a{D[]ڐ0Ҏh~qs.髤A ~My4Zl~۔kK@0Terw~/8 JHhsSPgnMkLa(lTZZ? ub.0zy >H}' /\6ΜJR E%eanXV J='W'8+,T{ҕ3$0w+m|mHuS;5$U}ap0}i?8~| b#w'L˷.w {Rvk(HhTgA~)+'^i[."B6at2t,2\vL^^۫i_+`h b&2cJwEӂ Ȓ.ҧ:2egh3 C`z?_BqB{ӧpi;`ڲ{/. Yd&q@UzŇ,?A@y"cz>59e,_@o*=36"[Wތgg!v ö~4y[8^*JC㾿+]]I8}sHF kՔq)@::F t̀[q伓_IϰN=UT1)v~}i .-"&A۳91z,\(''uM*|(Ea\(\jxM̈݉-b>:(@46/CSJ ,yb6T]Niۈ |1=OE̠h`wHӕp^Ĕp5@j8˵: eJO#?f* oP ZɞviX-Eg>ii+,;3@!CWPWgn+_AM :GoC˽Oa x1tfA6_G+% ƴڨvkexgݠ#K 0uVB F؋ ,_h4[G'Th- `6{(ޒ1"hλˁӕ V u5 ^+r.I_T#UHue艭{ 71j F{]]97_[p_qJ9 ,:}dܴ<~wi!o|~y9q8z+5zȦز>\yX2I\;֟2|HDorARHPq&# ?O`f@ݠ5\[, .ē,Ph1DӭIy,Of\qw[?՞t$fH8^Wx=; ]OiQ%T0s:Svev2o ^mRp2lP[|Ҧr)C$}˞n>1F-/½'ecZ͗ڵaoHCE]{9/`]rIfO?dWϵbl=|Q(K} \x F:(+WU$w9"ਹU.]"a_O~P`s&,=)k!,WS e *?_Wb| c.EIL`H:}FBl|#O3ͯ__~߆ܤ۝edZ j%'䷯ \ /b#( i=83 /v+)i'.cԕZJz=1JMkT="馏T=eg"tHS1N!(㳢dˊ=VGQ٢>bGNINXVl)RT.;D*ܗKG~%aSZ_ ?eHA"sP=|J`ΆQ#O }.}rz/\=!yi(9-&S[6bٍ ;7_zZ_rv2SwCZ*i{;:?Ai\k x Y.T238^*Z~{SMb"B;)\é qq-X tL\A9zEPcpO>4]2zQ:k̅]/ )a(ee֒fNJB[c GXK6j[j^g  L*%M&IH &1+E'_[>(XLdlNjk&a#cKIՕTlft2(R_s С3`=rE-j 鼃xrb\|C?_XBP6HUzBGfk:6gy~W+|ܢnG8|gmB297݀9K݊8~29+v iUdr۔qRIw]F/isݒ={,Iѷs$d`ŦuA |! aga՚~Pv1i=#@ oX@]ĒjBypFT@ep,a ܣ={m\&A'{$ tɜ")hl($u55ocjBˊ܀*wCzo|Ysl =O*%&y<18%*>4dCc|#i}{s.O)ο+314fA/H*yOvL8A]F!Rr U? 1>JYץ笼ğE qg5}GӃXs:;+ڡXP;}FHdEtVbhCI?r,zS{ @ A+R@(/k4HZ0!va@Ļ7!YJ4 [BWEd-%_:X&2,ruE a֪*BܩdO$m4~-i~_CnD򪏏`vJkɁvb&QMlPi7~D4CxDCa.8=YP Mh֋ba:5se ,U6Ɍ%'2 IH7ƑTW'ˀG6vťw=f/ߝ+$B:R'Sd\J&:߳{%=pAq fQHrF,"X=7h)wFb!'[=˫6^kOv,\Jj?E[#"a=?'JPxI'4OFLU563߸~4;cߺ_5ȉ*s5u@7]n)vں[G!&1lopX!k|55[ ŎGq re͏|͇%5D{m3dL0 fǵo1%k g/ ܬߡA"K tcZ|'. !g?& vSۈP5JaS&R5K 9w혀::#ɈqǸ*8K~d?l E2InM=BGgը{oB샭&+նwۮRTmE}unu^P;]q$FF9 pkG]Rt#`7w`rL$/ B}+;T"M"4 OđGĀn)?mǦ\ksoA{nd0^pRwHiTM3BiubP҂HȀ;<GTR#VuT.+Z)„?O5g`_=|aH|JiT9} WlHT U@&VG񜯓4V%nbJ@5KkglJ)S$ z6Ra^W&O=s6^BC|-$/n {aZm*-6gZ"OF]^#VovW3;NmfcՂ7d>'/2;'#zJeښk?aZSfH-]gvh[0XJ[=$S1zO!5MC}򒗍oCޝ>-`= lЪU gu!]a}ۦEPQ.S}ag0Ʃ)"jh~[DӪjb9&&𙪍Mee>`8)u CbX/J+~Ȩ=n6Rk3$cN{e{KWEsQ#cb 'Un(wg3:uyc5Ӈx?Tl#cb<13w&{p ۞Xᵍ qbk}-S輜[W pIN4@5wNd |bkgIJױm@Tjn@D#ݷx:;ACc{1Zx8*R:h|Tt6xA}ޯG{wG{x&ir5ka[`X\8#k4La2"%,m*aiG)e5f`N/` ׳O~,lۂnf@p Ae &w6 rZİcEtڽu+A%`vA݁7)z8r 6•AmBh5 P@c sn;&ovW1RmBH5qxZ7&K #Vˍ.ۮưm73ZӴ䆌My}Sk7 >ocz 8|}IrNv,'dOBZ#M3u&o!c?r\KJ,WtYa(!qj)76`|$ nrPcC 3Tzhw mU v/5`mg|~zi$[S+Z#OF'%5jwz͡>ob*X2eíWC,Kz]r1B`P8p5/WfviYf; DY""PP)w L.AȮ>8 ?.SeYL#B}Q*q?iM>jݠ u"6=ԹmfkoU %)af)YAGjL9/C1*|ScHJvQesT9 &:5;xOݲJ)ZPUx_$cux`3$?oݿ[~N>nZ'hۺͭ޼j ub ڐOàdMPd6m3ɤMx.#<HkˎHl:8p}^|>4#F_mj]JkfgG]D"JZdsmx4' N??͙$.^窯gS`w[182jBmRlAtZP( 2~N`Vwi :ilO> :7|,_}2¿PQӣE=f>?u>Z/- CǞ/3Xٕڋ pgT7-@]iH}nX*lKB[@yTco0_>&Lo|#ff OJi2 (2QT:!>) 7~x.2fO;!VtԳw%Dq/`hMIp~.lQS#9E-MCqV'NlLuhG5r*v }˴`Ӥc ۠ y8W"1P Ij4nDF^m'@w֞Ryg= i7v:UZU,ramlil _dc;)݉"Y@?~ ·I$43>*9o#HF_?&Vœe% 0UKTmJ8=Xq{_ 0Q}@k-GXת^w8-0NeJLFM?הx?nI SVı(a#{1Z]Uokz YOrq%?bq0 T@(kWɺ\ ӣ5GLNtqCn,GY!Wq{oFECfp{K׿ V[FmO-D+JԤAFY Jjχ&k#G`p,_)nGx+/HMKY2%Q8V -Bukm&(uv wf Dۻez)0!kg:*' > tukδD능HAj~^KXDNj;%2/UKc#C K׶ys+$^m'D-!V*V>8Fd$mא-"$C+@ŸظiW&ip4/͵c)r.  #bhr CE;iǺ?}nDiwz:p%wB_H+ƓJQcdwR3$It¬Bh7GB r -[FmvA`X /sϜ MNUd8e@AD(ƊD6 f$}pr5?0UkM6&kЪZEw6ոt)lLXP5Zs2zy[ SphitFグ-V&+aJ!匩u9c[Kj%;|<6<uLϗLd;)<ɹ'"F#Pڡ9l%@.^Gz -q?e!{GR/XS/ZnVPdـM{Mpg\l÷BL_0˾[WH`ѣˮ6&0\1c-?% y)v'^6HVpFkʴd.*q Lxky KY&:b )~7;}?wQE( ~UU/ s]7nd2لcDjNYS(pȞB1 rlKy%nPPnXkQ񍥺k=(g _ObKhnml#}˥/֑,62uO0+XLW~S >]e75BG5c!҉]y'JhǼc{D??˸oqx0T轾.Wms~[b(ƏRͅ+Fd|Q4yt+ՃK~OS*-ɐ uFe$IԷ|dilVPRrMC E@AHXH-G'=uymǥ &Bۿ&B^JK祬-쎚ZuQG4AL$sr,u ƤS3+r+}.cߐx.pS/dKFcRsQGM gv6! ̲(0R'{W[L'Oϩ8&82_)ވۧ' eW :hVV„4l K KlkBbp{C]e-EdL%J-q+<RP?{OL,툽8[/EfJ}`O9ꖨ{,;č)i#:!EmTN{<ܤڮEVcYcZEd):E:FA/Ž*]0"j:am[QIڿJ-g^2Db ^[i+qFG B`#|/r- bHh L{ k,']n*"U6aڀ!= \]Fk li{KcСk ɷf e=rLzOhvdwxed82Zp6b/׫Fs8A=8i.F!bq :_~=ߖ#flG5'=Ӕ.^9yBs-~ּ?peZx-bSnIB#Q{o\Yuw,0TߚJiBH!-ea/wEwƐJyh=1Wfmۖ\n::?2iO'4BI;IhPv>4~WC %i;Ag;ȷpv-:YmX,R(;ԏ۽:vy5?_  o> ` 80E jkBRpsV8!X]YDuV7) []>7/=)ds>3- |>g5vcA_|bUR|aǓ,OQ'Ѝ@kďR&P3N{K1|&H\~q}'(zKȧ0 `%Cs'Q &MH4@~s~ uTA1Cr&qΑ!Ɋ \P7?CVqӥYy!f 0.S8Ys]XQs4%'E\*ŋՂGT ۋ.#_Z*IhTsO/#xĀˢ: ATO+.B>n5 @_c Sd>}f_F &Ut5,uMrlc."h}W9WGكV;)86ۃ.#(1v)lDZeBw̭{8ZO,G" k],rB PTtebP\HkVT5x'vWH G6t-vmn;%J M955Yjz{) jbt{ ˭=W*^!KXk\~.σ.M6.h-:(pl N)e//B\x|KHHnW+HAR8n:%]x6q\)xK,~OCjT[.stPn_ͱ3) fؔw۾HЇl-pZv Ote qC`-;R1ޕ1)dO`LgZ@N^N7I&x>JĂ +KKE(]k|q҂5p4rj-)+/fY[0 Gۅ4iAqs `&@?(敐HB'9BWAW[<\n漝r]lc`= RCXIT'f d)gr@7zR/c^ -?}/m,ύ@AQA{8& gv |8)=@ ȱc:NIYy4b ƒ$q"a7vV'!X"Sy@b%!đF#08W,G,gAr%1 1p1lWLy&HyܡM!Fcʷ$#nS:x$8/Il<W\oM|$ T2_O3WpGEo.Xgy a ҥagJ[ozECT:Ahac^_Z|"eT(opIXNym(?Ihq̆xGp8 -aʹ3}_Ǜ TsVZjE[x+ A`DQ U#.gL;eH|goka+3#.Bq[=x~{'wP}˗ Չׄt-K eg|2G#pXݟM2;]欲oC*?+i;mgYh2ʛMSOxf1h׎9hy|+6-OsIe͉a'w dS$rlIBO{",oML|佺sq+'DjZ2C?2)FQ'\wi_o&bITvУsʟպdAr-/r("s >H ^(Nj3Ӫ;1|{A ]z@҅C;7}hX^e>=0Th{7QZ/4̱k3 Jb@: LAD|ԑb-Կ`-R]*\"<,~uep!*%dĶZՒ|Y#A9+s=OHN.kӸ>K#_^-FH&#HO49DI]Qa$|mQVWɳ9>Yk:K3۱|F @TrQV.(EeMߚw9$,ӌB#'k@`wW8=RњpRW@-~w"i菇9\^$~G -}=[?f ?Ӏ M ϩ9 Ş7E#F;V\Gf ]`]q*D=|1;ڳ~V+qIl: @SnZH3֪ۋ>װ6v"L]ɷYzS80QVjAPv r 4̕S*@0µx*";CO,Y}(]vΗ X_:d:<xH k@#}h.Ԅ k/q5t,i- * UAZN < " WSLE&- GT 8}'9;yUl}6f0p.c5)` EʙH%ە$|ȣۼgty~:~W5׸d0CRr2^H[x-nPh0R@sf\'H/?B@|/=وRPx)~megJ^6n]5s!&B[ك}VTn $rgo!lyΎSx;?Y l gωwɕEe},5Xܠ`'Zg\8oY"hP֒m޵Wzu;tlV<'¿kr$3>}Dݏv>]lY0m?扙5 hG̓846*V+ƞC9o@8:+M[f"FX:S.@X ODĎךDIV4<:͝hl]gM#ݖ9.gƦvc+R@9]\f 47}t`DhEH9@ (V˾q!ݞF@qSZSeL`mit]"@#^'۔ٹuv U_VIq ?  @ imb5ʄą$$s=%;^vy,1ƐH4E3^;c-D|nWX¶Q[`^xZntQ#0BFm3ӱgG_)tV䒹8:B٦evT~CO)?3G)"y )% Ǒ>ZeWNG)D,& V.R*a* ~Bx[r 8!u ٢@l8ûIPg2Y4D9AzfBVap եƃAӕy|&lB|A"jT/XŕJ`ћ4y V9d ˼iAT1*SQR}eJE|TnF4I34 { *|߹Zz;K&%n ܞ1ofvŰ[1{X"0qZI!h{Ž+~$!W)kO[|^~Yu$F'77ŤJ{~m~EǥjZÃˁUz@ M&3t@G۬ykz#sźd?a~%*/;$ %2|A̭[k6}khfhPӇ#ڼAu% {%՛4 <π|5&떣 E[h,M{mT{W[fw ÈJ`vNE–EDw!BЮ%{zH,~* Jܨsݜ۰(\j 2>'ބ΋c6 Yf%8" *DhVZ>MKK;?*Be\d>)oÜ{M,|聀j+Є򤸹7K`Nx*тyp.ﰴ ?*xTg(ژ 횱LG_p[mw"\vy/6FY4 {%jnN:߬j`Z =dGpE<"J(O[ty\Q5]M%2I kKw[,9V}gmPBAy[3|e?$kSja>7Ձ:üZJ|zzGܒEfxXWҲelq**}Bxd(9LJC ˢAPN<+\jj"QB$XC}.uλ<4̨aU 5"\ExU sTS I*rK.c$1ȍfdD~ 2X@CT|4Z,^7Kh-17`p |'K)1η8ʚtN찅#Es~&+?_ЮHʾYuN:Yi*|Vͮp2Æ/s3y2(70KhQފ:pc{2I{w0ID~a9;̸p6 f.b uat(KJt J=4=-j1:+/fڢyELf ڷvb^7ׄ>ǐNr kjL`/&}1:f03pk"I{,49/N^!dyXC|mžaYN8Evv{Wl3 G`DK|EܾZy9\{ܸԲ$Z Q'zo Uv1&r'z!"φc_Njm /Uɞv[;'4蓶[pOy ~(T t/+y$OOƥ%!>E9$TrQCöp ԵE滙{hJo "eE^)qq搧Wݭ\A 75X5TibQ[{T N8կzt@A|,֛7\XNg.6?mx! `IҪ s݅4<RV!+q üjJω^R6 Y]픡sgw/LG9ܒ)JB˹3'r j 0zW ]Gc!$DžrmFFo?*A谙_~~Weeo乡l3]Zl|(XU;aJ8C7!H`r-VIӷnsoV:\˺B |>aݑ3<愒/D,0$Tk*e1|] P>kqD@?ŽI4_y&t 6}NQ܀N֗αh99"dT 7Md]ҳOrYq ֋y;lO!S*zIsŬuch켡bfבּl/CsrGˋ'3|YI̊ji]!z'hM<*.P/-ʅD*3so m7v6&wy֫AQ0C)4%a0{[/) j:Jxbtk]徟?2定ME<"6k(˄Q3i|‹"F 'C-Z1!zˆPHMㆤI;HG[b: ;iǺsE<=~Ti>$C/Yܔ%F'^yk&ѧ 6/ .`\k.8NɅ)#vwfW) xmQX$BzlG)&9<;FN+RZ%ӭlD)0"P_zV|b~˂ }q h1@"eLsE.<1C~91Y ׾V.l/֐tTUz0ܷGGN)e~ {?Q[OUC1CN"%:g\mj6]ouJkSqI O_hׄ7Ȁ;uX3s]6G&?=?kS +Gqvg GƱ[X%k1FQ e!RDGʻI{,}Kyxs}\ [d+>vքw:0 W z+̖&doJDуF4;?>7)X1jpv lSc۔Q!g0LӬ_;|:HLȐ`cM۰=\42Qh6uχH& /; 7|hd8Åk/"1** meCC6]5vJN#ǹ@(ɴ|k+Fl$i.fzMj>lso N׀U`XlwQ79S=VT0A龜슞Ar%{QJKuGW^qwcjTK;0cgN@z6{ԭEX9ZK=Z.Le0c&Oֳvx {p0nNYPx$4Ű4$dw.Bo%bYe+h+' bPU2ctAx9sF kb߂<̻lȢQcH_4Á:٢6k0C΁AO0"ZL!/\ 8twdt tYAK݉/ NxBٱA[ZVhGAxۓ(YQҋѻZEӐ#Saê@'T7y'4':/;"<+.Ɉ]}h#¥q$Qy@$Å Q\ǚ3!e6ѡvh_8a ̽s-Y| %~)gz"oE8>g2T_}⬊?w.z9'WtcXes޾ Ä,- s(dR^{*1bjov#eY"'^$LwF:XoQ}Ik>t =KsN¢LFmAi/Ƌ&:u#|OβBԎؕ{d]a|6tF8[ޞia] }~QH l qTT4~LJCI:H:݃B@5nNƽpW5 ƞ'19oOX#HFt.'Y j#~pl%mkN 荽j4lwBk5ku'DWc7JƖ(B`t}6>yr4_RhY>ƹij.xZsZtM{FF"ߚsX01x')}^'םjgF|>UaQZ|(F~_X߲=_32tQ_*H;;$73|] ҎF7 ;懾XӉ·jO/I;_F}nl#t*롾:d6g!]Ż- HoK=i':^گ{$F$ʾ;N5=|$p=QX $V3@ z|+r3 BOz56(Fµ\(+i~wFCdeBy6/^K㵂4ݷ"`C'RX($0i2 gM_*4|}vup'8Հ$Z'T{:{v Yw8GE\Y?K([`.v|>I,3&EGs՜Qlr:ˍȤHj]2Hkyl )3Tַf貊gI+"! s. 5u9mGfb]] vL} EY$?A'Lі(͘R>Ω ]eVȓʼn:%c?D>VŸ*+g] 8ٯ -^'s4J;S}TF!@ݮW@?t J0q *}U/ Q m1H|PU1&'BzgR;w8gi?UbX&>Ԑ7?飒S;&RQr($<6"DYESt2Xo tMbsԈa1{;?Q[^J81+Y9H5a,Mi6F>1Z @?4bz˂tuH<< .]cl&D&.tJ _ ?n?}PaqJ"D,p#nTW(I΋bI~5i[,0$>gރ/tV\]k;-w@4cRy6{3pFXA|OJJuTJ>O7lGcf`+U!$#3;}&ˆ]If\:evs ($I Kev#oӂNȢ# nQ$!kj܃xjSCup82蒹3F|G76[(f8xAdvC$ߝ9 cJcc0EIJ?m#"SRVKE[ڪ GkT2z 5oo'<#>6,\[qQ| z;o~G-YmDFdxcjfjBrnQAkrsu=_jeHou_@&0T%ċ/-dG4ma۠|]8)TLzXyV$NGo]r 7TYAzptGlZGx$f,ߓ(zn> 5Q8^6r7x6``PMσ sV{NH&%a2P ,yr( ċqribq@U`*#oj  d ؀T^Y/cd_M. Olg,8xHZ= "šmN7P:o9͞M?`醙' f/0½;0C&2BlKa_eRLԔHKR7+$p'Ii xFYV t~1{r: y9\/YN ,!T΢};L(C@FyI<SbׯSS'v?y%\eD"|n!V6] Ews!RiDoZ4qx(Wc^vnh 5xM2&=_I4ނgE!#eyqb)Ӄۂ eLS 8ӡp0FAzZ6[Yo͉| >V{pOғ/QIT?X@z[^vg65ÕOP`ORb 9S1W 8|Y.ZT9ڄ@ƈ7عpwY]W׆>]_Uu[l&͢dI!E*s'[&v%' B9:՜/fNL~{zy> ԔiT{6}-^LwA)^;Wtel*t\xjuONLt[gaR?EFU1'h+}z0yEgD,g+MLv!N3L ˃sM9t`AD!oTGOhן\_v[n2@6B5(^y^}-?F'dnU4rS4w!_TӨkbr6ZAW $<|xG wGzD!1ǐ&a$'|U9QP*H=wN2n5w#6M FO:Sʸ]̭7AU'T#;|E;Ctq~D/ F*a)=I+9mEa)]HX^PTR0Z?IE }JɃ#!'6OeA`9ո:̘p>3s 2f^H }ٮ70-Xoאm~GfBaV՘L{߳UĊH*anKI8ŷ}f,S;2˱JraZ2߱ܕ@ZTM3C67BiL.9*LJlg&X&,ANt…$뻰yOP&)Zj`k>l7KggB5HFx-&&6"3ܴR#~2"ī(J8l/Cţp}S}jx'~<Ѐŵ%'|UsUx r{ Ia#6VP}* i](HV8rer"Z~G#JHߵƏDW y0 0J?f@aI@Hi:hH͹ CS!Wx]Dee9Y Zwȋ No 66ruJ_O˰)Dz 5;Rj1 ?! 3}yhR+Ĥ⹭u-~K{q͒K4@:V]AEeqHkt)-RP]5;g%fF~:,.RӮkiNg0O|MꔆF5aw'Sù %Ѓz^LbS[to5Rv@O`g[kFR$_eCJ1&Gɳ߫Ez2 J3U4ϙiYxsA>GҮP H7/sQIHCeХYΉQ2m)Bf/(/-Ur[q_B7gNn;\嘏^9Q>wo n81Ris@^(A쬴+-k^=l[Qq}V[5=!{O O? Q41߿P!'H\60MAXHRyU%/e|~Vl7Xd=pzXs誙'xMV0cHDFK*hv5So쟋?Dzn}Dts:Ȇ q~2.TM+ 2 .up8`{L*yo#~ȡ}E )o/&49waaqBN;e_nmA2DX&:Ge0'Rc;?!AbH]B9ww*`ViUUA] ̵DL]YپUwdc i M籾I]JK!VRHx(,g__ -\D|M!݃UsHh|se蠥wwXISAEo+7d"7wk_TeF YoTlhI!ɵfc!<;3Sn,d/ su\FfIʃ wedVlNBI!E_9@iV)N->S6M6`kfEwF7ttλ9#ϊYWͬZteC 4.C%H\d cY8_` >#vtTYi:H;J݅5W} f2Io!h&?\a!};2%PDq@r7UhV5懔>#{FIc*yUZ]ݠ)(wMxz1[덾RgtNR|n6Z~kyYGUk)C61;>E5(cy,1Y'HV6z"8=a6R уn2?bf5ɣ\:"syWy|fQmj|9ui nBm2vΆP3Bo9t OJ݄*񩣅J 쿹F1wַ \NλbJtΈg@g XcӘ΂gxEe41:6d%WS-+F2@o~uj*|SrF>ŨI:A*\ B]u9]t={F]W>vM,ߗ|V0|L՞櫓Ujҋ%fڔ'+i%6zFiێ{a;SH"8jΰZt]DAfʟ$1rY K.ލ<juc4CT'8fzWB"{m5CКGi/& s#d l0FqXs|L'Z y9+:FT.^oT3sc(;>Ǚ&#".Sj ~xl' Ajk>q'uѪ;1 k82Zr]{U{|$Z(ubF0h#)- ;4s{" cB@Z|DF) s*inׇ<̘1s1kju-ԛ&hKQfo".Gyr$ʂ6普˧纎tAT()yd)NwfrIݟ< 0.HĺQ=%W+7'Y%9d줹qʎ lp_i(øx_Ǹ$2>ab+LsPeo V'%~c\F“2dinHӤw!T"kӀ9<`ٿiF܃bsD@ N/W{LΦ8D y^AD +7_P_B4"0upQalM-_\oK@ lB|C]Uvl,=>*s_o(u~$^eûLoF[]zCz*J\,ӳXjq ]/ εuYA7*dj@ #U2F3X}R]$H;^0=p$0zl$hM3<5L_ac "G$yI>Y=r\BYy :t{Ks6<ryY!CCٜB,%}:6E$:e2 0t:5ST\UÂ׫jsP4Ip[U`% :ɵB Ġ/dCy7d10}w `3L~j#|uϋLLJOݘ/tK8bB f4C9b\Y4gkhÁ52ewxBV?g=io0s(*Kau\ &R*,^ayM&V}|:a0mi|K*W9g/vb"$@Zb: ݜ .&;ksǫqϱ;|龿;*+& HWG QY(cJ!B[%0Iw&)O]^>BtCbue)&f $iPC+/}8*<\ES3vb p3%}U4B{H)(1 iNȍN{; % 'VqascvНufL>> =4AM$d EAG ~Ky.o &&Юua"OTCY 5ukעJs]RSgM6ي λ c7Ή`BN>j\pv3oMDeF}r^=FJ7|ᦠ37 C=˵&*R+$"~φ 0s%][Wm"ըI{5p'1%-]{/g6z3FUqx]®5W7QmŲYSpPh) a4XEBe3`J&:/k:ɶ+0[xN)lf 5ő: &p‘sSBM ~LLk'OtS7rtW~)018YOAp}SQQ 4c,27@ cGeo_ŷYZjEŹ*s}E04x;0 񍼵1<t⻉gGHn8xHJ|L$P+ݜZ,eThS'\ĊID'!?mdsd3VѫQv|~;y2߼ݿךi6Ĩ2S@ɥ~ /'!>Y̗+TJvTJ?$=juQm.E1r:/D^Ai(7-(+B>/GeX]^ضNAp(OB"|3:$ IǂH %% -UC8{)Y]m-m<>Q2ͦkLm8}8e3QD< q0hQ#^ 7iew/*x`0 =1^}@OTSx>-CG[LC % gr|Nj<5-K%{g 7Zi ƿ `zX]5$͋x3 _NyO$%+eyTgta0[{`0LHTЛmq}"P(o`ҽ|&jڋ$y!:hIizq8w\0)jlY/\E8ԗE{52X{9ƹtwX7%[\HxA:r6-Y4voNY yDe҄g}\bD=[5RZFI/-uGY׭|-xt`O+]:#{ðpPn٣^fAAeN:{u8 nz)1Zh1=WH;-E%YjA4Ղ0m^Mhf t}fY*b6n+gmPhZ_(GމgK m)#zGX_?nVz2_M+. `wN_}yjGot.뽵N@qч9tQdjO9p ڸZ`Ө;Ns20 z-e|,xT!S>#\GІ; ^C[AVxk'>%j]>t#-ebnе+HU@\7s"`xh?'S*"=^ c  uJ2?ʴTEo86l6Ț m'_R'Еsr {1)xD4@~fy-6O/%g;~/bt~rqc"~Jh0a+٫a3)/ae &3ho¤ѬREԙ>6;Q\bl_%0w/lEs*qiҸ ijRjFMֿt1|犎fԣW'&2b\"j8Aѽ &!e:s@`874F@ CRZ{{k`[_^uг+.KN<\ m<,*jJn(:D\v=m}ӲLr=F-e$~̓. od$.ҒPy__ϮpuEfŸOp]M-Ƽ.|"%Y>`-8ig81K/e;;vHZ-Sj|M'QYJf4l%o?R GFı}YĊ4=T1c`8tC vQ0m͇AL[Cvt`ycv>/C>.91,B<_(5N};+vp?ia)冾q$E҆KK+&)~*v""ul"Ը$>{}wa+_ِ%/|g3AۀKҴ]#8"3.쵱g9 0f@;A2 -22Y;[xۼ[5|i*/ӣfXWʵftbDEjv+); T?ąkbT`|[)9nxb͛^P ϙ?8~z1TN2󆜱)H͌ݖaR<ċƔXV\rpO.R0+?1Kh0#Dg缮~d[~!>M,僕_j񮧓}wzՅꀬS!iz= _`j ifAWUܔAh!)֤TM,P(=_"Xu3;7:CiwG' WOC <;ˀLsK XnK 5#nͨq忣fg|ߥ'#jJq;'eةLtf,:Any&VgJ>^TV}N|FO9~f9vñd $X_|4JH $odGr^=;A7 ɋ I`Q@f nWdOʳwװ_Ag}Gx7&| n݊[/frfkS7' pBJwuNO ܌ߜ VCՂv1 d"{ܼ7aM=]s:ƛͭYK{ #? I*fťRGt0,]S/dJAci?UPQ;R']VXxŽK[o;Po6CNoltGZ)eF[_'֟|ҮJXk"-GDf_@^Fcl | 2vDW^]\](~M⃼\6;Ӽ`2V>][`%I6DVa)6g mlI>(WaHx-k ? a 8WO ^%>'Wk9}qj+ZL[}~L "a|{ޝY_V@fK:rʀ_4"֭\ V0)U*5 pt7wD!%LXu y4щ)2w$Go@H;@[yyͰr+<8kؖ"6|(c*45Ɏ4C#`=\9imHWe͚#i=17Qι^ (7j)+n7}Bi?׈%I`$`7t;ܢ0}˃r/X]#N(pӲnAԡOu_0_#c,!(-j~H@}]Gf;xZB)nNV Iq%Xd8eT4};9Qn'׊i&FL`gAa-w K 4;ux0>pOۆqʺpA|B s{lJ1ߠ򢆌ÿN)$~7"ˀLœ& P~l!4%E\GP[ IP- xS}j15}D u_j. `ۥAJ׬h;n;fz$8iϤ2,D5bٻ8V&|K EUyt7X2s S< @ౢZ#Rg$2d.'M/He4@܀ *~{DKC*5LÎ7.Ra0n[U nnÛeX]t/$E$E`Nn֤Q nD.\-҈a5hKcJl+<ʓK?PAi43>z~f'V{`uOؘ:&Emk!?Pew Q={0ĮG@&@'~ yH ӔY+zFԈ;2Uzì6a0."<] tjwftLOvz8} }.ce[@ή' ]Z/|*!T?X@wSЫqzm31bN}E KR |ƍgI Z ƀMRm]N?)sܔY*˙,r~h0`W(NSJ)ސ§"CCXia8/P ņtS(RQ,Lv2G&:ĵnF bIOMk"I/8D!iD泶*FD Ѯ Ѱ@#Mk$Me/0DuiVD@oSng9yddEgfLӭs_ TSaXƣZtƌGE^  DظnSBɧ0gK%s!A kd֠6;F܈snkM N$SG;;fIC| tPV*F!R7 1 f 􁎽,3&Hbl @fwAlq_o2~ _nB)lo%@x 5K(!(g4L~H+s~Y-$Y+sSZ/z7mqz=0"<X>lI4\Ai#MC˔_#孮mRڊ5y:>ߘB;cF{\_{aK_%PIf1-]Q >8vCW8Y9WcVX1IAN#]C|s$\]b m m =#Z3ț2:gYy̫8>{*XԌpm-pe_rqH 9* 80iy#7dIwמG2IA.7|!%-`KXG#8\$Zߖ)҂5{͟umh ߗ E6ZZ](&J5o+Eơ,>'sR~"mW9xTB3~'&TN`'ʅ/Z-7Fi0U 1$&O2 \mA#e` ViF2@/1ק&Ii'Q[F$/Nï݂iDz'qӉD^{[aS? 6@ H E*1v>ϣ6^ OO cSǟVYQa<v!%u IC%»Swmc3464R ĖiY/˧Ф)[H5w]y͕GYN1594<Hs`ANƜU"x/>DŽ7Fi9c$Z|q.i\X zى_l~O~RYR܎Yi2]t<(\ U$\rS8f~p J: &cd80Q]Lݖ!ȁ{9zUc6[OR:Q@,T8{913^zNT,(q#j͊C[*0EG瘹9d{U~LNV@9r-Ovs]PLm<3=PE?QxىՇ r,AWn_!o.a ivXEhDčX3s>2 -]ԫiKZTq󙁷~}YAgZL3Mt=s3J xiu%51蛑-3H'WJ+ WN}IyK㧢Ah}e~)@G19+e]m𺵤bcfur,A%[m:wJиTB=۫Y. 8?ϗB؁Vxnh3!3 7u9-ufM'զ+zU=#Ѿi͒(s\x G%[O!Ir Oyw 7Xrw "QiuX$%歠f44L4sK saƞ3UmƟ}Ih/Ɇ[ =m/"L}A`,!hjq@֪L,>Ɲq&9Q1"Q0[UN:Z+'HRY&K$DiB*YpI`( a>̩(ig᾿|W ..-80V /+Q6d@42FF{9gU~;#]ڏV/,Vf?,Fpt:5mJ Ala}C@n1Y8΅<lY6YKܒN3ʵVȄWݞHr_"5_J@R}:&g79:uBYA^(D)mT?;T^0g悯'H 珻^!a˲ѼZJhM dYZOUHݯC:I_-F)xJj~EI]&p{ֺY7Ə'ԚO;&oax %krr~tWeaN;{k@qx1wȯ:C.@ gEv9G`zdy6^[']<6B_v)&"ϼUX>ыZxfsQͷz:8аB {G.[A$k%Og.r[rF0y }RFv)LMιeU\QMG['Tt&ww W>wLI|襂|snMpխ 9dAIj8uoA*r!U]RW}7mbӚEGWĚ.\;ըN3sImLk衈i\M|+ۣ)u6iXK=C7Ѷ+˔P#Ա#БHH]`-y.j-o.((0cs04TF> Ma ιM2-8lG&2޶*Mx>zlp)>fg]_n/rg2IrB $ VLf^"Ļײ=>1 uӱ _I)Ij!K@KF {8N dA *p᱅}h Q'z# ,~|,݌<7f<4a*x6,1cCO77 OZۢ{ka}:KsP+_ӻ컹PruLR_ 'Sڤ/ήR 1Y}/5TE3A&r3x|RJrc/'ck`8lE9QMCo%k$inZXA(9z8%u//#hL_Y)OF`tvq_&xvw*3wݧ lDʺ&"Êmt8fe5?-zy깙?TL5Ğ p@ I*dJ7s \WNQG_dx'~%VP%Κ ;-8/:#gT(Wwi Y`@Oi`Hdg^t{}z=-uVh̢x>c7HYZpF"M>M=/:vYxQO1&z06kz ?IzrlG})RI3ؒBYrї7gcټd % +UY;׸gAޱ0gTrfdn!yg TJUQp(%Hɻ SB7m 8{F&#! ȥ^.Pɷ6͔0l:)H!ޓ]x_KZޑ_,dCDp]_X>Vj1^[ [,^/K.ғNٚ>Y V9II'tokb |v&mlV؋kO7^j/*1@+Z|7[S _ʩZrONoeLAxyPL}ʊUZf.Suu3!\wCē+T\ gJ |&o+뾼i&;5ZW1a15)fS?űLxc\ HCGҌ  ~ԨfvPӊRfq =:m9 DKw zAM<qpwIzLv2/qH6/a;&=t$%`M3ȭ5,Y:V:*ba-f&;=ing7NԴeb%JNMtq5o5^ʔlgƁޫO{YՑg_t^Ѷ"hJ%n܏!S靖g]U/f*Xm~a;^la1 :* K7b@)#_[9 *R={ }!(`a?D9wEN7Wɐ (vL`Lژ&}> 1c&W_s)4$Voq2Eݠq K3rӊ/=]b/%H%NҧiqSxY}8 )Cb6„OC=ŃLqEQ?T+S}֎~O\.b C]'Z>K#qs$̓ Ӽ g=>@5[&!&<N '@Pvn "]Mxb!\ ~p&EÁ8pEZ5g.}NSlBK*5q.ГC*k%dAUP$mN+֮Iq#{k\=ͺbdTChXQd]O[[3|5oQ8 lV̴f*:FʆA 9RhG)]7#FG|@$&?؍PEdACbb66c(??u%=$pʛpG^/qvn͊5wѻp4lN5+XexOi]V.;=&e.i,!{z|r$#0ؖH"ϼe5רJK&=J{H߱c׭F-ѳȽu-.-t48T1AGMQ$ fe\:CQU3/*=r(+2 BXD:@БA0$AJ;ì7Ցl;3֓uFfD v:9޽Mܛ+'T0&)s 7瀐jP9pn^(ǥ pDؠ)2 Q 6@̒W8[u;Rѕpf z=UXEj > WSMV1)u 1:+֩ 8\mrҺ17VrHܢ:aLOf3P: ]sbtywޏ7a [Dj,/j(rFm^'NMNMҊ<'K![f4*Hhl)fˤ̧ ˧N$H+նT nfvZ}Lglkkrwmv_:V$-z2+#jD)8@b_,hKb[v^4)?L${; Y;שszz٣٢V+ђ|-C޵tƉΧюS1']N:FJJgLGy<l.`4L7R)wẐST %аŤcd83C98r.- epSvSKv';eeF r/6vxT:J Ȑq "?3YzY Q`f  w-ٰn BOm<+VtX2hSxsq3rkZ &c{]Aс`~|8`twN~lPOؠE~F?~f8o!v(&^wIvLe4Rb6vS# %yyTc;XkL[s8c_3[VRjM=U3Cc&ܟG'ҳ$5n\ZJM^unK2ZW^ :> Am'=[M V3q~,@"F[;)ċNpn%^w"vYl݊{'9>BdIﴉZ9`KWI ^Põ+~-"17=]$agFS,#)֔~p)3>(ß|\u0k)s*-LFk&Q _RPBQ3 C?4^s}1_Flx]ŗ^F4zR _zh咀z 1)gP16c܀ ۤ>-pΜܨqb3~`GEG!5ΡONeH!l! vS]h|-.ǘ;ŌKt^fOk\-EdNaܧGٔI/EǞ5:Mމ-?KTzWߥ`%nYk@eJ )OCV1P cwE-qkrx[p.!d3Ыy-xncZ[x' yx7lH\⬻[^# SbO}q֣sݽs9[Xn~ "W|ۓ: t)<`$ГB$PB9~َe|KⱧӑTluo͍--]o\dd{&,WL{Y bTJJf>u XSzF2=01[oCB`}UwF VwQs 2G0!@%툻ȫ\ rLلG#&9.4#}Q%PAm=K3A1^.$yP:S ^X%2I`NoWL~,8A d=!W}6cwkqĂ7LɃƄjKh*0R~ ށZF3"i›/mMW5 `>O!e%-:4Jy?QWkt-g;@^ۜElpVE1oq"\F/9XPgؽޞh05f~XcL~ U;j 2337™hi儆[ uu8xɼ1 |/ 0jQU~8*}8]w հpeG-ǀuFR.PJwŸ+tN]srlטb塞$`(u.>"-}ĺ^e[rV46FG^Xu A6q }|G-Bף|?dtǭ]#,V27ˁg1Ų(2_YBy:J.m1$O|r}_7No-PgO1'CY!Nß"j]zS@ZS^PzfꞜMQ5~sa q\h_@7L*Җ6jW]q4E2)2Cr=AfQYX]vw^1襂bpL ꞕKG]|)|sT΋Y:( ,&M>ZbL[gK拾b4xMql6leY6Xh;HӢ(jp| )⏵cR]1oCɰӇ:r=0n_kOZy Ikl3c$F3 5bOI )2X4  %}V~ y[WV`3zM&WK_XMRı77U2|(F\ͣlFo6 Pߺh5\>+Ī>i3whĊpE<`O;]OJ!ԲAmnv6,{IҮI2oz8;[m#hOt}5/v]I%νE7~g}'ÌI,v;Y=ti썫 Ojw E J¼, ]|`@W7"rUUXh8QZ0* >@Sy,|H$Q揨e7,.aU\$}:7EQ@c4f,Z"p *(ѭEV1zNfAV:y: 6 #صT HJ䎤Q,"݆V`.T!5oW!)KgH"K`3bpj2'G4-P@/}҂NN벀]qiƯn1a8NroVyՂ=X*QDEs?Gau W[>e|[I}),$(5 5HyZP X/_0>lt~ZhpQn PsVOP (Т7ݣs=lȗ»ePO+rd0A])pMGLJS'4rDNg+V\(qzqem[}\?[WCʵ%,@?o# p1]ETJ567^S5C `:X1Gqȍb΃nFI>ғɽeDž5?NķJz6aH cT^,|Yn4v?h,cyWLA%rjTM}͑ClÌ {aU2[*nEF&FAo}&1иhmˇ3R0e%-Nʸ<*$q9H`+փ`ePmwi7uW@x Ʒ;Mx*?3R N7LmJjp %}u*䎲&|!vR?)Qa2Vk%EX1u;:Pm(Ėxb s_'=BC^EÇRg Ȉ ,Fvo^#x8[@k=49qoy| FNpqš#(Id/"^_ ~s׈qnKx vNG;MxTfRJoS/jY'X;eN˰$^mێJw]0P9Ӷk ;K;|O ق, -CY4P.?N KaRv7G_s.9chpjSegJK6pVUˤV:?EkJ&@ŁmՋc4QlEo͔Í?Eɠy жYH=V֍)Չ4R¼*DOo4Qe ^פ_K+j~,գ3qD.fO.%x j:I@LjO $n7W-_#>X@P y ֤rgF ޡxg0xG%#89L++uJoKGm X>NBr"cA@c~! `$`y9\i?&% ˦3F#7vNw%ψ\`[D sHʖψ="׈E:mp! ps$ v$2Vub[s!X|rSO=7؅3/'ndZ4Lվb{U9yēk/%"̵\-iUUN ! 銮S"Z yTC8T[ aSUBJ:Hȼbe{7sńA[?O~6B+mU;M"(zpOrö,edALu6tylzJfesxW 0/M4b .g\xRMlL ^>c$0bHG'.@KGG }E $cT?Po_b\,-)J/Lmr}؛R>HéM:_$Z[F]씃{S#o /0 t [AkwNh#Ƅ*NcJw8 Rz/:EO{̣yLIN|e텝mdTd݄ɫ}'#FH#Y?>p˜BV*^zS(ԏ MN6!P ;'MU]/|fzK?Psrk$[盐$2Dh{!ebAmxx2&<;\=a9Yw医$j[$KKxE 8Ҿ?M<ΑPIؓzq:=> Y6ha}#Tmv:86J3~_2H0vATpu" AYޫv!,Y oz#:L'ɓr=oQ 3C 3E>SvVb0/`20a g\Nv@ω#zޤƾ4!; x% XLB >jUz q*jWIn>j9-"Fj&Z 2_^/nirh1ұJ`[b rMKN:BiL7ebx{>@tb̟-psrs.s9 XmGG`gAi|.o =ox"享G%+ <]sLgO GT8k^4e۹g .w2^הSo(yJ~m(;FWbS}ULޟItp}:w6=X=929r&w'"u7N8B+std՚IkLR|݁:T+ea>EBc.SĈlYCӘ]a1@fY,1h=o'&1Lg7!F}i *^'d:Vf!rn!HpWͷ (ז~wR*Cao@dQ BQCGձ'[?!T+Η-$'i0-[mV'×(ޞ 6x2J QB6sƋ× w_ti y[Rib~Da3B(^"Co>}~ S)`p{L^/}\e@ʗ^cE@R+Rm$:pcl&{+o`IڷXv6i͌ 9~?LT-(d˄Λ0l qq'Mms7` jmf5 e"W)!Wo gD17֙]*lJΐ>\rbi21KOQTsM43F$St/x;R+}z:լ[3b2Lz_9e 0 \Iyc;߱DܔuW G~F㼋JG߷)tuDy[#gub/wRp͉4טqҩI3{^;2|r"&OXR,YI#6=/0 "6Nn WË&o_hX3.ݕ2[knL08zMt{eU28*Vmqm(?, K P.[KݵKuܛ`1$0 `*hh/WCc>ݓF`)iF_l] &gT(0yTXem6 O1麳!4uw]Ƒ28"1ÕwbK{!_$fn<GՐX*k$b^0_yIbB'Rl8P*hAK؋q#hg. +UGb,pMaNu0zGZz|R\H3 i|]q_r,6zvb#nuJ 1rx2_"&$0\͗S&8rY#+-,94eC꾵\<= ${ Rt&mkwG0> iE}S-,1FPLe;0\+jt` omLH(X$ B>|U c LN*oۉ醜qP<>88/g ]/# I&`w ;]avUG}cyxun[UK^tyN}:O4]鐣: }lvV|,hkXMS̩,\T:=!P&'h]~8k^\|J׷ \زQALBs N3w& rO`7zafVh#e~.Pk"`߽VϦV츝 lHmSpӊ?fB1@1|=b5y`f-@K'#a-*dů٦E(uD#02gQ.4ZտLl S<5STѨGbkTߖ#yIB5!ERŠeKnѩUUL$C?%TH{tg?U7upK͝wTMQQ,'\3>(#%sql*oKlN5Pp!nVP&,^M$;\bx+3JfAΝߣ3MF{0qG3/{ "2EEJcNʂoI¬vMF[4+^:h?7$$p<4(-0^B2FƱ8CXL0\Ŏଢ଼vnG`=*E[/FClގ3!+'Nv4p#s(Xt ?o|c%m+gKԎA )ڕ0 lݚŀ*!0SкADElGy\wR wKݺm͕Oy7)@B椤>s0b^v7?iп9Hn<5I) sC }YizG w~lj d 1Xz;s#vy`wp=^ȡ.@~mT]\IJp Vlv.iU0Q*wZjME{k;C _|0FG*0YiM ^i!|{)QEfMGOnÄ5#\EU$O|m8l" VPZSGR/E S/0RL$1Uީ0^985(w|Ta*Ɏzfيܖ(SIBd5k7{t@};4Y~ZP J.|g `PZ}Kw=\>[d>#%PZXƨ㲋2ҵi ->R}Bp"1| 'ClM)+>@ s&ĬZk*ZZO{vbO 4r̔vX 'ywkţxͰ_R]{n[Nuh Sv NOdB)dGpɓq T2%]Qm晾!3+xڿőe̚mMri2G!H\uICYXga{h<ɿUG/˰#CL^.Le,tV(x\>citvWq3h1alhƻEfRx?S)ٶ^vr}OY&䀟e)J8M/2g[XE8qI6􇁺w9c^`aqq۱7El|4ZUf ``9Cy1?Ãѡ}ڪ Ưr8,?*Bp#k>@b$]#I2tgSV}Y{#m@j{ vp}})qgqqAGoQt}PļQalBn] <V~O 2RyRa.Ѡx0xm;WhR2rE8C:Ak׈I^GPFQ (h9䓣7d>$58sLlj"5F髋w. \c_9'kmz4pev1s:,a(sk{-~gp~\vT15ߖ')R&i&ʃ[O[bPIv.>l}[.[]Qzm͌ ~Iq.DM̬ABNJ hme;ftTY*C W>`.SN‘{'K5}k%K HD7mQ¬Gy ۡVv@rGFXSs?=Gj+Er5DN$@Νo^1֥¸ӓTYo& Nz6z{9ՄE #+lAіN8di}烧i(KNadXbm.~@ %K a,'ĤQH.[+Tx(x|&sz{M^j']ֹ\C=􃒐Y'G W>`cPfy5wX5!o'+EC+[%U.*Y6PE,oʷkCЊ1a; Mb"eTB@]iqKD`e3igoTs$8S=m Y/ɜ %_Xe]KQsЃ12)bh!9{{RbTZ-O lrP'b D3l)i9XKizi3FV rbZQɇ䨕M}u=,k xA1)J\<` ̂2( ,tT|V;I7[ï.uӭ6vd* 1M#s|X:ٓ%uK%kơpxX~l7zx6( eR"Ch}]tJpJģ2F5\֟/-Ń:FGCTw(WE{LCTAD?G5_xM(o֏cd^-pkL5LCgYOc#D@{/π$ex!c/gX $ :3yJuAa PZŒRMDɽ]J@AQиԛzZ'],ql6)\߭D `[]R' "EOL ξD֦7odF1VN;Үn5ηh R l#HUp'KRHsgiHξzJQO(=(_ӱDfe.:x2O"HdhHlD0b^ OŬ`6kH0as@ K!spht ҏ 4I d5*ۜf^Ev瀿ɒhdJc9z3|4vm :*,48-h}\[_d=nGxyjJ{TJ~ %+)M*z:pp1[<;,x8a.0Y{AGr+ߥH,RM0E녍A~GX=uEE;##HTS)`Dλzlc8~Ha ºl2[+3 F 'nSnrBnh!0At0Ki=S3S7 >47 4*3ͨpX=mAsS!SI}/*H1A%U?R\ջNf= pdxEdS sGY mE^e82XdGmm jv}E_ ,SD7bCQTGr1Rxώ8,HØkrpݧ<(jz&kæ3Fknلۋ=ٿ{'\"t Q;'70ǡK,(Fٞ멧S|tD!&̋~q 'pCQ3po @MȕBTޚ3EM 3 ){ʏJ=f%ӯe1ixSL<[rg {|Ґn)F#`ϬZ$.PJydzI8dnѐY}j9ؙKqeY7c5oT5)N\)-y2m+zFuap8_т] oٜ n[o==+kr˨] Y?r&(/L+]ZU%j]\q>D{2?_"_o3AGX{<)m"X$Tpy/xY%9*LcbڳOiKӧ7P=f?;tuђV6{tٴp*:f拡1,Ċ8'#^ v{C`:d;识GfNlfT{oS52PL+SAGn=^ws=+O1.2d 6;XJ.# ޏD LtNOm-[HXWπ)ڤ" פ' ]?mܒZzϧT?KLo_9+YjX3\mO:qr&)\[?0pS!ea+A|n£.*i髵CbVq=X>iK/С3ݻbD՝* مCʪIIedlSw:PDLD~'.gw18 0 TSN$\M / 8DH.SU|@ّn%W|a#B{98xǵz@x<6r}ѕ8PHClka+kUו{wYE&gҳ7 J}*юʩ(hze)k V).\f`uNJJeEh 5"4CDO%-[Uz)_3 n~ 2$ k-uY@‡|伳^]c(D5.ZzQVڊ{qTϠl.`E"r\]{`#V"5ͳ}_3+#WkW>,e&JSFiٰuWip$!P1 P";\5.@wL-@~aߠVQQPn*(j`wࢍ[QcisbayŀDqlvs҅!o}4E֚Eyُ!;)qgdyLP5iU~rMZ̍>)7HK[+s{/ _5o*2qTtG] 9y.vjT B T"qSd=dd\W0DAK1Nbgf̯I@T׃NOckO>Z8G#Kpp˃&OSwڈ(/m<&RPB%bZcƨ]$ԙq_D*M#?A jmp@aoբ.M^ܢgiPUuٟu#&qaiLIBE3(]F&fi}+XO,|ِHW5HFw5()儬_1KF]S7Fevu%*3D5ʨ4=جNӲڳZRʅ\>r?3QMz`[ ? E}Hr C~$>άPKX>:b5J4{fħ\."%b{cm)`Ԕ{o A/.[9 /E5۬&+hy'ݾ}ƮuFX.^g9m8& xV9,Yzݚ iU^V42_("4]OXsMyǺPK7 9H`D`%15ؽ+c!x:Dֱ6KiKWaf%5'сQ Z{Sh`#"/;xAw 5޽} qO^ƿm@h1>Kl3:ؑL$Ww*- LR s;+t ]>A {vZg%$Zb-E>ξ> 9z4B{ M&Sv+Qץ{rX ix鉥/wa`/+54(%kA-&7`QRP<)zN2uV[ㄾل$.Eb( Uf)d;B]U}8,ǧ)#wPg\1y?P@f)3@ Q55j ,DT 9yO/Y$#G\ttp F'8`8հboSp}:N]ABʪ$X0+"^T3Oc+Rc 1ez:8w2}gR,)Ķ OA_ GJ#e4]&H6 =jSZtm*vյ︰X@4F.}(7vZux\4n$1@*Ӑ6U8v x;af9MM.p%v$j&>71Ygt?Ecn. gEcICd$U +K2Cp2C}Dip. ~:*^X#$2zp 0n!B䵯 xkNYшk*kߧ_n_bt&x:eAf.q[)V%,H2cа33qFpy)ׯtX^8xE0>G tBrΙ)<ѡD]$4=&~f\9$2"_<4l͇e IeUV:kaJe+JKټ d3bEqK,ۚH!*f T8b>^#Gy2v n IX[ @qu1s0Zk_yR0<& ~!;iKz~Xq|ʠu[\-RAL#务 5qII0R*<>\I$:/t>0@2.ؘpx+m]y>e9CN^rvx#ɴ㱢f dA!a&&T)gL9ɊWI lkX $ gaɞꘂ2N1^z"LHJ$.b1՘e?"^ jctΩ654X?1HcjsvEVyNhgFϔ8d<>n^|FB(v4rC!c_dݮD1EƦ0C ')4w_<[݀itRխp҂_kzT3k𘢵:~ Q˦PnfVaRA_S#Fq<Pfk@U-t&.9kaR̨lwO_Q(.}y9fY۰g tyY~W]Js!ĥN MLmM$ <@E$>ZOxQ.%uVLqe"#|f%B7m[W# rkMJ;u/$YS욆/FE)z:@ut lқn.,W G>VI0 a圔)N&I3ahk[g,&)S_ht$A>4b6HtȁDVE h\[5L +7,,rjRltEum~'o+L"㻠3j7IUl[q e'yvHb/ ^='g:p? E(s/d2X'[2yb[x%6Sj3>rLԞ+Jך{>Eϭpd{ z}PLlX I0 ٚs/>-llopfE$ozP@-F|qzG>3>@ FdWvHBXWxgd1֜iR]t88^?`tjCGAruJ*K0m>kr3]± w\*G.\TlAPĹ xC{;i̾&H{qquVޒ7\m}@NOj~fjks6}|VizT#-kKg ^S;Bdsʫ8#TaA¬^~_=kH>ԁnbd%N}3u.1vT[O~fSܽcba k[BbRpnL[S0YE;i}~>EW'ZcTc ]Xx:KDb<}.)<kLXUac ש,)J wK,Rylgχ,hU+7F%z.cmBz`gb.ޠg}څ-gTi`ͦ>%e>%L:IZ9lk!drzZSXtXbHvS*3l54'i"foD3i4whfReX()EjMP VphAsq/+n<|(awBaLc*DezUzWud]\+DuK `_t5&綷Z o>aߤz3*3@;jfV *1#P_[4eJ#u1Jߨڴ!IR%xƾc'(u Hr׃EG`Fmv`9d?cD )\Jg) 1%r@5\`i:\J(Mۅg>H $! M<)V'垠= H('`q_؟e+6~D ԱwA zd{F0j_{sS]w _e:}Gor.29 ]ڪflD2y$.ϗ#7P +zG-MHfb *g97 Z"8 a/3#'K,ɓw/0qm$3XC#ZԌ{//ѽba\Ohr)y̲3ݾ>{b/-G/(ۺIc߽7dzF Fg_*!O8T!VJV@C`TH|/J6L1r5|)1G9{W7 q+ShN\ܟw'9uԘKIp .,7 S3þtQɲvuzZ3J]B.0Íf:n[0N=:֒H0BA!)K@}>Di0Y֞3R% Iɇ\p~ h#6$h+QL;b:! z| 춪r>n;O.9NOU>G l֋Q\US<~=l'%Ɏ.Ȼ7`4E;pa9M!UUt0dR,> |488q _޺#;ۀȫq~++Z=qMr|]Ѥ3)T$,Ya='A7;xϼө[?VGOc?Hie)$|(n h0wbH}5Im9TZ|ΡYI8 r7)ы^tq"(G$L~YԪOE~Β@ iHFA(K4]Fzƶ?& - &WQu]Mloj0VްY)Ӡj3k8dE7="9Ua̘@YO8)Anh_fiT:ɮkA;#Fo%؊y7wUQQR&(\Y{m.ә%FQ_Nc@o9R6ha2<jSbX?3FОh :A7 6m$R5@3h;>O'ovQXK^yc7}Bwg8c9Qؑ'ZU̡Oxs-ŗq̨m mDdbZ_XFUq~i AUfO=}h,61BRFYv6{S`@o9G,S5Ȉ`H.앱T@Y>86ok0xCN? pl^Sy4(5yF '~ ̅vf@K7-&ٰU10:P1<8{87#bjR CB$|G;PKBܙC49h$ӭqAJ)O9ս^o uuΒ&la|y{\OhpgܽNrF:v<ٰ47'= R.24kat=i /lM_~IgR2|k1n}~ah\bq6j93@hV[pVSy-WY>qV?^(fɟkV<+)< }玍 +/I*-@DZH`o t;Xl9n kk5ڋ $ 8% ɳL~rip4##,NeXam6"C~?Lڕ yHI\.8}޳eL!˞v)a^:fDsaFL  ILࠫ96">2UL߇O[%ogOxEbuٍSXSGjnn[HEDؕT]֨&r5 ݁P|H TO'M=\ hw+h( xXǞvTէcXq=}na%'&]3]y%L (W:fE)-2VaWHk%V0M}Jо`#%*mw^Ol*?WPTq8V"艨FDqZ^))G 33×;t }u`Aq'~qÒJiZ)p =}M6e#/E )O=:  k]½!# j\=:nTv:JF&2_UP\Ma+ubb(aV|ʫ[FڧdiH? f0RųE͏q ۡXpFi"c@av3>io>jVB#Dfܱ;1F0ݻj+ T׌qDDodsCC!(%߾J &a>Ϻ6j"I۽a6. f2JP:af.9DvLSq1\<9Qgrώ \l}68/3V hP;A+!s]!bOO:㔞먄TK?X<3:̜ףߌ eJ=ilVa/% . koQ̈́ğ$(3}=n뗞t&a6vDTM3 tx :D*h66tK wgG1~M*9ck'҇ D9lODJ^~Utt[;5Gy39y/R8 [8Ծ{ d䦽$Lw~DZ %c!xR Bdi L&"c0l%iLp }rJOjWԼj%[+jC^o:N&_"@D=z$ZJW ZGvi⾖]&fkn=^ovne^1Z"s[UGu/ՏL,\WOmH^{`iZ3 i }}{={r^fF(&w/BPډ5h]a*~84Enj OF'Ys7."VgoU &~>׆OH?72Ivh螗13`@`$T=nv0 pj!yHnsAI M>TaiUnEEYeiM4C9.б7kpH$<._~ Dh~,OK+1SWS1hZ^M>sW,D8M>)ӺIIfǝl!jR#| A@ C|BKlNjKM0nqnh-gz]T<(=q`>4`JSfcZ 2 /^[mi7]s:\M+ <2ci2䤥#6@|݊|&-1BwZi>Z&.wyS~1K/m Q6gZF陑:.d)}rI-C(wn ,͢q:r-({r|YNğ6",`1fބפ7:I aNC' 4ij^ɞ1ߡ|+HTTfT6: 7a_3eU*tz[L<{JB` :,p>Hs˵ dLa&jW;g~5#G kN@=䆀ØݸAQ1,M8NB1'/#~O[@8r( 4>4cl C0,gt,48M2JČvFI$n67B2C 6yOk4=>H" IF֠ӄѵVajJFMuaF3[Bi&7Ub'Ś=c]QβH&\y 1E i,;HBN:p2/_IXq8_/5v{l9 *%kf k L! T$V?48`ϙ,BK$(,Qm ݏgh?H6֊fT|HT\"S۪HzKPp3pgPB!-wVm|@[6,ϸ\"ovd-T{ΒG~JӈY杴-v\z+=J~ RTzh7(qnDaVۗٽ>CXh]SFJZ \s]W*5j}LJYs.OlV%gw$¨x.xr`˧iOW]LHEV)b'j޶-!Ƅ+H]Hn}nҋ\90 VJ(ohgͮJ<2pYZCAP{#nNMQh5M]-b~B< nF4.w\HV6^䷪f4W,_k'i ءJ \?<9XخjE| vt%cY>s )ya~h|(:GTxAGeC`_F稦λc,qj,a, YȦd$ݐS2q!P 3%K{#6),,unA/SOݰitcσ`m,9cH15fUE-ݚbR}g\tuBa#(E/*K2Q+B 3>(zX_9FYS.u/)7pn%S:}S~ت|#Ϭ| XWm%a*qX n$eJV`#-#af3InBbѴa⣧j=Hy>X[MO0Mh&۱:ŝ>l?@! G$j5Nѽ5NZӲnl3kVNuZ쵸8$WCe$"h(̶ $程JR|ksvz{H(_A6&6urZšl2#z'&B/!4bQ/C䳻벘3~˩Iֈi Gd< {2H2@M Zؗ*%!4{O1~-ň4j" ċfRe43< *cZJ/_D"āi$YUUw؎U@J `@k9᫁+Ɗ/Ce3A1 z{H濫 iɗ4'@<טTlPςX+8\3D,u f{Fw&PULdž"ȵ@:HǪ}- uasCYUv琋)WC3ҵir5=">hNMwDMM(jvF%w> (Gns_ibSD;N0dV M\1cb 8cuW:=h|u#>FOvm g]߈7\oRO!= a5G(e0ˈn._d⇶isQ^K$[ǻͭ1su[;w-_wG#ٻ>J_N0*Cҵ(K߳Kpָ-a&k} stOՠ)yJmf}ƼTn)2 #Y"|sk N<)} es6{8x {8:DZ T$ӂ=rwwNa|\sF=Ѝ `d1Bz8\Gݠiw3 ͞i ȜZ01P :׌)CpFˋ%ȥB4a`ϣN亀.OtȗRٝ'0);'<:2BY7clCRR6?n~rbJ'$mʏ3+&P/ >Q!ÄȌ?£-FwNlaolʮ0o=(rJ:|), UmʆүO˾RL6; 5Kb$UK&V`vՐ-MH.{g+tpXsh*I}ʁvK \MwYt\Z,cf3XyS2իl"tR;M' pFq  |aLc U(9@bB TO5l^_)p.x -eeeO *4nhp+b e;oUe߃S FzC,M%Tb ֌<] R֛6|j8,ЙBIk*iH^$ϔ{:b[NM>"TktaґT/weI-ib$efL9 Yvu*{`!#fO0Q_`n\-t`!/P% k&nAg_T2ⳃ58;W₂C%|qEY؀3Od;;9T Xw-߽܈ #yИT 5k:M^g9-9}{v` T°smA`# Y*sss-2>4W̢MhȠf :SQhe u9ktK'muwNp"Q~۫7WO[c",bd!i΅`suDYD6f̛V e䩇DŽ0Y`(LmyI4FclECxŗ-,ӯ&~LKA `IӘWH<ĺf;}m}T%VcFMvU6ҼMRX zڪط\~Ufgd#Hi^ ^&_`1@FɐG@P?\/Xϛ*y熶(7ʘ)'J z*OT:iUI1[gxe^7h}SvZ+o686nit<%8j_װ/1`K+ЦVCϜ]YGZ_YΚ]*1ORhW|amYEu9>,05#̃.7 +Ejmvi. !'_N+M"/8e⡄ٗHAGh>=H&YHaOPtF#4p ?ei>@u@")q^2ԔwI?'[$ּgl_A4AyFm+o{<%FI|qkaP^P`Z^5rQ%ZZmnxKw[ʐk'qpUdN}ꖥgUAt%Cv8S( [ӔGL=v*˫Yc2*dt(G13%)$8XBqoEKjv s4I=ujv7xi0 V=@Fr7<_;NCųZBjLL# `405>ʘTU|G`w߶ xc1LsIU Q%* u.ĊC@~JGGzzUpO2ͬ=˕ &e'b ǕV]/?5X_FDj,K핖(/ ;AXljL \R|ӫW6r+ޥ !qԎ@K5Qrvyw#u PDw(,%G關*3t/h8xv{I$pf|+L&Hqky @Ert<Pg}H׏ӵj.A۞+s5"ec>Z7WȮQ ށ^ϣ>h W-GYZ78PZ|>2h]\˙UB: EOg8f,4 O <Cv9q:*pJ^Jk ԯMIe#[^-w&52lU024Eͯ>v(7 T}ϰZ<H22%8€鰝D5H޷zg7_@3=bXJhk#bе^9g}{᱄81KD$_ %mAUy zmu'ۣw’9e:%7j~QfBy&QVH:SZ+/Fb[\ 7ct/q4GՕWHB7br]6^%xќ@y+)#}+jorh, b|0((MUs_%{RE'r9N40ya$΢dv` X1A!s|C̴9+Y'#Ѫ⁹*yx9>* - ZgX҉+rN5WI?^ڶo3!h1-b̬!,XЀZ|isc@RD|7wh HҰ׌:4Akܨ މ u-#P!*Gdfr92 YZ