open-vm-tools-13.0.5-150600.3.21.1<>,怉hyp9|'pto#f/s 7 'cbFZo< ;4g jLS nTa|ڊo8yxWéG&bЋBa7qLp?`>ՈJX0_o2\iI4?GE^ThCH]/",k7S{.ҏ*'A]`FݖH h绯uh&ȜhإѾ:mL>R2?2d % @HLX\u & u}} } }  } 9} :p}}AFAt}ChD2E2JW2(J8Jz9Lz:U9z=>?@BFG}H}I}X8YtZ[\}] }^#bcDdeflu}v#w*h}x,\}y.Pz1111111122,20242:2|Copen-vm-tools13.0.5150600.3.21.1Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guesthyh02-armsrv1+\SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in vmtoolsd.service vgauthd.service vmblock-fuse.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vmtoolsd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vmtoolsd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vgauthd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vgauthd.service ) || : fi # Tell VMware that open-vm-tools is being uninstalled if [ "$1" = "0" -a \ -e /usr/bin/vmware-checkvm -a \ -e /usr/bin/vmware-rpctool ] && \ /usr/bin/vmware-checkvm > /dev/null 2>&1; then /usr/bin/vmware-rpctool 'tools.set.version 0' > /dev/null 2>&1 || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vmtoolsd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vmtoolsd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vgauthd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vgauthd.service ) || : fi fi /sbin/ldconfig***F*2O'q>Q2M"@'2K  HH `*H` p Yg9  oT- 1 5K 4 6 U D< AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤AhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyWl,`Ԝhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyh|h|h|hx}hyh|hyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhyhybecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4ba0bdf597c17c9eea2ba1371ae445c9d1c39ed4c4f1ebf5c69e2719f2d1b9011b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1958a0b7ecc748ee7ff16721e0c31e2f784890bbbfe5efbedfa802247a796368f2d30242ce18125bdeecc1990488289b2dd0faaf914f78c60c8feb61ffaf89b0ab8490276c68bb573f8ff89c8c65c22438acd92e0b1456b05c147a7ae10f3db0fe958339a7af07a931c77fcf431f0526eab51b5091feca72571f912f27cee5ec6996e7ae722957a94d532278bfe4406310a7299b11b46e29295238da0d686672af8eb5e22f5d82b407d78ccf57bdd1833986bf7ffbaa002dbcbb60c1f3f75f1707e1c95a349c187b663c942317dbd13fea0dca114199b0b570b402dbfbe376a973a43c46d3106e10e60e511e14c9d3b05abd5220306b40c7efc8bf9e7eaddac4584d0530ca422b462993ae06e021c7eecf3158575dade734f8b7b72585dd172b10a6de8b702c5d647f85854cbca81292cd12e48f428cc3b82327feb3bff7c05ad0999e655f8ec9fabb00ad8e6ea14db262270f9376b1dbab3b4968646909639a6a2ca7d4568c2458741e015ed147b76a51e35de7919fcd3f2da7ddabbf324861adfd2985ce238b7715fd528c9042ebdd1c969630eda16924478693963ae320d8c764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75e8b4f0e268965d3af45d04a47342de649364a230476be6fd2ed9c32131159c56befacd5c1b1635f24fe627e1711fadf769b76978a95b2ad4c9d54e2a488cb42b3e0d1163b02251ced9287c4acdc6e19b105a02723b137ed4455952ec23c516d90c14c66112da553283add8857c08ba6fc6c3c1aab1a8bda45f13db3aa03862491a752a7030f505f2f0eed04046be90bfae04a903eed19f58780aa26a533e83f3de94bb8ca0187757289f3fab89c092e3b13a1321815125e01c7c16b9cd6d05ca07b7cd9e99906dcd4afc0c0e289507eee216e04fff18b40b420ed878fca79b7af07d49a6607387c42a85671ac464ad5bd56c0ddd14bd615282f372e41272993942c5da4dd1aa3ba45b7d55ceae1e8a29fd209088dea1ea2384e867dd74afd31a6d3cda235d70dd6877812dfffc216f3bfb92c448fab1cf2972cb1a3c8c4bd0f73b430307d869a7988516067e84654e123df8cf797de412532d59aed4f4b827ecd889ee4f3caece6b95c0f0852f7f93025c097e59fe23d53b78bedb7e7b4eed62b2d967b93ba9daa6904cb39ce94b44afa494d70f7db7bc28df7dfc897c172a321c46ab370d99782768a178296dc5a9163428fe19b82652c7e1f6e1d8e9e06cc3b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85542ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb210662440f4e6e6398056873606bdfed434732e115240ad4651e88fab9d065e497e938d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0ee43707c814bb10f1c41909df82891bb79b8ef87f664db1eb36f468f6f2bdb4229cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675e26f2793caaa58b5554c1cf687c3c9c5c64bdf86ee9a1ba1a901490279b20cc549ccb2edb1106d501ca6b15ab41d5caf893112df561ae2615e9e09fbab0ec2ac7c0818753522102ceda5e079f3256a9aff9ff21f916c439baa01e132f21130f8bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b95ae642cd73b54aaef6e807e2151fac19daf1be6ba0148af38f077ca68b9ee512c739d188a26fb780be165282a6334a9a6b0e995c4ff6f8dbaa320c908e0196de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552bb41e07498cfdb44d48575d9be704800165e0ab952d85133ecb8f1859fb04e84241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da85872d9fb7a73b17ba286bcd54f8e38159c49c5050a65f8e7448681bbd87f03d665ef1922f8864525b6c9d3eec6b8996f993b001b88c43146392a9b208355a483fecbe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-13.0.5-150600.3.21.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich13.0.5-150600.3.21.113.0.5-150600.3.21.11.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3hhҋhUM@h#4@h@gg=g@gg@g @f@f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comkallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dehsk17@mail.dekallan@suse.comkallan@suse.comandreas.stieger@gmx.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dekallan@suse.comkallan@suse.comopensuse_buildservice@ojkastl.dedimstar@opensuse.orgdimstar@opensuse.orgkallan@suse.comkallan@suse.combjorn.lie@gmail.comkallan@suse.comkallan@suse.commeissner@suse.comkallan@suse.comkallan@suse.comdmueller@suse.comkallan@suse.comjengelh@inai.dekallan@suse.comkallan@suse.comschubi@suse.comkallan@suse.comkallan@suse.comcaleb.crane@suse.comcaleb.crane@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orglnussel@suse.dekallan@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgkallan@suse.comschwab@suse.dekallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commliska@suse.czkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.comkallan@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comken@suse.comken@suse.comken@suse.comkukuk@suse.deken@suse.comsparschauer@suse.deken@suse.comken@suse.comjcejka@suse.deken@suse.comken@suse.comken@suse.comafaerber@suse.deken@suse.comjslaby@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmlatimer@suse.comantoine.belvire@laposte.netmlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.comdimstar@opensuse.orgmlatimer@suse.commlatimer@suse.commlatimer@suse.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgledest@gmail.comcrrodriguez@opensuse.orgdimstar@opensuse.org- Update to open-vm-tools 13.0.5 based on build 24915695. (boo#1250692): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.5 release. This is primarily a maintenance release that addresses a security issue. This release resolves and includes the patch for CVE-2025-41244. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0015. A patch to address CVE-2025-41244 on earlier open-vm-tools releases is provided to the Linux community at CVE-2025-41244.patch. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to use "systemctl reboot", if available. For a more complete list of issues addressed in this release, see the What's New and Resolved Issues section of the Release Notes. - Drop patch now contained in 13.0.5: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch CVE-2025-41244-1240-1300-SDMP.patch- Fix (bsc#1250373 (CVE-2025-41244) - VUL-0: contains a local privilege escalation vulnerability. + Add patch: - CVE-2025-41244-1240-1300-SDMP.patch- Update to open-vm-tools 13.0.0 based on build 24696409. (boo#1245169): There are no new features in the open-vm-tools 13.0.0 release. This is primarily a maintenance release that addresses a few issues, including: - The vm-support script has been updated to collect the open-vm-tools log files from the Linux guest and information from the systemd journal. - Github pull requests has been integrated and issues fixed. Please see the Resolved Issues section of the Release Notes. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-13.0.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/ReleaseNotes.md The granular changes that have gone into the 13.0.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/open-vm-tools/ChangeLog - Add patch: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch Currently the "telinit 6" command is used to reboot a Linux VM following Guest OS Customization. As the classic Linux init system, SysVinit, is deprecated in favor of a newer init system, systemd, the telinit command may not be available on the base Linux OS. This change adds support to Guest OS Customization for the systemd init system. If the modern init system, systemd, is available, then a "systemctl reboot" command will be used to trigger reboot. Otherwise, the "telinit 6" command will be used assuming the traditional init system, SysVinit, is still available. - Drop patch now contained in 13.0.0: open-vm-tools-12.5.0-gcc15.patch - Ran /usr/lib/obs/service/source_validators/helpers/fix_changelog to fix changes file where source validator was failing.- update to 12.5.2 (bsc#1243106): https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/open-vm-tools/ChangeLog This release resolves CVE-2025-22247. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0007 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25683- Add open-vm-tools-12.5.0-gcc15.patch from upstream to fix gcc15 compile time error (boo#1241938)- (bsc#1237147): Newer version of containerd do not have the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/api. Update detect-suse-location.patch to point to the directory /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api to find the needed files and update the tasks.proto file to import from github.com/containerd/containerd/vendor/github.com/containerd/containerd/api- (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service are set to enabled by default. Do this by removing vmblock-fuse.service from the %pre section in the spec file. vmblock-fuse.service still remains in the %pre desktop section.- remove unused pcre build dependency- Revert previous change (Thu Feb 20 23:08:43 UTC 2025). The proposed solutions was non-standard.- (bsc#1237180): Ensure vmtoolsd.service, vgauthd.service, and vmblock-fuse.service are set to enabled by default.- convert to obs_scm - update to 12.5.0 (boo#1231826): There are no new features in the open-vm-tools 12.5.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been integrated. Please see the Resolved Issues section of the Release Notes. * For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md The granular changes that have gone into the 12.5.0 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog- Update to 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh02-armsrv1 1759476170  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~13.0.5-150600.3.21.113.0.5-150600.3.21.113.0.5-150600.3.21.1 10.0.5  !!!!!"vmtoolsdvmware-toolspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.conftools.conf.examplevgauthvgauth.confschemasXMLSchema-hasFacetAndProperty.xsdXMLSchema-instance.xsdXMLSchema.dtdXMLSchema.xsdcatalog.xmldatatypes.dtdsaml-schema-assertion-2.0.xsdxenc-schema.xsdxml.xsdxmldsig-core-schema.xsdVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-alias-importvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsmodules-load.dvmw_vsock_vmci_transport.confvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibcomponentMgr.solibdeployPkgPlugin.solibgdp.solibguestInfo.solibguestStore.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.sorcvgauthdrcvmtoolsdopen-vm-toolsAUTHORSChangeLogNEWSREADMEopen-vm-toolsCOPYINGopen-vm-toolsmessagesdeVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgenVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgesVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgfrVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgitVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgjaVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgkoVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_CNVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgzh_TWVGAuthCli.vmsgVGAuthService.vmsglibvgauth.la.vmsgtoolboxcmd.vmsgvmtoolsd.vmsgvmware/etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//etc/vmware-tools/vgauth//etc/vmware-tools/vgauth/schemas//usr/bin//usr/lib//usr/lib/modules-load.d//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib64//usr/lib64/open-vm-tools//usr/lib64/open-vm-tools/plugins//usr/lib64/open-vm-tools/plugins/common//usr/lib64/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools//usr/share/licenses//usr/share/licenses/open-vm-tools//usr/share//usr/share/open-vm-tools//usr/share/open-vm-tools/messages//usr/share/open-vm-tools/messages/de//usr/share/open-vm-tools/messages/en//usr/share/open-vm-tools/messages/es//usr/share/open-vm-tools/messages/fr//usr/share/open-vm-tools/messages/it//usr/share/open-vm-tools/messages/ja//usr/share/open-vm-tools/messages/ko//usr/share/open-vm-tools/messages/zh_CN//usr/share/open-vm-tools/messages/zh_TW//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:40917/SUSE_SLE-15-SP6_Update/17ecc29fc756396d36ac07de90bdc564-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !"" "   ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=c84829a9bb17fb1c305ded8aaa009aea77f7b965, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=d1068d67b959fd56b503659d066f1868a72e1381, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=d9c14535092853dc96355e21fc1fc613c41b8d15, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=b15ed1d97965c26b7989d6582979e65c63fbb755, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=a3b922af451fcdd11eaa1d5aee0054069dc66378, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=d1b8835ae9079c94474286ac365fe039d38923b6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=193b265496c452464279d666bf9d02f9c829dbd3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=7092dc8449006cc1afb2addbd7b18492bfa2ebf4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=6a064efa76e89e61caccad90abe17dff464ca55c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=8a6121e7f4f3e9cc7bf0b0f9b4baabcbe2c5633e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=389963bd1013e19fd584106a4a1a98d4c93cf5f6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=ca0df9e8cdb94da9e692228b87ffe04955ccee18, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=36f07d267980392c9f2515fb4ba8d0bb2ab6893d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6aca73cc2a5f5bdc72dfad5d69332979edad098a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b36159179174433bf3dcc68ebd5cacc8db7c3df8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=384c619973e4cdd595a93426f62fb23f3cf436e4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=549d8ce6537205dcb0436f761805a3ec96576ff9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=37f4faa54423cf243f54cc70bff64d235e7cffe9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=07074abe8230afef9a47c204b13ec4f4939b287c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=910bfa3e5789a0efbf14cbc4837b39dbfdd62526, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19fc04abc8325c735bc1ea4e815810d0c5214df9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d1f829dd7a7d2a4c5e14c1c184d5c1dc503bc5b4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e3342c3be1215e34299668b43124df79e801b9b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b90479320c4d6a600e89b3c6229a347f92d6fcc, strippedUTF-8 Unicode textemptyASCII text, with very long linesUTF-8 Unicode text, with very long lines$/7>FMR\cjpqy       RRRRRRRRRRR R RR R&R%R'RR)R$RRR RRRRRR RR RR"R RRRRR R R R"R RRRRRRR R!R"RR RRR RR"R RRRR RRR"RR RRRR R"R RRRRR R RRRR R RR"R RRRRRR R!RR RRRR R!RR RRRR RR RRPRR RR"RR RP RRRR RR!R"RR RRPRR R"R RRRPRR R"R RRPRR RR R"RR RPRR R"R RRRPRRRR R"R RRRPRR R"R RRRPRR R"R RRP RR R R"R RRRRP RR R"R RRRP RR RRR"R RRR e*?jk5Osystemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8bf32d608667f7f164f2568e1a576c6ee996361a18557996b31037e95dae3eb52?7zXZ !t/1]"k%IN'UN#i mRYq.)wA˲...+_FLZ'}_`\Չ,\Z'j% 7wX]נk? 恷tHҵ)xҙxo hKʓIϷ=\ jA L9Ya`ii먠 Jw̯VT17j7OVs ӛ! 1"xi-44iރv4 9~S .8˰b](aȣ2X\[bbQe%hNO}ǭxNH[dtp(0.G<LaLb)t_]$.ַʀ\W5~>lɲ wnjFC5{ l<}م۞xӾozё=HCpqP О d3Q[߉ @/\φHQeol>xKA.!HVȢa}fK~j(Ea|{梙~0L[ge(Ǖߘ)AeA/$6w&mD]JISًM}X|#\I9 90:r \BwVaX[z{ov uhb<&u*ftM,h&FbT^\Ż3R W.]L7X hHtP[62rf%x,TQT t΄>6,C-O7NH䳌AH˧zPJBF+8~1IGK9"U3LeMʖxi;d4f.Q /Kr'AF##'l9H葨 vKVg lNFw"Η»R'oJy@vV:AH;jsjqXVX E|PDK3]`MsyeP4lsyIcy$rR9>k-d?U`D0Vmg$LL1XDVF $d\?u8&k*Cpk%(-=$dUr>-jS8e].KNM,{>̍K-HKPiΛLOjq4?֨;`k!0v[lT}v^SdmN?^63ƝKNO:K>Ha }[ -f0`FڒRݛk6㟮)}5*{lȸtVM5QNJ 8=ϳR* j堹TY?_Bv ͖AZ6Dkhj>fߟ9s*dS''|MX" G;P6dlNŭt*NaH1=HYA hֆ-><7}CGN<ׇ?E=_y["a!5sV=9aDa%{9&1wA#^Z{ ,\ywud¸ #9IiD4n\G4Cc)_)jEȥUe\k58bBuB|S49U.}P8&yizM)U|K6QHRO,22&qOXKX="5vXWfSHϒRO 'Ա q|ꁙ D4H%7j·xUhDMڟ2ayZ,l(~q{5zRqc1dc z ;vG JBe|^B1S%A7~Qo~>/< gGxKlR{)PwyM4bK$R͠6\6Kױ8tWlٴkQw"N1my"D⟜ˬ c4P^ \o3Hj:%Xfn?QlFHhJDv'Dt*$K#hi!`Bb˶haYY=\`yw˫)XFEo;H;ZYImTBx\z8=sMQ]z\4Y6C,B Ơ[ .gT6%Tޒz?SՐh7`!hIcbϓ3yu+_?~jͣͩm:H(S.'h"Q<{L$RؾGttث +8jbIk??L? y F,J$ڈU;z&lpگ 6l-](FSqM0_A+.,h_LDۂg%^<UK+d˃'|k |Ȥ?-e ,{Ro\,] Yrar7 cFg#KNw$.*jzb1r#1BsU/\`[ۯ}UE]+l E RH%͟3MOeI0Kt!sy>,ZMQ4:֏wRMz#絋)eQh1(ڊ10? 7~c {,y((ms}YUBwA dVeدR9;x1'OJ[gJ  ]q~yvӝ8~QY`~3|bx@jzІs? RCjg\ki*U>&vNÆ\nfu%Ra"9`˼~]{N[%B1i~kku Aes7ǒx>$]//МWyR1Kb-۾aE9b{QƥiaC+e (Hpd!NqhT5aB/LJQI3[8/z>yS5Ugx%QDmo@M9}P)EfyUZR'^[f+i{ >%rr4gs plP)+vbԇg[e{˦o}{s*CP4{Г :j?./8]& Kn[TUd&r#eМSƱ{*"uSIBQEfT [|.S. ՋSeeEݑ۴lj~z&Je FW@sOٝ@lEQ8<]ӹv}+2QF$q|b&M?& Qfr*3>$$fjz=5{u+yI)MSsy[Y4j4^)6tQ&Wp@'>TU%W~~ȰW l?ފ`A^Ak%|A_e,/2QǻX"m_^V?9? Sgį~Z"rX=/%#4͸x,3n/j!r-)T/rXWɠd=U8Ҥ+(-m?䢌:EWW;Y2ZS47(xjn pqgFV6{ˇ,UZ"w r.tۧyH}B1Xx7^}zYXz|FC2OZ4Qzu)dSr56Ao":\R*!qf;C_$i4q3TU# \Nq GY'"r?Vl 0A`]cRX  cͿYyK#tn@[~(ௌL N;Ƙh͒tM 8VSOw ڭRQ;AW R<^Wawsu0zn0H02+N6"%~rٜ3pI jq؏.\6|)x9RY,* <"&7e W\z*nLVlRV\K;$uxH3ܑ^URMp1qqBF`&S+'7wuhզG7O X/?, daQ~*퉽{q}۰~(=mRzҁ?e(k c&=Zb8 $rZ_6Fǝ]ۻx+;@` 18VۺITu8g&B?> # DiBtYb>с RhAg)g޽4v~&Nճb؊0@cvQg+}:?Q{TR@wtSw3q/~X0elxǑ( 5=b;ཫ]"$2%h8 }]_=fL7>`#T6 S}cB vWa}c(݆н_͑[юJBJ.sbVJwɀ~~q,пV_njCbhb@WB꺵=t0rPu5.]Ԙ`F{^~j[$t'$Po<=06)qz%M^x y%ە%DXVDy Fő-]pr{,DEl>71ߛfx\icr1fGǖ&٩*0Ҩ(B }cM̵`~e4~i?|R S1ۊOTmG-Cw{@T-/KN q8LĩZR6׉U}# V: }Re+QBʧv_'=iBA<\-ݪ8a+2р6Vvu+BM.̔WƂ%沃 Rߊmà> Bag0d| 2W6v+hJw5َy5Xw…`HVbT7ZMdD>pI=t5r@XbvTi֪vĀLLDW4QU-]p.:<1X7ax2S:n(8DݧhJJ645 rh M- myb "3pۛiOɥ>:m\zR6 JJYk`i#.?wzN+f?fP UcQ,D9rn~JZ)T쩾z&5@.fpp!җcj-'_R>FSJR!hv^ 2[?t0}d2i|#y&4;P}Fե@p&:mil"Zn2lEdDq ت %;"#oUZ`ЄD8$@@8x-ʈɷS @7pc?5[zYK|ʱHfӳ/0e@? r4m)wۦ'$*Uݚ cjiq4 1/%*N B.IPr˟A>~hK:Xep.},x¬CX,1Z3m]'pN]:$F3]ʠ7:r@;-=4KޚۋXu#o 6謢HhR 苘ja *KtAl #8.~etlfk)S~U rO! IL.hXUy99_BE7wB"x8qy5BLmOZG^E0Z*65m-_|Tɬ&v)wAi\.NzgL_2l ڛW/(E L8.L׾'{,_rXLC HW}fG'**a.;`#yBC9*x"\R@HK5+mIAg&NCb/(r/8ɭZn,OF) Z 1~#[A`v[юƋ-2=4QxKW-lPm2:Rdk ="=x0T|rDث?8?o<=({r pn\K7`w# "Uxu>ܗg _bu~=7z^ͯD*vm!BdoW隚,,4Dw.}f=Q X}u#ZrڗdP>ʒUM.Y%X&;l}9ޫ3`Fboe`\ZP#BE`dx)KnЊ"6QU3Ș L76vD7q{&c>0 I"g$FZ ?G9R]o6)fWfh#N[RVY%fwO/Lx C[p}S9m.s9 4Fr6Ν )O}G&X~~6 (Pi 76=r*(t"N@xF7)F$ȉeU]&TPJ^ ZbH2m@tam$J`iOzǓ=j**qN=`lHO R|+).ͭc@S_H+49Pn+й#Yf[mЗ*)QxGhra`M1$-mѢgӬ8|<נ|CvaX 09 QQs7e `TtP])&ݎ(QCsKs^Enׂ8orySEuyV j>2R} s"FhH]}*BLٶ{ne#M*;i@ yda ޟC!Vqh Ao?.Ht(mL#`j*pԨ6Pؒ>2K!^io @h# C,n`tP6c7Էx'/аE]pnMݭjMo|'0BoRm8OvXhw1T{J]rd# )lt`nD?޽1,up5'HDܴ/f8Dufgܥ[Y76<7Fs>1#d/b?aqJQ 4,J>2ڲs1?9͇F|<+ *U2n\GH_2r+ۤF42"i+ NjhrᄃdlQo9NXP_~\AkP*ꔫP xQ \YqaX}U@v,nh2r (%13v.(C;zS3?x y~:} 1BxT7d5!4Ju/Ͱ~|KAWa)dB=+Ύ3EUn@9e (p-޼vAad'&Fq0>b`@O-,nِ%`'¾SQ)}l_fp}F,DJ? f@4OwH=e ,ZθM Wll8͊VzD\a:)e3jN녭/ʿT,{qMBޘcQA[oű_Q.oUbfyO ۏ՘*Gl>/DJkA +~ːүն.1[Y+4F>ME(lsBF#N#FK}Ѷ5$?98T% ifcc14+Jb,^%pw r윭Z]*%L"pZLsƖVu@( 2~8bVw"}FD>/TVOmS|:fy}$jg`SAwhᕃz ݼuy| bG2;`@? ;[4ąig[M!禓q2+|[=- Wzig # Eg? N%ɪsxCQ+`Q:y1Pfa_Jm`L>g:JjA0Z`IL¾fپO #NQdɊv*Ω"#s!/ Uc7=3 f'-V, lP *NG=[F*éL,H߶@p>5yrUAܦ2Ṥq+X9ZE!S]5,%Ւ6:L&m}\\m"hU6 Yz$fVe$gؤ|6P`D0hjXkDʑݙEnD@Ub槁,[ˤZ4BdgOh#yX xzįU+ EN ((V_,*Bct {(ClbAs# h< +Ѡ*߈.]o}ٲDݪ$ ը5y&ȧ)Eǿ *N?;6'=agVe?\;|iWC*vŸʣcHS|;<-RE0M4t/FD?lq1KämTH^JnDvӮ&-rŁ%dK"}K1i4&noU*}?"'ڑJIwwi{ä>vGe+̛AҐZ>m o+[ S}NSU"֯}n=q sMs 51nDp OB& ZR@7u@7- $J <{hζ&VUAG=7r{d4[ r%HdS"s(PB?$HQS,5ߔEVC oU?<4!DthĩI凴d2ɩݷ1b&Į1Pf LC]-l8 o i@9<w0`G2 Iо-2x 3z.Bk%5ڡOcTnRW{\f/64qZm|+v@Ѽ=Ȏп O3s!!0lR7&q=^{sInCij)e+a^lΰ }3;< V[G>\͏[] ]a" F}n Fs4k4J¢qh!e.nt*7Q[5n4v#f¬`6pzu8~dy}H7oGE:9w=* ٬]vxkb+PaL ,q$^,l( C+.t¥Ütb3X-fڽ1kplNigIh\ϖjf79Iq Bԯeg6u1!ڬʇ-袼RU֜XYhaFv)޾m6WSfO :=*ΡBd.03a?{o=qo,C\ !+N}xHר7s=5I;KqI^0g)\j'*4T}fRu t*郶wԘuNzUwAF'uhkƄV;>&D6kͫ=+wiVD4:`@kR:Hx:4iv.ttf3XqZqkJР׻nar70o /8Y8HuoȕX;F&L|lY (%>*r)h?Z0ԾYqJQgLqDE#GtObL ꠰% Pbx3~ BTyfYh?$,4_1I<;DI/q;| =1,ҙ?ZG*j{FƪhϘEɦ*ASj<74Yk<8m"/''F£p'$6i:d.ba ÛmSf#<1>&Tl!"lνtikQ"lhĮt5n0<ɛ %Ȥmq@. w4:{ …x˟.ߵw?[<-15m5ŸP1`Y=2vEj!٪'ڟAQG=S}z}0N ųckO!:slLk;<+*6d, j؞跹#ܙkߡT|t4Bkǔ΂j&tzZs~qݿ Ư0lnHekvSrsW E 㬦sb5nޡU6xNm?9i6gxaX[*Y3W)^ qcmԦ.R #EûyBhIEGF( hXiQp9Ɲox\ْ].aގҶͭYs;iR 3͸7hL%34Ex!8P;8:&6rs32{̥Y$I{[ϵ[{<6.́P+~=kyhϿ~`#kLI>;p_(%uO*6>Vʿ¯*fHKPuҒMNrsLu`AktA5<d LsMԿoЭϞJw0פ5s)O;a% =HvƙS1Yt)\#\߶*բ >*ؔQњF7wqG轇 :q?dA[T-h;1㥔C6$_~&sZ䉱O5PղҊkp=zp{M'B R?y# {GҶBdElxڤ)&kIZ2a\\ٓ9/Rnʧ Ed59-CTA{VHXdȱ7F޽hvM0 !Z}BL4^4.]w9 aCۅ{﬇)P7ne娳2h@8JRl47)>,>_o&:Z.c/9R9X\hXPPDqhۯt%z =[dDn9!\f'd+-#̈́M %t;Gtl$%PQlmgset "^\csBE}9osHESaNV5j)LyQ$/+ a]=ЖxX k{2=a7,XeppƯkѲr9v݂ak QZaHl1!,rO49~e\]0[\,}G0ݴaj yd7qTGBxt{s+\\_q),&fC`I<U8PZk!AUجFXղ\SQ %nW]+ V&KYs'hchvyimr|+8S%׵)ELJ+`si6 [o F~::C\R ";Z7F5m͗y{yf jj 2g9 o/~zjWd8")T|6`{MeD aJ X%Dq+޻G%Lass@dn]v Ub.Qn.f#$E}U?be1;R`00TN,չ6Рm($آQoņJp T((JzO*Q%2aj@xxB֓@ h34a)/mTK'r ^R'*9sOrH(AK x"z~Դ)Q6U` L1"Lw*ZC4I"-Se;~>A«䏂źl/B|}C̵cyJ-y@w)ehQ܋PIoX v2;'AO1pR59n-zUe=]^yxuWn/wmNyiU4X<ǎ +!iTyWЇ tԷ55@#o]?3:4Cݍ{Jg"<>-agnVx[#/bnAX u Eu"gPv)Գ챜fwR,{!f>9=h!҆p? 3 >`ڟH~e2&~5á{e\P@-X^WPqҘ)e{@jq^M:jyjP.c3ӎ(sھkքR-]]jk2W6|\q8y? ƀ.M4EPUC 5nyW>㰱W0X,q YG.U¼zCJ̦^)Y ;2@'Դ61ΒWCO~a}}>}: ?<0cYV4ohNDuRn钩E7 X@5Gˆ_dB42-%sCw'msM]U϶ӇOD}y~CXu2Z6.S8VrS} l Wu4!||vz\) :xC79聡\9a&HpIX A_}!׳ϵ:YȸPlu h#m\Oј7HV| ߜږ\=eVv(8MO^] I4 8t1&z{n5/nlS]lp=(9#vVZ*VkX,INnw8U;=(O2~]^$d#5в9g Q,(هpwa\}iY#?t6 "uꖺ}`>{7OFN&t\8زK/^I!(x٨` ҃4%!zD5WK#Je1Ex>J{~4gd1dXؤ{EMUp@ڕ1\i jdT~.!Z̷&R-'YvVF# yq`,;1 ժz/|.Lc\0ʿZ^ջ.%7ѲX]-elܦd1_s ]v?V+/ еT>FNxt[R08&_%M)0)1T^ݑܸ|(Ke߅`B Wľ9g}ظ| VD7r?D;-iĻU!SGR hC9#žk>=+s2 _LƸu :c o 'VţҿA0%HX#,jIgZ}UI˝&,okKy [+|qM#PR ٥s=EݬkCؑΧV0zj@ 6OlyXؖr6r[gI!Mi4'/W;[ `bҺ-N5 \n$2i?K{hNE$2 /n#t$ht_Y;d#T̯V2@O5ݣ4Q%/:HH"Sj@M*̓ӅGz_#rnO:~b ߧ7*Oyynˈ?E0K}!N?pPώЮjܖ9j+&#'=2Q#/<:~nbQ)j׫?a2,mX-fr5@Jxt-;ɩĄvl' , Wz8e)zN2lNLrJ:8j i m^ Cp a UDz"\ 0mu9T 파ۀ s?~(PSܪ'IJ%c`Iu 5.r&Ͳ" >v3^ȩ{78JфTw!Ta;0v2w?zhW7- %zEBwʂƦ~@{Q:5O$Tk#FOj# Qsp]3P8<RU>RL o1-ma;xxqD>ٜ٦A}OeHck(&lŧ"{?HZku8<㣦! `bA7KiB%ueppwEئB/$S/REJ\ ՝tSX{CX%iu%gYyM4$2^m\Eᘯ.,B#abCrZ0|\_  NeCېRJY4qi:B?`#{DoRjZ\+@ LJX#=p«z)>-GZMOgv}>Š2@mTiGL˖'cTi\m~fNq{~Th[P9K+|)wy( ~osf$4$'c"h,NJ_+gG@aקr8T!v i6UPpKܒƙ6})3v4 `V▣ R!wa:{N_5̙J .#ש:.**㖃5L%`D /#e\q|q}ǖߋ&Qf'ׯ`TLQJQ!0âVg ~2,O^q5fơcx/*cB[cpC7 %؞,rf`_DbɗEdg]O6ҡGRyY6~iWEםEפnYM'Ul<+1ɊС|/+J/0C"-&g]t R]ꊯk|^*Ck&=&G2Ўɶ¡`:%>Q#0W'=Bv'm܅VqqA EHQwb䡍l"?$hyMynO]dO;rFn]ЄhR}W :+v=KWkGe&hj:*k/毆Iv+Doc1fޱBЉ-x)NCrS}26`a& ֯-t"`D™S𘚣"<Fd;K,5vgj)ٴKcy&޴EL1!V/>v*5Z?|t ssqM|l>6KU5S~X7aK8ђ9TG.;CFKóyTz(0XTC4\VqBegQ׋S%l6TE#ovrR SbNĔMżsF׵ld+|C% vθ5;6pPiC@rx3D ol$y摽Mڟm4ke _Vy?O7ya.JQ7Է t+['w!&E"7$b^qNddx'փ29201A}rA%,x*i4AgM^{c?Yr(3X C)5hr%t/x(lAF$y"i&kR)N8g~/u(uJHKz0l/7\{.Rﰉ}ݨ2X#yz<`'] H&>a_q@jȕ>ZBkZaz>Kz7:.Gq*Cqs{2ebEvFȎ1;P+(%#́~G}*ƾi{ C;S)"W~ZOnӞ}GqvD1rϺE`~F̰]i>Js4 g|ýf:u Gs; {)h-Ր# V(13lJGεVx~UgcTĊQC@+ /SYl G.ԚG/00pOmKG먃"p̷k>>濶4lVtQrɌX'0?\7Y1;kH_@n/riNHT:0"t0'Ќ 3eL;sgx3?)t1A@fX0+;HMSD7ZD(}! aczD͉'% CjئV*[DɁ+4ƻ@B|Z̽pXNcn^^ļW52AQT pt¦ލ>&V $GB^Dl%qDetGFOJLMs+CAD ywG0k;3EUyr"scKj=L'a jZػ4E~ Ekˢ~H-zH QuݏW)ͧ ?2]+\u*O/Jߕ-x3JbFvhDѡ$<0Ƭ G!cz"fdtzFeXS0*P㰰M0/`㮕.1{]̐˄m6qKX=[cG'm3J/A[=fN/KY* ~|i1ui-;L$.oE#ĥe]형-w <,ޭ0/^7O^faW,:&&= [8Xj\,yA.bҥ0UOoejhx~Ɯֈ; E{>˖+IyUŲxn|6(ْ۫A끟b̽ -&mi e, OVF.,Yi"F Kܜ$8r"@6pp9o@$E?^)JYQ`B2rbj}g1!G "&HA ']‚$h$VN:CF(U׃{I"# J Ha5F5|TY@1x $8mߍ-6ydU|hJU*[H_ɭ ,x` 1 {1Ȃ~e*w,^1y٫ DPd!Zal/dKy`YD R.*ÇSC` r!M=ٝ@nMLӼY1l|25<@ůAOcO mI)h쑞21%,f==AqC '{hD8:@?%jeddF*kFe%EO&Q fm~~`2qWrQ׀; !"'y!M8'$ uDХ`D*NuI[SI~Kx"OU p%Լb͜2Yx( >u@sAdh?RD4]A{UxBGf./WP.2N2#9q:qIPj)yڛ$ViD`/0ٺҵt= Jz7LK*Yn-&!|>}o&aõY!}"/(X?;oOkѺ%ńqlxE|"<VѠ q㞽@:@TXȟ+[7Ͷa0<&<ʑ!=Egwa7 ~sk./xloX)Gn }iDJlċطk m^*88_).- &Q<%{~ i?6SYi+2Ļ 分lQݓi(QZaj*~PLlO;KvyEpD\L<}AQ^#h\ZHTs3}JAk٭>?)5hdpAJ]8`Ɵ"+$ܖ6n(ʠ_*9b~s3|7WG~6P} "gXߨrgcE͹*Z'e*˨(=,ԟ1fhX>39V܏BɌYSn%[MAa"Ns ? ݯ)p7Qhe2\ě#7Dt>&A7;̾?{()9yEg4m^<.˒,+B\iF/1UҳzLhUS21WAx@Ss$~rA0 S,īLdzl´FDO0h׳\t1ƝvQO8{U Um:_W;AJ۾s@Jcu?y@ \YZPkXF??hʼn*^,;Xx6 .ijduߛI?n/ $2]7O^ щ<{gyFr<;>\Lov\mGI(7~dybF?sc35^J\Hq%uI[FJYHa Ϧ^?Y9A}|z92yZ{pqbZaǗ w_9#BrN!Չ}dRVy+va NI. :a)_lJSmN3&߿jxExO?zCoҊĥS}%~E.'4{(=s>β]\1$0|9uv)w^~7} + j;fj2&W# ^>ZsM r 4L+ ܀_mOV\o-읣RWކ7HGǝ8$ㆼu#JH50VD؇dVmN6Aũ鈇V}-g\*ͲW9ߛU:l"XG O3ٳμpTu9+`FYюV$t$Qƒh{vp3^ܺdQ:ޞD߼y)EiB/[k3m\+M)A-"eE5e .rd%D{PL2Hq'%}^`!ȧg "NIg;ƣd/JYsk;nN+(enPIKC_~W=E0k#fW gpFg&ʔ Qm86Ca?l\"6~#[rơ _ hb!QՎ+!]X9[7c@8TL]r.񧲱P 2}}Qn|{8%ϙǺ l0c.e#pxr蠷(n9V ԫK{]_q&= T;qOB*Ē=0.hLoVu\ )xҕܚnqGGᦅwKE,J^3s~νVjE ('µ˷ 2/9u7T ~HU16rU I],>CQˎ!+b)%$0WRK'r.`_-ћliɗ'se,cz k%!;MjH3{hw)8-3`5Fֱ7u)W>Fi :a6mz[1"?ɆXrxG.LĒC|&#/R^vFd;X_q[6ߣEjSsh_F"VD\h<.nd|Cu-w)u>_oNa_rPh6ί@$_.Z=F_$Zevul}Y|Q W (q|X?$b[l`tŮNOqx\/f 9O-*gORѮ8o;FZ pSpӍP3c#xV/* +2?HxvD;'?uO';>5Nt|e׹WZ2zm"sfjҦ]VԯD譺9ʼn>Q"-ZȷxWIgesm:Z<%FU +B[Qwr]ִ@ k04AC+}b \"mE {-?ZjLs]דfY^~B.Y5` 4t3)du֫=2y<Wy[ZӘRn4\磅yC#Ϸ=@{Y]fԆݴiNiBUR1y~YN-hHQ 4>L[ ĺ1{guV/ݛ*Ydc=E%=(z!sz:n] LL$ݐS(#=4 gw&SAG<НwvV,tMԳEZ`W-C7,|5H4-L0[ 6Dv$LW7T)zr|m!ci %c[7A]!r@EiOn:F8-6 q='#.N,F#䍉wnvJj)H hCFMGW1324/aU~$m7,?6&|m~HIMbL'>Ԅ䰃 1A;|!սmF % oVxyv  ,{+-w}ɏaH h_I֮݅^dF!L.Sy6JE_ Y1p QYFs8bS}Z'g{[?扵%<1pAݙ[B^VUJ<_0W$ҫ|6+ lcxڻe-H đ$Ȫm[+Cq\4L*R\ ܒkTutCvC@T ! mXH" K0̛LV kokd\,ڎ3}f^^,Yʎ1&?P{"{UW1,m;\H.@ۃf_V J@x`qJl%LĊ+&?;';YA8  +ͷӂń&jWm7 G2㴽W$~g6%4̄tv 3Njȫ?𘫡(H7AhEVǩH 00Q+Y&W/ #{HIc[Zα0KR.gy% &dpZw&;92QeF/SI.y8`alm$Xc ,!ϩ{YNg81$``vRx=&Z+ T^j@@5::;, 4p$ #%36"AwRH^Py<-4]%±b =f۲ I| *݊ݓ(d}0E4e͔\a yo?=-J~(,pܸ;#ooE]c!TH:D lrOޠRmk ^7KLx g]>i<C3?s.@ BL[>ً\>2d}%qz QSo 8paZ{ !: ˸VEMiC=7%y} 8s)qO7e/K<-mg%C+GfG.6tXe? bh"qO708bw}t %;/ppFajGp Ȏs9#T:(R46-1'taI{-ۛn؞߭D:W!;/EhR ਼k7sպkU/XMP;[{Ǐ"u{Y4&-/$G!ViPZOڭY;U8 )R17I}#;V^^ۢ^;g:fV}\c:}Z,8i^ݧ4[E7$ngYv7^p#QăKj=m7mk8A*bH8+PóMsU_C91Yw:Olx`9 ]'`^U\t +J*{4:d|\> j_*UiO4_yfaDҨعN>3tcYEQd*PXFw;RΪ0ev~FFW\Va g3QUcw:Rf*+а]|ר%zqWy}PO.V"8c_Cָr܊>Hy DR eZq0wP w-eTͷ3]DϐqgW @8 ӽxj&]FrkbQ' aPy< IFmW`$(Pk2 &ЊutFq6dtXR/rƨ's-3:-=%/8#fvzM#AiЊ +$oː@u<[1@66@oaa=Z|{UtY LXt!:RvVk!NJ=05Nlf'gBW i :d%W_|&ƿS 2aݭ<wIfrPd YAz\ukہ+՜|QKWۧhdԇƞhF( r d3& qH %.这32FE%ZDF!XX$~k&~3ȒAŏU%ox$U%xNɻJ- Nfd5s'4piڢ--0$'>L#l#. D\k4gFk gs!zJpZ_rV_ՍL K7ڟ*kǂVϸgLqn%ϧ"oT,Y 9q+vx|~UnvƑoFt^qYʾ0c'ꑪ~$iKoxMz=2-g~XH84CZ}j%舒mީ!񸧩c cM섂…P{ʺ2>2Wbz$,#$"o^DnU )=[~0'+ '1'kn)/܉hlp*BoDLJyzŮ킿VBRot[lsߞrUO=V=@ #;ǐAp\Zdv" I`Z &9hh=V)28@AoY^嵿M(H0^?lpymވ&qZ1b0sx^O3! FǞGfP(@ V7 CGFq(L,~=}*?5,g\Pc*93hxm(#{p|meuIC|jKˆ "o^ _F V{MzLc#Ab6cNJ2ZrO;{q+FƏV}+cS@ ߽^TE6zQ~0]a~N{ZH*>@' %R-cA8b-ys1kU%?!vIfn J_!Pgmb ?!XvcK <2ٺ"F4Bf Ƅ}7wbCig0&oW 6bXDj6(  %AL uIKy˧%V ,=u8J b I~siQ&l* bfzB7jԸģM[Ue#ۏ8de5}Ʒ-R*hi"VnHf{Bt%5إey2i\r'ݭN$8u: T NP Tʥdf1%tb[)x/VmO%9_~f?NE&F'IF+1tqbݹju`-;1Xnejtx *uؠj]`bwUE905b_[GtiR;kNzA0KB$a Ǝe($3{FVYl0c83^n-|Ϭ;..+dyXfߊ69"+p+eɪ:] Z--{٦gX) Ӫfdȥ;" wkgB rVE˿!GmBm?<.vKQ>6? R]tceТ%+ bMMmj*E,SKLBƳ;"J,䘺=U8$M=ִfb?Tk!ň)S]VJ/` f( j3EԌ8 :*+?'Jy ňaNs5,3ݳTatFÔdL;_Rc(DP2`jJQ~ ۇY< {1B+ anb9n,@uuR> M@rhޜ*XFMbjfGt@C ZoHa],hg ޽SuSId/5C-Pmq>[va[HF ͜Ő$$"sUǼ u!O]GN>RG;[ؒu< ׫8xjK|i]ncV \j 8x4ld'hq3_y?"0(ft޺WUygQlI5jԙvk[frdra\ 5T6WqJ<) ,t.O.'U|:SN$Ws+4A*-u N늇`ݯ髛v8\oW"u'`ѯRwL]. L䧐%` Xbdɏ6D6Uuc8d'H;t44|g,HF5_.o?i\G6(Z:,PnOpzr$8f?O$DNLЗ_:Jm3bh߲pA0v/]I)H3/=#]wX:o G>O|s`H1_ IwLַ'Ǜ.l]n"΍禍?IP5gɦ; !4Ij̣Tw*v|nm\0\>js##z^9-Ђpq_b7dv SD-_P8P%]2ϙ&L;<',ރiH?am}A:ioX]fC8lbMͫ0 F1MEc*鷅WzȰQhʆcCKbCp“xp)Qn!"J[)rolIa֍l-EۘnNa;]doTZOǘP h"J̤=1( }4e=70r.#WCuBFQ&0T+)V)P^N+Щ!wAgȅgj_S`ƆHH`Dm՚6l4l(. ]wnD:XnBK_uZ\؍j䌏ڈE[b!xVlO V}/)[:فQ &2\${ձy`᱒١ aP ' b2p = ;X!Gytv?9)JaY%&ă9Gpnf$,@a/>OqXoD-BWֲ~ØОc39u7fv˱n31K^1uv6fG-( :($nАX :EH nyWAw5=WKvU?'+xHF<]G1նttMQbjlMJe?Чv:p= U7I0T^Sw.[upV۶ /pͣb19dԷ6S]|zN-c6!'  iyw*½(KݼR:?]4YT=Ƀ~ohMPlDd"PҶ{-싆^&qRu,ި ]]) [/=-ޅ1?䜐4s"WelZͅxY}] z|dAZѪXJȉgUըtbrxeU*|VWdU #AvC,dŞ_lspDNX@3[=7S)9[;1qt>LIHe^FzSfwPC sg@knȆ`+n`mӇt+z9Kb_{~ [` EgqNs G͂5)O :k -(%V(p˒c~sLU`df,E PX̨BXrU{7oo(iwg~(QR[4yUDF\ka j?80gR$anF2i S G.=Wc Cp_k3y,[1"L4oC28T: ^_cRdmGcM8k5d n}q5 `fPnT0oPEsDu24+-xزt̝ e(~lDDN0aVߡ6@\$yU a))F[Fx0=iqO~Y0Fg{~1Lj1-Rzv|^w}Em8ۡI}LV۳=ڗl,ekt;3%h"~?y$1ORѯrtjY!m*u8 '/dv +A"a⦢yѐd~={2 IΝMinAAP7˵ $n٢m"F$x EJ4YeݣK0n폷E|{Q$~bǵgzd2l V_  ?e'X }YA^VM{j<)1Al䋙Mdž^ @9Xt6$n}[e^\}cǓނN#+7Nܱo( eOqSLf p -[LJW'l3UWP苯wu2p¢rPU8s6NpX@mgצcnOQdv!43gu ie}U0 ZNQ蠂8Z_Qm;- fiNu+P_Wj~=uKtrpO<ĝb7Tϣ\Ww$ъ8Xu)KfdܮUmNנԒZ߽I\ <<!bʸGl"RlsN+૲7$2P0f,k@vIhVu)k}I:81Q kj=׻tS.A|-wAx휑0"U*9=h 8h9 ۪{+'5Y(،)yo%yd8>n]vєÑsZXԝKANtrr82 YJB.u "iܠ DhO ܎0"Xu_c!g^LuI*ZDjÙ^'*UМ!81qalg@࿗ǰmy+&TQ}USI֊M=Pu5bF^k3"!ZIwD9A~_lx0%yYA[1]6hܘUs`)m2Mù; QfD "Έs( K3ZPD?o. pč%qV~4 |wd}$d,2/7>z/OqARuKP(N9$DЖW@Dάz!#zNd.cFuhb`Tas(ead `p0JJ~}*U#e1i-O>v 1;{SwNFsT" c*R~ƚ|P}<) l%5s#Ӂ䏖c7d]~m?r)j㾷F'CqO٤U KjJǵ؅ƥ#r6LfpKܧ8Q|L*yEςz6)cJR%6_ zC 7eaC'rCo]4] GL]ELL + *нh@bjYI85erVer__QCѣOS@3.%$ÀERG}oI9Јɾ+s/%CmSGq /Z`bH5dyK"P8?X̦]Mnjph%_΢奭 Jݤh0cy_|@qܸK޷aÁJgc +c4'; ":Zb LV%.mPRiU7գԘߙm`Ӫ4o"}~2ǵ`o!2KйJVz+˰THa (\^+k֝0ȝ󸞻6*[?aLloƠJ ۄzn;A="Iw?qxx[5KC2Mw~2 CufW%}ST-ű.olHj;?OH! gDOS _88k~bS1y:"ޥNgc&×sJ:K'ocdWb"Mv9#3 ٯ~U'4HF.xYZ*xOb5-=̖pV$V"؜49Ys/hf TkHXlm_z$458P4m2 :/6) 'PaNIQSf1rӢHD\=Mj.?eE9#ITr533}}4E2ȟ@Y.CCS KD9OgPoȎB1u0#~TLƊP(?"ONgf{Lvo_]_6Lᝥst5AJK&K &or |ϕDo?`@"sysPWܶS#}.ḼtWnΔ<҃Ĺ)A$O%U|̮%c->Dy:~R#,\6?׺$!Wyj iƐn? T`$cǟ6W'K!}L*Pf?3Oq*%ٖ=~rom[Eڥ%BПvzzszG;R~9%=3`7WһA+ fywdM6gl̲,'F^.?ez mBDT {፸wfCZ0#( {Mfc?YOJ3OL$_DT!AYl<߯ G?.NP!ҭmka'RIB-c.7oyyM_^!LP92vvߔl/Q]X2jwVTYKʤr߆%yLvOH#I|^EN. B됂&}5>I|HoS-P5p ?~ ꚶzb` =؄v?A/2I HppRZF(e,Q|feAx0;Cs GN5D J '_\B:O<ΙGgg վ"]L/YLTCo4Ok;qpEPf{ȽKZ8,\=j25]':{ZƯE?~vp=٢3?m:"՛)NoǛL5=%KG=ֶ"|{^ Pl24BHM+b{!_HGN>;"T)1uJy!ԽBӫ!B Ӣ1$ @#Kʔj6/cK~ym{-yJJ߬ !E]&Y|W#4[9($CQG.aG)c%:L@3Oz$|bCk ˹dzoPKڂ⎻jm܍fvQZ@}~vbJr{ 9qJLm󥞺 X}0n+P*=Ks83!DV8o|@m#L`T7e`E'sMX{]Y|bd9yh/?0Rioo8[(uw| X^8LxN14bfL~R7:x#>꺵.k}Z[-hvu_$[_]Lxx,3-0)uEC,0n ʃwl9lM}: "<!t:'^lJ!k~Į!IDf dyXTfw7^2_fB'moTDb?{|cF OhueGAȼ}zqc}dϻ OE7ylmtffd-Ol._g.S>( n_cqur^1fl ^KL0Ffl3Qp_ɔ=)χ &KU"~jfWY^s_9\ov$^K/oܴA]qvS@PMqI,:}AWeߧg>#r;~Ʌ= k}i(:$Pї9i-Wƫ {{s|^oHwMd/ޭ@#v*:,ngY'Ot[Yut|$6 ։e`Ȝ'c}mN#B{жMlU:^Tb 8`&M g%̼jvkԚu0dO1 /~ZW5Q}LwoHҫ}-0)d=46R.lF]Nv$&dͺq?ܰVG5:k_ `s'ufo?+UC+$tzΤ"&DQ aZ2LN! լlO⍚S262[ KpBct33DFVͣ&yԜ !92;Y5($xެcb2wW/T,9d3 t.h>IiK%Xb1iɃN<"KNy'w`Tؕz% K csj:aYjm[,爜 Y޻S-v]%o) 8v܂%{X/EHufmƜL-EqZ0fX8b_N:Y45Eii3ZZ/9c\T0JExE%T^E m/֧Eu": 2_a,HsW _lIImyޏe@tSX5صlV~=QJX\BA?*\Ѵ%GC!IBX F[EuۿkcpNT|u/[}oZ HI `5+\ ab Zmi זrBC% SO@C XC_MC$v-< g")PJ ].ٝݒ $a8ucj>O鉃 SXY7AzkxL2!L"HӀy6 ӽ=tcuV{SGLO/訖&ݔgI,]}pO0nj䜘-z>ߏL*`iHoENĸ5uf_ho_k8t0UQv?$ X.AFX1h3Ų|@%COnuO`'Jt1Z̠rUX3&ÏXLEh+ L2(Snm @%0tCVjc[Q͖?YCk{H l Q\Ι2)Θs* ?M%0R#h;IS$Gֲ;5g b'{8 H?<:e#`kԛ#RWbW 4TxT 'Ux8Dk7,=0hƍ'_M9o?äD<{h(kclXTWxcl뚃)FNEݐcյ.&8vOtsj`/v[ @|t\dM罗1m)iR+Lw BFFo8ϙ>e{!K%i C@`nOa|/ w+[{tn."0d}ֻk7!^nuD^ lu\JCY" 4baJx̝??]_读 l q}LkF^̿A(o  J מfTurGya59p+T-?G2WkV"άA*.Gy6 1Z&#fXPF\pQ$*ZR_[ƺjY^ CBȑ9㌆&$q> {?| VUXa<'K`}"&LZ IMI)#?!@#rnVzI"{'2y idqZKOV.mÁDb3h ~v5AS`kb yeiX`}\`{CVE>mBy,&إ]~BZD(+/AVmTO'{\4.:l~s_~Ms=)ۘ&(soxgr־.8}޽si8I &H 3v(Z:΁{5f<؝ynYٰquqsNGe+upp~O8tQl B8z!,.-4/1Bۯ:]oZ5O ܲDܗV'8S挓>4[TfO҂UUBC:"- njAm46bC܂e-pXf +S݀LTg|=٣2X5xfFBM;cƓ YnIՓA^_i^7<}rLYn:Q٩՜q]ɩr*ִ?æCBSy*oưM1-x*y_BJ\bTF{>_{;%xݟީ 1:ABy!vQzcS:sx$e%EbLչlqQ}2q;Yx8V$\ ص ?* 4կ+ㆧO_JU Oպ.־kRe3!wcE_z;"=A?ϙC2 ˭$ g ,R Hnf΀F+MW o'OQBvtbˮezB-XofFrhgh .2 1)~ݢk#/|Uڸ"ڎCVwJS4ll#a5[4BVӯ_0 mFN<lb@(g4FJ%(/$yLs]$j{皲"PV1}kp^CB$p #a[]02V;n]8= .p[\Jw=W]eDYF,xUYĦ)&.T 4'82v->FQɨT*:T Qy~?i= 3[ep&oڅbψo u"!)^&E<.VW*DЩ"tŤF@ $5h [aPQeqcpf~Rew` ՋN`mL60kMv.Nm*6KiI1U f-||ŝLQ:_{oj@3Xת,׏a+#1W e@?z&䤞z9%5zx4'{/OF :=1f<+ ~ô?enn4o/PbM|5cԎ'97ݙ(#5ou (3m5}MRzU.G_ %y۶~mpk'1~` ¼j랡Q *&/o(t |sC,L؈8{5mc8EcYwj&r*afH{.ݱ%p|=2Wj0b< }u 8~'iDETw5]g.(-:9A8|D#roR>֑6W[='y zfyyj?2U=B8^#ugv%Rb Ԛd ]5LfNEkY8.ɶ;gNkS($pWR ~xG+%y*lcvs2VC񡣼Y4=B6FV(C#!ӌW@#09u x l&aEG]Ւ˒ pܵg _&ZVEꑿCU}v]rufj qCz@t,lIٺchD<@O_Ren\q9%/B '#˕1Vȿhc3!8*]ZcI*+wS+7hRX,}ۮ u 9Vqj`V3ٱ+D0+#_(:2͡>O&.K0}6#Eigly= /l;t{D: ܆a|vp$XdT )h'RŘ!}Fg(u4j_s+zE4f0R/zzeAi!zv˞U"ȩ<';M:hɦDrN'2Ϭl~lP]OE+`ѪBy5"Vvt}ω@= (LįzcVĖlbdl؀u.0l*e_k w64zV BT^"]قWk8oZMn|i+֙+ԙW:_S%&uH8bJ}zt,ANqM Ft]4\Z[=w\bRI8T2'?۾1w WS'pVGWh뢘Kfx h;?GVpA]Ϫ4Ni9c';J* @O|6cIIӠSA[w(+H] R}nLl|A쑁G,+ޞq8pj5)eqbT!ܯvyg'}#lUze9'q+y.>IL4ՋijuV\a/ y=Y;|ccxuOݸ/+0 ~Җ;լ]6Wm_*y|@d]|tUŲtFFNT#V$X&n˶=w!fiDI?7Phz&\; SY-?|,ДP Ҙ;Bw/ ,:Y:O Vʃ5vߴ vH-ptub=A,$O6Nۈr3;K(3 2%ySqq>qH魞cpN_+yřOmj.C2sxXfAGKj +"C#Qc&Pa}  \֨!ATAAwcLA]eLh=-c3J2NH%._uNAeRҲǺ-` wau YYem߾X'1xL1X 0T<CݗpA4 @V/_~s}Gvoi3?"Ф!eՒC-}ǧiHKN*:=;?/O9Y0@lKa5zM#$NH' Pw)p~V}Q>O*ٛ=nYHem(u JɦY8\:^Hcx6u.uQ4x.6⸪cֻ'Q8-T%C`M L|vOf]k[ P:99ܶ*_O<ĺRș"]ebN Jtnn3B4"u!TTД߻߇cM!w6Vn )f?qBX/H Qz%:璉=u[FPĝYnyAkweFJz7EqwڸMX37uޱ?r9 O=73E4=-m[YIH+v hb=ScĎ;%6Tɡ;"1b2{> .k{ݢĺ@Bɭ#V &I^a|z)N@Q z>Hѩ3ՠ2}=|DyOUéL8 w,T~}qb@Vޘh&DO^l=Xn8hc[5^aL?5bW; dmUIXsUb%EЊ0SoqaϤz3\3Qz^ ᾟT.@l ~Y@i@k޷&a^3 6;qH,N=}hbeÎS&Pcű:gX8 Q:\"enZq#?W;\sJ u ҮeDM-Pʺm롿N2ֆEucڣ޴PubwhkWWl)Kln @mV|NVU;zwFpڃ8ozti>l#KD&=]L=*d3YZ:]7wF5=/꫋#:5P` M( ޒHQ aW+""j |\oj%>uJd+gDē1n߯+:~a㝣`6tt+f0g(P:FR]~_<6`>ۜX_2q? ۮ]qT !8)$&R2-c1TVn86)=27  JTQv%xp|%?s`8WV(XTX>A`>d0YT՘9NI<[>yJ-X?ɢɛvqU~eB(Օ}aaZW_NɁ 'fOeG/\?\nS嚊;o %Pk>FƤ׍8`O5ڹ,B5\GvxMa+m"%rE*9տ I6ckP0%%o}rwk!Z=a=~XL@Io p%8T3 )]yrrح S{fQsF#HqS[,0otҟ翥[y&oqE2* dUbk9 Ն7@ꙧ]نd5\$`,Ϭk`y9秱E̽ۜkePɝNGEfm3`b (n}}P›bBVuG~"Hp6Eֿ " Y5+x:a%" g_Cw{:'\|](QԲe=kpUC'r#ƥf[bnQ1UÝ ]㔨jR)x037-2#.#ǰKȡF&JQH5i:l$G0"#8%e!p" |u%^gzy[I\O)ƠG⌇~.(۱Y< .>$/Zvv*QwĿS/lF:+Nu \DD=F %T9ձ< 2XF:A_CVg 'ޛp YY: %U~< 9˗F=9!`yەs8V^_+4 &mpc7硚5]#[9"{_רz>2Q~ΊomsqhNơT?N OhVCG7}dwh=6߂;Z ;'#~=ԜЖ8"&a`:͙Bp>攟u_0<[R__#10Ŕr& IMՔuc}oEo跠M `. 1+frNp(D /B\94BӲ~' + 8De8Ն|9H(w ہk8\HŒe%Џ})F:(+J&."Pq:=lsT.?v&]PrJO<5zo@.*0t?A҂ -a+eNu:J5|vUԮ,nPび'v RK0\se~Y_~_.ك W kA8 pk2qNJR0Hs~mPW6¯\.\s#ɀC]Pݶ #2pkRE .FaqZLBKgQ.02_R9( ݘPs=Ej =奝[Uې;@#CF{q.S%ɧy-<2oZv{0&pr? ` enyUӶؗ}eu VDޑ F% }(2C ZƣNX-7嚭ZT*uQzYPD-mv,K4. $f{:IQ܄Wiu1ik,*eʠ}^,ʙGr-P w!Ch8ة$XW]y̓Y}zhOd&WP랉vms ΄L@cJrK~^ Kɤe хʛ$soG|N^ hS*rN0dK۔;P0to ^)+2{ᜡC˸"Ez Zt !:e6u[>Yc5lm%N }H5 r50bR}Uܛ+-[ MNZHRk*89pMD!y9VW([KSH l`gu_RwYT`D]kէ!Y1`qaiMxR1A!ٸv>7Y&.;P \ܥsXSBo[] "qG@ka1jVt F IJ79#v6ꡍ }[nP*I&ӂ5s}/z1K,o_bGdD^0n<&ULvx'ANz6(d+S/)Ҋq(U 1 1,P`R1M{TAmmJ&y֐5)nh7cCﻠi󻿂EC-l?^6)EPӤ! J/}AE"S[3I-:v.n4:iRIm$K_wόul>GNXI_웨j.Bf5LfQ*6-'*`h6PkoWeWQ|K=7*8q cAyJK V[A!ڕb~=|KD9 KZa]])R+JMr!c|{ ʩg3 tX@kŤ c=6m\me%xd9#=~ۅ7=b(P'* ] Y ?B mKgXƒZ˼h6#6ML_=Յ#*N&puVjlW_q{- .+\L/ Hۮi%-7{;y%PZBō< H0?S{hdJG*`_ M֓-E?h<:OA B%.Ҵp-̨k2!:a,cT u:W3iظBl&/QN<ް֐,)6RD9=]!7tpRVo9KH$!o82yw. '-o tBU1մ 00H/f\k$:*sQhp ^ѹILRјJRL4O*E@uvf4&!jTG-L')RQw+Z*w{^;s?}0f7Q`_pPa$`l?S,ᳮIs}_M|]HN_y19.h3UB{d)ƌݑe:;e!9-F=L1*U_]s࡛pDw^G,&s >8. #|Ĭ/mfX/A LS̥g\P=טQ%XTvY}z|l s5ar\H 9g1bs47xR§H&G}h(7@jg~?9쳧ߨ/y{@09-lDNƧ՟9.^gP8aّctX>|4N];3v[Fz߳S|P27',Hv]Oִb `/+P-5.B0W_1jˈ:ܤx|չ,'2]\vS^LΚlגA,ӽPqѝko?@"2|ݾ Ϭ\z"j"3(aJ1س`V#z!^5n,h{ ڹTR@~ \_yx$[Ad(RKwՅad 5t)G):&_Uӎ>4|*/}넓t}t =Ai/?G$o,M4=npjXgi`9l}4 B WITUG荓S9<FE#=hR].sUeo$MJ 4GI9I`}Qb bī Ĵk保XW`Gv&o&¾Tru~7[mfq2άL8#&?,IOFz!+O-sD\ Ẉ3t AI7yv}Ryޖh2L 6c߱cǺ"۽.ׇ>)-nUe\$h=Ha5f',9㖱C>>Ql-FLh'\}tvp> uնTmOUZaDտ,dZh5 ~ kae_dG=&Go1Ǽ]0/Sb`wIO+cwR##J)vB ޗ}]#xc#yYl]ގwIAalKjn1ߴ) TQ:[Gugt_8ԉ{bNFbMHy~ek4(2i~sI9֜8I(ܓɡ$Ga7ف'},뜹5g=JOo}Tȍr닋vUh.)"m23%Cz770v An:tʌ3" /dG߭;D F3Pʳ73Dr$| E'7"Й"L}ȃ7Td3'M " Fu0 r{'cdL?&)nNՆ"r}mb ~ēd0 ALG}U#4](nZ$ܳʭz;2TcoJ@_2}.5 5ŅHʒc§E 8{_Tc߮$tMJ /qJonF6nP.ėRm擘GU/~jliemlӳWOdAfz~џ;$ SgvP>tK^88eeJfEg )L4 17~Ham~a7/D7?Qϱ'qMH)w[s4 j[z[} E+jh8ʖ##VI1c./_&3𦛹ĂPg +8"ѝ,Na$ @x+xXS]xDo|El FG.mq2B=aBE&ƙw'2jQfeA\;L\~Cmb3~t^P1ڏ}-"s&KnN 4YkċQ'57VwNTm@H]u$2~##\4ϑ"oXHD~l1 xwF;aK>]C-P,ۗU%Llu.*!U:vŀtkL^ IUSI3~y}tCHVkNiסXl:RŸ1+%.7s]΋~V#FA( ǀ'/ߘm.ѰA\!O?$ }* '3 d?kI?#<|;qw'@f%57-|u`@X^}4*̯0N/yAsG܀l\[ZS1,| }ɤapdÌbhS~ s#;x°o \=lޟnR WV{R{%ϫ;HfzaA:e2Wpu'ԯ:n0˾±_Y}k,JYO`Q jG)vAV/q/DŽ"Kpߟ6=CW魢O b _yT66x>CJ2{Z⋓@6:~c 8|11UKh6zFBҧ3Pm k-Ca-|h@f}Cj9ts)n *R`iwR V>3xYLee N"oC+(m]Mf|~@]E0Yjb]WP MTU^MG2GVBamսr,pMwb!Ak빴a? [$$g7^[Јz  &SU{A)KP&ט WPa$ 4`EU5Z+萟UUPѬH|5aME!B>K"9:zN0qW|{ 'ׯbj/JrO K;$zsnJvDJk;-mm|գP[ɐ,=m<4SdjȎ^BYe`dkir7:c#-\fѴgY`W_Ֆ{z{f|TN)kuUVep7B[!uGRyy^ܼ:?}!%L5`ɣ>F}/·Z$ k%D5y`,2P`y,[q+6:UJGV}; !9;flhtST$^K'Of\GVb<}sA -Tz"/W󘍈Q#2 :ӝDwS謯wx Z,3fkE? =`wZ @H['%XLrDPWw!s9D&޶s-gQCC<8[)Hzu5;-%@sQ{b{7[ŗ>}RE})*"*%8h n,[F(8O,h=k'EYk]yI4Mv?b *[ǚ03jXK 'dPU Oc3Br=VF'-#o)u fz$ﴐ,Swؕ7%?W\Ie/|uw1SH\nΚ8hD"WЮ'|_CENIpx^,$. Jl cנ!x8W`H|mK!och IYx5_ba}qW >W& P%N|gL9i9xvAO$pt .Gu*-=dsi *[ŨÍ[}1TH]VDŽ⸾J#0H5K'Be̴Da(>Z2)(3Gw#c@M 60uEBp,6H.~&Hj6; d|AܚKQ@G[BN0tZbr >cRZmr j*H4JZsM5l끫6't:47hΕ\9i [l "{jjjЕ@1cK>isL. 7uF}FCLgԨGbTЄ$ȬBR+Y FKY𶡋$iFiUI`B&`%? #t 0 m~Qݫs >d\#TM#|vqk pۤ+&rv` pS1BWOZjnifCgZ#3m%wetܕf lN[ [U]ݓ<} ҟhT f;x2ɔr`:@ pġl]#nBo6 -'|GpPq'<7*$um u;yfl_X25 DځdA}LHWR@ 0wyqI57 WW%Em/f90q]$Wo&-X/M}jiH>vb.O' z<ږt Wxyto0unOoSyF&ڏ ! uEG%o_[_mBJ] $׿1(;8y nfz­>aHu9*28Aݽ SÐ j(it#RJӚؼMV8N6<3VWރCVwiGlw]b%LrWHR8ԹIu-6EXPE*qAwئKWaADxe~'8~fRG9{`JS<ƉEw=$/R헶k{@3Zڡl_XՐ53X-(p*l-8 VFL[´yuQ\lF\|0t˻&>w^d?<]Je_J2ё/6/quN~HT"\!@n΄T[JiMcp){$gL4m~tbOZ}+œ򭆙>Sl!t N\YȜ$7]Y0 YkT]Y&<͘*fPrv'BHKZBC0sw/gs93| tor ܡ‚UwMM4uQ9|`DlFE?k R>P\پ؏-cdalA1OXNػ])Jr]Q [튆r5_~@Y.$Tߝ %2VccV糂yktt1 @ڪZ ]DE ELM.7`a"ePU!^IڧɭJi#rRDu|C\n"iyKϹ5PP-]IR_.M=̓!i(<vdd.|3D˅Ǚ(0([ZOCUg<6ۅVNV DD5\pB܋n@)vv,1ڟ0ƒ}> zeWN˭!+VA"ulm|PF@Y%H\{܇Y"sp&bJHK"%4;=eD9 6'[Uoo ^pe6̈R3gA@h8ocS 97!=XulOA).ᅎȋ~m4#D|^/eW";UB@nz?(vd܃{ ِ<ݤ:s\iߑmGuCN̓mȨO,  B$t]e C"u7Jd1G_Q+ώݰ׿{.5Ӗ(UK-&sӄmDKofwqq}+q V}L?/.rDLkq{#ʄQ-E F Į3# _|6g8$Mt%*rtKazt2 uMlM#WkZ{өg.bō59V}7K!xpfKJR7iTTz,g ҆'-a@ dPu/#}R|^ cd >*%>)zeє6.YcWȠ&zuQD:Sܞg.]:~K=ӗ^g 9gk!Hx(ƀ~믁M_M_f9{w-,b- =Q#EŋT܁Wc4=35k>׳Sy2 \&0ι#J2|FF1Ԅ|_9'XDg[ϕ G%ȋ<~±9# ?NHu6/SÈJ-,$F@!A8')AS U?A5(̹\Gr~DGm3r7>d}F2m`]֟Ci''֓ ʢ-txoPșM!SƊe+cA eH;n Gl9J(MHf0'x;j}J G ZW C8Eok3ARz4%{M=Tښ~2Qlp;}{xc.Ƣw>]*.j;\8`BPڥm EVē4KL94!#VqEB&c ˁTA:6(l3*``4 a:`l wE&.I6Q0LXT5Tl`0?p= [Ȥm7/Hl$k+ĝWOH"xX@YL&t≋-Q-o _m -ԑ4B'a>_`n A/ĐIEPI'XJ#uVsG3Қ)G+jP#C ;A~v/n OԎ%G-c]CI ْ'͗ar1U67Sm̸ C qxmP JINҿRqk'HLePe{L\[Nɱ'u 1FNPH* UXvOIa}BK.I L [fE}N{#:;)ӛk8vÀ?\/jr)զ$ghi5^N@qTktɁe)|L(\pA7BlXc%2;MHpd֝2yGgaT\Af׀ȍZ>疈 *OgXUhЈl 1DJ;Tn1?!]+iO9̣'jF ="Dbzm~cWMצK5;m1t:R=$:Vj`b+׾^X;WaBϾG?݋Z|)Y$4|DsF@{Q'DIuW?rsnJ~[Em_gFЁ7^RaTBuG\M=MS02R',u E $($h[Q*c_+6"wD Œ-)E87_kw܁XĔaw Xlf[_;)E~Y-KPWmdɊhYxƠ!ǼU-z0k}^jDfl BUnxS:A^лl|Ȇ K01܍8v `ԗ9.)3A&)!r!@$1}Q7S4OHôVTE@qj}ڻ;s`ؐ%? \B ?|vc_#.|b? ;szgԱaVͯZ;!|cØP )l} E*A-;&è&Ėb4 mnƚZ6%|mӪ(CV]D.إ̻Ckr*ڻ~8ܖ[mڝ'YoN}zNKC9q +aaPmcڏt)͔pIĂ}l Ƃo̩5_`CaAY-ۚP$UlS xh q>*'i~Qj9L  w=B6rɄŽDU߯7LGx%U9[?a@__=) ɍ-C~tk3N&ݍ$_4'/߾Xe0ap7#C_Ϣ@aog hشŤ:eJ<%B܌R$}j .-RJrv׋hť?$/Pk)w6g ܷRcT>b~ m>ClD GJyJnӍE,C̀$/U2aSŶ ?Җ6=ɇefƱf-u9Ӱ1B@^N2&kzF:]3?a *=p$:6P<ⲾE=oFf߻7TWu֥\{`+~(CğuM rm81`ن !|!8uةqhY[߹BBHsrO6<* >]$bèVsa)Xٷ3wōFjL&Oe)n^of[mH+Â&6dLpuWTn_2sG~XqR敘K:Ϸu[<\i(ؘbHsm~I\VcFwea\5~F{+=Yopi;3 ,;Q:On=V܀vȫ\YӅMh+z `Jǯye_x%sCW,; 'K,*xbwU{joc '6vFn\GwŬ3`Z]H5ۦKKD4/(jم:3W)JLFm@]/(&ь{ 6O4yYkoPď?44@kQX]~ 8݂sb$TA%msn11pe,kjDEoN+NsنDB bEHD3.lBKP:2=VƣQ?$)]Sf8m7g/yJuKRJ2ޛI%~$ uKdf ǘJ3&lw뻃"'il@0jի6Z[i ab(=p?d z<Ix.Ma5\NB)+<_QX]GtB_@RC1ă@w[p"^b/<[5,,YJ2M𴥽G8θk_yO4 5bd1w9yzw &ְ̋w'̙Z`2qwf{p8W2&̪;i;.+1̄],T f~/q?~*Vd1 9%i荜źR(\<)b޲NNZ ҙϳS]nI-C*uaPӃ'}kձeyok 2J3n2k>y |_]X {SaQ v2%(+2@jwb?‘и&Ct˯;zWqR`󔪁LayЭTyY%";5 x plRaw`6u[$Ul^7Ɉ~̍ʥE~Y | P* ]Q-0|8RNUϤBJiQ+pxR-|*W. ^*z֪)н^k *`M*Zך^/dqv6hDT:qXP>y'fN[͸dD&E_ %"Ռ. x 8H?>B69}1+M+`1c(RR9?r4z(,iGwr ;\=C{_ɬ1mbY$ YB$tp%hvT"σ/ExzZ!ʵ)yt ?}X'[5Kdq[f['j$FNjBJuɒ gYa2 }hoǦ% Ҝk'P+ce^'贶jh+ql3[k!lu)W]LZqHz׆H C)w5s$0`Ą eY)?H5r`7\1½\QQDUX;2dR^SE^ӷ;u,!芁,pdIռl/!U?e_(, 8ls8jFis^**-PeCD\}Fyrn˙Y΂sE!32/xjΪР[YЉ>}<*\>-ȃ֋ϓj'x5Z!zn]^A'&ST _H *\8:'bL+G5# nKJiy&nb5іކwD|Fe[$[Cy p1G苩M_`^-w|[14K5Jg,-9{yހL-CbBCSUE}a7tC' SfY:}H8CHU 6Kg6MwBX>!*oQ\6Acw>o#Fz&1SNR+@ÿ`{j'L;\ 25K.0x[BFr5a2⚪K'"f=,#iЬZgl*.tK#䞇åtOCZ#;2*@ 3L*#Ϩ1FoJ^}mR 7P.Tߌ627ꛒp8k?hiN\4/I_c8ˏhL~ pm\л xaqbVU뾁Gf4 U%NoBf&@zy%[ޯ\HA3R #]S) lO }*5'hx4?z$^YcF:sęBWh2 6Zxݿjm’>jU}0tjÜRe"v :w\o胧27IXӁ,l?#Y6#0ڈS,"w&);^[F S] oz)x|󻫷UxvQ YTHSaNϥE<:9T^,9qz Jl^+0_JHĔIrֲFkPP$fFCoԖF;LOoEubElG#)݀6yݎB{C|S05 }],rб>lGȯ6f-^I6}߬wk|JkVb.@?;k M>cB~Ur{g&'w%`OdpQiy+!k.:ŌXP(4o+kG#zІC|Z6 Noc{짜5S(.鍫Qiԧ%偢x/*ׇz$}&9VFO!?N R9z/&V׮XkS'g~* E O#MTК|WO%oZ/Bz; q t$?L41]rI߯r_NX0$ O-9} c~)qvBukn#fOomxL{eu6<y%Zu~_)9qF\2 n uAqG*'[7=4wjTΘ5Ulwb_ ؙ19o.k%Tlk-#R+ i0oIԉKAnRj ʙ5#>יLhr"s/Sr)Uݞ+V&Ŝèv 9A[ZJd''ryxSeP-:!Y"Y4|]WZcEpk\Wf'kIMҍ}# eݺ8B,cbܵTk&͈2%`1kZlMp)1De3_1Jj^δ)nS({3R<8-zi _=)hPox!:;&"#ݏJ@4e\m uS*43[n3(^=qע15Į1b pF! >Jlkuȵ43пaRg,I? 鐰[l~N=k,AUlQe"ɸKR&^CRJ3)g53%_V=Nj+R_LƽNl6[Rufynr0 7xXn1ƾ׷ԯF\љ `PPo.a`AoJ G4%HEZlL!6 :'~ʧBl"q `a'JmIQd%]s@JRjEDln-c;ܕ Yh7zg='v"p/eB_t!|ڷ'`~-9(`jyć^O? [}z߷ j\;D Yq1p,p3vOճR^pom9&@VNz?_e݉G1z@u~AvW -<2&MO"M:V ezS-,22 1VոxXyn].__nɟ$kiAV+#,|z5cM$xH OCъ6^t)IrBjk-@% 0_!&'w}FEa :Mnσ}\tԈYhvu3+DD7tq\=RWA1fW6d@r!y7 lݨβZ?ߐ)Iml@J,/wp,BӖ.`6K}ebep[y. b4BIhEq}s`BӘ𛹫G}vcn<7IB}ȗ;MWV&)J߲Y:w=3AE6trota$C$[<g.\'-#;y55YePYb),^=/v#X(ƅ܇sC [$-YgnҳC$^cG1;9}+8-K,w저V[B8GoYҵ :e>d+ l5̛Uxk4-XϙY w宂D"O˖-]8NM׾w t6JUSzCЩ MJAil$q :-szR"82]/^t+:-HigeT@(e46ZĜ-f u{? aP1QkP WZLiqXj:ipvwk*LSTJ` ʸŖ<#{MI^5M?E/K:Ϭ Rd oGwu&Bu%޴tL@џPFVoѯ큗Y.J{Ab9B q.!/ 'T厍_G4#{DhRAi5c: 4qz8V "`POYj}S3_ =4殬F9!k pfSgc`;m? [Hʭ)Th~(F \r@l1,`e8~m$ 0pTEa%/ 2;5"iVe*̓x#i eY*QoN_x~S=uPAf dOz-m-GO`o]K؃ $[HBx8vg%TN"9w?gHb|߂0%2ŢC+bD7d~t5Ӱpe\<Ӟ,3`.ʮIFZx(! eY(Oot5NXxf'F@uhFLK^i@EDcј|Z{M/ ҁ&͈Ӭ'\en &+UBdX|-KN6Ś,l"UQ5",Aq'8/#:\]x팍"aݵƍdW6@`4Tx=+Lw 쭼jXxd. *[јRJYI S<ĐKޓ|7n~+O)o5:{ۻ#Oyd{kK1K(HfG['4rk{2R7h^x:Dx3N4Kk-6Y*W.H0*?@ ןFPZ{!L/zi)G8ރ+ȒQKZ}]Acw\"b4>]QqPsuYe-'(^ͅ6 WO<SA0L5+3mc?"/ε{¢߬|xME=6b9oojZ}{,պp\X+.jWK8yH&9;cmmYښް2TGa [<6/b u}^[KZiűAA=`lON e/FO6?a9@#&մZVJ ? +-^1 ܁VWAbgr@^E U',kj&kpYeıζȢrcpWVf.FNN2Pf~uUc^d0/_kvP n6>A3t;i pA`ѸsvSbۣwq&X!*m BeD+O^("y\EJ 1ig58O<ڴ` (]6Fus }HO~4NމC%U䗽(ENۯTŀ>h7E }O+rN|_è{V! N928;Hbqp5@@g.u޳WĆR>sDe$cH`<硢糣q唻z%Q@97_e\'T#JiX>CyZ)=R7H!Vҏvf5b2D fwߚJ*Nw|uq܎K1ᗫvʥt%\ORW'mU,(R}n R-zf8KxĐ]OzpcJET(yt k$5L`-A'A T}- M؄W oATS`\Xou׆psŏt< }hk#"MIvp Co^GVMU+{ڇBԥN;M CS]Hٛ4m"(̜?Vºy*~:jdy:OT`o஝]~0c4`՚U( 7)|d/7lM\8@Ʝ fЋ:d=8V>Qhqn(-f/3 4j;~,Ks {0o]l}`,՚b/?/졪AUًR t=@lJWU~zp zT>YH] n"3:QPOihV_dth *QSu6"(Kđ3äQmAa>p@>VFSpZĐ džK@y:;鍦8ĢݑZP#G^.dfx*źҖpjE|p!46 wȉ%d\̽C2Lq-aT|/;,'?ҦpmWꭕ4"*`rɒ (f4]s0fP 6:6A($RuJǸjx :j+)( :YgaeP}Mc @PCvil/lœgֈ_ڡfA7j𭇜bIDAPi1U9x6F &w(;Fޛ|œ搝˰/STۘ 2ӫUJ0IQo~*[J{mzS>o ^2SR٪Bu\ XS`T}uc~l̉.|" 4#%Zb)}v c-5,GMG|]Ꙕ~Bo&3/  2ǧ*bKY4d 3Qa}L +fXZ-H(/%AN#@Z۠͆<MQ4bs$j?.u]t6]:Bh9a!ܯ:r2vW.w4U5\o]=b™uD 9:8 7{3]?'?En4ѫ^Hh-4DE*ũrYDN4ͣף(̪T)[`4Y'YEUpmF:a_8KSgP3@`46\&j1 ;57ˠj3CRݘ 0y%SS+=gHb ,ەlA?AIj vCařUtT8{vĆ=ӂLz4)*?.ioPl/)cd"Ato,XO*1ΛFY6rⰵʷ4TS\>TN@Ӵ^X9ªl $Y\i$|+48Q_IÔEMt};ܕ]{S-NuJF=/ Óq ݺPe{9yT+$Y#o1c-&%ұ\ӔBmLS0Ve(Խ>̽zn^-rɶVzc*lG6AliF@kONtlascxdD ?mvU{A/nALzMko5B vʤ')@5Koq:7"wjɼ[Ă: ֢i[J#MgӪj(RQ7-Ưx/FN^\a]7}utPU)rtX&vXry{AiE2v\LuxxٽFR;* RZP}WKyW)s&^jE{cH2d2KAYx)hZLm^[ FN:f9rټm%MwAxosX,+( Bok c~_ṶR#^ ˧oj: Mk#s7ОeW?y5,=W ޑ-sŮF4(=lIZpr+'oRuc(jTcR{twҠ >f#9zѻn9;BPCx^95uLcW%8p jDPy^*ʺGŌrgwZv/pvf;37yp$(c'\[XS@%WLӄVP1}U!ۥgP ,tl2R=ʚұҦ;bs*}HS$4g-8Z.{!"ꥒ|gW٤[A>x4H,nRKC5q1J=1EUW* 1NjMRDzr~l Ci<|{ NUǘoݡ>K4J =pche鰡F%"/X4z71vҌ<02cKZb/~pߥQ 2bK0_5׳%Tt }J`7̥f9҉z ,H0tVGƝ0Wn5ExUp1GUS/{z@G襔p7zt>aT 0pb)C\[2.~'4XӈMx1ӕӭi8CF9pgvrtEIc_X.TL"scȄ7"ʟL<-P^h#?>-.hC۩"mzoا\wq'~7E}=*m/sЂ%EX/QBh0_@:Vv72iY? {HgO5():Hwu^g\W]ngX=mT)XHh}#HI|THLeӞ\IqQ\ 񂾣/;ȕrde4j{1&iOkbce:-.?}ƾ`u;ya7vY*Fz8-*/_m|fԉqCH]Pԯs&7O\wʴY9Z 뺈P'uTɁsTóPws P4D%ç4LJt$ H+ Fmyi=L4ox&"|(3u:b~0VWsv`M ]z |9h)''{7R斮ֲqOm`%+ ) w@G$%Nd{"K.**f$ <ҜOω~ }y޲z.ȓylXlt?cyF蟊 P\:o@.cDCӖ M''(ܔXS6r6%NH8;i1+C1ג37;oZ9Z,NL$ BmX1Y?;h?W:UNGVS+n/3M|zao^խI5ژEVO)Y"WLK.8,)q iL5Zk9i+=z2Tm~淾NDeӗ ciSo{/65e:ГΑ]) W-]mB 7a KPev{̘WS[l6~z{]4 BKw9`}qaےzPe-|d,’ ekbqwQkP,<8J@~{ȆHh3#:|u|t'pӓ!'6Y-f4oZm,$ 7ؗ)(8">rKE- F=ҙ- \թ>-\.6aX3ʍgN-6-:$ʴWJSIf!&%qDXx};Z+saק6D…aΆBJũ Q'9%9ɹt{e`K7F KFlM;r jp]%5p"H}x.!ŕ$c9'{ 0C]"/$3JdM鶇Ij$=\Z@f,0L𰱓(A0@@?7닾^\>Lk+:«l:Iu]cDX8 Q4VDc"\rKzCMʊIؔ$mqg,snP*f{W z@] 8O@_5&6\.쌈,o a/|< a:K&,YG[6^nMPg:nk=Ș8?}k2"Q҄Jت_d]%1 5(Ffmj5D"Rhet+GEanbHF c1)Wi!8bT,iH{cEF=D{ad+C0,Rࢪ w~jp^.׋)J 5.LRZI m>2v! [d}|EFoBbY]MhW vCN.!O;2i!l LP@iH[IВb9F>!2-Uk򃆍6YmRBGa"ACBڶF屌΄vBLtXkh`hHhB}}G@h<~NܥdϟCVjO`Ut\gu+ތ+tA[m[\^RLYryt/::o1B =5pXħ}h=P~"Yx[\{Sݫ'8f,Tw p8>o!DO&FjU`ӝoWLf(=6Qm9 0% ~&8^AdtrxNRYl$fkz~U=hT3+D lII43_&%}m#S=vKv!Ӂ~u2c=zI!P@gъcSya^@@$ m(2o W@yq%vuKX0ԟĥؘ)ry"3:] >Vr3cKtPb}f?(PP4.E:jDGĕz@IK08ɪm0=m2j'DҽWAYׄ"Ň3> &v25'NZ W$6 u C)G6-D,4i9`6̽!Bhχ# u}=M8,ӸY\ZbV-%\*G.~ꅏu> TRGHnt)GLJ¨N&}K2\o(vobNRO7#v2Eog$藞92)֘U.JLdU:JP2G7]95XbN68^mߑݮ/`1[ޒYKEUJvE|x.j.r|! #uFմL:lBNVOxLk[QyqR9y8G(4Y_#v3@}iR~?z[#!4^mմGڎukk\<=%e|0˄W"*Ōk9? Iq[9nj}' R?섿砆;*͢Kfs4ݗSCoXk6S/Xbqˊ@*cMlbd1tҘ:İ^؏sJ+ W :#ˆGa ܮ"VQ1x 0-ʰ`{vUͦEN ;LRd.P;wKJ;M `做2JE31(AVt7m9jHb}vRlШxh0hKYF6/ݗ&T<4lFuQMrsNU5n)x t]8zE7 ]f13}$MoeIn6RUC^b/ 0*8w$( ! c|aPض|rkC]B-ʖYMz#7Ysa yϻWUi( /a{}o Z %FQʶH6O:q |NлKA7MJ"LC&]+ҏ"1]{aSL5JNCC}}Ӫŝqu " \kX̐63T5d5iu`5 7RI"U̴_EO߹|141sR ?zW)~,O =RZJU?@=2ɬNq ꏁ~3DR<{9e+^!'{_|@U?b 閟\vr*5a:U(M&N}G@̦~\3+ƗOǺ.pOO;|)'շ-#*M4иթ.;/V3fjE翌̖8 ,!^{S/Ve_M$ U":ǰmԯJc_:?f]/YU!&*F%(#K?,E3(qs s5׽48)ִdg WvS9Е,):cAߐ6BU/R.MuPB)Woe~u'`du K[" 0b۷'qkCͧyg]zz+ 40Vٻ1*!3wj"PfS5 RGA&o)T(Brҍo tf i@pP+&ڡs~ɏ$wk\WΛ{ބl& 2W Ŝ\VgCrjd'{?vՑA(r(4@<>w# qm(YT+Yt PJ9Oߤ* СissB>|3 ^I&\ aw~×Y_)u,IhPdfw^3®Y#Аbiʾӎ`KũOОO [('JxQkxT/geǹ͍&C3Prg4gg**SaYE!<07?Ʀb9tB(O.jмU>=ߙ o2ӗV#壸NzGL:t 8!o2.sVzcIx2{ H.3{bhև]lp8񄙧 @qM $oEץ.ԏ8νNr1*`{^+<c9HI{ϴ8#L;PwБiV]2ݞ~ [l_Fw|JL[[#W'uAReX|3b* eL/^Ri5wi=m!`J@@<]LkyF Ïyw<{n䘗7`zJ3.mv׵)&@K[o*N*4娬RurJu>g#d3)+r 'b!&/<||jڳY~>7+.B7ݰe.6*jĎ=,{d&k^ߙ'oNiJnwJ5Sʇ4`jKZBonݙ/$z.|OIhsoWSΧ:%,UX^![mFffT1AU~ ;nzQ\&*&5+3΋j[) mQ=؜C|1f阂:}+d⬧y~N.(iOpȸm~ߞ|{} Guϟ6[} ,G"U&/N sM^lXPũt{Wz*ɶg[YàxAA;] V)N_M_N0*>D'1W%]j~z{Z EM1Wֶԣ` O[|*D_@-CW1`#[xw4D\3BC4yWLs7D 6}-'"Vd F'xκ'\?t蚷(XNVV ڈH=?$A]b_wJ~?J|DEPE@>Fp}3 "`Fُ?BAlh|kx?p y;SԞ9T#u-@Q%\L]8/dy-<ДDl  "A4'kku]SS5!0Fs鈇g";qmk IyI2}ox@˼ ]f3K[z!ZZuòn nSf(27pvJ?/#O: +6\(-gYK jKϭ7O!i#L|rNA?>:FoEd501J={0*[]>7_{2ߚ5J2ϢxY16Y ;Y8IOiA*΅1 җarӺ=Ρy޽ i@)B5 !lZ!m.c.OVk)¸JT}k0DTR0*VAN*䜖6D.7*v)CPm8Q͎}NJZ{#B0qA>o)kn| 2AONtiex? ޠtL-匔{51K4DZq1(KA! 5~噌aW8CS$@K!9H8X8OY lc2O6Egu8+Uް .S"C ͓ꤙTs4p.a/=9?MFl)m`72^5舼%vC=y5C*^S}\הYX x갫Rh 7eV$:=6zQzx+;giܘn"ANّ{LJ'_ހȽ[Y2uUhyPmв"$U!WK@=iY2Oy5EpTL?0^8q IK]d޵4H/' R|ǚ|}۝㽫y׬Z`vMRDAu1VcjΠfӅ[}te[~~dWU=;xW5Ú ]|&DzAүL[ZJBX"$dTVtז{I1Cw=WPmtD9s*Ι`u,EfYmVb'Io,ǀOuI>)JS'F:d)CLy%')\5U jڇZ%!`7LŁ a*lZ#EX*?UO6Qň]QV㽆~RXoMBgIr4\-1ir `|B!*7ёlLs.ݍ[,NJF_?}ETB-\O;|BU}2(q%wIɸ~F w}:#m#~E)* LY*6GRxdO{<Ȱ 4`tP@@4K`(0NAP&a8^~N!_B*C͓Eչ(Ars.pOn鸯33ۉC72^,:%wz5M@i1ȝF*ǰ@پzfFhp  4 fk?X۶A(ɰqe!!;of8!*sh)pr2C#NX<>HzDQB*R܎FR]]K m ĉ~;\l❵ך7)A =kvU7[γeZ%fzZcn (X^"(冹Po=:uZ)r?d]C>Ew|r|I {-}ndW6>n IdLT68vtR^ʼn pJE-#hf/  oR3wyoo(:aq[ VKw'R$*+ҳx4/9vXMwq[5l]^̃.`8,L niU(. |WZ9cDa*[r˪ R 0Fū vJ^c9N ALU< u|cF\ջ`'+$<#}l;Nܟ8 Niظ0^f0bi`O؀ C {S.M.?/MT%45 Bѥ玮1@-H.p5}S #8ij ~s'#LHIAqDI{+:e3c3¤i @X5h:  .~ղw?CXF]\/ Qym;h Ns@OҸvE{ydp}&Y>a1=Kkp)}(tA\aQxU4+ 8Nnw8%_3a= yaX B'r ? aL\QibN:X"x鍿]wh$SFDv}>;$ΖW}mQ=TEnLB٦n.nNYmaOv^6eyY޻8~qRJ_/mﳚyq*w^JU񡕄Yr5$$ctG/zlTg.nþnMs\q Rh?irCPBHݝ鋪<T{Br"_3nYIV,h{Ib- A`)7uR?X ' Lk_()Mwˬvl6*32nf5SA{Xy휌 kjhY,)Mzo_r.&D{XI^|Xw\cPGV.ENXJ:LO`1-K\;gQuZw`:MhQ,%Q.E?$6[fnc>5s"/$~1"ޘP&5ڨ)Go6SցcDJ( kU>:8+R8|WbEDF$[*-zӽ:m",%̡P"zΠDt^[y#[!mWv@^O-9FZ.0P|]ld8[?bsf@ow84؉0CQ `z6GDGƤy*'`7A2Y c&~ʒ@(;/ƶM#!.4K4^dzG}IG My3f/gM ne51>Cm3xü|җ'YVl[bv~ "8x4Ga)iX6ZbgQ Zi?75F8*#Y]|} kT%opΔN9*asE-vDӛ80rWG<‹y˔wre gNʥf ʒl7 z&nhK1)~n& 5ܒ*La6TzmQ0G|ZTN]wfPY}r`r|-?2O!LE"ܖ7~:i+% @| wLsNqmjxI֯]46,X#׃RQ6iTAGñ}qٸ%7k~!9/3p}bZn5o` earLE/*ظHhg!qKl \kKT|_DZ[kb-H%G] ݇=<WsWuKY! O&6ts"> HrUxꜴ8^¢YcfH i &]]F3{O#sv]dm %TNWi"!Qxk`YPc3*߼|*Ħ{Y1"N%X} 9 Kfҡ4㳸lyX]11# >08U.g9ߴ3kE⌊md !)Zɨ%Nvw @C؅RJZRYkqo7>3#|4s~9- V#X$ j}f6&e1?|sbzeG@|!ZW:^y\J =j@&wK[B+r"u'  ; t85~-hTXޓdžvz%$hl RK!IZQ|i ׄli) !nb@LهGQK᝛Wɱ9C! )1 &;@:(1]cSe];]:)fadt,Q5\h!u.Ǡ2 w"Q@a]US:I^OiHvAA~>YTiyj2Ɉ/73w8BGT'VͪHIH/.ZO&5|;T<t:W>[ˣ^_x";ӧh,9P0Ta>Ao֏k'sn2&dX< ?Ob3HBzwYZ: qw:/oS0Zn4ƅANKdXxu<=@vjA`DEH](%I 7oY.6eo-Ɖ"nȲ65yFB){&D,Y*J+3"%1 r+3oCs&I^,Q0.!٩W[yEFMA(Pe,]ԏ51nnp~Ļa7 ,W1 B ~1hljaX nlY r.YԖ oqGgyKi%W D_~3KBޑY~̅<0(PT/91eJtKzѼ?zPr:3EQY vLJo(Ļ :cj".X'4rt2~8},L,cJa5$Vzݮ*~d*#|K&;4: mB Cr>J d?>N"Y ɀ SGphTQkY]%Jc󒋉FD!^ԌM%g: E<%{DS(DžBp̽>@͙#K!֏1Ss7 pELJdӫ}i[CnLWe n5]9p߇P2ۿm&=T;GI൫24ol-'T}s?Se W'?>dx#KHq(e65vkIwْ>\M ,|]# _Rdg]nfD5H]f}6v^TpP`FjЩs Hw=dGs;$:,Eb=NMABʪn9Rc8M.oDZHr,wB/QWDB*6 S-w eJ D\Q泾B wKC%`l@-e>);@$/>e{s@o{DyI:gθNt3WO^'9~ h&VL}s#"Ρ0M0х'!%OΈ,q>F^ipEVrK^^6}BJu]D[ɛEVS"RUcA"uQ  ; R̒?Ѿ?*Wa<Z@f&Rh&)\Fv$AҾ:Wҍ3*yeB '$(~e]+j" _I;FT @Q:Tx%ϳm9@ܟcci=|Zf+6?r~1~b$N&n̊Sht&1&mϴ͆B@.cN3 xK2p#1QBN~Hf)*u7rږz1hROY/PQ|8cg"a.O`1V U-Ey ==RHIbȘ|0q#Gaɗ% u6xWIYsavnm2ݒIB}bk-k#ӕ^bkgg}oʹ@<6Z`՞v?-e?z yj_}::#—]6kJQҸc2da?'KggJlwglm^tZVv\*8?i.U=MS򲹊m_ifݢ75zF5Ѱ|{NL@ SSM)vE8{F{lrV28B(]!Fv&Iٹ/3_tL^SiF!ƪ1V6EK 6GJQTXӖ7#Cp̉ [a"epEH"]af yHMKx~U۸zLAJ5[lOZuV yi#GNSK Q*VG}R1d #[9 POܩ,1:cԥ3ưCAV.u7B'LgD)_ΕX#Ǝ\pb9?xUO`vъR440E|z֩Tɴ$y8oxC5xVX`J֫S?aĚe}:uB_`ζ2 c1iDsq:;} G@FA](vY ^ыL|j +ɉ#Qz2<.-()$ʰBPQ'qζ]mf<;Hϊ(6ދ0F[?y4y<͒7;ݓcT6hV-z YeO3Q0ƧOB$sKy8 &wHxJٮZCk@Cc!0rT;$=^}K͑&_}˒s%PR_ CO `r3&#.ʋ]8d˒>ϝ A ~m;qz!%;ҷ&㆑Y$k ][ŋ 1A^ּH"})!H[U$ YsYDާ5XA[WEKk|%uA2䥏Î/W!I3| 4m2xqŎY OVR˾Cϭ~XH`eO8WXę(;WtXv MSnlJ! a$b7$3_w]gyl!%iRA\i0KD_m(K-#/Б:g,MhN@U-\qB9]\JCRݮsN}`+(Hg)d/Xd=]bO=6EKSO/8jqk]b| @TOPF9ا>'$IX3PB "u"op) Ǵk2iI&{/[Zʔ6 nY !!ZڧϿ5:b3iQfgO,ݕ7tpe9>C(WT(x: MdʹiZe™sn1èOn ) ŤGt[%"ñ2~=0š'- ,`WB^>?p3>l+Ȍc#NCe0WpI,z%T}BQP 7v' ` -}ڻ2pZn؍}zhM^9@8llEäk=Ƣ}itӞR#ۀ nNW&zx.4X4۟1[şn޿HW~tr$SCRiҫzBRc,_`#4UU{sv ZTa(IIxO~i<ثpx4 5/y, gx"ŋ?Y@ع^!!C%,}5`ansk^_og%"spQcn0;Ӂ+f Г>hgѲA>Y.@A+e\fV[=!^aLPN!J8(d:yA7h1x<.4L1cߓJt:HL}4Հ]1M-^z9귣BXZٶqS$l@p0`*: %%u'm{Ѣ;y#MT9z*  fHd+9Q+MWM~ 'Ϡcu2 Kbgqb kRca% M2p.0lّ==?|й)HI)X61@oS<],/ V3J9R"kb3xŝZ?Jq;:5ϒ1VaR@hô_k}4K͛ Vn!@qU@_'&?I& I@` ~ qNK头7R!.ʹO "(mO`?*EIߖcmIhzb\:dJBueE*:߮6C͎Nx]޷aw>+^r!#\4Rx]dQL._e4vLLڌy XU *q#Pa[_ԟ !i!'"񹱢|B%;06 PZ\~ntvYT49E np~/ =ܖIANѵh֒xdxXE%pWk{(xB1>VA[zIrg{<؏By]nmf=sj,= `𡪺*gNg2nCQt.oN{9c *h4^C;C j GNҤHB86 Ʉ; +YwdA&g-&SdVS]J߷EےSS4+bZ5xbVK1ܿpح>F YZ