open-vm-tools-13.0.0-150600.3.15.1<>,h^ p9|%TJbi4Vv;1|Ʒ="pڦlr2'#zsgoOX  1% a6e0.3{dJdh5fj Q[x "UCg$R,?,d % @HLX\u & u}} } }  } 9} :p}}AFAt}ChD2E2JW2(J8Jx9Lx:Ux=>?@BFG0}H$}I}XYZ [$\,}] }^ 5#bcd,e1f4l6uL}v@#w$}x&}y(z,,(,,,4,8,<,W,\,d,,,,,Copen-vm-tools13.0.0150600.3.15.1Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guesth^ h02-armsrv3+OSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in vmtoolsd.service vgauthd.service vmblock-fuse.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vmtoolsd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vmtoolsd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vgauthd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2O'q>Q2M"@'2K  HH `*H` p Yg9  oT- 1 5K 4 6 U D< AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤Ah^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^ h^h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^h^Wl,`Ԝh^h^h^h^h^ h^ h^h^ h^ h^ h^ h^ h^ h^ h^ h^ h^ h^h^h^ hS~hS~hS~h^h^ hS~h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^h^becfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1c4d39f3d753f5ccc098f713f1949f72bbb27fa866bc3b065f14853f627cf10812d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0af5bae6ed7e346b29d02f953fad1c3e0b5ac79d0396b06325c9d5a314c51b0a288360107d391fc21f5bd57cbeeda53d337a23b99c93284c0de4792f9966744a8a8967361be9fed4f4cee5ce5262875c7083a1d3c9ccdd2244fe3701d0453705d31908c7aa70b4beccd7c648032319b5324e36d262336a5f26f74dee4a8fe039c615c77943317baf5c83cdb6d2c60c9e0819a26a24babd16860d6f4c653ca81e4f450fa8f26a6583a15f60dc36ad2ccefdca399cc739acc63934a0daed55b0d578fee916ddc5d3780ed780c1473efdf7e892d7270fe39f4da6e71eea288d74d8f57c821025e74327d66f931fce250361d274cff53acdbe39924adb36ff9e32235a9c979705829fafbac811622f79810e712458d59389f8eba1457269d10e3f272308cfd585ad8374e550e101990bec5e51cd8591ec769030d29f728d40a249a5ce84754ffd05e0bd865bc4b80945cc09b1ef8101480a316d20fe24fd1553ac8b35764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a7580a1a924f9993ca29b05d892f631f9e010a90611e143df1f6f12ab09ae865e6bcfc4dcbacf523d5a32c7a1690ac956af3e981da244e7c389f3ee261d75ffb3135b238e9fc07a646fed428aa34ae27f420fc29a45240343f723eb74f4e4c720e228e2f214d68bbcc1cf9f0bf73a1f6ebbade49b419881770483a34d13db4eb994cc1a546e1771e268e9063b4ff37c4f87c98517ac7457e4a12cfc8dd8c7687135947a03d1dec91c90b675630d001f4e3fd9b792a5ee3e3df1a92791317ca06a7ed123da8187c52cdd86153baf23f5ec9ff604038a66db9ac396e1b74164b8ef2bcbd634bde5c292844226172fd48862cce0e30c99126ae4fcf8774cf6e8cabb7593f49e3f95a1e32eced6fba0473e614f00a10d99c854d93e4e673482de5b433c291bba6305d2353a497510abf643325cff9fc2fd975605861aaf50fd8ca219b115875ee7428fd6ade489713ea34f1951b483ed32bcd4359a2566c2c52a0b48baac03719ffed60b1d0a72c232e178d14ff4c28c3833ae12b9a26098b5adabfd98b2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a3264f3036ea79cb4688c100889f7e6619666e0451908b99e1220b67ac87ee12becb157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.0-150600.3.15.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich13.0.0-150600.3.15.113.0.0-150600.3.15.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3hUM@h#4@h@gg=g@gg@g @f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comopensuse_buildservice@ojkastl.dehsk17@mail.dekallan@suse.comkallan@suse.comandreas.stieger@gmx.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- Update to open-vm-tools 13.0.0 based on build 24696409. (boo#1245169): There are no new features in the open-vm-tools 13.0.0 release. This is primarily a maintenance release that addresses a few issues, including: - The vm-support script has been updated to collect the open-vm-tools log files from the Linux guest and information from the systemd journal. - Github pull requests has been integrated and issues fixed. Please see the Resolved Issues section of the Release Notes. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-13.0.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/ReleaseNotes.md The granular changes that have gone into the 13.0.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/open-vm-tools/ChangeLog - Add patch: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch Currently the "telinit 6" command is used to reboot a Linux VM following Guest OS Customization. As the classic Linux init system, SysVinit, is deprecated in favor of a newer init system, systemd, the telinit command may not be available on the base Linux OS. This change adds support to Guest OS Customization for the systemd init system. If the modern init system, systemd, is available, then a "systemctl reboot" command will be used to trigger reboot. Otherwise, the "telinit 6" command will be used assuming the traditional init system, SysVinit, is still available. - Drop patch now contained in 13.0.0: open-vm-tools-12.5.0-gcc15.patch - Ran /usr/lib/obs/service/source_validators/helpers/fix_changelog to fix changes file where source validator was failing.- update to 12.5.2 (bsc#1243106): https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/open-vm-tools/ChangeLog This release resolves CVE-2025-22247. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0007 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25683- Add open-vm-tools-12.5.0-gcc15.patch from upstream to fix gcc15 compile time error (boo#1241938)- (bsc#1237147): Newer version of containerd do not have the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/api. Update detect-suse-location.patch to point to the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api to find the needed files and update the tasks.proto file to import from github.com/containerd/containerd/vendor/github.com/containerd/containerd/api- (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service are set to enabled by default. Do this by removing vmblock-fuse.service from the %pre section in the spec file. vmblock-fuse.service still remains in the %pre desktop section.- remove unused pcre build dependency- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed solutions was non-standard.- (bsc#1237180): Ensure vmtoolsd.service, vgauthd.service, and vmblock-fuse.service are set to enabled by default.- convert to obs_scm - update to 12.5.0 (boo#1231826): There are no new features in the open-vm-tools 12.5.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been integrated. Please see the Resolved Issues section of the Release Notes. * For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md The granular changes that have gone into the 12.5.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh02-armsrv3 1751033357  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.0-150600.3.15.113.0.0-150600.3.15.113.0.0-150600.3.15.1 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:39461/SUSE_SLE-15-SP6_Update/9a64a1e6e1c6776db3add4d1145a66a1-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=311e163ce266f096f9faa02e688ec9333791e808, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=54f3e5fc75ac625468063b058afc0ddf2b3fbb5c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3332c490de11808a9e042847911fad746ef10af9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=12a2fc98a415e76128e125bbd147e9994b42d239, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=0906a60f8d99bf27d4b7e469324c3d586d85887f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=ae7a65b2c8a90d0b5dae90e0cae06af9200ab5ea, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=5e718740e5a1aaa8f8a97150c5ab64ef50ac21c1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=9353f339d89aa6d24965de8f1fb66b666b587b05, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=9d7e5b164bb05dee55822ca84060ab414d4ce43a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3377124a3affb961c3a723c5423c380100cec27b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3643f7fd12ce9d9ac8cd4d65ab055631200d021a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=91c0720dc1b2feea3818040c12c7d0fa4c7bb38f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c196f77c009b2af02f0f98325ac2480162739a91, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a56d1a2113a9eb612ea096260b9173fa3722aa67, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e7d770163849e60d299b6eaa77c670006f08ecc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ce24fa96cd9c33eaa790b02a858d18ad1fff65e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4950ff11837bcfaac71eb1fb2e9f511e556c0a6c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27a7a7f2fe63c5ce8a891fb9618e895455af388b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f275bb3d5c7ae88d819a7b7ab6d7f7ae80bee26, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd05e4217d79141d2d5f69fa32b30201c5738802, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f8c9f1c5594025cf81c626dee0a126f109e3c98, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c5f0af4475e5f23bbc82ee65ab8228fda05253d4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=100a4d31fc0c22228e69a3cb8fa5995138a8fb35, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=78140a15cb7209b6d8ab87f387d6bccf0c8737b7, strippedUTF-8 Unicode textemptyASCII text, with very long linesUTF-8 Unicode text, with very long lines$/7>FMR\cjpqy       RRRRRRRRRRR R RR R&R%R'RR)R$RRR RRRRRR RR RR"R RRRRR R R R"R RRRRRRR R!R"RR RRR RR"R RRRR RRR"RR RRRR R"R RRRRR R RRRR R RR"R RRRRRR R!RR RRRR R!RR RRRR RR RRPRR RR"RR RP RRRR RR!R"RR RRPRR R"R RRRPRR R"R RRPRR RR R"RR RPRR R"R RRRPRRRR R"R RRRPRR R"R RRRPRR R"R RRP RR R R"R RRRRP RR R"R RRRP RR RRR"R RRRBW1#;uI systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8cd492a377786bf8d9a7d022de45c4bad36050acd7245909cbbd8f1325f25c1cc?7zXZ !t/ⵎ]"k%GN'UN#i mIּo8kK!dsHxW|qrj_1e`x,&5ylj1!c=f8juj nWh<l6}U(7]揖ZHִ`@ȈYj5Ȯ7hzi<簐cf{pY#[c!pR!Y`wa-/X"*0.z;áèKcܘŠwGYۉ`y''_O{w2W*AԧUp[>>H BDSxדvsqutFXF }<P\5_ej*a?f :=^pV [: 2 9#NCoSinآv}0&I.XZAVά%za2QW[zo@!T{!AemUxMc)kǝ=niHf8֊v] q G %B " H*Cp+Z~Ԝ`=>hQxt)=.B83ٟ^w[_IK`a$nj$uӁw4]e޾@ guh,,/A=^E"G01"nB:Iw 񒛇] &G'fx9Oنbzi@}KI?iXO_o7!tr_A46oU 'chp/b.js q'{Iu9' .ZfgHd~$ZIm(NX2qh`m70FP$i懰H-pi*4(pQڍ $6}A@CiV1c3_Ji]z))i8zAoq^A)X@M浔j/w/ي!>WFI&%əil4GH:m?8Eon$"0Emh 5,|QUПl!tt-f/;64oq؉B4;bR,2TfNi WYFzi砇,KCӴBNgEY5[y1Q !fR`V̈Q$5rHqF͏__U룧8@ΐ7mEOtsDE̍}ʯzol^rsN-fkDd% FQql! NwTN*m-+zt]^dhb(*7Or""(.-^j0dmFՈƊ7UհhRБek잞俳-kqn&{"}be$31ĩKL݌~x>-AN_bHXSfA-Xksmc4N$2e_Oԉ=Os0q[Zc }0}HCK"C93G'J%ѕz9 T-m|LxosO߷,jyHd~ i֦O>śo ٝz s:ꐉ6F% + V?'g`뭾U# #1tqVW6tDBcکc5bdf=kʲ{s7eMO;;zqoq&n^:Y2xţ)6 GG2bX[gHb r^^ LYPp!Ɗy%aT99-&ThdF6:&x r&^yU6co-|L?vV"tK~g%;&if{`qH5]) Ɯ,v?EkfPFtQ`t+\bKp+޻އC[dvx˲9Wl]md!pgZ2? ZЈ\#6);<t_cfKkyn/m_;zF t~:F1;1|5|%>|$.=Z#7{hEm)(K0qʝHB3QQ "#ah7粂w/eJ_">ǂBbN[O!F+!Zjf[D[ Ox\ ߤ§EN'-{ˊ nDldz}]rK¿7u^]Z^4W;AD|0^۬kXq?.5;B?)ss rkƺMSIifK&k5=cN,A3ly9F]TӆŕIfjDYtruYZ|ޠ\&q,GQ=dYqq.s=jgx~>_}cÐT*ȖVXRR7s$Jy]be(\l`4=2M.%?s<}ϞY!K{)xfkۉ X&X/RU6x'-Bgs8PhzBKv3lE9QM&/cU(){|pS A4leƉ,A9X\rJ,' 1BsdQ"QFcNk #ïø`s7(yb5)CrBc2܊`yAu,摰nW}iWTfM7`m".MYPPCFʕK;085=6J_" JK䪸H<l_;ka+͜V^u \q1Lz 租4D/ 5s⍇Aʩ_o;= MX +XR hhڽљп.lhv]~uB[?' bE&O.SEu>!51,c)|n@,SGN~3{trD8ꋨ_C.{Zx^X8P- &s؃*kpRxdQ0]X-r@9/T޺%?bpT!X4M7૊SNxFJJ28+Q7*wCpb,ꇛW`$FNv.iP]JjaS:6 )Feo8g-C6\4ĩoׅrp3pr``<)T~ׇkq{,Aˆ[qb٩YdfAG9Fκ|eϢlivOΏHpckVlB5(9PAOG6; &da]j t}{%]IUt_2/$-QG wso׀ KI".5Q C +7G[ޓN0(Fh)FtZ,fLU[[iM rd?Kg9wO`RZ V X<1$hxh^5Zq&#u/Q$w5#xD=#'U+b1:+0L;eK Nٮ~DZkfJM@(bJ\CV>Pkj^}E0M}e9ac_T5Ub(}zւ:Tϔ"\p=6 s;([V8? cLx#ervrlZN%}ڐmO@Me gI)ꂉNdcp#liQWz Xl>VsSmaq<*)?UI5($#NA_{^ b+=PL{FG|GZnxWc>rqTXtm5#yhdP#o@#6\^xò^禴 ҹp7 0Go ^1Т#ijǙ J5UJ 0r0 HF{֨`Lf g7ZxJr-~Ȁ5{++|:Puܱt"V lh h rU0ulδIJ0(=Q[=@}a.n٢bH7A=P>օ6"Vhvc/} {ǁ_Tx*z GvՆtkD>Ԯ wZ|*2N;DR_)bTIj޽aǻKH{(W NӔ_2Ng7(D2Z!Uƍv+5^ǫsFX2RuDAjAXZZ}#ߑ2;R7"?m}c\z*l4:E:m5>NzeL{w D4"fo\4`|]HP Jx/=ZƖ}9Q#jg>yxB+fJ BZ ݠ.Pܝg>Ah %8^9, 4P:zvs֜4jHӍ;S=1ejgsI\Io:ı1j Fv|>rBeF 8Ԑb|i11A0[_t@#^Yݟ*S̀ p>w8Y+\5Բs` 6Ԗ'8A0MET_ou&<_&[ո8u"\±ЫB\fq Æ7rc"vW**qwېz"815{VT]H( q̅I>ܵm)`([u.M qy+XqW ci oWwP}> cb8jt?M"0@2z>ef#%\;8BꨢaX':}:uD8~ d wŃk?" 0%f~b~>DQ/]dǼG*N r(s-dFmTb7xdxurI-x}}et?)[yUȅ3}z ;@2R_$3惌[:%y:<gwGB*,zd+.+"g!;W;PxM!.Xrk K,J?-hat<*O\O%FҪHb8 ~)Dj~ʏ]: WrOA%MjT["Ǘ[oKu&(Όw_,1g` E4 2q~_o"Fj =n#hKX {*̇`Oiv*?1.ؘ%.&b46PB 79pEn5'Pka(bwuqW?RڼtGO=r<ۼ+1p4]x~r7ϙK!> M3SI +)E ]pIZɼ/5R@8""b_~rI=9AP[zQ/S.01_Frkit\?$gV.Y\@2(Bes> k(Y?a aN(0-w amK&f&p`AT:Q&.C 7:}ODIz)L o4Z3YWr5iqͰJѫ۞t}cE$ɕDwi4`Ĕίo+ U 0Y15HL껭lڸCN @z&M8(i-%ܔ8JŜȻs4pNlqI%[Rkh":.Omi1ꝆXkIJ7QIGuՇ4Pe rA_DKйi+-H{9 N66S:%DO!Ia9@5 mʜh4`Fٺa{dZքiD8!^pԝęٵDª/9y>QB1>+Uے%Dh`tbϢR A~} -.^ eG~5) Z8_>_2+PY)<œyfg3 V:Ʋ/WFO%TvqktB= St}ü[ʤۊܝ.ـ谕a?<fY7S\u\|fUunT+@W'o}b^)ȯq ݆ I7^9aP$~^aYF3يc#CJ m/=iE~_&iձ)(?t\ |)ӃiڋyqwS#7ZzW.B&(]֑;ByR0$Ei䱭<<^֍!m/yk]}(oFI5ѡ[uhm^Wx핹^ 7Mz8CϷBaz2!A!/-Z[_M-B5{Dtf0 qqW?d6[PȻacV`n4HV;:sGܖĥU46Iti#~D#Ob|yK! zz":gO-@:-Umik%ʬIlNtf ad%PRF iMTN(H>SifY,`I=@Pf"$6ֶN؅t)vA>r@'Y;UܭDNC-_h]ׄ7YHv+Gm⫸P|k,[fj%2~R@"${ ]*AU>qF'tIC  U#]›}DHreC/PB 'Sk,Nok^Ur^%iު(K$*;D@.Ʉ~Dr;Z45=oƆ5v0,v=N(Yǻ[=Uյk+74u#T=ف|5Im3]|;}nq8.=4sTJ 5Dr7G!|E ="ҜaUAKI Ufg1BC̼|NˡLXӾr `xN\~Aχv͸<2"9Ћ7/+ 2M-FhXhe{Ld {׀蝳/u5-dԒLEl:Phe#:T?T+Cr!vჷZg<|kVQf nL q{[ yC-UUڤZk3] *Gv "K|]SCD5D#D-HZ ]CP;d:=,y'$=e=o 3qnm=0i? v5^7r^)SB틍BXЪIi߫LfLbnqF90rY6!(:,"xX( e."5MI3?]P׳\bbN:Pvԡ=?]*$)B~CQ;@φT;oDS u(ͥ//Dj;zKԽm)Ƨu "%[PD R-%vڗ3#oקM&8MCkB ȿF/ހJ7U۫|ȏ)nPa3Yqz$FD~}LnCZ `2;%STFJY^` J ʤ,Nbt[VծUAz֯[^op9bx0P1{Pp,^ՉB{FKBlDqkٖڜq6d 3s>a:CQD;\g/6%gi5gՋD|yBH#H. v`r}۬KnfjTdKvŊ_oZ4LKFvgɴ ^PΨfk4-?$0 Gmd6V). W,3ă Jm">qI>`KR6ZׄoBU9Tn'}%5bV(9zt"ӯLӃ_GqMrKI`e5rŇ⺤5-b$Q-ON֪ax9w ]lMRU/1Cb=>jّx/W4LH7WR²FUMnp^O:u.oX82V)ڐf[jWaƲ яQ!Cz͟-M:{ң-LY^QB e!OelQZsSD Z4ljsM76 M|c.3qx-Ӯ4 ɻOf_qN7k 9'Vsjd[\bm\߸j__Oco)Y\hν5BQWhu- 5VoDAT 2I @J=2B9kP!r]ވu ;il)vkw$wj_;~yw-fVVe=ڠ,~8}!m:H?rjMu"}џȟ\:zQDb0DspP dF'<;D6:Qܜ9m7݁"j1|2Xh> -7Jma_^BfLGeJy,Y͍hZI`Э+~؇VM=R̂~`+[Ǘr+Ӻ"DF*/;G Z 0(AwDSJ9n]vqnP7%oxoK٣R*=/ 86ڹ -2͚ 8XǪ=jU0<~ lmLdn/xb#* l԰͟AG !mH [(3uIj Xwb+O~>˟uBӲ qKTDָf`$q}£ŃHӟq7Af9n,8u.A҈jU*;y}]}Dvq\!1sfcU`$GF#u`5=`#$5<G̤ rؓ+X7},lA<< m/4#VŠxUwjcJ~?ˋ1# K sf&Mf~܆Zi9RO?Ă,Ũt(pݪƹ|] .å9l*zm7eC섕Bl8u\~_t1$cG:lzA [S [Eɱ_E`tU{P5lK X CEoXk ˓ځ r1٠qM)Ð%jH%pssnwr pV}ۉf~1.? qXdu4c6-/b;OItl/^r|Cx K{u1F|S34DΝ:zmU,$WAhNn3˔6}ɀ{LraXp$k\^KpPr[9cfqbYP!BP&.nsYw 쓄.B qC6_vVn[@HFRqaS&B#a6s}QIMkx jUJ<~[U\6f4vP$m $1mK)+f8-çhBE_CK;”qxia(b¯ B8 JQm-D|ʆv|.o=Z)/x>2'315:K_y&|`M~ p\;,OjQy9L>d<0S cKT•5DY=b%/9?S6 ӈ'DHGJ3^O'%p%Sq up*RZD9y>_w#kL#vh1V; j Tc0n'HvNٝ" m6S&J[hqULGlL p+sPMPvm bޣ&D+{xzEaHzKpq3IjIn˭?a|H Mtuy .-daO1vY ƒEڰv}M(31^pzYt/lS0o;SyZyĉpcř[ZNEqJ^HM9{ H+R5ӆz֕*Q#'lUY͕DoB*2bVȞZ/Y_Q77/-'غ0lV:R=^As&8oG47﯌H,atMrdZrtΧ)0p[TrpFͽܩGVB<|Wۜe??lx T \Ll$H=E,DZ(]6 e 58ײ.d6d&@3ͻ%Lȇ(cׁO2f@d!ӈ6]K |YWw .WXlHS^TOO,'*WW:[G|K`2^iB~D U,&3Ja5〤 ֧L5B m a#(IFvrX,m{>2rp3i8> hp ,vCF! m"A(zNm]1>6@z| :4ĉmlS[bZMGn͌鮖 キ2 0~d]ӈ/|@OQX Y@^s׸G3Cp9c>GcsꝢ ƚWz&<\R Lf.naUpe2໑g4h`nXA*O>p dU|it[\@gz,\E*"OCZxc% /΋I&Mc P ;f Moٟ~אУ@{Ѭv.SPe-/s|L5qWA >2π V]FgRFb \ %㸼@pE--!Կv8&8Hxկ$m;U@uEqZM33* cb=ו ] (Ն޲F{,CN,py2qhC[~[ 3rE)ȨNb82oFUGJkwӞMcИOhK`H9}VMй[sgur p@.#X۱ zꊖT.@akE G ǁpN̂ D _~Muԙx3C(;7ސ̄wU'`H3q~ 艣wBH%wA#]F=wWMi{muNs5GWS+,yny95\~e7JЮO|VURTAۯkUۥ.0=Y=*GS8f%SP"U h7xFsd3fr6'V?IH>[2ِhC")mr)ꘜ9K=& )B"QR̊p7 *@0y'Ul1f.E 7e6I& A<Q_xy09Xa'0SסQt_Im2^RClCȏD2=7m/% 1 3רy:07QdZd|B8N%\cs05pyT:VmIDg[kXk'#c_FօpӚvHW1ަ>6[&R* FI1ero#Rt7fO M8A\_JҩH~鳢Up7WG=/{|8~paф)ӳ~`HU+L|͚F0,1v⼘xJNxaMڈu`Ap?? sZ1Ō\6ʥMkSkz1g`ݔ?Mk!*3cݗ\=@|H:'dYA:k,UqY8rl[AD >_m~>wT0=rޞ*6%irJP]Q8j2FyƷP֊۬>/'<&$pAWs>q^4 dB=,ݷ1н'l0%曦)q;,kP+޻VݸK>aLC&`s4CI.n΁ Vo]6%i<{WØJ&GM-sMeit;!>WBeVѤЃ+^+fdh<ts/SF&#y_y7Y-'.K@]~9sn(. !%T*L  v 1IG^%d!G;sPr;_ͥ;8?ZZ3UUEjMŭcܯz_όţ`^'w'0M-,37].~\٤vU+2b| 3zRQ6u?פi|zeU8hӻf:=/E[\D0pƣ'w-)چK@vTiБ1rS(nI9ۃpD't&g )>4BB"kcH"ԥg>X2eieHr rdxsRTGP!d "d#7E]9jYYeٞ2 [~i=]iX׳yR;)SPy] t=]+=Cz:Y@ݠ $ahC霯wk@PH$7@~/?sxCg;HPGp?=!]&{*i(~{~Iٵ+JYUwc" qtn{~rCZy3ㄶ#2 _ ~Iliu4Y]x4,- &~/ѣ`2T7>,6$̀fD Hz[.qJ2i Ã蹱e3ߢ)3XzbC_d)T#*"/s8O3vx*FN7o%Ɩ>Eg|׌=CȉNNnm0p\ϧ&#{^ ݐz/vOB.# 6OtH =:MP!H AG\ۇ(b 6D_Ks["?aTH?e;WM@3\va #}_Uj pL0^sFc)_'̳PJx6cz.nnprx5ט߂<:7aldoPi8Ӯ'kEEYUP|v>,1mp2m߽" ZlJT!+m!x&~f*k a3:Shs!o? fLU%y}٧Ѥs,21}掓1t`b6_?kS-Eauå~ ES6o5%}f,D,G#pƕ0L<ġR] ."Q&z%Q(֕bQr9  oOp6Mg .q'.nqAOf;V_->I#"١JʫBMʣYu%iePY%L}}]w0%Vshp\{my8 א5Ȍw$+(6bj?Kd<ܱ6À7^`w9ӍsKy» 0.XBaA2guU:H$N$8|(v{c&Iz|#RPE_~ wqN0_u+KndV;'ݻʶI!j4SƁA)H+m6' V(h#3&]Q7?:~f!w3H//9;x6 Uf~+ {vs;6.,fA1u{;Kg\d}S=3WeZr~Vv5ź u§'hY Mᗾ{)8ІNfᓢN.BBU-}C@!T si\կr7iv\RuoxNTR^ڢ_s ?9#Tf8db^#156#MNpK?X,ȹi粙mq: KPB@GhSvPYdh\0SZî!ws,C9˨C'S_ )twd1ĎVp)t$.q$.P24x!$u{p52]#/t\O lK.ZLG0Ю5Ȱ1mRgPǰKj7Lzb ;ا[SVK 13k)"y3x)-f_'t3#9Ua@G qHOU!4e}ґa_xډAmq[| H70=/W{3}6vJSqq}5~qL'v7GG8QBpC#w<*^A 4DDuVA:L{߼wS3 A. <4ΐYncB?x޾/Jb9{7.J]1R:eӨIAte5M6xkY;TsxWW ws F<2T7<m!eW̺45$@PHUA' Jm \YOȇ,E5zސڛU0zKN8 cEPmIK w.G=#%8ݫntwFIn3mZ:+D< k+pB~E[7}jIqw͌ʐ`|SPiX\atj˫څ0), tZ=>JjT3>__@xt%[ h8k i* kaBEA7Z Y: %Vl!xm6E ]{i0pְ"R,XFwfm2m8ˢv9tW'#x乺k-5!Z Lw^ڟt$YgV^B>bZ^ U/ӕd˂KVa5NTX@һ%$]01n>6quYg}`vrr>+}-:Bt;ѳ#L>vmr_VkY6~QAdOXR^\^MrׂdV,cX2ԄyOWDIyTm4 w=*&AB:8~4/,is;r`TkpI7EK>!kNH^=>|Ti7I+#i@^$Y5V rg1 ` }-]h?Z UaJ]BZ }*<`o!aM]:LJ5&XѵG"D41N/.8 -Z7ԵBIX:b4<&GsgW/,@_qmWF.^ #GMI gJ쵿#d{HnNx |U6%K'( fI`=Ȣ taȅG'yylJ>&+l5m/y7WeצK>:7GVpZ 4_ ?YOtt  3<<dkD40:X:xq]3쵇0͔Xĭb{hrZhYMM /Y{0e1q?sB6\h3R['QU"F5ZBV<T(Z#_Zx/Li]9=pYT7-l i yU %$%E@]\{ qxm=lf6+ov 'cD&lO*i*8U0%iw1sOP X޺Mq;3Зk-l sSd@d8z:)bbQ3옕Ȕg<2:'Ƽ*"ft {miѺ~B޽eR MzAKU7םFhgkqūb .Q?W.n-_/6,>.pj`g:J@Y}ATd`F_}3 )QLk͓˧wmٰwh#"a ,\]Z6Dז&di(:cӄ6lj.3~EPca`cCX%_,$ #f=01\WĆ k6Y%s?,Y:VoK>dO.hJ+k\ݺLE  x^lDy篭>rL^(xascH9m |TXVaF^$iQO:ŗ[ F*0[GxyzZYX2XISjZ ct}4>V@'- Z&EѾjHT@fY4T[5̥U4T a69ԑ'L{/pxճ2UUG]sb`MLS4_QC-.YEɯW97H?EpD Mc@ZT3 z?VʌͱH̨YCvEՕ42HZ{X\R5Lȱ`7)u@.Y"AڥmwXKGP aC-M^ZrH* ‘DCdTRL6LϠVskGi3Y}~=Yo+)Drk^ǨGV5SL=~NWH"Xh T ;FPФeOe9jټt0b`z#w-6Qzzr(y^mٛMq6 EC)D# \*#TrbeWsX l/X)(N # IkQ: tzyH|W]UI>* N\ThLZbk/dR(^ GW`[' zsA| 8۞a;y%wd4r웊u܍!*[ R+n9/L@wQ伸=2Hο [Q'ꡀCU<! Pcg1/h{Fu4E_[r:{n a8Y" >gA>bh) NYKQ~h%:%8{5@{Ϙ p7Y6.`B&ʤIuzcmm+F9ܸoY ahwÛ]X~ W?"4Tl5p.,yYWX0Z7lUrZzf*c;*yL*aC?#s@u<`h/WC8bqx; /3H?dcQg6]Z'pmNM+帛iL:ȭKɂ~bSY M4bBKt'dɸ3 E0>?@ +yϵzš/F@4FBg+@(Tq]07@;svF nkY}'=_֚#3YF*9ZhZnߍ+v$"lf) l72xAM:E dÌ+ ~}2‹2F*d5C&(Hţib_׭|i"ޟ(@OxB.D VN';Fi^ 2*qn{ a8 LQuKG2>SoPf܅@n:7C$Q>v[~U=< 6ĥ #R{qM+СO>Օ*yY:'xc} qW'˜טF"+!(ޜgMm‘H"bHWvNh|Q<T1/ ?$+t+?E,* cljYwfcj p$)%cX S0ufSǣ 8aU\#ac}{QRV`?Ÿ4NN0iRO @I8o:F$bd~΍WDB'QG{ z?Fұ\j$qql H +E=97Q̓o $ 1]hka{fs65~&>ۑ{tӀ:d }=#U ѹ2^mf>VRp9Bv w|]rO9N;儥3͠߉2N`qZbw.|S<#SH}!vnrb BWQi,^J7+(pN" \0D>Ά 8C(E6v#xH"^.:Ht$D޻ G0Qd"QГA) =Q+"5Ų.G62!x#:`'H;>%'&Jv78Jއ%Ķ>aS?pn$CIr ($-=UFM?OfJ*>E+:Hڪ+s.7YGeo(Qg.C8h`EcZcD/U?0@)Hā*[)Ńxh^]RwzE? =-NU͘&rNTm E5`_ EQN@g~]IWXz.f״5MFw-Qn0CIzhQܾl6uZ@uq{Y5x|l:Zc8-@\*`j|es/fBƮ).:Y 1Y#D&;(;_e({SLvL [^7\bTfCm*TP ۬o<Dsmcm=XGRk4#[ȔI_'s'QLMo BzPMo)˫iYN]Lo:Ip>fW$-X:seJ$sǫZqN ء3ݸm_DT_[{O^Mu$DwB;ani@7w pH5ǿWZ N(UvKN gĸzcEn#ߟEk2er0|͊ѪhH|.nl=1bGҭH qa2s DZ]߀/2g ,wgp!4h+;[4@*Lձ=x0Ϟ5C٧{(TizV:wo?Vf\0LҢۇ^q6 KTTܮJ!ۉ9iw#c5fB_6uqݕ=_7Z—(y1G##W [85@8u,EM$UAZHE_@.ATǑeb-pD|0j-&&AnQ~`|}I ˢ@*Yn ay`msŧ2g5qٹ/G*# bIKTI d,g2uGse7rD͸f[TRm0ja۳/U!RJρa#]]#.tq7#=?XXU(M}O>{#TxG lL^,4^(|F?;:Z|ϙܹ8φैz@S UWk)¯OfJ.{KAcK7f)=A9\(!  " \JhfzF~Z6{|%A1񑲿 Xʱ }W=CavܓJ+[#~bxJuAT/+NHBExth%R%;_dҙQU{hƲR gzY.uKǞv\d e]2 RQ/f].ݺ=0x'ZYڌ,iBhO]Q"`2m> $zP{N#\s"c۔H4+Ms>`Trk 0~c| ml>@M8J|1Ai껧zROKK'oAm|*&rgE?y?!ct{rNeWRsVp R&:; ]ˊmV-ZfzH2}If2xܱ|d^N.Pw6bAs [y|Adgr`) 6Ɋg0F8=E~#ML fjn#=wKJQyffdzM]b>K|P)__\Ui$7W#/> @PM٨ђ.ӻ`[2[z1`^Xj4St{@n򩎈n3vYg>qo;OJک6ͷ%^'hP>Eƭ8Iȑ<:,7 o7#>.Amvte/bf;dRоLؔ Qӽ2^Uh=#kC[8])(tK4[Da _G~lG{u݀0 vaDh%(}HIC{Zx1ܧ@WW(d(JN%$.!jyT`LM<:bUYnq{DvႛXi ?i<}ivd$jy" G,W,d`eupdg[_t e F[zk$ SD=c-\Ł۔&,VU6e2cz|҇ffԍIq鿬aK&x p,N$e tU,s@xsOQoоk(۬UAzm6*qIu1G]2G%0w0sp(0)'3_< b`ϡ,|.K,t5е2.2Z8RE笂]G驓;p- $Q?S8ٚ /|y&v/bԇ sj/0, -J471eE j݋Lgh&鵟-Tʓ:#4 g&$@@&[XW9\F.5t_N|\ {qRR iG(ޓSiZ;5PߘbGApu%@sWYj[`?顕7r386=tEi2y55]{͓yNe8^}3*(Skap=eh%ZN[ؘm  c|8] fo"*/i\YFB5o^(OaYphjՂy=.ڍ:v͖ mVoP6bs>{ې$Wzrg]*F2 L`#Iـxls_zHjVS~P,}'8uA>bp Dd2:πC'w̾0/DNEhAIPRBv:MKfO0k?.cm-jx 7s)u$9} 4nٚ}N:C]*%{ҬU9' @#rZX#ҡ򫗮 } 1!=,gql2 Z2cވl"޽I")DIwE|m,AliE=LS+Lum]BϚneW]+W&Y̸6^Icm{++3. ~\4H K~P]#L\ tM&Ծp("iՒ_?ox879]66_q:nQ:a-t-G@ Ǔ3֗Ս4+*F,¾13,|Az^%PDJ Ѷwik+F,avjSI?],}g)et1Ã5Rp4E-a}6gɗtG`x#pMz2ctzېO%HC}w`;qy~u.ݼ 遷?i8+1-}*aby,JOgLC*.WqV={HdZ-^?'~yK 0.%R&׳}˂*/+zB}/U/A#- 2WV]/)5?joTNPx+ar6qW.b&IR_Q8(3 P'uKOs")ynr+m}}{^1Cpz]#?ۆV&WB@pQbҐI1Qi'43S]ۚݑo4&mkm3f{^QPCO ҙ}%Lc5]*ezYo):WZ)kED&,/渣K!-ߩPWMR3Ƭ,5~9~F҇[d%xB"Be{4ϸm ¥[ tY^4ArLGQ__Xms1JvY 0=#B"4J\7vIJ|+X2͘n䣗ءmZm# +O(%Nà<-ȊQ,ښE6hѝG9qcU0g$R j=vKNb/|c7oW5^߬5wWgGm}p$bпXXt]Pӱ u،h,v }+`c O :"r}Q8ؙ ( KQ¾" ŏL -!A[H:FoF`>a9>w5d? X(,rtNG{z:w?&Oo+1VPFGT~:a rFpu=8%P-AS|Du -􃟒S 9*a .\C#dٮж *]i5c_ !n'<$SdP !>0:QMJ?/nC0&njGPjJ}e*.C=#Wz5j1_$Ӿn0].A1B'uDΊ>_r.|['٭ࠨwF/SZ-WעqFir+f6JƽKJ ;(`;6}qR %ӳ#4$^ɹ!+ͶKڧ Zb !~CC= )/6a*""Ȃ&yP,F~^^9-*@Þ "ko )65&VrX {KL0@iġg.b:rK Q!Oezѻk8Gl.UBvZ7Fhf4kcÕzzjW  _EZ0Wƛ{ ̎[G-MUwJ1PzPYEUzSqЋz;WK{[<^ -gIe֕$< fPYq+T /o~e?߬ߊsYS)_ Ûj}&v~ eOiʲ LFpgLq %qRsyMnd ?6 i6U#`d+sF@I2.Ò Bqd, )!@D '),/URn&Ƽm^B6?1kD:eҳ<g8&*aQ,/Ҋ.4oOl5fϪ` ?YVh<߭ʩ(k#<VQC&tbÝck cR(:D1lЇ#!o sM b1bgT#.65ݥE 4[AjɃT{, YůC[,Yĕw*{ FFч=KEocKCGƐ%&Խ50պCюr; kw5 \mv,{!?W]J\)6Ƞ^g9cR. 4?UfNs|㷨$u3^N98i;<,LH!, aE.|{s㒃s9c3P" nm g G[Je|{, ˺+] H[zٱPdcYz)$KzY;?XNB#JW{б{cg\!%h LTZi &ϲhv]? M#)1ʎ5X}ھ@69ofuSY}!q~@}P {v0T=l;[L/mY6vSUJ"-yFMpj}T5P3\ɅHN8TWQoDY*/\`4)7xޖ39DMƽҏ_`Uq3:@\7hJhSIODf|o1b\Oʎ7}iIO( |{43 R5H Ui2V:Lq-+GpCڂi%y5h`IJ9e~i݁ |͒M_|U3/"/sAVMr_!7'ky*[^<P >EfV%;?[Z@R01`Z{3I gq."2@gHJh6yi?ԹnKx-5uRISG7`y rK32XU}yHJYRoߨ )ϗvb >?VX(8}ٚ?폜%,NNn&?]mā y86]rg2B!H]b-䑘Ą:w,mekHZf[a^+@UFҺn]kSTLxjG>q f+ZَܩjFXw| ))׼:f; yJ|jo@%^*Cw8to$a(SzM8f<Q_kD36-k/K7 H?23gi+hS%fs ^;˼aد˰3GpTެ1CL Y!7bxYE)*O[+#ѪPUZp\ó|Ǫ X(G.7mX\_Ɲ,9 I]&Ydu-%ǡ=4̋E /.q7hx Z]N.T(x|oTUD7hsFoW*:<-vЗVH]~~ pFP|"1|ty;&_j*/N9"if fɃbTfEqf@f`xVa]4"48~]AI3)8Ov 745jRWzZIl>8@| ?؟Kvw+m¾P$aX}|H'.QZ>{ut~#caM~m7 zJ49آ@AJmmyTYb'ܢmr&f⒝^V}ꗾڪޝlb#qnD%d $"&^?A%tJn995a]+űfL;FALܥEW*-VOY0+2dFGg0C=j=J YT#K˨z/5 C'.[\RͱN:̿#nv""#:Lm)9J(`$Z!ƀ2j)! Ne&Jq{ХX$NBfb LIM3 ;^kB2U|Hq>{.ѡ ˨ӞqyI=FI8TQGX{+њONyԫp`eٍi ڃ~DK9cuh A @!p =3s_g_[DoF1Zq4,zRyW$ɿ tĹMV6g},/f.pJ@)9%@9yչ$xu~@.ϭU6<,lxlj?*8eJV;Xb,g[IČ`(UI7悑oHl0׹)VG y-_A-zXn2nguJ č3Ǟ_A{fPnrѼ1^R%H\I<澯)!FFS1L7ug22QlG""# d-0xs-RUQ½`r!@ß;=ߨ;C|*WkN:R Y$tjb2!csZ$4qUdPc^Ьede,9_cCI11|.ncjr5=jc.D^|5h-RPϿ7HdW2VL]rV$g&R.m.}d%< )f)bhnq,'PU؛b)+m #QiLig>OQ<5?i{t*Ƴx\LHJ9ٶ?΅%9Ͼ~T l ;j.|W[p᠌^Hٸt_C` EzIyre{ڠԘ~L|HL(LsXKm`xP:QX:{ ,9f!Fd{_BP'xHɂ۟.fG]X+:b*"9@ Ik-H KdO a_uJ5E%ES]A zV+܍j2'KÃCK f_a3e]$>x6=NqF1#i^!PbH!WkyRS>VhF@o8w2+WuM,]Z\膌@j_,aFG5fPJjrwr̂27*}5DS @~}Qvtї#"anVD_0T7!M3[{xOr>djOwUtDE)I6 i)r2 c9{@W\axM]aqjR@U{0fRὊ?ߤX Х| Z򼶛UэaI 0-G2*,ẻIA-n(UHMOWC84@.cYEohǴ>kُoKMdr)ME@Ef8tkҀ$"ޢJJum)N|[/o[hB .>p"s wi_ /Yitiǡ1%kQ1Z&L{%W4>6.`{\3IN%=L^.xniX:Z墟[xd!f9Z|`#"e*Gs$(o_eQ j{2rc (I'dG2*O2▚X,Dt$zcǭ֯6x,Ceaփ?7p;S^_UELߐ{K qO'/0T,^YQwz~rكq:kt Kc;bgC=Reb}_`+ Y/nWgשƅȬvC𲺳&ƇQ`O^EDf"!;9x^YR8 شUH i{vtvߎ1 }܅tcm5c)edɩAp<ϸ#m]`Jnh T8旾p {skZE[{f/yj b )pa;t|Qby~Pbޢ UFO=Q@l#$y;bx8 k77\}M!k-zS?􅈋ٲđipW /LBx'G%bki؟B8d_@g`@K;bMRN a,|ɨg|6h<Hu)8N8g)+CT0J\/Wtx4 4Q]٪Ԉ=Xi2c҈/oԽ3ܪF6V1M)_xe^wXȫoq ? nBk˳Rή+$nQ i"^p73m/hOx[pXǑdg>.4M(tOJUwL}/{<\T^]#w.,vvNk3'k L z(^P0`1o\vL3uncz4 81O?hA\dlR93TdpD~9at$QE)y߁7/}Lh_pp8+34@9izu h&3r XGڦ!fLRߓgtbqM`NfaܗyB.QY9`_ZyB\ kJtbNlU4?i ]g3اPD%10_5c`]:Hѽp >c 5B'ZVj#D=HpytKVVm:27LRWI9hK.`)W%?SF#Kś g3H^~! U hT ߯UG :hwuef3F !27{&/Z}v&ڶ4e꘩?mMcaeETXn-})Vy"5$"e72CoIe@re9N)djqvԘv,n,E qw|_Ft/[h,#HPzw0$tN`MqYΔ@hhgp.Z/J-0uLk4WM"D 5p6BΪ8-U蜿7\e|lό `C1Z0/Pa,V4~U-c~7B_yu&fQJˈV.Uds!)v DqZo"d@!Js\̗?_E\*J)jF}<LwEYIg(9M='I_%mD- m/pJ/2,',$IOo ÜTM9V_>m~Cu\b*>wZD>} u83g,:j_0ڰsV2 ϟ>*PZ)pGe/Aa^5}K7.(5ίƽcޫ=B3F-=&&/y]W@z-7X\h66Mb\ BIbGmIu"6(3hK_{~""I"^*՗|7)/5[?1VØ]c_"n""MWY_pFUj]c'LH._vq38OAeǠb=Y[ Qه9{bG蕒1F5|R˭3H3*&xay0*T-֩ĕ"v+)v[,фkNcg!AK3-ݡߒF_+mF@qiI@*KEdb7d͇f$zR K9.F2DV0DDq3ZPPHα_R/;0$;m(^w UQBN_6oaH**?1Qb[ⓞj@X_Xi$#ڃ{> MrNlUH+E_ {KѺ&XNbOZ<1R4ǂdz,MV>L:T-o싸%nЛA)C+ ݿ9j[^6/CգF~ŷS"SٲOh"z6Gef | 9j°4H$t'éBv3S~;%0g_ mV1OK<{WTӴyW{dOE(.MyuZ9n?$jk!@uCd81ӿ`y0}%TeyOk'Z=-b%羒4ְ9h͗*38  Bf2"VHNVFb[[Ĺ]+Cc)Pd%Z,k_r^+?Ϡ')ƒa|9fIEn5 $VzĀ҅l1nY-(pսc2uQ7_2Yecⷫ./EI!7PyJvxRq|&-볢B]].o!'mY9^j!m9VUԅ- 0gd{!`|2ʞnޖp׍'EU,eK@@ &G@]ߎr!j]ޑވ6s: ^y#=֓ғ 0c}oXCʱ*t&` m6}riHOMM‰^ctVSSfBEpƪ6Z.YT^"#6II$6{c`S@8+I",l5!q`U÷ŽcZ4VK3ү&!, DGc4EXC!?ODv b'liQ8˰ȗ{xX!/ ! EltVEV&D䵙uDl[NƵfP樖#zxDP:[cxJ9ޞ\#(fE9樮#vza7._mjv佊[,x"/ >=m[qP0FtTAZ߂Kz a+uHb˝F #Vڒ~z[SPzՆ[_wEI.,rUCa^{pFG]a>*Uմab\v ÿy)wgɯ/u  S!]S ؗ{X_晎HhRFAϙJLP eOĔv*t*ʻ atKD?>H< 1c_|_2TH);fj (E/*Jl҉N8BA: #6\31Ʀ̬ɟPҒߓ. 4e7۫9WVO, i/Z- iVm Z%F8,Gt!{ՓH~N(нu-Wg=]wWE$~? gR`B8L-Z׵Ɂ)&BcQl [J&m4 i=Rk.\3ܮJL21\&7zkk/;]"#q1\c% ?ZbBël%a"vZE"Lek ֫} A-\eW0}P> mU M3‰n ِs%4O.Ѷ7cEq!+5٩G=~2*[Ê(K޷Az$ط;UىrH?!3{@>&lͤl~3/COtʒ XB~]DT˹E,CW= O],nR2ZaK DF|&%ua R_1KX8WzN:QiIBpcze>VeJ4  o➭V2 XC+tux~p|)klqTbcs/@ cJbgyI\q+X&>9g2gD\Pk9y?B})hTtt;dIJl@A L q!Cg'껰\{FO/WR}L<.x "IĻiRxcMA Ր|fYLh+tĻ{ӓ<`N/goQo#A@:w*. {÷h?0^'=Vx1$ e?" |9J֚̅mpr_c X%wO?#(N_Y.Ԯe뒾{m^HSiQW}0 !H#g ^N*amV~V _CrR\q3P-$> g5ZS~XPa`PPͥu{뭚 x*_XònoeCu궲h >I mx.SBp9ꅎH ):x-RkGSۺO'YLR]b:[hƬB$̘Duq %YEƲHI ƖLmLO.]SK,l(ܰeB~ڜHK;6nB/0D|6q\G;~oIFZbHPIkk{:(`"Ѭ_h+G'1"aW ?1 #8!XL#!X1꤅7ʇ!P] l0S~!hlU!ekSa\O/C{o$,L7$˽S2U;>O vuR;ɣ-߀k%LlKhl wiXUseg#4R]۱cuUFZB`}L;U3kr]N |DiJʄ8]s?\q974XZjXk.on] ﰧv~$BV <b7COQdnxn&o浩FYLۨbY"Џ9O1+jUVh@|טu") jxc;!ZA9%9Φ{}tWk= s X[ie[=~[!IYHbF6~Ø[˃FW uaf;h패egt>;d찘 جpB!m06aӞP50 6]Փb-6y%T򰕿K.ՓgؾC)FQ)e-NuGIdH_t,j}˲y͑s?ѕ)~Vf: \l|VUE+MU ZC4빝QՠAYcN|dC:dKZ:*q6-D,F!MuZhh?[3twxi>jսPMȨ:LE8@0Gv r^K ;5=e> <̈́q9w~ȩ(bvnh6n Lgx>|hJYU/Dʜ|+Es0&)_ic,<DDkbBkCQ?Mo1/c']uyE iH#P捅jDnKh|U#=H^?mXk iOw#c$:a$anenQV֔ PXɣNծk=93D/&3;) NAo(f@b[?15\'n$FAu*i l.Aw2q5 F–zҝ_OfVZV5jpɜ$iw5^OǺ)ViQ/ޔx?o6Ia1^nJӪU?Ir@1 @U=.^sQ W[U>yId@-}_XPv͢2<;bY"OtwYcxq85rBgVm.LR',3L8AFi3ebֶzFE\ EtMȌ 6_'i|( #Q:R <州 ggX3A-8]ըeUuT0T ߴEN k Z 5'^yq4wYJBHO3FiJ)`ZBAlKÓ#Y;#7N }]+iS/7Ғ6>RdX$^O9Ů)l5HY %EzE7XRϛ쩳!*PH y鿰W q(Zi$H3!A&:ٺ63嵷L𣲂u[O w]&&De!~, UڵʘN8,g7~gdYWԣOyR$@ķVFIp`wI\OQ "ȷY9{؋At`әcI {U+;-/5޼@㛼oO5s(fDJiR]*.ؒs}+MKYiI&QؔȃQ`A0Yb}}d0`QT&\T1bQ6$$bYҘc^CArn@%K9䒩VRMPwЁE, Ed{SYF#:;g%ʈrGkf ?Љ  vAiq|viu;UďS4s{ޖ#dnm: .w}7C{;xǍ!g;s8l8h{prxlhCU/&jCw=W1{ok "4y5Ѵ*9@F=;;-AnM:+@"uyfx8\bsA T78_o%ܳa>Pٸi*; P+1>;3OEO9ӼNvt1W=$yf/ l?N 1lo>bD Ollem3ޚeΑa!긿3ւ/sXdpJK+Df_sU(ht2s5&|,2YTX7@ ": K :.y '<,!rVX>^> v8&w2Ka)گf@U]~Ʋ4e0eG1x]iavf/F:RMs6#ctFh2Y)4uU$Bssx%~ (2 7['I/z}n(HgG-0ϔO),ijJ\.Xmx#A ,!x6 -4cmo8Հ`8<ǧxaPm3,\gs_S+-)ԙ4Jq׌ ,_K%~N/`+&B:X,ԏd(QZBi^-/xWo30zh Ǫb gXD9LꂱXW M44?\䭦Kia'Y;W4(L(<կ15qdg.޹s(=0unFTp2jc3 $,…1le6hǧS>I2w෈9Ad2bErʅUe+&0 JȫOgw"FdkXhMEPg˶":ʵ_W^UpnT.yb{, ⻛zDs>e=f0_'%P>PoiO\[忛LO.=I$[*cپMNx ΟXb\G 7at}lǬs AJ6̓*Ya wbhЙt?囯yf6q3Kiczф?9^/tt|{׸^ `"WT5v#]4 e}kl)_me>VIZQUbꞜ5&Av.tVA&6%w 7t(pUBhD/ЫLh+|LR&1C0 ϋCǡ2Iڏpk*M ΎIϊ61ñ3~ 2HlMȺF>(WC[HHeCc ɛ/kQǢeǦ|-`4wh q$4,Ag*7 "Ir) yk-bHpiR_o}5ߨFe{XfUsC1cZBܤFu3Rzbpv | Z?IÉM*ݟV|g~]=CdTۛ.?El($zFzB+5Ii9K\i2yHzfa!]@듴áqa >[O(dbXQ\*gZӴ1O4__`h9LB9ͭ-7o"fN=5gqp[-1!.yhR޳8i RDOZȵ3|DEP>>$`6'a&\ ݻAя(24!6D=~Ӓ-5ˤ&ιdp)߭#AW=o8A35QVd@%b׍ أPGljp@w\י'8:ĺHf̤͎`4H[sUU[THn7?8!ȜN{Khkm)S,r"2#E'6ş;7N](ڵݧxq zrJj reӚ'Mq,m{G،W]7K%lE;3S8t;HɯN l)bmƍi)}$p8| ?Z#xg[aP[Kf^I0A_وՃCiESkX@25@I[\8"@JV7S!"b7ۑ%J7*Ī;ZDq)ʭ|> >YyH #U @WUkM頹 Qm~ . eW'ft.tVQ bn{P7l~Eb<aJ9O( /R'T󇒔#d2{4!Z~oW3W!,y÷Yjo7sC_W]/blVorF>pPǏvwn3zV<->XWo$ecft{D\FLww(ǜיq D+70SWXTRa:,X R/ʋQf Z* 11K,ւ#rlڟA`zڒ[~}&:g([Em\"Df+ٶ~)bsxJ8 m_+Jo9*YP@)M{E[n^EjٵL1GSpeO .UcKJxb@ 1 Cg- gbi-;wBsS̕8\x|-"p%"m2ں9ug*[8Thm[i*R%ς6XbMyZߤ%N8G7"ޛ91;R>ð8P%1a(O_t+b/8{KWl/@wBtN=*Ž;Vqx~u{#@ҏ=|֨'qf~ڔgHYzD, ?svl[eGaP]bד..$$;Io, Rտ}Z8<(=wpekJb=uJ)*\̅yۊIĨe<{pJf|@= ?Hu˚Z($tKg{*=i Gfzq 0&6D尞R""֝z<\~xL6Zdb%PBL:9#2}OG[;sΊ+q!U`V1K*+U℉K2v T˖0 ѽIҦ+TB AG h=]lb'#g.67, |b9#8VR[pǂ^wQM>̺KQm@ fW<o'' ( +4^nz`z97yR O~x>s䝛`K1p[1ƊeG[z?2s&!9&+k ~P)p 5Un/7}he~s  P'R+ݥ*AG:&Ќq;+8tF wCK}s 3.i sU kD؇oB Zt-\m컩lmD?|[֒jEa{PD U`'z5 8zO C~tC x+=Df&jCo%UH䆡>JƜ3k<"Zg/uVּZ_W>!'vrt>jŶm`k%rݭh*A6f#Rൖa퓐/woZIs5H[M:U`a6<δ"(QI$*Li4r!k~Ϭva*YdT%!J*O-eg ǐ7[sfκ~A:|-0ZC.,wт*`A)/~k,uQSZwURڞ>+LR; tULaaF!^IU$Hy"JrV &xp)^*$X9g]'7ι{ e됾.6!X"4'\h3'SZ]_si%w[2wt1jh1j(KzD>dNkBtesXdޅ [T<,Y9|kÁxM)ج,7ʾG#g{nm\n(b'\)X>G 8,9,C%/fX,4A3@3 Nq2͞vݽ^dAn{ǩ$|Ac G࣓Bx!hou0h䫞d-2z;w>'`oX5ZT$." L:=]k|#1RO hI?xV?<2y~2JqXX9 tt=y̼7A\!?FTBlD[wlhrO-M5RMS8Gi4n,!N\Rz ="p$&P4>4;/8>37G㝜>>;d#u"Dhs~X(V?DbtR#떍򤉓vZ8RiϾzi.. ųC%G#_.QFr# 4cx@m\$13l.{A9(ݽʳ 5qHxeqm/&JL'-'L~bQMVWZ0z5 04$iz`A1?riKYp!eOiy]?d.ByYr;inҧk?)=78ԹMOtMcpm?=$'ERja' YץnNwM'(O1ٸa;Plޓ$}?GLw37{F"z"'Qm:tXێvelǫ-yyz*qND("GgfC@IdNR@C_[~oz8S95s%o>['XDJm B%]O1K^7uS˴t֨A\BO6do;]`'6aWxё`B>SGD%LysOť.nf Tr Hp Q5MEmjauaeKo9lI$INUEDIU/ 2h^'*_<;{ :oWyL4HXD_Kڵ`&!{{1#vaǔUfyV^\EI:wP ^I]UJ:`An{S)Rq@ʦF""cuǬժ, Aj&#Zؕj\ eVe[7M[}Sp>K=Bj@@Gc s@wd5bq C\t8KٻRHW82ns)u1e4o&N-m-6,NJ*h :]K}$Xb wWKjP*+xn l<kX"ZTcvd`A'Lͯ8I_ȱGlrTomqWP4eL~Y?NstM>WROb+.q0"?f;4,w̔1PMRӶTWT>o!P 60q߈̦s e7mjƈIȿN!dlgTa/?qQ.) 1J֥7K\H헸=}-?hJ'͘ ʳAm8U?dBKXEa>T NG¨:-ASCgHNIUI|h V"Nq^6^ p,` nr\# <PzAi+b]aH mgSy/5nK\4vSēdu`,C}K f5%9лyM*w NK3}0[D20$}BՂ[Q E,39i[@!q;PILt?jyH Nлי;5>9 ?LG$0B5|oşC OA'?d,s?~d)7 EEsUv&wfGU7:Qv[==ZT*# Q "cPy}͛&6Rqg?뮴$?]7L>ZlWd2X=zSzBP vnﱢ?(H77fʉkPӷ┟ :8F2WN{TYK K1n04оw'PG(kA&V9ţ9,Dp~|W v MרݛJl!f&4ɕ#c/ǣV7aDl^a9'?TO§Y$H!Ka%ߘ.&y1+ĘIq5R}b*쌟 nN%?cgv)K{wxLu7D]KZ1j-]d>$*f ut%Q"io5I`[Z"ۗ<9#QjxFh$G\hjSzxaߣ}_=ڞ r9'qu7;PntKq=C Ih(ݔP߳m/_Qy wVd3ElSH<|Lu}HȊFus;ԤV4EBOY8s u֏(u]1;68fF7Kq<)tZ"`AG B2zyKNwYt3# %@ZgW遺<#8a1U4HUۏоҥךX )R~8UfMsF+8E1qXb1]Y+ 7ebr17OO<^`uUߗwMqi>п!Rh,jtٶOG>?WŎYxyK+K'MgйNK rYJ/4KCT:;Gr o# E'Vdnu/rp.KFp1h H׻cX iGh+=$ĖJ3 FGؒ9;op3t=V~8 ߼כ'e;8?u~U!ZB} Ebr)k('[Dqe,3>op'@6uc8ab,f:撊l_bx2PU뱏2.vS쟯%Ov1嚸߼Î(5UϘ00SS)Q_c}Mqݣ=I ze<}9 X6H) ,ড়{6'\ SA"^Pظ9}H^4B{s}`ԇuaC Jn(kʘ0(F&.{Qf`u3eI8th$ɵEG)1?4~jʭ%9(6@빦&7tezWThݯD2W44 Y%v3:G( TXN^s,:=܄ :(e - rldו$,'MK }P7=nX=#GH\ ؜4QULF[@>0F902QO4W&a l &# p8Zjxtxu͗jx$֨%gO]A09W!$YYp1hM$?'+*{:*7TM^"cڧGZ)v e"ŏ [$@o$WQd7I>I>b2)#i; j0 u}~bӄ!lK( k] A˞M j/s'}wIo5?/N̉P El$<=5x%ݡ8Z8d[nK-\tVB|Gu#vS2%}ٻf:6I+" 3HAK=b>1D O%ئD}?% H,I9M3y5<}Prf< 9UqmSI8?o`-kZ`-U*Q/r׭Ղ$􏁨ţrl-TB Kj{|3RI30tz@CJ!g&e.|+msr(}*}By*o| hm)'&;5fE5dgx޵=m*:E}] ,v!^}y趱{aB-~ ϒiAqYpV֋i5`ګ/ɀU3Ql |ծaP k7A+aKRɒ/w=+;D遽{YHW7) f N@"gO%-A \"5C< SEjR ꂏ+rDet?#=ץ{YDO `Pvvb U2 BNd* /2'"T|jhCH'ib#(l 0AB7Z 1vGw$55O<%Ed0L>yߐ/[oI @`*Z lgIXwl6?ևU$ۥBClvw s|J|T{"&G@z>pAo͹ ؏Vvd5"E3 &++ G8!ߧ0#~>A/pΓYG YJ!3F{%ٍ=.Grnc Lm|/]fC`n x+9ZJ\Ћ0a((#<9+spP{& iohprma1jR%CIބǒrL" r \Z֗;J5 e(ܚgDD]twܴZ0F5䃦n`/]>OmlZWC(c91t/AWjn蓂b/ U;KD]9;ޭC2/OFkص5j TW0o:ۗ@M\6덾V'aY{*O=_αUd@] R[W}ukNL^Ava!ϋ4Jt ϩ 5@j`/OӐU4y[Vw1~ˀ|EF|إ菉 ]*pDe #Цdb3H 4kHLf;QkiBAs)qj0qag AFL4;EqmfPZ,;PH s5'=7 IyiȶʖuO,[GmihΙ֠R1aIYT-2݉ltH{} P¦^1#iǸsZ%.DhPSA~lןiBR61>4wS(ZaU*#"D{ oY$aD?7 z;oh mJl!f~>sIBMշ9 kjbT*ќ*cgw1?ӴK%܊uw博6`5 OQWǬ`jYy/QM}KC$Y޹K&s,$͞s֫mb ~ۊܿnxE4L1P%Q6ո ܴHYeAE"s2sv8)̽ȭs|Di_6&Bv:?`NUڕA)ctx v}npy= .E2DCdx' 0u9cYiW~v3|a 5KM%'W  FA3<+BOÑ~5@x*Zc/ ƿo)ssÐ؁Ȥ䲾o^N UWJ-S< uسC+y|Eű57?]}k 8KUo柘NF@~;;=wJRV7[΢KczMAx3sƯߧl=B'? / ePvPe&+Mpb3qmhσȐI4n<6W`׃d\YwXPj{)u>|0+-'vH CޚS|ςpoj=#LJLIdJ|DQ)]7(u_ZԨt\7H-/"z_>hEdQ F;‰0\Bg0Ft*b 8Y$ߐc&e=n'nċss%MO/d";cC?ш C,RgE( SȀ.(jh|zIF"P hĘ'C)_CQC>~e(^1eaˏJA`҉M)7'i& ߹sGji731,P'Xp'hZi  $&LMFbȟFvPX٢-( =Vf;?*wF#U޻}#K,]{Z:[Hn sUbuG#q+VyK"ѐUtoKF[ws.#J5O1U'rI}%"M)]@ha~XpŠ !يŽV'S1KjWa1jlHџjbz fh#ɬCl"W,VF4hzKdjBܼbw\˃]uّg]N::?N Y9ܝ &k a"9E>1u"Ȃuzq-C 0NL@ ؉w9\-(5 d?LՊ˲qn]+1ySsπay {[k,8̑Gwɽr!i%S-If$0J"Bna4)~>.AMeS߫m 6!ƾ6N5 ws ⬦G(OC| OE쭹{!^-MUWX>EE—Jz(Za&KD¦2qcρ20ȇ`.ZQỳ dVʅe@nz3XP'rv l#?O&rbO"Hx43N 6;p$>H+UsJQAPFݸ91')Tڶĸ)?"4r(Kx*9*5!cqt( @H$ӹϝ1o"x_twzQCKr~!LuIa.5`u\ DSo(ĞbQ<=9@TRI4 2qLsx@ w)'jm{󘯎~:v QU=EqUd6L^]g&nhH/)L VfR-d%EdG7r>H+",[ϙT{VbζUtŶ8v&S>.+-D[ o-Ea Q~"5Cl?cQ꒗ -?/r7mbmz~"JRo2jl5qVj.aK4V5' QUΨ~ӽ_ܖU[mOd&\SP舂:"$tJ^ᰫ_m۱I%;W#|_ mrO^ƃls7;&fW_}F+نь@P4 ېS ns9rf1W~M˙<.)'+A>u%g9xf"D:D9nUVKRx yaf2tGLbs(7 paV* jTH}O9}ͨ}:/ŝ?CeeqR5{.nN_ [k᳸4Gv-nyz^`+B0~$C|:}ިZ %bNa^OCsz\Ji$tPEV's`5I͋lxjxj.O!Qô $?PeVqEڠ 6/y?!Edob0JcB:EbvjBd .߷K,* .UWO<  Sz85N?5C'2EE|F01uڏӒWV'#ceN!/KX錞?46h*9 ~IGh :1M'ʇ,}=6`(; !\!Ֆq*}M|)Pu1$V);7]vkM[9l$@5 BhRlB8 Qh侗!6_rb4YAfqv.a4_@]8T0h9?r?PᰚW.֬6扙CWu~fxM+2k'M4}ۂO311=-C?z:ZnPW Ig0Pܕ? zn}GVˤMJ\y%h6TB\V&J|RBu(NO7~jXvCqvNSF)9ߑr/9E* pWKT Ch{fn¤׋-W֔oߋ0%ѡTQ+(zPg=ٲ,b؇U &kݻy]E/У3šQsF-هZAdUQÀіSq2U.G39{W\X{ ^ wC\%]<|9 ?ZV*{ɇ;[1U3w Gʑ-(*s(-HjjE WF!ǍG}6CqlE8Giںñ:BCJH'<7खh]}$:w断fH=,@W?p&fu ~YlSTº0FX]ai./Wf-bY@7_n {tތ "*'!oL4=(]rO P eA RX%x"&/^;e3ock2gE>J h>#<;՝XbS9)Obf#$Õ ruįԆ{9ǐF)?\ -<}H[(&5|Fg4!1]t_^1suAl|c:YǂPޗkDMJp7yD 8`m:䴲Na+_Sϟ3|#d.J5l@.TX9(yG͵E)9υL5+ ֟Q{a6WVo C Qn zn%$48ӫF1{|e`/jd)z7P)GF:}jʽݝ3)>k]G^:R=qژSb-Z1`(auYWb*|ȗ8:ms>u 267ZD>ى ̊;):=K:J6%5U .QJFGZl4k ꅹlx|}-kNeX|.j7}u;\ d] ?*m)z3m,*=? BcyE:+F$э:`lc!ҟ|>iU/dgYƥmg~K*b]LK&R2GZdK,-K3RnʽHqkrKrwnglQ-SZ ΄Slb,9_B8}Pf7醊#;˨KJC$-^CNezHyrqk!d|ȬσKi 6YqOrZKŇHs#h¢fҭ:;oͣRQ &c~'4]wG?O` :=#.Skmh2W~ddvۥ[s{/$IF#foqe؇{NDoYup*MBY?+NxPlFĵ*YVRgۍ~ZE._Y55gcDhDl0)൫BNy};DD.o졌zd%gϋM$.haNm=? ;%0w7HlÜt`@DX-7@2-iPСug˶E8̞Jˬ^:~Umy}jC Xпa}B4> y_ bʽ" #fgZڲ]U[vQgun.݀dBG{ |d kjmpy-wiN;#T|+Kg.4NHބ& ;$K|jYb:3R]eD(>~|l4vNӬ4^0+aR,3ۂCnn |Ak=0^e3=*ί {; 6(?XurlId3j.Ue#'/LtvTR /fǭt*V%T8U ?靔|g'30PX Y(ط>?N,';/kjbyyyNX>_UrߓF>q\:w )yX$.r1pI`|0)>8da(;r~%7Mxtn>F`+ e1_u;Rsm=Jd.]-Fr̥ {90d"NH1v[¶b@ȧsGyZE⟚mBQNr#0Qm(&A\OJ!#v@k`sI))~l KI<;(Tr( LX3^:sP7CoZZVv2d3Dq7f">wf]"+&PDCr*ҽ^:6=Ǩ:l9QN6dNs pY8]XkAafdvR-pc<Ȟ_ PL!.>[er3QWCR0>`yep:XEeX갱 B8JjsUWj$Ggq*Rq4ړ4ivx`( ,_үaGmy6KkP?rt;]nTjy[HF1E+țob17_>;7GbOc.uPNOLc5@~VUgytw֞<iOM+0^yת&Evh#z%g6/h+lK[3$UZ#M{/ ;}U觛~<(nuMESI?^~ 71VM5.(/hu0 fZn*SxX8l7B$lb[2vtjH|Ġn)ܶyEb2 Rs%pNs9J XҜGZ3g NǶ'yg6@\@,% :; dttfD^7xAAdGCo; ^TRs;&4W~9}Lʔ{7.z/xЙP wz~֙~jSyƁ){  HYy0HRc(D:7 1n-*֜$C jR}R⸩$GL+ H5 <&܍p0be/jg_@$; "Ff^$iɈ$>^igOZ`PI{`a^EloR|iyDzs.149Tey69F1*NJqP(fBr^_"\>c-`N KԼ,46fCe_W6^c]=w$"P2GѭV )%<{ZP[?%e5C = {C% iZt&v;9)ȅHwNނM*YB$lUxp$g[bxpLS2_"%gxsç w)Ĕ]`߄:q&cKmu ]xfy0~Ih8@ށ!Qox%zT/AXooaǝj)"&W漐F{6M\|R] Pk/~B6%&\PBEn *MB?N^j$DNt-zӍ^TɄ2971L([kV/mKtd}I^h-q ͢{܎s1+aYICUʵc)lYN_d;:5\32& p ӘݯE&UZeļQ ɮ[ej>5*]αH*rny$3 '4?AjQ h jeTa3$u^}&!ݩ~cb gi#Pn>f͚89%U\S:M q < ~(R `)H;VͅUQ VC_~qz8+`@y,@|qӰF-Ð)DYNrQhhl=  ;p,p`1h8y1/C0X"l vR/D| 2'ji(F9JL%#~C0z =_=supPI#4xe<ɥ E`J/HKQDU1C5"g4*9*;]z(-$3/J3V@;leN 7IQP5U YړR"o7(1@Ѳ26O[ Xo ;. ׫K^'iNɺYOU犳fw؝XkxH΋s:ŗp;rҢB]=V1T W7,1^K6+F ˯{*:^^M4&{A_= g..MOȧ8ŏC]^,W?v64ȱ;'NQgw(߷^-BWy%D,CY*F1(Ce\B$P~C%݀9$-[mgKӵKܝvܧB"|$Ο%"ðj oe.8AEZ{@SȶU铺8O\h":ŻFMN8j53-/DuZUjG`aQ[i&B bH~j"|nD j)k8q=mnkk"닁v7mMza"YT@֔}ݎD , р TlZSẢ; CH9T ب@7=d3>ڭV㭷2oCb|} , c m`$*}՞@_I wȄ&Nh'׶yú0k~vAA+X߶Igy\Q驚0, s4u4-;E{&Cj?8T?J[h|z!G`a3a.{N^V9/K/;oO }QL똉p` s2mbbˆHlEEsNO)(U`ΒJ/dUf/QlUFxSs3,}#XADd5,Rg|Ѧ6%6 ;킋B,|BR/p Eo6W\ \9d`?3%RpFsV?:#^IYM1qOyqNTu_|o;zi0|IP]^8Xeayފйp5*§M+mp]i-E[*rBYpejjߎUP [26[Ҫ(f7ލo7ՓN# ~F Xb`§3 R-;`)g/%oܸxrラaX- fTſ*ľwM`8J$ L?6)nWfZ_Čފ@CXRUS~MuQj R8+(>Qy-r \Ѱa@oilgD8^KYZE@GG!X4.B!6ݹ Ԭ.+EXE, ' p BJbS_)2G uLEN!e̷B}(Vs?51lfqS#&ۘ=݆Qiךvt*r('CO\boU=t AAYn{|_r.N ,=3ٓ5[C,PtTq;\x5_8&粫%\ rYqg!:k8 [8^YMg]1e^?+% =E|,fDGC~Ft[깈AUHQZ?@ J&.ܒP>9̋fxBQT(z.kqe#c4Ӝ]zP/.~ *qN.2*Rؓs邀;!1-gٷgghǜ".;>S[%fܘ ~3:OL* <Y],2rpvG0uPIѫ,H)v|H^0#[X5/vk&||P'=n{璘$ pJ~yV:J:l@f.^6 #YU!̖~)A)! l0Hpss*+<I 9gnLjbLQ&C \|POa\J+e9͐^Zp_}c\FscLuIb4e8pS%~BpJ/Ldq@ڤk;hLL!i֍sBTܹmSP։AE}rFx*RDžK,ÊW# VB]WcH77Yî'u[RJ:ģ^hpiCk9楽C7 J]XwpJ#KpGNx=q զq|haҁ}s//)2`"r7%"ۺn\St6Ӝr?yR3n&/_'i0'咕`|{l{[07ѣ?,/)DC]<8&:գswu٫e`J ZSJ\ 4:e5Ǜ>/ih&:E/XUuL;/ v(/Z_)L|U{7ݫB1Az-/9ܺov ܅vh)# '` R) o\7*vj%jU{i 8|OGKAP_+:G"j797c靣q\[6Vďaq_͵֓Gݍe,)q,gN/6k$1& dI'dul_)>g#}Yލ^k:k( tT NlFtj鬬*7Dv"Og$wUaiA(MY_]ý~3SkaHk3($j ETwHG35E<+ W_!}h׶o_ۮvkeOdu ~ܕƠ}̼YǀB%r(oPmŏ{.`m79Fu?yLT>g~s/7*IvATD$)0IRc(U7yAJ.UF`ʕWI_-|7ċ9c^(2$p?68kj@o aj*~+ůO%rZ௢$F/õb{`A`Ε然#I4lP睹ݒJ;4Bצ.\"g/J [ "Я ii_2k(a䭤ӒI/![ 6Ѐ L N0́Ɩ<ȕvaEu%-@"Qǡa"g`X而5g(d)%Y?ctbhl +l\S͖H%*`zQlb퀖ism9"چ'鸭$aGm*>ٵOSi8:V9\gJaٺY qb2LHG([ތEYAED#VrmxK9 ֧!/}xٹ@8&A㡼Wܰ$gBtz'Kpvt $kjɱ%.uWU+\s٤b3_֮l QV^5;yc9)y ?9RaҠNYi5rAvuӝa alDt)yQxq-S2j5 I~FZHRdqu~Brܽ|>Ipuwl{=$(m |mYaPy]ek>8)| *TG1 T-*0?q7qA[Sw9x( B@bP笻mޓ $8&:떣.Ns2-(1*9 2?5ԩ6'Ɲ5[Eˡ0hX595C%ҫk W&`V܂C@f%~K·~4pkII0XIՃavkA5Qd@S"`!¤}$zt9>xW,/y[&Į|\p82xF1zD#Eu䉼au*WN*L}FfX4Ic3TXj%MƧM`4_ͺ'xPX%X"pz]f/o|p- e}rP꾺 Bt:'\pς^ҦY:9tiD3j8F,^l8 ҁ+k)VW !ZO1LdH 05qLPg`*6,m~g.՘TW{_;Ð5o:GȎ/'#8qo2CcQ]jQ\siƻe%ݎqiqOT\h!{8:}&î>⯿s*bԀ!T_y`ϭUB|㙅ic/{wlMj1 6>I S,P־UgM_*|4B≩tD͋'LkW #hrSH&FL:7h&˝E\ҁlJ.&E٪#4E3%u Zx:{,#&JK8r:`^R쨺kwBIA5,GY=ҲβcnUFW)r`ֽ֛z`$Piu1ނ.Xj\W1Ve? H9ᓋUvȻ: Đ5qrAsp&ㆦo`JL[cKYV2n xaRtIO&N9 OBz0Nr7űbk-#_C{sH'\;V:8*x(Yl3"%1p.G)l[ -%+D6YM//+#YyxLNxfC](v=e7npJ6v$ 4n2:OlO|v*BыxI^~򽪳Sr RA))!1Z (`Gtul9S95QiA_`<єw#D9>;D3ʬUQ+ݞwVFżN6Җ ^o39"|oKApRɏU;(ZGa#UW}H:/%Ge/u2}Mn$K%YGéuT:)I=\a}FyJ;,J{V1f'|%tbnpz&td:~,r3= *ɰ>h9gol/k5{ʱ\ҿp{B(˥d`8]2Jq]LCJL`OGh E-)}`I>o{Ϻ׿zB^{W1(i4Z>j?>Z Mefa9Oރ&!2Ƨĸq)<Oץh|͘|@Glb .N(VV'%(2jޒ|eN֛MS˨w 6;{y.#LQC>(5(ŦߝG8opi:KmJZ1tlA/<$%kL#!*I`yRmJ(D-7Ƴhk lsrV HGL/45y]ٳ< ٢McʙF(CMQ6 r+ai(5[<>PU/b^0@$d? `GZo{t-g&%1ˑB4`5E}u>F7L-%t T\)8=T6>XfqI-mLvi?ief;tXA@kTzsU8Oˌ\$/:O4N4sU_6;jM l ,|#]XUju(L@Z jw"_@^Y2{ M=!AV7_?BꪯkYpGi~MT{m cZ%#5'Vuߒݓ]1KJůM 䪪d ?18;o;o*JQY&0W'Jݍi#="rG==؀~O '8oaJw(s罿xz)ʧ.!EqSR,60]bVâ1ܥe&S^m?ʚbu7J 6:)'e0t]<fA3. Qnmodvy.Mc'ػ@wLt &-_%"C<Ԙ_њf*9|F4qDm'披覿NP|doe'jj୞&k@z" #2yUޣw}!l'ZLDs6aeL5"LE2zҀ =N B@o:l ~Aޗ tۖ+  A~@pHoϵK4 DVjc%<?<|r\^ Zы >ROstP xQ䀛eVPף˻ F TK#].Q"^PcڲGG*'G:I$[7IRabj=ۢ8#YǮ]DW'!yzpFuVA{G(`lő>6oX- 1Z VXwC$p -yVaoK_>>F&iiƤQkC1C-WF1Sm/)fb8<}m LOL޶5NnlLDgY>6AV[髼@ u& |,ơha#-;# 8Yoz~F@m]uoA^>I%EFq{`gB{yKP!)k>f*W,ſ"05ۼ$YֿZ!Y jA^GMp,X2aGqG4#eFRрGoK$hK} ~ԕ`ԁH7p YS4pF{Bs`}Ja75(dB?  qpNq4h1rꀃ mմhtģham|~DKp̂:uXA˥e_ܥ*Xm[v]2fo%} /|dOn[c D YutC2^9%,`{)+bI=igӢ~ fps*:!!LMP*cUi.jL})`&F.*ҙN#mUEe54m{(On;ݰ1T7)P}Y̯c{.Y秼i4ĥ: ;txU-RE\Jh$ v*5HW iJˮP?#u3`?(Iicս$ \7seTTg †FC&4/p5=Ŧ^K =4349qդ5ΧjN F:켍GQײ"7û5j!,)%oAt t2xAHnS b kb_2_V9ꈇ߾< d1;NW*XQ`߁^@:1q&}b!^N̓jLX3 r26# a7{b&.0Bߒ4CU-O:FEM1[b%^Ca~eAF=zNΕ1o Y/D35@܀/@('\biUvzڣn$G.v?hvA [ֺ8d .69r_J/]nrʢAjg]R$qDI%3Te5 9 g٣Gf˵Bص#>h PHUP'j䓥k a WIIJ}*kzTEbq֌t\lhLsFdaR j>fGRsmq.9k߁+ ԷlZ84&{:6gypjR0BQzn>Cz^/9ob.X '&3g&j%KS)TY5Ֆk^Xī :R'ՍDw6l (}A_wW jDRHLҗ}Bվ#Y6HmCa`K_:s*lQ#b!X:/!hš~g3up5w["d1Tr! 1K&uV1=MNx](h v{w:kw 'Џ ٱ q=+(FkC$ΰM[rB8Ll>C5^[I_37 {|iUP߼o}7IJ3 j7f$,k{3|}f7Uy>BH{FA],P4ONoBЦRnDlx}op)μN ~DE>k3& T`0!D We: c~EQ(vu@J,X#nw{ qi@U-gt{Ik#̽XRV?IsV('Po+=/q&΅&wU"!EߟDZ`񷤛wYOyt5BTrLfVӍU{+Ap#S3]ؒR4*A/t8_r^5^25TNCgnuvyM|;zÊ^ 3e oQeP%No1VKun.: O󩘻20% t,sfL=e*6z{-Avmܗu&Ӂa6Rm~a!xMP Z($SM3x4tmx0"jc gp9ZK_!"jj<7.0*[iքti>6:B}3vS nN} Pd}H]zV 힓`H9u`&qpx/;n`49>[{T-Bt>UzjDR|xV/>wc Fpw d7B?8ѳrsDm}iLoOyυf6WIldKS<ͷsom!X4'":Egj7חkKV!JA2L+`™c:ā%'u_h^AƞZ&!VdǗ}xXk&b?25#UWq Be$TPmP*b_" ZnĖ *hvav˯8zt_z-9(/14|Ҵpc^:RŌ*f9M&UH~ zTǷՒB6˻O5)i1R8ﰖN烕'N,'{>Z (k(CiluRj9wd0RbJ7?q{)kI1) .syNa!35 ^-~aoF<5 A5N Іگkߎ2Vl @qDm:foׇgaz"!Ū{-cw9ɽr?TZɣcq옹dsoBJ0])Q':?\p[)ܿMP8 x um/\(d./|+ircNjOk:zx@g&|S EPPi_ =D& ! bg7Z2`) t4XQ&yEfI~Dy-ِ΍ߧޥK*@=I 5 gJ@LYvber%VEjN<J-F}`{(Цs; Mg!bS^ӭƙR"7ژ ؿ=ViV1 )fj<nY#2$J /uT![ |09}!G^DFA$3BzVi2FZ_,GfD݉"aG:J4c4*eM&F"l;L)83![Bhl|_ b]w~DN\׋8X-ZG5:c-귔j>=%> xU"V*["[~$y溸UaiMML:g_e2S8YglG6ӭL~/? up?UEM2lDŽh@D`yW˷izO<_Eok#mD1eK.XR}rpý7W.C z:Qc行~JIWeHɏtCoa t'U [rr