open-vm-tools-13.0.10-150600.3.24.1<>,i p9|`)Y67F%\=^yhZc}pBo 5L]2$X`wCd0IBW&ܭ n _IA^Lȳƚ݆p.^ <[N D^bikG+ Օw%'Ypȇ N[:.pGBQ)unFM5 |U&n7 ʾRcMyM/tSkW%+!oַ_a-Tۼ=<>R6,?6d & AHLX\u % t}} } }  } 9} :p}}AFAt}ChD6E6J6(KN8KX{9MD{:U{=t>|?@BFG}H }I }X (Y dZ [ \ }]}^#bc8deflu}v#w-}x/}y1z5T5d5h5p5t5x55555556Copen-vm-tools13.0.10150600.3.24.1Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guesti h01-ch3cSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in vmtoolsd.service vgauthd.service vmblock-fuse.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vmtoolsd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vmtoolsd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vgauthd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2O'q>Q2M"@'p2Kh )((HxHH*( 8XH(xp x(8p8(X pYg9  oT- 1 5K 4 6 U D< AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤Ai i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i Wl,`Ԝi i i i i i i i i i i i i i i i i i i i iq iq iq i i iq i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i becfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1ed76c6afcb878856667e949c887847874858f013f8420e62bbae50c440ff54562d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0a679b49453d7b53984255e69c0c26412826a65c581744072eb399d7562c30567999f22fe044d19bbfd9f76ea926b4fa53367efeb2cafda1ca71c33c0e9670197190a64c3385c683006071b49b14a47669725593e63bd4d9d4bf5b2d95785128c908d70436f58fe9a7669ac196acbda11be3464c292965971acf9b458951c9128069675f8fbca7377a7ac684a65181b3b16dbec8313d3fdde9f88c8ff880e3772fa8d4047294178db87694d4985dc0175da5470fb3ad589e5fd00d5985ce4bcc680c1d83d206066beb8c4c1109674708568bbcfd314bdfb155e62ba90db27a7a68e05bf115941e5cc9b5de3d9e0678fabcfebd6c0a9c1db9bdc7d053e95f8dc086066d750f4a982e91c639d2fb89801ae7de136d0adc75e0e0a45289825bb9f3ea992a31d5b36ccf8dae168d876265f17b665c4782e90c8a10c36e19a9cd9ef8068a6b6178fac28fcec6e34447ca2db4892184cecac6287426aafc6cc761ee26f1764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75651190949180faf3a2553f697119166f31dfb035e67249a71abf817ef9e59b3e3bf6c03fe449072306357e1b293d7debd4624f0ba4ff426ce65d5d150d643812c937a84cfc4738404ff1ed26e0ba09ed00e05b58eb9746da884cec5c48e99320dc7dc2b9b6f48f674ce2722c4f512c9118ba823e1fb3a0737242beff32a95b34576840ae30032d6e85b1b7fbfd8807a3b4ce3b02507008dc975bc0ace1174fd7812593ccc59fbf013c8dc5b7dadc1c819a2505e4379346c283e7e10735f2000ba36fec14dbe8b32f7073060d1ff3e94d5f28710186759ec06ea345fa3776bc6cde5455c0bbdd3354f51950bba4afb27efa8ca36ee43c334e326bd54ff433873ced79c241f5fd9be0bc66ce4bf9c25bf3ef852a91c40796b329805f8fd7121bc5bcaef0033a991b9cbc385f0c1aaa4330fe5e7a59f091fe02a6db063fa69a8b908ddb6100ea0af7cb99d7f20bd74f281c8b41459f95f5438fd0fa514d05d0c5a4574edfb26449d7cac852ff70c7719c065133cad00851f7392c4bcea1e8a02b9eb2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a32248e887cbe00b11e645bedbd2f78bb1887381cf2382a734075238cb0dcb0dc47b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.10-150600.3.24.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich13.0.10-150600.3.24.113.0.10-150600.3.24.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3ixhhҋhUM@h#4@h@gg=g@gg@g @f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@opensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dehsk17@mail.dekallan@suse.comkallan@suse.comandreas.stieger@gmx.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- update to 13.0.10 based on build 25056151: (boo#1257357): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.10 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.10 release. This is primarily a maintenance release that addresses a fix. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to handle a new cloud-init error code that signals a recoverable error and allow cloud-init to finish running. For a more complete description of what's new in this release, see the What's New and Resolved Issues sections of the Release Notes.- Update to open-vm-tools 13.0.5 based on build 24915695. (boo#1250692): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.5 release. This is primarily a maintenance release that addresses a security issue. This release resolves and includes the patch for CVE-2025-41244. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0015. A patch to address CVE-2025-41244 on earlier open-vm-tools releases is provided to the Linux community at CVE-2025-41244.patch. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to use "systemctl reboot", if available. For a more complete list of issues addressed in this release, see the What's New and Resolved Issues section of the Release Notes. - Drop patch now contained in 13.0.5: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch CVE-2025-41244-1240-1300-SDMP.patch- Fix (bsc#1250373 (CVE-2025-41244) - VUL-0: contains a local privilege escalation vulnerability. + Add patch: - CVE-2025-41244-1240-1300-SDMP.patch- Update to open-vm-tools 13.0.0 based on build 24696409. (boo#1245169): There are no new features in the open-vm-tools 13.0.0 release. This is primarily a maintenance release that addresses a few issues, including: - The vm-support script has been updated to collect the open-vm-tools log files from the Linux guest and information from the systemd journal. - Github pull requests has been integrated and issues fixed. Please see the Resolved Issues section of the Release Notes. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-13.0.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/ReleaseNotes.md The granular changes that have gone into the 13.0.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/open-vm-tools/ChangeLog - Add patch: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch Currently the "telinit 6" command is used to reboot a Linux VM following Guest OS Customization. As the classic Linux init system, SysVinit, is deprecated in favor of a newer init system, systemd, the telinit command may not be available on the base Linux OS. This change adds support to Guest OS Customization for the systemd init system. If the modern init system, systemd, is available, then a "systemctl reboot" command will be used to trigger reboot. Otherwise, the "telinit 6" command will be used assuming the traditional init system, SysVinit, is still available. - Drop patch now contained in 13.0.0: open-vm-tools-12.5.0-gcc15.patch - Ran /usr/lib/obs/service/source_validators/helpers/fix_changelog to fix changes file where source validator was failing.- update to 12.5.2 (bsc#1243106): https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/open-vm-tools/ChangeLog This release resolves CVE-2025-22247. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0007 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25683- Add open-vm-tools-12.5.0-gcc15.patch from upstream to fix gcc15 compile time error (boo#1241938)- (bsc#1237147): Newer version of containerd do not have the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/api. Update detect-suse-location.patch to point to the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api to find the needed files and update the tasks.proto file to import from github.com/containerd/containerd/vendor/github.com/containerd/containerd/api- (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service are set to enabled by default. Do this by removing vmblock-fuse.service from the %pre section in the spec file. vmblock-fuse.service still remains in the %pre desktop section.- remove unused pcre build dependency- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed solutions was non-standard.- (bsc#1237180): Ensure vmtoolsd.service, vgauthd.service, and vmblock-fuse.service are set to enabled by default.- convert to obs_scm - update to 12.5.0 (boo#1231826): There are no new features in the open-vm-tools 12.5.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been integrated. Please see the Resolved Issues section of the Release Notes. * For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md The granular changes that have gone into the 12.5.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh01-ch3c 1770196461  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.10-150600.3.24.113.0.10-150600.3.24.113.0.10-150600.3.24.1 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42569/SUSE_SLE-15-SP6_Update/e1adf95219bdf8dd085de287755c232d-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5b9ff497794c1bc48fbd35aa7e0393db8fe670cd, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3afa0e7bd4b8d9a8f186cf0e2e1185cee42df881, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e8e8c86b21692d9abc70edad1c4943092a774e94, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cc90e6fdc2eee759f91350c49ebb17eb6f9d0ba7, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ba5cfba32a62283501b1f4068ca587728fbab984, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d26cdf818b6cb0f97fa569e3e158b03ca8d31621, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=747daa323c823eeb31c259b08bc82b7ed8774f8c, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1e9b4fab6046c6b0b88d3289976492dd13327843, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=179f4b8b51dbe9084261b3a69aaa6c7c57077e7e, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0f52df743c0d47815aeaff7844ae9c4af27ad98c, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=61d5be033e60d23f60c1b543c695a780de2df1da, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2a8a23b2d4e2245389b2a6a7430d5a6fa0126bcf, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=756465611b1bd8cad7e01aee3f9accea5121f25b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=398e911db338ad1539a98154b136cfdd0c5d64c4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=067f51e380fa33a687a53730f3371fd76fcadc39, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1e8f6a9ea856341fb2b230bb074927701edc20d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=44365e33c2024a98328f6f2fe5c37e360aaa4f1e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b0471bbc6c59c8d7836dcab884315e13a76f697, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f44078c6573057e7afb1ef10ee9303d79d1899cb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=334d221d6e1c45b1a072f332d8f732ea06a648dd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=76dd49f0d0f1a15ae6424d07425e9d18991678b2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe30876b28cd36373541b54921121371fbea8de7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8635d7f300c7ad31e54b3365c94641f468706bac, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3b804a534de76ca9a28f15f991c82a3d366c0cb, strippedUTF-8 Unicode textemptyASCII text, with very long linesUTF-8 Unicode text, with very long lines(2=CJQYbhoxy        RRRRRRR RR*R)R+RR RRR RR RRR-R(RRRRRRR RRR RRRR RR&RRRRR RR R&RRRRRR RR R R RR%R&RRRRR R&RRRRR RR&RRRRR RR&RRR R RR RRR RRRRR RR&RRRRRR R%RRRRR RR%RRR R RR RRR RRRPRR RR&RRP R"R RRR RR%R&RRR!PRR R&RRRPRR R&RRPRR RRRR&RRPRR RR&RRRPR"R R RRRRR R&RRR!PR RR R&RRRPRR R&RRP R$RRR R&RRRR#P RR R&RRRP RR RR"RR&RRR!!%qPָS9systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-86ac1bbea563d55bb00f4f2f5a8359ae7bddc43bd7a3c6889c6231a02d998b65b?7zXZ !t/Vf]"k%GN'UN#i mIּo8/v_Et]k}ЦK]߭`Or8n) X)Q4IK-ۅ*}[_4K]O## /wB;S+C2DސȈȜ|CCUnߡm'aǐi#su$vؼ\Z i݅iAuO+vFVbUрCld}Υ2O?CP3%~Ͽ"'I/X㛿iSZ}X?HirLä#j#m]R) 5d3 ufql,y;L'iݍ5M 0\B=jv;D bt͂exR7|̅z:! K|r[uTq}Z"՗͊/:҃?B ? 'Ɍ32vY soRkBmyaY?735in ~f!Y>x u/f=#`k/suN(!Lxt_9-aNl?$Yk)ƜA4|ZՌ3H+ΉvuQ$r߷ݘhkDJ@W vOAn,ody~w66?C2vXr)݄Y03ܰ/Uo^[2F*)Afꐰ֋ uK3vdGEu %Xp wi5;Q_[ uyF^ξg;7 Q`>E52jYބk@zZgFF Fx?ж6Uz G{gP*eԀL"-X%Ij7矮do;Wxk+Z<#ug2֘JeuF %]`DyY~ьT,7[(tP&xbN=FR_~["Jr-M-u6T((Vaj,rn݌&Z?|fCVn)-g ]iJ zA /2ܚT@Ht+| _ĀFg y=O&lLVt;nFP~qjFVȴմ|m4"A6^Giug Tj7r>> j87G˥TuHvjwMxUėUq$fڡԈU1:1E0}V=m7ಙZі"\wmuBg8_m_X'>zt'0)hpka}Gʗ5[?X+E^]Ix![(Yn_H Ȇ8}3z3rfX` B?m+m''~+,|FA*eGZ+k<:_x|

JOͷ@" _`ʷg.x  |c;D,S-MxTle3e -~px,nϡ>LifB/gÔ ZYSPc#V[^dIk"lE `g$ 7ćn}# @F|ȡ`LB3b ̩LOL%6 1ww9ᓎeշul)Y;NSgD9w'V2TI%~R\hosU !9Re_Z٥]nեmu A>@^=PC2(!2vZYvdށFrEQ'J=B]zS%O4c6@A,5 ASGĠHcܿ#q-7 [1RxEV5NλpPd 966NJJ C~Auڞ3ulChP_qAR}`f+!_wF IYQ]A`/J||r$Ayi#EƉ.frurl}EDr:GR60uA b˖.Mm +Z?T;n*rq4C}F6d| g Lp$ 2VTݠ]=.ATy:Nv$*V4lπɯ]^vx 4\tCCZb:ޗ#h:/ɓծ6æXGq2 =P7 ~AgF+FWlg{69&b& ب y Z#TԐNmel1`)[GG݋*` zJW-u(`wpE'<^%K_$w5miRڄ)ЉaοFx! P&HEw B^@1.kc>Xbx-ѲuP;do*Bzt<(U?XUL$Ũ ٖc6o-#FnAUZ>˴7·Z*5uȒTGrpnh8=B1NT$|`r:Dc[jD,?.y=]j %3ˤWGƩ)&6po$=/>Gf+?. 8S~7BLIEҋiF46O?N -׵Fk^ّ~=StEK0p\<xqwdb{\,}h} LjL< LƴHjc=Y%Qo V*a.]2n 2U5T8m>(&G&Lڠ x\Rarb/Қ{HN{SxADUn)uL"_wCqCTjq,Xl' }ܿ۴S ew!9P2f%[=o+- V09v|>߳6DDmN[Lx%PO&)|i }I}U21Rg27Enht&mn`%sբAjg ^(S3 (7>K񙤁j;nCr<^; O^/9SSI+R"C9uvZ o!vL1RW2zCrF/Ÿ \ xVz^ӨkfW_Ma0+CzrWC;~gZy+.b|n! !iLaX;1i x, bb jZ{țGu2ngu^*iJ̻wR(ia}K4a瘥0i)B vʠ!#’A M Z{A($,hc H + B^ wj9}cQ q"_R3eMӥ>%?b!\q4ZwP![Mwe8_o[y)?#d@ΦtL߀ecTU2;"M(ܒ,rFhSQ61@>9d4tȖE+A<^bLUP儴xP9pE,p #vCiy*''{23w2#N=+;}uM~W!sel(8P)sA7IJOv{vGLmLOn3s)x JI*6w$q2%ZS$0YA5'O@bB*f=\`f;ULkUB BQߡdNfX8\p(ĭD_*/ ~ʴ΍^Ap<3g?Fr q^=IA9 z?4?^$枲{1$Ss Wl!H׸b*]L\4  |iA 킴a}05/rK( K-fk G4wbWS8+v^XYb1 iiWa$nnGkx&U/s 6ЀKi ˇ6-/+<3#Eƒ:T=c0ChtaYDV-{FbrK"dN@'vs:9Jo^ d!%Z5lV*hEZ9(ֵejatӦ "Wexs*1_x* I/GIW:<ෲJH8'?~924[ n%k]8gSo-+&'@v_(O,e7N APstaee@*48n%v^j_j{1-ާs"BżMXW~LjF Ioᕦ?ёJ%6xXnPeO9۰Fy|Zg刢z>րTz ͐׳q qGnyzwVbyO' sfwO[h,P|1@;:nDKF$ rS;#$׮_;>{f%{䨽9kB= 9A$CsN<)!/yH\:}(B(d=Q@\Qfc,szn"[!Zt"#w8˩yeicxM ]~bۼ!' ~2`o5/]>bNA>}fMђ(]KyYԒP$_IP+;d v{#˺)- s6@]?r B*G+:& m}C:(XeKa@&OO/(_a>*05>3S[.db(y3.(A}kc,)̿4A-AȐ(f#\_$¨1fv,ǺqEr'TnW2Fpd< YZLwl/ n%j#&ރ\#`NMR2fPgl3IgԴڶg)A.' /4`!v>V$;v0A tСGIHCN:dPxEbrv+8IO7ؾ`?/ǦJ9ďog#P H/ŨSBD v!S)}犪Mx kf zY%Xu㒜#tx-lׄo#W`ޏ;Ҿ%nj3KR,d,Jb9&r[<1FWѩȯ`N(Q[+BaawR}o9i(+oGJ :[.>y?S4H;L<9gs+]9pu7qeJLۦq"V$F繢]6֎̎^\Gh@p: !`NT%"a)J#dDg2;r_ D-A;2iv?NPܡҽ}.Ї. 5Ċ'=[/~0RzYcyTK~$kjW"4?xˈRJфI!EΟ~"f&cH끇'`3ϏOυ7d7;9G'Vb7o) /T|[*vfKQM:hFV T3Er!Iԫ`#+'L M%u-MDK!%Jjv 0ߣ'q18z|PƺEmLےn`Ku~rɌ(s8=A%72Q,QdN H?F 4CR:ҧJ. 3Ū#uC˒qKsS,Y k))*ؠ)V;*5ΊEn3?_2 ?$gk|n˧Ƥzv714PʐBi^*c+YB.zLցI ]O"֭& VJ ½v&d@[ շMe+xS?(>X")^{6*{!Q}"$ZW9D' ϏWzib/)(&_#Qo,3\" %T<|N8U6V&f :^ɎnA&FK9(p?x[,:5Nb壄#a`E-E7XGa[q_gUBQK%UE rFx۝|uJgx 19Xޔ.M*O}1 }`>_A Jh28}UvxRd%ʠنnf7:dY6,#9礪~Wvhx W?Y?K׀ǯTuuvבN6D&ƢI<\gꣵ*ϴX K o7򇸞O/j`vԊe%N O2. /.6Wڞ<5ORrNx~+e2&{Pg$e~7-5<!Jc984WGW"zNjգ(>HM9HdYYZRv}`lgE)L@'p)xȤ(L^0g=RbWdt1WHyt("\)o&x͐:&xGouV+3^1,`y,dN%˝rzzn+,xCaQ|kV7N C]4ؼc)FANr{+0N!ۘh真=j(468ІG~&߼h}Cb ȟa9ιA2q2Luw֥Bf=g1Em4%,p[4炉2\cp@(v$L c70pnxŒ`|A잨'@{@EĔYB:,$n?JÑ5g MC{9h}RD_v׽G~ΛOT҉$mI2/Uŵtw~]8ipJK'klŊsQ&ޟw;t<eQ{cu1`4;:/O^FpшBHR:R{wnF:IKLt+$g_1,ت]rq% _dGB$I{\_R5b8𕦤z/}6hȅT;)5lKau( UVK.]/*&9FLX9)9ǪF;1ZuZYXsf+Dێ5;1o.oɎW0Ūڙz)Cocr]`&N#s!R=R<'}'m;X,:k }ڱAG2cfbI#Z(ZGU%2r-YG{Xp=QNħ Ϡ–LMd_k([2zsz*mq[T#ebAvZП[ȝ@c,W&զ[]F[]:qls v1JcYOIr:I-+c +s`jz3Se{*i.3Xe0'.Ԟ yec Oq"J~NťeV2zW}@e]ETdcnxиwdiȴ|m ) b@hD*Z y:z~T_|ePe7ePWS CTA Gd*OQeױeOɉ΃ NQtsͩ=($ao4.e JfEy|PK6,"r'V0^,3V]Iq(>$I%1夃gـcoZ t\9OYmԄa')kA_qN lϙƨzRysԺřROp) 6yJA;Ȉw9EᆎTRNqB҈ 3wor4>ڳ @=M^](B㰡1%rcG2'$F3vX}!|)p.K>&t!OIbj"?6> GPG`q=лM kye}=Y{VX,ƈhr+99<dz\Xr)'%GkZXZ7FL}>& AH:)P'^ɺ\aL+ ?C!lu8Me=۟?J%eC[ʶ~KƑΌ0['LSaQK'$t?ڻ.˾F /鸊CP)g/9BWydtKӃ~PnsBemoQ#>o\PMbF5LFnp_v-KLWQK %LklAyE6+^:F۴[7"]7=^텷X׿8VDk7vpjB_+vcx1$91fl7Ƴ%y8/J+ ˏ[bB,U|^NnWeGH"ŶgPKčđn6Jn+q#!OblL r8L5쟉PD|jIE?S {kι;ܘ%9? .Au%-ʹe3d J3n8f$*[mD|> egr N"Rߙg 0Xg$ruoUF}Y|A!K[;–ϊsK KyßPُ `E4Q¯LlH`*d2tb\ouSO\\K`!Lx U0  4>Rl/eF-]nuUBU5S3*R_ycbf;d~Qg&ع(WTm ;m #D܍Ä[<'hʷNH-+2~>l Wp=셻Rf@'w+heΘ-nA(:;4Mt\mTn`C`ƒs7Ϋg)XS4tX>R7{kcjr?P]ricH!<`}2I¡,}eL,25Ǯ'p$ixokՌ2fU7۳$?le}5N|㛗#ߌW vV=}7* 1d-.O95vD{ebgZe*ݝGu=ד3 ȱ +k%vsJ+S X m 1UB`m$43T O_D.5$>5 x}^}B貺7>zag;z4SjϺ?t[ }Qp29Xm" 6 h:ۻg(0ay<2d5KK s ]_D]2`s9m\ܿS$?3kqRv*H ,L52 1t [F]LRdhoӁ5)7,ښ/VsD/Of0V ~BUy͛pRn 5`By$.W]. !|?<9$Wk#A>7Jdrne]()_2GHœ6s}i?o㯦{췬LgxR|`^E䣑'Saud(R u9Zi`NC[]-+0['I˫ =E ɩ$ycuLMʣ_*hFrB:rKM[Y~&z=+#Y#^ (e^sȞ)=9J{gc̓K"z&JlɯXg(HxdAR$]ng$eggy1PA36}yZ00N[9 c&@8_| Van;a/lKb( eFyj y9za>0OŹ,jw}<`gcm$ m Eu 9mL,ɵФv-ABDpg{!U6U.',!؇ll&Ot]T6]Ǚ<15*,y; (p%ZhdČ˪^^1;zgsc@ Rd*&i 6*TM,qh$2+ncKʉ ,qrbYspXw>i}`e8|XJԺ)ZLPy)c[hNJ/~l6k Y&W1?(Dh07QpК$4k; Il)j,z6ZJȓ)Y?:=T@'9Y>h^0v@ImC|ʉv 5w@7(kc/$t&v~S`[>2s;JnKKX@hnV̓8te_'ʋZ%f'z t8k[ml(<߂Of],VuYQ}9 ) \ŸdF!rIk&XcJtY5_AIH .rNJwkg rHO] T.6t`_(0j7՞Lq eE "%ۢeԐqϜCx1 #&f p/MLG@_#JM%A'Ȩ2!_Ă!4u{R@zuD ˾kG9n eNv"M;#?^`M,4㗊 ڃɽe h‰!*#{sHOGgfqɌO.lgXK5zTo#<6>G[H 1N8]<ccl-WŕB/Rϓ ddXkH &n6OVDhb)Spyf~RtˁW2;٣_ k4az!f@p+VQ1FlZ%PCk/OX shte4n!\oa$w,e,˃c]Du!L4GZõ{R`$6@oʣqe d.ń|]dPk 7 gv\*$8;.U#ͧ{tATګum6_»j-'!r( qy'yFp`Y'h,#V?svq@r/dg+H|yd~.h^z1Õ6Q#cS%[ Y:4drz77Ze!m@ TY0L-8,$č߹'a\o{q.u`3sCߞ#)5b*Eq["r(Q$NvY,~Lw Ad2a',Ȃ3Q ʐdT% Btc"4V/F܃uxoV&$I9.h tGO/ռh7grYPaO">y(sr5F_R;[/;h (`JSw~4$(̎e63?JeƭCO8CŁ!C[$`^S/ѽU8_ТP.HʹHe c&.`YA Tqa@qEI- 8>RY|R6{R~!]^ԙyqS ji %VWA/>_bPm )h`F`Iu%r%se`V*qI#:⿔^xHgDP_Tk.z/=MJLQFiXx'XMlMDBsHDcbCh')øD-}Ha*h+;ڐmB?}^QV8ҷ w-ik9^עjNYg8I*b_5s$.\,}1G;/: II_ XZae䃽yygvm] S0[/56?{;?&gU?m~QE$z*3'݌ISW6Wg]6B,o C 6q?ߍ{GVEu,¶O+7QQǦ^Q%ƐyJBR{|^IaC"\#Y<"|v} +M} A֓^8ڳ'G9L=Av b;(dPU"XDim[5< C|:~{zBLHW;UscE? >"p6u30Y,!G)(5hoG)$.&Ҍ}hMEkۭGhLf S)X9`H2(P!HV=Ata`Pv[`/V.0cW"쭬>;13xpȣ%CX'PIkي\& c/^HD֏A2&@xƌl \Pb} ]RB[Ր"s{3IFo\ y$Ugfa2CT>-x-gv!O )dF^a$̃Z!s; |o g oW]K*\; fX0=Ds"C*X @}g`}h;r4#fNE.oן]-FL~&tFo<P>A3 6ry9XN3Kfjܖ&U;K_₢XUb)gt7! jTPEZN+ _p4ؚӉ߅i.5\0r|Z..XvtGOejQʨ*czL;Akh$4#!J/-ob?y(>v1i;Mt¢ɢ'LT]B[%tM7pzZlK{cҔRBwY1y($|;!DG YT{&XZ=5x\y&Qtaz;ms83@wOw-h̼7Y;T0xV``K-B]7|Ue]c&8h-}gD  >Ε}(c̹]Q7oE{$k?lmmQ8UF YwP³ac{.xSp~r?U?msdK_^RSPjt[@G: ;(ƶH2Y0(ԭǤy)1a(@x &+6E 8pY;Y eg)DM⮝L2=)/VcmEx#L}N;iS R8_6+ݮi 4}4%rxg$ч('ıfZ=a$>EykmѤw<ml> H %6 DQkkx^ ڊϽ5ث}=<: e|{GuP&=>$y`CEK4ijDv!ۛC8DC&YyG˷}smNTfħ4LI:1dKev@yM@ {&.D}]N2m=.j=QEo|A-d<`͐@!u2ZGwUL?K_[3|ᝣdm߅>ebm܏+MS%~gߊEyg'k97~VS`ARQS0$NHW '_#ta#IdL~j`B̔+5XdLUddbl0?@+Ґݼ$m£іtZ-qէ(6@TU<'-%nqw,T8kGtdJ'G姅|H$r 0|.VbN f[1h:NaOQ~Qޅ|:%+L1T)0A(~Pd8Kʤ\(5ʫrA"Xst%n׃ Nn.\>@iP[Ϛ:HxPw'"BHAT___b~2*Y")+<! R Iᜭ> ݮ4yTFW" ֒ɣ(vB Z>D9E\& TM݅05*3%ٛkRq1j̬D$}Z9({0*_N^|huzrf-UY O3$%^8L+̠B#0Ƣ.%tact o10$5FݶH7)I(H =n`n.kj P oG4CFQk-ҪQfVkfMmM%# u2'd'.c쾉R-5)ݳۡlQQiKY|:/M^| x@44L.`>j"]TO#qȒx+DT*acd5+X +Xr9CڿX33,Ǡ"QADRhԖƴce. :=ي+r!e6ݽ8$G݄L7\r~[h+bdWC2 &miQig-}t}_ֵ8ֶ5B8D TAgU&O|jM#E T?u[W+ވzOV7:.yQ-[y9q=ƌQ7,T&8wJ:`ݬ؝jͿvk\J9k"#u AMѷS镜aJ6*V/Iу3Q}A9l_fkNjP}e$ۇ ,Hy4n?a/9QdZiOdޜ=O5F!/]~CwQ'PbxZBI4qrE>ۢJ+rC=pb}2xI;B5ʔ˭p+5rCr88oS%()!Vm V⳷$١Ɯ~'~Lxɕ.ڑc~U/ew0,c\41: lܾE{hXY##$h4wJ/ƭ[%~zvjn^Zb</3z0# 6 cPٍ;춐!˦D|:+/:*kSm#-{uDLnv~LQ]yè5)׏I؎ڟVICjƸ1A&z/T RQ"EJF,*kofL|TFtvM' y/'k `0~AAt,yO!z!U~06 -$Ȑpm)&b  N'b} %y#!^ t!'_-) J3h]{IF Sk}FR1n~^!?t|M1Zy$keH,Zt4LH R3c3z(6cQm+!7-ʊ)Jy` x/ ߖX?<0끻q1Jh-JެkV9b9쟆X-.QȚ[ʠO/Ƽ=n Esh5eӁ&gs3`"gDŽdi.+<`a %$DKS=*Ke]( `T7 K{y>R4@Hd0掣/>InR h׏!)" $xNS#ZM%~&. ӔS:Qw,ym 5nLuSFDNہ)۶sҷX-}ۘ6(ymO;[K` c_.\%Dr+R=U{~6lƳ ^fF2-LFg3,j#xE8](EY մ|.s4r)ՏqבLT֍Pܽ[xqLZT.^#rc!}wzM׋';&(wyt9cA ze"S:x3y'G8W3UxpH; {yIG|-_Zje2=;Aړm7,,͸EE`B ht;+Y8  `zhV wkTÛonM0NPގ,Ю^$T{U"񪶹xtl;2ĴېĖ[ b @O8^nh^ThA/C<*{X @Dٓ jϟ &8#arY Q{]1z2R6p W+qp8>&ŹxhT+xUzM6̙RpR's6˖=VJTBe.X0Z!Z>[5 D[c" …D$DpJ;_BzXRR}d90~[I !>qfcƇHϻ{ q)HI Gy*\!ڸ;0M0 \7<_d?jQ\f-=ph2-o+jNCn8@l=\z%lYyL~uNѤ S2d75zR`PJ^/ Lwͣ?c'vaY5V`HQ=PeI|4m4NV <eMzdt ! `\vEqZzy=NеzP*lƘQE$SZf]A SUCjBS6pS Mx :ʫȜmKSQ%J13k$Zҹ7$|aɐd;WFo՛|m5{D]1 ek] #2Ez[ϡzmHw66M;[2U!>dP-&ـE2C$CL-6 #KРj12KLܡ.UT-QE}Y&jJ4`;ּ#4Fld[E51"Aڝ$3 r([Bm%YܑQ;7KBVsNPC݁i=NvMF4Ƕʊ2 HF.PI73QI@c ͘2ޅkxQąp܍rM@l]_& Ll'it""I0xx`nw6!xx L a$uQ3MT\nmu4!9HȜ5_syJƣ4]㘉RWHehl/<̍`4$Ϫ~ܢR&"+L'OIU1̬>ݴ{Hie@m`L&oźƛlF\Fނ;wzA:c\yX?map]Ox}[r1D .nB?]{A'_F ًˌhsɌࣈH9įE+O 7v tHц\np&iX$2Q$ꩫXvz;wa)]H$M.Z-h4='{ɱ7{ݧ´ՍvDן$!>b$0HJ0+;R}O0Z-&%LfM4)|PHXI- QXTO7 83ž_9sef\\P#}Œ.NGDx-oFX%9%Va;JyDmQ+A^Kxvf^QFELr܋{5^j~X&xܖk/Rcؙ/w w@(|+tӞp#7Yy1Jǯ^] jO{+<*FkLCIbnv'JCb]6p RmuٜuMp\ښn &X9aX'? 3! דɲ`u> >0tlrxo; zZCR*ozn; A]ӧFW~G9?(8 ^!5lz9{dʋ iȏ)@%!Yr{.A0%F) (53_?@i7g Yq$Q qvfg}`=8'V'z35"S\=T!1:eB+p8`hpա+< xY(2= zC.jO\%? p*#okXB-q ``Ob9W2@vKLi.b.nbJ݅Wi5OSR4 s,k/2a ?XYPv3 K/~[/Ud.5Ԏ<4Q솀N.]JW' SV@=S1zCH~V|B13hpӠ'TcF$Rt<L3JXƎqÉ"a&!~<=џϡѥslyUvWpQǝOJFqC?fL3?]\,O UmNO4AxSZ: 1J)ZR;6"-+|RTt!>rx4h;|PmPm( KŲp!p :$fW.h,&K3 Ҝl(G2 >ygop;r#̽{yN1KxjBπz48FCv( HZzmUwR z[1+x[6ګΖU^60كg5Ixs,bG:..TKm݌'C!>V4].~ͫDl5g8&1H*<D&V:nAAD_OMawg+)8p KJ=Y)H0"֩{Hdk>Nצ;*ANW'6`)J4zCZEwivjo}50 !oEo__“kzWpk)]},8WΖx*8rcGXT,u# ~]e}SNhQW.v=':t$%>pvӓ1.H x)P`LkU=ǹc8ӷfS~DuXhs+em4<4O%>aXj*\~tod=IOyQAkE̤a9e׆[*:'[Ŀ F^,8z9V9f3P<$G⟞ =4TҒqo N,OkŃO}[U2OoYDTg;ELU3kh5#%`cfX$)sj3wy/ *`7f^2hr/?$z1!_R"h?{9YXKt4xa+X'KF۝2&ƊvcWI'DF#ӷUFv)A@*uڀHS*7&Է 6c."A}hQ|3vP\՜:{B{u9$H/?!υлټ<V9paᩴwUhoBT!'WBm|Nl)5O٫H!⏍WfۋMbRIL]kCge*']eƘ`RH둊z)M LUp^-+drfpz\C.}$R#b~)eпO;)[)/?껤=%BK!:r{,F5=B^ZsbŵEQўjӗcWu+:0/p9{s  Rf}- xڟGŰ̎xq/7H,WN7$kEL"=DT"wⱃzesk!̸P,5$@BAtv'2V9D=[c٧z|Hbmz"ݱ..\2uBhi׃hn;hv7|{A'|;E-xVi=2GSY2pI ~\+͛[32zT䋋zRG(%y2|CE"3ڤS񨽺| GuLMxExFC8\8R8HCH4|>@Oŋc27*ЊTXn !Ɯ"^ 2&A y Oxʵ"1 )Z"Ntơ+͙4q]j]PR*Ɏ.Sx"T$%Wn%}Qv|7xuAlYtbnKvhevE& "Ҵ{`Vs-s9s@]EM8 w?͊ [犓ؘ >'45ϕcO4m5 [Fӈc[A)Av fZݲpodty_Jn`+?,)[V=8#O^y]K. zQNOq$e/ϞQ mm@")(h ߦw2Nڳj+@]Ibz Ea|Z_4P^HF?8eK$+ ~7fdnׂpm<`J +i"V ]Fi\ľYiڪݨDf5. !e32 az\舑hZ~'_xR(_/a8zRդo/@ÌX "n;*k> 8Xp[:< 6T`tNu2_BLk+Bʙ $ 9Y?}]КJĉt}|cٵJ}?6Rm#b'HSjAvxv =U>QvGЀqd`eH#$m-e<|Ór{YGmx݅^3IF{s)єo"(#{(n4R byZpkc<`ߘ m7Ч aw01._(GZl$r7b1ayIXGS+ɿ0o+4P^ W) @SH+ڹO 3?b"s"xȩ<\9fE]W?(`uc#m8_nECC=൱fԄBۑ3#,|2eC&\10Q'#`7eHw;\(Xpů6-LEn@qE zDg"4Xgp@Ջ~AGŋ{%l|(| |ty4XdJYN(B8G4.Z'12du镙D)f9-P4L!&|ۢڑ-vq)-;&rzn9ȴ3(  ^s%0 bK) KJ X߭\_KKOrl&QPHc-$p>Ͷw T[{_HC62lZGuM}ҒA)3ETn!!O{͎rU&~(7c_{룀FԔ6ߝ}ѕȸ@;]gZs%q&z4pJT"'6zK!'DҾNCP .1e g(AEpɜ_K(U ,P$m=tU ԼKp Uy,$ :C A8xzw RNBb1 iEase3Evm:kpFJn6@Xac]zV!!Me9Q)ֿ<$є[>~Ec1_2';ZO;v;oŅ\y'if2>Cn25ۘPI UtZ7Уu u_P50`Z44 j_44~U͔$450)k@Kx'II~^xCȌCsj8&פvRpyw$D3A@0hvYlt àߡ-[?=^k*(,= ,[,NHk|0q.Upv\WT7tp=? w:xD~JlUuk,B*BfmoFn# QEw-2.Em63sV7ݮҟ2}!glϜ7VEWA9"[ztU|KoP8`kE爓V/ʔ"]XCգ-,{<̎- 7wKsj͵]8H2uH x,pu 0:]EE?ʯlCr/ę%@eRk:K3a&NhF ʯ"yPo.Yv=7XAF*'d'WtÒ]B邵|ZlqnPVܼPCJБ@~IMcl'uasJb/lSR)=r0aj@92D?VW0muL3 v[%[2{<>J !OkAЬ0Gߐj ̰EmJ 5Үg$wED|7#|&4zW?`g).;KGyWPr2=y]>u4$Ծh-ff« ]v1ٰ;E£R:ٲ2d( \Q׭=դ7lw_X,`8mi_?"y-<[3sx_U |:_KupҞr1Pqva [x*DjPıœh:nO*#GzD(j$wL7+Wj||Y+T<ubcV7Az8<㵲vQ_ŷP bibWs.9wTg3-,2VwO>p㸭{AK%-7gN0SY2b ,1'24Y e2.y'VțX̯-?HY=wYcGDR\bv8:e}K_6egaILf>L m2/inþT+X:R7Ym. BjT>4N~֠ 3O7U3\EV#g`oYI&03;&4{n߾ Ire#H Z2 :H`Fa-e 4=Y2Lq̄baI1\)N6cƬ9nakkg8EI CAB!c/:r?e[A#n[Bۗ.P`Zx=3W0piMqcuiA%'ۆu2mg&QY΀w/Ý^*y,l Shߔfi]Hn_̒,gQފXaaՀvڝ>)l!R|JAMP"GQjjMѻgiCgFUb" 7.:{_Jm9=}\Sg 1^_d5F };U^{SRLO+ nIi77L:hG-0M'} E Cp~R= gjZmO̤gq}߾.gI^tyזVYE^V8W DP,}9K Lzm~6^ RcTԽ嗇+^K賫°kkNO⏽1V;ɹ" G K%owxIg5ޜŢxPKCr'(2:[y wNHdH<@O{C Ltke*})W*\'k.3Y/Z=q@'F'ў/HRLcNmp,FG66|R.Oħ ۆdB[S"QTc}??{gs1t(tŶg{G<S3s/Ԡ0M/yR_^SBq̈*76U85ߍ(GC`k_ۖALbG>ԙY+KdYkLضܐzg%cf^+0(w|$ă[(9o\Ws6{y1ǤnFEPx-o17=VQXqVi|TRuH}z~\Pb!ZZɴ/1dj95-ڕV}q `~ð=F@b2+ԣhf瀔6]g l- Lf?x.PgqNA< ~T 3PAP]a ]ĸZh/ӝ IlcϢ4 ݘEu};apt {}$_JPչL-:/:JxP*P)i {<Tmw: Ypg{zb̊4yʳp'ļKgZ.ݯQd 3T4,7|<"5QwX(([>=3R7yBYdiʯTy8@ꆌ#NX٧iba\&2d䋜УPAzKy1W@f툡T_K2 M&J$"6[F BTV+ <2>Gh3)/$#LvZ"8Qdn.-9 ә5#$Pv rHa&N㧵9&71Yى_&œ9g*9x `D&-Ikӷ'2D/Fȃ}q}wGj3ԙJ~7l ScW \չpBֆH7G\HIMJ ˡ@lD(Mbqg~g9.p#% 5&NtS2&HdgZ^gg,7z2)[/IdT>DVt잇n]"fZ2SrK L|,|aDq#(ُOB͍ٿF0L ?JLPX26n< t_,6kW\\{bl%D)|9v(t\ =76J67qN@pkx=۔{ǸۨEj&Xa ]"X K ϡrR@we,뺖5"<pf`\%W[}?;r`^׍au]T?_<"97gls3q&, qUM>5~B88Ɨr b cث~F!į"o 6+be% t߶#,IO&24 NJ ݪLL 㥸D8հE.Wg!gS_F S;|Y(t ݵv/̛|_-if3&. j`+ʔlMsv^ICvw'@%^t]h1/.Zۆ?=kR*cC~7#8cQҁDå1AH<̐Y[ORR"x.,CICuWF:w oaY4Gkqa)؎[9c膮d4m<־O52q$:mwkU;W%@FM fIvF5*J(6,ØiO4(gS=w%^4yn1ve  4hA';/6:S97G tJSyPt~m7q4\ە+culB_z-vLu{HuĮ=eɔr$Y JP^NzvfOSں_a^&oTP)@]H٬!d,\*g tKKK'rYM! .cFxP䛥/.ܴr[yXpU' S62vi~h]j}ӔVݰ]?2ğ7f8C4L@pw;({e0)ayJ ϓD#Bm|KMN!PG :0ۜ\"+ &d}D xr{q`VvP6S`3Wxjm3|ӍZ"u 5 8lz}Z|tRuiwƃSb-k+.qrq[#͑Vƻ>yfN#CwׯX@lKhdBo}UԚ[?u4'z~Z{p|lA^ ʙUS~0Rl/>kC AT8n *2إ(qw1XUto[U~ǔL>yP`x.&NRV.Ҵ5ܳyQMMۮWG.G;o6n#7nNK+9eXd~wXev0=p}x;/cUBC"Ѯڜ7c|'$&1$J.9U ^l$KOcz Lm/8ն>腜&HT luq2 3ORy\t73IkuffA,0q$pX~ Hio_(FX<&[bt d3ta0%/j;?3̣Qc sJґxS ε~P:&?GEh@3r^nJRZON Sڙ~W~X8@S$)E.QJVQC U] ^"ZzZ{\Zm5/nHՅ;m8uO0 59m~3i 6]jw">>F 2R.vpːLn(Ia38il\-fՕjd?.Uu{ƪ Ҵ(^9H-$O %8_/_}*V $&_!̷*>²V<ﬧ Lf<߫p-/+Qx20'Ş]+k*!˽@3A4Cz V |Dċ{ GZKP(՟B4hHөy&$W[е~> g΀0\+/ >?T:5EV]˧YMpV@Cء*ߦϏӬF5hK&uK0 |#yM%Y?5PҚZނu> VG_JqD c?u綄>jP7TEn:>D\5),yjzټTqC+YvpZB01/o P68 yv%}lK+8_}5)R{Z#3ch!}T!”ڌ 6FZA{\1pvQt![Vu,\)zz w0x19)"zmbLMd&ϚP^3%@ mD ұiiVV'I~C>T轆":[{Da``T騉[PJլAwt{cyMU5GrF{kLj,0Y׮kcY]Kӟ/>렟)D*Y=\cճCSyT02P1\X ׶ h0 ~Ux`> hwvzj|?p|!5%2ܔ,$Be'LCEX4^9aN̛?c6} 'xa[T (1+eߣIY`alUja[Uê ̌ SEtC>6E^ ):T\yN8I;s8)u;J=X\ٌ֟j1oJ`P02? tz DJ횋%}>:QYd 9n"f1E4ݳ=8"X:IM- +6†ňyTg .Tu=a=ZCEbĤP7Aaΐ%hIb7B̘;`YͼVcr(Xm|0K~2v_R-:"R c//VyLyn2%N2 28JUpخ4^ww0z}-^7jh{ GtP%skh#&t-zF4 OD?GK$ d=v8r=S/!Ϭh^I8i0,h)KD*Q|qWhe{䗖?e"YCrTy)5'E`8F\ײ,*?[ G޲rCa>n=pC0&<Da\ǘ Y#t5~"X 51h{\nVcqhXx{ZC%1J19'QNǜBAjgz_LHwXU/wl4| {FWጄW{{;dbViu'O{hr5q<'PW}.$BGnWuGh>ڃA䊩ynיR/ƴo|(R5@l@T[耙R IQ(I ǰ{jnǑMppp,l2LХLy;moZLhiER߇"4G1;)8\ ~ip;3Vb BreJRt'm]6M?w<odE[\j `FY,jTA4QD߹V3 ʱ-ʓ1ksy׾%xs\_J5lj5u*dAt_lynWsl01} loك: K/'F$VZ\fekb)\)oJXW (v@ooc S,8 ,7:J ^kZAXPpb<IkO(g {$OOHXB1 6I WqpAd֙.a Ev?OO?]vt]et܊x[٧+ЉW@H4 c y$G/2+j/RnKYWۊ 7Av^Di?Wd+x90:&gZ5%@ 敟(SXR0R,ɒ\4m\]vQ7z" db9;CIqUce&/$bNUl8ms=LYv7Wjcʏ]M>Ujр"mgtǸ xt\/!=,gsib#wDT 5ײ7Yi {)s;Tak+\%ALapZ+ARN`@<%tكu.H+b~t>nFfE(t#֘mdPPB >KQqqR/F'1P` ih:\ yE~Ƕ  Z<^{9gu<+=?/J#h`ʿW{,zh*2-9UAh"hb-eREA@ٞ1^r}+Um<n5 7G,XM l>\u]"S3ZFz n \vV1\KʍwK”@fqҋӻk'=(*6 *vfv: @;dIa;ySQS rr)7g+; ݓh4D{#bb7|u?| ۪Vc3o3 6a(:+EZ(!&uy0Oϛdm#wg:#cľٳo,Bgi 哘wo*%&ڴgc`g#ʥGT0E׫ ^IWuHZN`K|ݹS)"#Ui6q6mɜVxf yZИ×jGQ8ym€k=z(]fF(0n^ԫ͎ٓ>qҵ@./pZNh*Va*m$34NP$yR5$CRU V~5۝㸒2b.υ=?J͟Gi7VL?ԘEbyd}a> .ޖIh…oTi,O uv tcYŞ_=)o?*+{F]*;0_}t8a1"f!'w)Wy 'pMݔͲk/,뷋OH`46a;{O7BkSU#w}? u.|ՒB A}i?& 0;ojn}}vZ+罈 U=Un0UaE8<7AI : rXr*¤P_V)D 43> oYNP~ۥ}M i|NبT9LTٞܭ̛/>0Х<3ZUr?h_r׷ Ws9_EfT䙱zWP )vs8{?k#C OF`|}fr=i%wO6bng%*[o+LyȄ %uDཀྵZ'ز"+ֽT\i|~s :8zmǵzHYgoTH#3ؠ.ὨKWBT7+zI3~;61UobӒquKRiVDp :%Lt$dvu)w]plr%qZc#~'ռIǶKZlSB%PӐ0kM~_I2M=j QIru3ݰANB(Q ˖IZ)I~Wk1EjS寁^6Ci|lAL vvCwz"o#`)CXqᤱTǾ 8Ms9py-}Dl6,1~)xXv}چ^q$le>Ǭ-=OƗp+Fb SI 8A⍓ D`7d6`H enRr )]0Mw{[r5`_n$؅}c $w嵎F.Yjz4")_ʌnVk@)K2G'̹0Jlrؘ|zJJ]mX].a I41clǾ~yE9 dS.qx=`S)iӦ_@,2=5hgj/?Ze1lChVܓ%l|SL]inby/UnaoN>UqQY^HҗtuWNP(-;r->&,NT"VK*h vӿEMdy2q$elSs}Bɖ>tp~ƊdpU!ĺJ7TRȇrtt}`ʹv2wH$D<3IQt`sQAF>r~/im+-zׄ8@iP[>f !X0[qoyBIz u^vRV셒 R_!b%w88Vi3`'y&^vۙ`t ^!xP6WNJG42K#֛a[I&{REG+ NPQTи$Trk 7_@>d%1bf*Cxh(l7]`Ah@Rx˦U?C*4a tG_\r!3 Ss$TfPճ AM7f) HlzQ$9 )uxwr$?&h!n¶R{Uڒi[sG~ odKgMoEiC3M'Җ =( a5pq,^4zo{аS/eUV95&m^tfud =rDG M[ vGE;L,Xt eО)/h}I. +X!w5|ˮ)})%2k.77jXËp-i !hXj4: 锾<_`?OaՔ?Nkhw nU W K݋2g|R:T[R|?nxD\p?\}fWE'MҾJrVb;v~E4gCv 'Rr\Or\$?.CkEH[ 3́1kff~7Il2\ys[50 pmZn&!϶o P6P w'L/RPʫ2ֽʅn/6%z6Ն1֥[2=qM']7Nٕh@wN~{fC{kjz_)Z#Z,.Qݝ1O޵vbAvb9˭vG3uM3fds%#(G{n?cV憝ֱM]>W x8O<]dc7et7b>#65v)tJC R]}fDq8$\qk (]22YGкX09qJ}=uV@dbȃ2BFwؐޏ49$ê9 LM+ 'P"uմI Rx.ͰobkJIqNLt>PX4;xʡLpz0@QlBزMɜ5tQuޟiF?_3>T]EuևXfXXvxϵɯXvXe@#}eH{kE0hm${q!].̴k>w vcB 3+ λ QbA?q^ȯPy\e_-Lb E.[lɒ=h{Ȼa%|x?x,DәxG{4@v*vU`x6P\~=Gj,D\ }5~ݽDXɲBr녤5ɘ m}! JQ#MD4^n/%]kUTp\# `<4P0$ ?O2_2^:y0J"snCs{(h%ks4fG,Lnk`Y>N&A,ׯ楁U 8%eg 𙀺aeܬvdOq2'S IXIrhHCخ^dR][%wI/Yr۰ ˎdTdŚnzCҢG\_ɓ&vV|Nիk|(-G>ގ[ayHt NWw>pW3Q A>0v8{f싼¥媔Ԕڒ=kK~ QXl4Pe>0_?lmd\Ty{pS_ͱD=Uy=׺Nr]lzjzY%S %i+/ ˡI ݐ:O6_=CA2y/0\us%ιIlA1 I-ߧNWdi-v4T9xiV{ZF5U+gH8Z71 6/1z=X_Ü }O[b;.Ш2r kElQWmR7|j)!Z_ףf5pq3xt.Y#U(r8*Cm*j.[afSsܫ/9h^(U0u-aHȼ0^ =<^G$WvpɘL %pO?3m";a[H\]W5DV *)b/Y0 Ӣ%X,1y5!;ڼa'ɑyե}2Ԕ *&B#=kaNѭESQK#R6Ez#hݨZ@h-RDZw7~vI cB}`h&)~$aW/Dg-f :& W-JZ ~yxU2UQЄъ j%TL[\ܠ"g1a^j輟R/ 3ƒ#t#]G!၉U0ҮͰ>ƗUH 885U HFVA );)@OZ@s} r4՞J xT9 e3][ oPGz=83;1M# ᶐ$Uo|*8.폰 qaDcYfcj_a-qbcƈ/NJG_@d#rlU/_@[%C 2-XX#淊}R+}=ga7p‚O[ɚ14a)ȣ)1WΚƓ4Ĵ?mv-ݍJV(l-4[a9:g#SA׽yR9dyCllexCU;v((/nkH K24eٷE\F:Jή$|wGjz|;u;qX'wA9aJR}G@oޕ  #+[=m5V3O-Ĵ(߁ lHT5-fٙfvOg?OOzPZj'Eڠ{8"aVJ>EE :\],FЅ:N.I@sM,Ebȩ1̳YC_CJM(ov[vcPX)!)21-,ZꩠiY˻m4ٸ=/hlrzF MggV}@k;GP[NļI%b7pa]㭠ߋk#X^7J-W c8"~ng }! @g $1`+!%ϕ ;l)g 'm¤4q'Vͷ͏av܁ǹQ]UBst*2 ERт+pwXf OCs8\ٕLXak,DL.JyM.~?}ʍ-(2d(ӤE\{ /r>$v;_t6i8S3%!Z aνm1.Lt̶*]gFhcl_r¸Sdyf H25JfeS$zWÖݮ~E4 Wn0ڐgj qh?4@QB H{s&D.4>rqEdHߔ7ÏniORwܐFCoJ2ILl"TنPOog<ݲZIqJAkS&*w*\vL FͳX܊"fN>9KE֭7¬ nQL9d{ 69&_|T=YkS"P2DiM ѶKOyiB{_+=Ogρ~;,L͜ Xa,lqi=v7:8 kg qզ٥Fʥ|OЭɦW]cd(5"X?<֙oB#lb5K u=C}޺{%٥]v<UA?g9^koWMOcVh3D=Xfqc#GS-(%@ =R+cX!`sN>hQn@CM6M%L0HhlM~=S;lbyV)5oњ\L5-am$`\̠wa[ӥw@UU #LUK"DM6tkLHM+i.iQ_Ѐq.cX-j.XD̺L;ֹ;.GfPw&~vBE2 rb 1|,9Oȃ4{$uHݒҁ0lV|1s8!9}vr I-_ы}3Sa0'}1 Dy8ԯ P"oxFOϮ??noPT&9JvbH| tZ+'6/؇tI> <7*!JMW\'t,iއ!4Wd”W R هm~;X2 Mǎ뫺RX|C7ho )Cbw`Yg}UFCw" SX.2biV^LÔXx ''ƽ:Du,Fo1*Jw+Q_R<, V#ν&rKlt*^X!QIf;?Sf!P5.J@4XP|οiYBI͍֯QYYj;' `IH;?W6 Q),qqdYoG! bngIėLuGY0Zڀ4Yܣ / q0pROЏRovM&P &CV@7lF[@}-OOgExjл*pxXr&z NƜKut!p~|pX$Ԉ㹩}x.8_&@\B**jTQ8{Yj$m7VgK˳giv%AY#neQM2E1?ӥngKy|iζ"^)E׷9l_^K^xڐ -ڼXˈO/Ͳ,qJw6rsM +Z{NHk5n`.ҭbԯp{x_9u ̘i 9OSd/X NG|'. oJu^yG-Z?Œìh,pB:ZJ`۾%O!򍙥'(N&cuZ d zOCCaGp\ݩ?PWF^z8WEUc)?~bn1{f/%[$\Ű&p鄈EHmљу'Z42{?rIˁIX‰F뉃%#^TC,T>t9Ft &%/a۾N\X) h)7)>I'Hz>AD@T%ň-KD+Wp~p\g5i&=Z-SW}PYIPVVOV͟M87fPP^05N:1kYJDJ=P371"bIV+ea:a*O_&  4(Q"tdj [Y6 F8) {N9޸"aoɖ!L$ (&eg}hit9מ~ KC`M7!ȹk嵣`Y[QZJ,bI ^&6I.%DUC&;?";r5IH`ɨح0!(4OaH$TPnܫRT8 i#0o'74?oBRgcGQ?׏=Z2PpʕtC̩w6lPÖΞ N&_~+>ԥgˋJX졦Mn2$pb1X%.C90anE@giKq=uF[,nb1:]ATɋwF'{-ZݏS;ՔJ7v0DE&P10̃un&[ \782r #.Tu+* ·]aI Ǚ 88NIJS>'pd%#}[8բ8(wm.sY|y![fGC6oSL̾Y0MyYG"{31#{[+}ܽ-Gͧ.qTnŹ -9B h9iĜ ~>LR%YVf' $G.c۩/v˨ yɵۂ=˂n{D!` I^:Πdnm ] s`P1$` s%nn&^Ng eWXQs i >GodX5?D롥|}>:F@>Q kmOY̎SEg6V ;&I$^C;֒KB#STE84iF?01X 0'EMӂ?J;Ń D9k瑿AьE0G'\`FowRňÚUm{Yj!-奲j~NX *4z4E[TR q-OϺu$\pTfu\uӡ&@w&_Ԃl~4K:=&%R#cdƬ~:]47ipꉵB}5!:/r^iUݮݐnCç3Ť-,ZYuCi8{Mns /@e7+;}-U5)T{&jM)H!YqPC7',~ 瀿Q&$Q*se*72wW>S^q*;+}Zj5ƶ;5BX0#JMi(pBR{際k& -5ޣ%`3yӤfGܶ0Q>947`xY-ќ ac|ɛz}P(B;%+KꪴxYr#uL% ͇9G _ +N#)F䱄3ҶKH{J31  nò=Eb2X z_xca'[ W^c Mi| +Mhӈ:$2v2kq]V87Rqwd6Kou&*0sI!I*h,gS JQ<n#Sq5&_B ғz'E:ҢJ ;ީ4@Gc+ 1"$̻~*|;nl)SjC-@XhgJ}iw7CZYJُ4/l;Ӑ-CDAmGC ,q5ʐ,Q_ HG}i+Xh_4۱j+OR)ׂSlXd .oѪPyB|R<Οm 5}@NA 7L|ԫKbXz6'ˌei&g!^ P.1XW`쒌ѷ3윞j+3r}b$Pmw VN+ yLsTő-b]N5g]+]w{h 8\rU;.lR} t >[?Id֛IY G>Ew;̐QB.mwa~ k.ۥ4Rٴ2qTy~pt85p~HKa$B%O t|wX:S~Í52tvX\[9 Vj< -<_Ɲf\gM.0dWb E''ڸ NL-75X\{7^D{*(cŅht0- i%C2q+1U}bru:3)zG> KwP3_dK W V.$Y:öj1{pձ?TZ ֳa;!SdH/ib=:3叾VZŵY-}'sf}05qvEp&Yo>'"|omPb[&;ل =䁗Mjա\K䇍p Ae.ӹrZsONM^vākcݝa2p H%Jᛪ4kBn+|Nî܏$fVzt}\ et Y@rJ#)PZ"̊F^_.5WNu\tz<O.6q2eh{֒?RO< syٷ SQ']  7?2YQ3QN6~i+CۀF@t DOs0~v HA *Kr2_e*h-?}7ѫGe" hvbQ(x^K (M4`@EWTh,u)Q٭,a^r*y*Ht}T;. sCq8fs뀕 uZFmRhK|QaBc8oVY^Tv3؅MWxqj+5D1~lk P<Nb˩PI uAsI`MZrQ@yI?X:Qf݌$슘;G5uv[pqEh@oL;K`@ DHCr -"hVI`|*H,y\ bF|s+\o?vf4qKΈG`&ނaIŃF1ޟR5BEJJlsXj3 V?F׺2 !)kڏKw_.jLQh~ g&$* WO)s&W /M`3/΅P:f(bqcܞ`=XCzm'VcuIRwZ31q!Vb0_LeYC̺-=Szp;Kvۚ[ galzΌPS|P,R=Y.ȱ q4Lz˪r++/y<:|ѝ{X\QΧH 0{`WOgQJُWځX]n619(1ŵ)1}˨&qV% 7-0MSܔHUuhڈhj.g7# , YP;Njڑhl4n&Q؛drߴDrb91ЫSwz͈|N@emGV]ELƸ0NcFp`!Hz;;6>}l3- 5f {Ҳ*(7)nY*jV]&0,P[A70ꇬz]]-B!Iޫ0Ya#X#(IIDž~QP5]_OF 4CW (1Ý\ >S7n": \k؇k* ` O(.DwzpܟXRؤOtJz|k ! x;vAJ EM6'g> (c"Z|0u߻dq<:{S.cUM?-si`V y0Y| Bm!XE2}:r\TP*t"u}jWWt6i1MSld!1Pwp+\Iy !qG\K7O&`_D%} cv83;v| Jq(O8_vQ,.2+9Bτx2? A؏2y{.Y sYө[fpZm6rA 2-S|cQ_x $[E?+Ey ma,X hmSZWѐJ!}1;'?zlVϾrH~KV&P[W>4_5=^h DŽ`ͦ;턖m{=0ї@bhZ=(tlxЃ~jblqG*Up`z^ }YB@,PaR(3 MQ`"pu3Z8BNSN)d结oaN LE8'>|SG|SYVwmk$"!gfb؍ g2Yp@{5 b| 1l:"z)k)tP;dN\E[V972"66YZT, JL$C~{Mh[Cr\ӷRsc . _X'/PJOQKhri{u8Jw47f%!-Z4Pe0bۏt uaaԨ+6 w3u?/dlOs\m%_ȅ$fZRDO$VՔ-RD4'VD&؂!kVP<:{Z̸^+a:zķnpȘ؁lSɈ)d.8 Ƚ5]ʸ xɭ}k_zaeAfk;Q|/'nV?#9YOXʽߔy-ޙMa_v<̬]by  % zYFlm h- յ'tnB0.^ sCE&}QL@:r"HEt)5f dٞ>ލH>c %ٯ  ]̙ 964l=/'y?;++C/mօxD7bve7> (N9U'{g*1^$d;X*zH@*a.h,phfwi;_ٗ,=34[e| yt-[7?_'ul߼ j1Rˏ~u(12Q^QrS$H,߄:y9jں;-N EH~={he;eV9۹cr`i: CC2~Bt_5k\c!6VF wv2t1mryfOBĹp:'Խx_- K-#d[Aȧtpt0JեۥuNV wah gs2*λo(Rs뀏g@\v34-nEqj,EG9GO%翸[n=6x(ȅCG]~nFa6VYi'VnKU%b6LSc6!'2o/BEb-Rs¶QP¹ ܳ\k,A3WENZlQl5e纾viK-\U{ #8[pIdkx7עCޏj:]U/ADZcC؍*`TNJ@+cANˊ>PnGlX;Dik8&[?N:-\k:"䲪{}c4 }lQ2rWc6Į!>r|bDsq3 W /vWɘ4(ĔDUH[[# XkOeUjZϪPcq=vZ T.R[['P3@.`2.q4|@&KprcNْb(70uGW߱-tT&pqR?v]9`,V7L8Bt܈nGc 0iv ձeJ8xC}Ӯ{{CZ:*y]J(Mk*<džiSCvO,rF.~|"e Z]5E)]fQ n`nhw\ڷ7i-64Jfx( G,1eēV;s^]ҥg![|pw [y4Kӡnkxqe bBǝh{9f0qs :6Ew;LNHB?&o]Pli"^!bTIaglsY_=s [3+L5-f{nay`sgJjˑǑrƂJE.Z TtHk˜M+T_:t$k0;չ1(ҧ[, ۜkWfO}_ ODrօъ8+UB+gSz`;Кe7 ]SGª(? <ݖJG[{q[5)6hDq)&:Ⱥ%.ʕ)ּ`Ķ#&f!@=4c萱q?h<9HfDǧނcMygh?rQ*눝5[rTi8`)U}H79QYxtn_dfĀ9QyY 9DiW_EDq53VݵLݧ÷> H8!fNY+ )WA_~*-\> _G=Ba[8x_p/$ zUPӎb,LjޞA`JRORϲSZ5Q Ֆnؓl&؋k=YRLMȱhCo J 돬H/ncyxt,ec+z jV|3n#\Hh\/00+ o3\SMrgywNF_}n3Gu/|-\s5B$tyeF>3_KU#PlpG`^"?5I Å1SY2oy&~:rP͟ [>5g<Йghm*Y]Ԁ%o%C.m0r h~D:AHM?/N#}JM!eه) fn|:x&|%*xvv/} l3bk)]oL1ΡibIGi; Llu٩{ƗIm5[3qi%cұ6ZxP/͘Vw8y6]~I#4l,"'ފ'?g9%v+Nj^(yWQ+a;d.@rj.6qu¡ gH'$Ex0H/IrGl yPňe >B<=8zRڎiZxF]oZW#O JXh&q\!vx;Ŀ.5[җؗЋޕ4'j4ꈥ!25I;(LZU sUn2KN=EWS u+=f g1O#îu96dsU|F`aN;38,\q>#3F]ل/TjVq록a9V;3;=A1B/AZv`85G :Y]a-K+:{\n j]rX~!<}36SXh7 O]TqMS!FQ OyA 90f}ң `0CO6H5Ȥ'(R?&Mf }Z`wH5\bAWjG4CN=BJ)1 !(4ʘiS+Z!*z< 2P(CQ)Ι 6)᫾"7fVP֌~B~!C+* ި8z֎?'"2zJaPΞ O!eZK_j9cd,Sl?C^#x*5 ޔ84xmF ""QYOh' יH ,N[6cCsŹcx0ao\,/䕶NOmXT}N0֮^tObGaQp4֔%|4~K^=Zd^ .H1תP\::BT`ƥ1 hd @ݠ^?%ʫ8ޠKYO6%+ +||EBfB9owy;:<}0uث)4]M_Q)I]O i~HftDai",q٥:_V`Yh$߼6'mFC]"Y, ,0)_Ow#Cmuzkoєn+/=,i5 .{(gܚyV)PS&w8Ϊ\wI;PG?IuMm?1O\дUU{O WN#[x4/.(er0bz<`㇠喝Amη=X"'UyasBSoQ[=X;Ζ:ŁE&钜LN;؞u>03 5 {< ^Slf?7~*C4+]%_/@ddXA]P雋iPUaU3=Q4uu(2AbfY!_)#  R\\4M^DAzh xLmum?VLloZ+^ELtHk""j6y8H$$룋Q8_ T]k]b Dy$Wy{VWU{j +1_M-}A2ܬ{Y$Ez(Zffގ;#,zMp6v9kPg▲G"X?'RNMi 6_ ,򉊖M5ke-03Z=~<&>s^Gԟ7r,/!h:KsO #f#omZacu8+MɵI$9RZ$\1.H[JpRJQ)* l@=Ѷ[W?x RT}qq7WLq LV|iID Mgf.Ӫɚ_֏%efwjC~4)9Zy6s`tY׾,p,O/'z\!N0 fW=禢joRnۇq&cގ*&;L_⓸3[q*i67VQ~eWmC5O ĖW /x,"J%rSOkQ۾ ٥{Ŧ s ̷ռcoޘ6ar\:⊪S`K/UX 0hz{.:CMǼ?qUͶs<`QwbUAkl Lk>MF Sh3fqܺ}%xcC}HA͛AmpTdzz* Yk/<߇wYjXLF'U(hU֩9`9(og7&&|d\+?ߜ-S!&_Q^oMݟ,A-X\-M>vUtCWy ߥ@Sd89-iPZo05ϊ+37.ҾQ_rRmBʗ&ή,w͌'~׭/g=WXʠ"%t+H7t2K'.EUx(֟RA^XU̞J+ ca{B#Ι; vw\FǠ?"dfzOX3vް{0;\+Nf+];ce1 oI4SM>>>Bm +hy|\F|WQ7ϥxqiugNn r ]d}DŐXv8^$Yoثsu姫d>4ę؝xQ9T`nSo9enpV "m6AšX6eƯ9P?O)M3HE p٭qGm;&fs\/7GR庮*XujjW~ 7߰X.cM䂟E3km"s¨.hJ/pYҸ]tŜ 7\p5!2N j4A>D(=@ٔ 7p}8JKrE)Ti &pِWLX!iJQ5Q[[^Y[s͏,d%Eצz~um#]lNƞ-Kf!-.PLqI⵻z"jTh,-W;ɕ>)햐;kf#$hޒ j%oRjGWUi~dFl.3j+yJi#IZ ÀWe˚tExۂvC^gk\liptBhxr2DZ0C0N# -{}Cn2Qv|OEE18z@)"Iܶ_TT3ĕC.Wɡ& /@z. L)z'FTlbEAtq08cxo ĴUĹ&t z&DWH=]\DH#6].g| \' ߔ|!M$b} u WVJ#-k9Wh Z//^nwiWOWκ=ZU'M%)E;χi,f` (+Skh ͣ1qXz7 dt>B]Lb ۦNNg%s SC5yuqOSxp5(DX u]!ܢ]My>9)z=0:>|q4/Ra*)LEXxx]I\ `,/V!<"0 :!oDH|hֹxZCleE;))h hi㊛m/x]qGQNc:#~;?x5dnjQY`f0#_}žM Yxa/5ALĎoQ*29MÖL4gzzSmLl<`bŧ0Ŵz%xT_g Y>E_[Tz )&?5"҅q@-Ry|hd96W9b5g{)Q$.YYNLE<WS)xΗm"]W&"):ͮ9U>B7'O?.?ׂ'FM4̕10xFO(:]uȰM.:LR}*1!#FDt[mXQM71'[wq]zUTv̤jqW]qtg$Ȝs} y)og<pg~kB3GJ9 B#D)7Lpoש rnϾ/^ WQ%*_m(<Z bt<=jxz*z^b_"$ٱSizb:H͡V7>7,/1A{ӗG߃>̂w(}j9jN5 cUoKҭp~s_'?T?匉?eh_h^6 nbTKv͓ow2zBFZPf X#s`kEvfe8-T )iw""=NA}_7Dmɱ}L{bp>َ.SŅzeSWI-u\(>4Em0GsUw죃BDdhG9=6ۙove`E+3_6̘ f6;JˆlQ}cX{UU陵VaĪZI?D j¹d ߞN.IQXe`KHtin< -goY % w{O+1Ri {mAm;ѭ@Zyzicj?v~u4;Ay4iRƆګJܭwYm_槗)4XbRauw[,4)!Vlzt\w"B}-}`qg,,_\uBpqڀ7ze@)vVy5U1ܲP/{%聕/u|^p:k^[\GE1N_L~b%p|-Ik^[7[>y?1lƧ63jy0Jɤ泴EvL:&qP3'/]R#nF:{^ӰT*DRtTеD7 N.LwnJj+KRX<_^I*k+?$_$2p1,an7GˤO|$+xߺes}[=> V|<=s Ӹ.85{RdV5SYH|vWI-:ѧNcv蝹PCLG{Mip)ߚ}C4uitvBKWHqhL[/.&~ bP!@Ebae9EqY =@}8=ug.ϳ헃Q*Ԇ@&8֖\kyō1Ɖ8T*# 7 uT/[[ta(r3ɛ$[>'?2߼ct"NRRbq@@> ۀ?J ̨Zw!rօÄzrޱ"u*&3i$MVzq.FbX"y1jw(}"՚'joAGоb7(!Bu"R$9hfiFs73Oa.ě(kp14R_;:g.ſ, *ĔM^S0_({ ӨOi;|@05,,{'B s/We3LN9cb]Y9s+Xv|'&,yyeU")Ztқ;χ6jvޖ,;ڢd%|,8ZA & 3Y6]?&}hx%?@ DKΕ)3~ իAsٞ3jlEuA(3`uN9& NoCn57%.d3 ,UN:bPikD쎷OaV²jWtm8?N!"wmT֕JF=qoyQkt2UVłLd;L54/mZ-k&7dP1~m"6zus~%I: I(J]"QKQ /?Jo;ȲХ0MXr;ƨz?41dҦ_643^wh%463t끊SN,T)[-dҐǃg1Qu^0uzW9$ !9!jCUܖgm{H#,4,\, 70򟲥RV=>>1 ZWGrȭ1[+r'#R4A$nq_~9[|[u^KSc>nU40k:dyԜbrd^}wQƬ:7-WtFKWǦS֧'Vv?+kt  -FR!3pJ7FxV&rٓr;;ذGptjG-۩'_F޽ c(7۷G[Bskπӕ4?贂hˮ x WaJFAoT+j;;RULw1 _Vpm3TJqՂʲ#G!-F5kҫd>Xh6*'_TM bSA|̂wJ{VĦ}]pIp? -3:N&&v+Ma;˥!m[NC}4ߕۏ |f^5WfwsD|o> eԈZ|nY?ĮiVJDJUgqpǪeMmqTƅTQQ 뎥fd[c=t8**:iYOP|ŶEj9jlUǏC!>y#gɷN1[BUNs~t *l8|%NcuE4jM<WoZriP,Dp̧A֕n[z.esge5]4q* _Pf0}L柄C*8/uK}泌r,}ޭ9\[Ԯ̢ݜOÛ̚@hl@҄<C^Kk}yt6'`(Z ؙL(X+F$s0pJ}*_{ _,.}i\%ӾN^!Q\][Nc略G1k!$sQ<=շ^M_"([ U}4MOlD[$qjvn~EӢ%ɻ^UZ^Zқp ]e ;mjiTAqWU81߸ _ ;2KxJdP0]:DWF7u,Hw߀bz70զ_ G8/gb~Ї "J [Z8" v@Kº,Uikr]{<#ax>/d0I넂 \jW _y,#kSgFj ~FCAMaza?:,Zm 4TL ,Q+= ?gJW.+0H&V6~;˗=D"MACVZ-䣲2"%`1k)N)ˌw^k6=G.8"6Ԍ|.hɳݸmhp#eZIȲ]FcZ%(:\3(hg'j+v>#B:%9ۀ IGLpif'u~SdTbwEa}ؠ Ǿu6Tf4m )vl4ݣJ~wˏm@%!3Y2 nt$R ,GAQfvoHniu`>o"$E>&܌oo+îFCdzRk/1 KN9ZD`MVzinˈQ(-%:V}#6"~, D`ѧ(Q9ŒFs ̨iM.`Nz3ױ\璟r]P<.V Q9_dO`'`5 :5dؠSI(mBL使]snAP;$J=˕_Wh=$"-xcI7WW^'ky峃#8S:Pi\Hb+A hEAD"N2@ttxQ i?D*ug#)>r:7'kEG!k4S#[REN%ZœfSG^?0L4x$lZY$w .;";W K^nL*a/מV O富%)ꫀ|K Cq4pɹOwEőRa%DKj\kJEfa,4CB;њ~ . }#uKB09Xt55⪠]YYd9erU" QS ^NyW뱮n"(E1z2uuߎۅ/ @D=s,)F:a'1{G[ݱ/v%\'p!e{qRi+Zzpl-fg)#s7 a`@BB$.0KNn_ |ۃ}0 WyX^EsTEqO'[`gl!E!Τ:64{#o:J\WF'MUkǩld/x6\xh39-%#s+-µdTlY~}q _cW(`gט{w1<5#ZkUp|ȝ#LrsK%e&З`Y#;̪bMy}?YppU雿V*(JrHe41hF&[V|Z|^dhk*^?jV8t"JvSde;)&@z&X\HI|@KShژ"õ@ztk"Lզ؄)PD[@Y{jPCʟ8nPV6*u,DHA Q]T{IhKN(/Kc Q`zBF@gwVr !;_b4^s\TKЮ_SrmLjʤ-T뗯H>}6׳:v{Tæ@,G"&zaK&7KP!:=ί{ERngwrtfqޡ;˘Yuã)0j{oz^qqBh.E“| 4 |_}ןDAԋx//5sD_$O4+Rd7]["&ctPX*iVt//IyR:?a?o8vryβaY:%/^%~iMӼ稩/:=ow ?_F]P I߈֏T[ʨ~踔*G2G%kR# n8p"4eYz8JA^r6js#/&i rA*1lU#Uþԭ]h9a$ۊvW,}id6Hz\+!)G7iTw,.тIUț!=G.Ns̗4Y~rOAf֨CVU*3Ee`dG[jܡmˆsrU27Øs&5|Tjtֱqh!*. k'z  Sm]_6(; ONSJ#DmӶ!Ÿѽm>^ԱnR-^Ne`" (nljӃFjԼsX UoL?@,2; /%:Z ի'ax74c3D_rt^"ZE[oYw<2LsBb#kRdPq َKSӌ$.cȝC\GWO[gӻ Xk4>9D iC%)YNa'\Ig`79 7٠lN 5Vq!',rF8m=}LǮ4CBaq2hF "4Ox?sHO?}v֙/ÏJWHT |ߡ0VeK,"Ǐ89ЁM,M9}d֟["%aWcϖ;,_+tzزn_;#qPc'0:Y]6-;ΣR˞V{II'"JeKWf{̽<^0Q앬 PLKeRȔ>,R<@'擿5og@~`"£OŒb썳GM?Su5Ml vVWK4]WFrfXoߖ7]US'rMqDv_f0 Ŝ(t@xp\A#Q OYE`J> bq2-VTvlÄ4pŎ>g?1a9iDzӢ G.7 >]RE4Z Yj`V[ nM)ះHrc55\`Ԓ_#ґV4W!~_瑵yg7U%dgh \cjbJlӋ%VK k 5 aaa&YD`KH9;(pr-/w[Z&:v3~Թ6@'0'C&G+~1zmߋ{>D#._ S3]nK in݈T9d]@c+.DJo´r\#Ȍz|"t.mbgP٭dY|DžUW I:çl=E?_lK-6噛,ì0윳$q `ױ,8 D2Vl}qU"3Voa02\%e*D"ঁ u ǓS]SGv!@ږ|!'F_KP޶cwx(W Oc};d2+egk>JRN*Y)bА_Z'k cb=Tg>)աV#_^Bhf).uUa^ҏXjoZ>B' 96/k?з8#g&>u qaJBpJ Е0NVhY2s45x۔X3׺(E7۱̆|dE/-fdl[?pHєc)3cǤ%H&2ҚHMzJ۹ f̝toO&EI. ]=lwgC4I|qO1z1Xr~]C#),HٝqtI_>Dعh+W G_M j/q.6gU-Pgk8Oɧl/\eHOq2C&zVLA 8gv=ݸNL"#?GpNjC4RGvO Jy"5RfyH${ʓ&8p2ćZAC27fq0+%;vl|H CH6I.m*BJ㇄ۧBPZ.(S5a#dϸ n=7vćt.5L>6O(ٔߞ45+UjRTJ;Th5[?=Il˕-!xy*f!0cV'2jBMn/FnVq#H8 + ڃQS"8 lNvUݬcP)J6*N$QMޙ_^3'dS֕oKƅXع@_@*,i] 3=u=1r`_{m==ss*,l$Fq@OHxƑ%qNz'[#d;_w7u(8y%.bJ,ufG~KD`^Gy d15l ΚR"ީB[!d+zEE?E]b=i,7O$ Eh%+ {V^O`o]oC4 X! `<޷ 㻎}"v?/JR\zY)y(3σo+H0$lJc sBV&%y @pcX0L$}XZB;(e`GbHK =H Ji{6i*&06Y_LE".t*pvǏ% M5o ͞~ur,~ ɗ=9qx^&b/sg׸@!R&A릞pήqd>a޽Wd=E*~Z[Cj4Yp:w9G #bzTK(Cup&Y\>4xGw?'3`:k,w;<36kb Ӄ|x7C*_uF~a=Cі؂0Lpq6&=Pp>**0$2. Z^uIփ@bN Weh 2rag 1omw|[WY[c- ԘՑLo >Li> ?2C99 Ds>AΔ`AH!Ɗ"[#70P~EmYehxJ]< qNڽ;ܿW3f%3k O/TFu4g81&ԭ(~5mzBKgg'6O:[x_KVhi߇|Jo8(qL~{Z͏N=|X7'de{UV= =x$5rq@=K=v8_o?-Od>yFxSB@vւ i4;^e۪m,n-J+ :=<6Wm/ؽzuoM:SFJmy"0XͪGˡ=r,yMcn)k p|W [e[n| IdX^̪Rۃ&LF K2\xG)JB?$#%F])fX;lS ǩQq9ɖ^ n{%Ym?Ѯ7@y+r2QqT? #CeF>K3;׋u#nɜ|3TWϜ⠱^8H$W*>U®?dkoS v[g3P Șt™d~ʉMu\zżʂ$QIxr-yIm;~\_D28O$ QYM(pc˨OV+; %K/[bx&|II$RNZ+㤍 hX43&\^D ֊m8*ZP&>E b ; ZkDW bc-2v2 -}baV(xu1QxQBi/{q쨭E(?,jp)?2A(ϓ_w:_D=&*!Z,Z>+VcT؜nƀX 6$ZJ{464bIi ǎ:C=Ti4k -< C47c _BطqP͙eK#SIq4z~jix&27WU&l#@{G T%?UD{`qӲO߲fsGq!}]8P10oWh(J|.qe4o~. dEK +$<1\ʊ{.O>HpftMW0ͤkPw #8\UkJV +Rr2x+zh ʍ̤)335+, G{ ="we賨tjCS.28;q>rmqgod"hչggĠr1d4KN<&|7aU@1Ų-w*La7=gI`6k[aqg)N Hgk^[-#"ݐKТ"q]*͢gU ^&}*3c&#b}.K+tGe"/AG{᠆ïm*܎d6<"=Qm"ZǏ~o_u(TI`Pk4=\Dbh*Jvst?9g^# l,`&oi6=^.1iAFW9BH}[hTnrէ<}n #5_,If=E Ov.c1*.uJB)<aW$+qgk5*D60 2IۃaT&C+|euz:Ռ|s6B<(OzdM ?* ʱLqHwF"Cg#n5QA껔h;s릥;ΗI snoܼ%;KE}s`FtAF@@HG X$6RqQ1]k+ c G(w*VrcXz͍x^r!렿iz6XpOF "q9rqtUuHmBqo?* IC@zdBn3BM: زg!4ov QϰWgrYH7u|/DR1^|n*dωE MB"Aec5{ڵbp*%ݖ5y{{ҜL  ^W04\`:~i av;$;BGK-uvU0Q˨wH|,ZtbChK?K\GQWTl +޵Lu^s9 YFjeR`Y>Gsm77^C۪toO;,OYHQTLvn%[]]q /@BD6#QOi~rׁid)[ؑ:lڡ)Ҥ,m0 hkCعoICXO;9d-QQs' h؄3"?ƀB<cECe)*I$nw&9Q[;njhrKeeiTgp#"= LE*u*#}S^<ğJ2Rv˒.XBp,n7uqIG?OH~H2k\[ wefKfmC6"&]C?C>>"o*Kif=:Ybc҇~ luNS@ t(W8E;RǢMϊɶIl`&.޻ <2fz`za$`z$EnʶzكSdd@5ZBA83/)ߦ褱Q\sPrx|tQyiUQZ/6nm kstO‚ "?P?ՋpulV۴pePcB]qVj/+5cv= KD5ϬBX6ssO&]d9ky۸uSܔ3Iҝ l{͗Y)&K6z?N,[0H{$Ѹszȗ4]bNւnڀ lC-dɾ7O0 `lыI35PY5{H-Y}pL9[>t^fg/4+J _r=LR*AuԳB3LnN(˴)FxӻH6lE52^;FR|9b.Z_sMs*,@O`„l^,хx,O,j >cL16)?\ ݳt>g'Z[zF $|Q@Xki!&LŽ ad ^ _nlLk2`ہoP('Wsր)@ ~QU_ Mk[5?<*҉ B<>FCLT9;W,XlLGec8r,OUR: ]pw,c.P0[~(G.2Zbsр7T'h^XkخW˕/TV;qyɋ ^!AK1Y`c2ZZy*L +XP;0sr!:" tӔ(^aЋRڡx85mKټ|_$\~/n&Qe 84XV$3x+,GxI[a7RުaM5,%:jޱAWw@eb{_r3Uj|uf\b&LҎ5̐(1!z"Y@Ad8L紪Vmp8d>T81 PVd}Z!; 1%T&2( ={$YAڅ>򖠍)VS%aL߰VE`Qpj%Wj-aۓi*&a&1h}hw~'"8L\܀8 XMVd#ы'1ɭw1Tryɗw&Wߞ#j셔y6}U!pW] F7N˘!5=whuJ7yspM } L?F]BH@xw!sq5wHLV%DֽÖH⮲k]s  \zp}`ʑLCέ-ԈFcۅq3k^\b9;SP3yxgŔ-@ȃVţ= $Bq\ـoX}J H;>*%'C1e()B$YV'~ "5nzѻET';/E07lX;iHRXkHu.Ѣ}܍fchH9ML9w3Rn+Ec l4:@9D;_ b S}w[1]Mh SPzC=rEuu"}>f|>n Urğ' A.R#Ta\꙽I?>L>'/rg)smo슸T!NɎڌܫFм׈[( XdxO:awQ*/ꝌrmqT!h,)O]#Ɏ^ ۅ Erl-PDQe2?5_N\ m9K*/m˥k7 Hj:1\/jh}mb )Uťgg}M({ ! 0ע8?(r @Y*6I<X/n Lpf1a7F[R9-x1n(0!԰&uqA-QL/V~ԝXگw48tcǔ^o;}eh~H m/A -+ ˣyv2mAaܥXi;Q)Je! ڔd)1[cm?PwFǔ69qPy{6SS\)FvZi|"#cc$/}1l{1̑^ UJ<'y~;|%eSC~8fG kP"tIp$;UL^QIS&Q^@(,3Q=*IМXpʳ5m?B|;UyR*נ]QV@$ p_/4$i9Sx5šwA[KCqnħg&#asƌ: d[qb,"\I汚eN(#ګNeL`;pyXq@==MVGNȸ|g08'QW]Ď*j^ @f*o*7↔AX[˙(.C(O^S?ẇ\n)OCVdU$U).0w:*"^= U7;&^–J]s\<w";D9 8`{ 2L.n>Hݡ;o<ɐW3 Q ?,{%?BICnGaRT|g⨶c 2Jm?ژWEK˖8kޅxKםC6F b&o%^m i#J#k uK)^fD2zF42b:UU]]aCps<$ /FV72Us 0cDA"<_eb(ʹTD%W#>̆HԵXӮfF"*ܑ:Y0{tU dGV6;!i Νȓ; a[Zڹn 7T (3O] (; 2ٙaVFq=,ͫ(22 逼UxtaLx `*OA^)jA_+q`&H,vvqs2碓R\!$ht$4 wB?>l0MvуK; ~L7;N+N~xa?NT)u-4i9`M.wȈv"{ڎ̠& {f. p,иz!pKb#H sii_U{ ̀mN+ǵ]1>pxDR5zZZ:0m%渋c#|!V@_dj;މiR ," 6EӽbD~뭯?agFvu)nmˏyyi<>:,2t3?4y͋94v%vӚN=с\+SQ}8 ~L8KhFԼ wd@{^ EWXR]ci(BEi9D@QꞴx-5Yo`!]/yMP}1WlQ4aMN%kЍ-[!\rdP9&HvĚI;™w UL0i6 (6^Zbl`+h`$/`RjY\T3}/vS?imM;bne_W|; :=w=qNowLk ZnIp1lԓt\GKI^)^)c4JUq ,%vDW)+5jn=~E{5!aYt|v5r2?bu&5h0>evZΈ;wHtko Ro%,ϊQ2$'S,`_\ltk" %K-SK5A$E2)o?o9I"E#<pr/g c=ٜhӂ!v)x|1;IWX"KU>$glhFyuPU%&[O9o'xCO<{z֔a+9\%Hӌ.*лYJ;\F\(empI׸/YD+8h6qc JUfX^F>! #$vZ%5YLf@v=d :iT;/i,*Rh$tIpU>/Z0+g.J n1/t1eY <&ާG\,2̕60j鴾a|WnUú1 x(7ɿ7lNhT IwsN/&@`Y$(^a",c4Ut@dmr2?ƜMņk&7jDZV1/9pϭyq6[ň(.h@AH w%`M<"r5KKӹn,4㉫E@4ЇfSJ9S&bлkC9uwI7Pz5uȳ65M~;>:8J_&/a3m1#@QYv$eŪihU1lI;Tiσj9Kgi86x_9XsޗJw+TUGNur-D^^}ŏJ" }CgYJv{p 77qjJ & LC7rl.Wz6d9TH"tCG~WEY2"l]Qb3zI?{6s'E@uXC ,fvO"D[JcPU-֛s&VB-a ^U04 8kM @;xL{}bH/"Rpb. s-xeGSӜ@ql% 0)Epǽ!x?F-e%R*VDZaS[T"4^H+z.CusL亨xOl^+{N/2vg5ܓr G)楒`ͪ"}TFa )69Rm ]z7A#?9CH!3GQ.1͌* 7o-b1rGbB/ᄉR4vo1hx~#w]0UCO`9p:+$mqtQ^M<o`v\++Ed)=QCidƖ"8>RS=_!j6y̳r"WYRH,ɒ(SkGҸZ=$/%P?*?9 AFq_<{-2iF!d8sBɗd}eg?]|ˍ/ŞE ns,;?{Y1EEPhjZ=IZ{+*68}KC>^Wqzt+I|}oL!?cMFǫMg9m -M?? f.hoTn{ EM|iU$vchjq] "h1uޔQT6aaxsʍ&[2۵Kl@Ԗ-.FAJ*#S Bcar9|o]{q ;$&)5u^‰4纲ʞG5HU@,ƋVbL}6,$ϭ#J'iu-h3C * /YRr5J*2Qۭ@kqĘpnP a<>%% ^Q?yQ Df'9{TCl1' E(%,P3`g1^:c+$">֫8SfLX=Nn }Uœ)h5}хxoc쳞_8O@~|?<3ZI\ѻp5~AƓj ņ68S$ԼO,@i!M\%54(JnpAƕ(Yܪvn/2`iH:Wҥ9@ cW3 jj?ڵOEe^lZm< %UL<{`ΜbNrh`ƒ~P1+&z 4ԝ)E,ZO=ZaU ǘ=wӨc:kUlv2.Pɢ2Q5&u{v/U"3;PCMN}gݍfc};ZnRYie0UK$@Bh7t%XKE)S <:N䨷AKj.J $Q5಩ȍ!TVÝda˯Sg$ £}G!UT`zX AH[iWiƉUȺj!0X*h*H*a{%؞m- I~7D)Xj5&U䖫}:jNKH9- c=WFbzA4`=񻊜_p@$orRs-1G~N'L Oc=ʵfxVmH"ڔj/Jk\){3cA/I"sYCV䎝]ş'F5rL왰 cY 6jZrӽ=,deָh ^whXxWJdɦeuO͚VC%`kۏ6~ZI5 &:8D~6#O*|e ucoo൵˥DlJ"Y 8 m?@-zRC7շIF,ggk/謎`v/CG;"Aدwh䐠Do*LO[wa, JlQ)ɪA>,=30 1p& {A!?;!Z 1c6QD>!5̓:*d,D Ҵ`|~?uBW~L;#1f>6+Xxem(̇*Gpыf5n/a_s.s==PuW;5w@2юxA]sgXΘW^ 0 /^ᔺʩXS.5Jmp 2Gg A '"O>lvjNdR]~^(Mm =t/+K:]ݧnɕ/@VWXMmo#2a M-qPjtV꫖@-oP잁}ӡvOgE%džB|O53)L^mAֳ| +v<[oz Ybz9ۧ!iYS}Irosh|u }Q͚49<S6 wS*sc;$Fu"+#<E^Ke}/X09mp/=$^*.FnЌ`g %.pw[!%`n`` "𫉼'541pnfq ` ԂtzQk/%ٍ<`yNZ}jIms:MCs*̢aLOHafhCa4_T} ~x&"0˿2׈ ֍"3Nw2T dCV{\/g`3_q*>UA. > +"pːOäfBm,,[b)4ٖpt"5L6MZQ4zc =) h%Eo~DSK~ pe ۛ1(ed83N@95G;mG Aifaox8@Wg|%l - FWeafC 1n=bCCԐF$MG_~Y&Jm(c?V8ӽř:ͲD0Nߵ;[+t_;i爔ij>unEZ]`k>R~rQ6 a.<@Gt+'y p%_[=}b&mH`}W{oV&Ebsߚj:Wb=>ҫE57-j/mZ,q|1'F3~ {ywMJ@Pˊ~5qҐ$NEX ư*'=Vyq{%+4ZOz#s'DC-Y+ oCІ.#kH#R21QJfAl,Pa@W|j$&Kh/^JUZ647E2daҟ):YC3buzlmA "ftXWEV]_= 6Rsg5\uz0tx]cÏߪ9̞@UBqD,6KUBܤs&M6}7$0 JϴA8y -lnqK| /_PWc Y}9.B}я&fz"#؛lLu]ΆV𪫑~bt|J4LX Fsu7=yL X89Q%p ~sbn#qDKos+kJY+ʾ~@u-{<bo]ًyo a_<޻5Q72hWjMUNyU. ʍxnba^Yփl@q㏂| ocr-ݶt^4n1fi:ܗ8E5 ^[I% ~eqpOƠOzSh0'p41u5 ~\l*;t]]>ъ@]aO{k#zsɺ5h( ձ{IVa#csOMr~O1yy%'4l.E  [oA^>j~{ݤg __9~լ7Q_RMYP[d=+XfzIe Sш,Oh7syNQ@'RIW4>MBX-5;4.L%<9&~-{LcAėTԆoj%_pN:[fZxhOla3Zʪ.5G 9މ~+r< ~+] _UYf@;Ӓcu MNy0t~I<˛q>UE)g3bPmX.i,OG;0558=X3glE*gH'*V_8Z):e{`|}L:aY0$3aP6tg9in]"9 YZ