open-vm-tools-11.2.0-lp151.2.21.1<>,Љ_k-/=„4vvQ+zh;Dߦi axg[#MBz\ʛy۾s!B6f E3 6!ez=*2v/vnipRvl^oM{g+B4%tx&ٕP-kk *!LvEõu<]Q3uԖK C&3fr5߁< FS4K\ g<%ۣ@64\շ L]kQ2uqii>OH?8d $ ?HLTXkt  W,Vy dy !Vy "Hy $,y yAEyCCyE F.G.K.(L,8L4N9MlN:SN=>?@BFGyHyIyX, Y\ Z[\y]y^T"bc§d>eCfFlHu\yv@ wyxyyذzۘۨ۬۴۸ۼ4Copen-vm-tools11.2.0lp151.2.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 guest_k-lamb28L)openSUSE Leap 15.1openSUSEBSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttp://bugs.opensuse.orgSystem/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in vmtoolsd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in vmtoolsd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-open-vm-tools-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-open-vm-tools-update-$service-new-in-upgrade" fi done for service in vmtoolsd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset vmtoolsd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in vmtoolsd.service ; do if [ ! -e "/run/rpm-open-vm-tools-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-open-vm-tools-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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   ;, 2+q>Q3h"@'&Jx)()Ii0II`)*):H99JIH tYg9 h V,  oT$ $ + ,  j+  D0 e /,  nE#n S fM$ AAA큤A큤A큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤A_k_k"_k_k_k_k_k_k_k_k_k"_k"_k_k_k_k_k_k_k_k_k_k_k_k_k_k&_k%_k_k%_k%_k%_k%_k%_k%_k%_k%_k%_k%W_\P_k"_k_k_k#_k%_k%_k#_k%_k%_k%_k%_k%_k%_k%_k%_k"_k"_k'_kY_kY_kY_iq_k'_kY_k_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k!_k_k_k_k!_k_k"257407e2ac98cefa8535cfb2350e3f31aea19e560e9db0f5810c734f9a0102ca1aae06b3e3db93584b27ddf24ecd58e7a080f33c160f0186ec9b50ab32bc9a921aae06b3e3db93584b27ddf24ecd58e7a080f33c160f0186ec9b50ab32bc9a921aae06b3e3db93584b27ddf24ecd58e7a080f33c160f0186ec9b50ab32bc9a92df715712a819ae56f8dd7b49ccbdaa31ac7068089351892d0b38b46d0530bb1f52214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636151aae06b3e3db93584b27ddf24ecd58e7a080f33c160f0186ec9b50ab32bc9a92600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a45edbe49ea81cd763f7191f9e407157d1b9098b51235b5d442f4a074094ebf605b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc3006eb7553843cb7baa9b08da2a9d444346c0e982fb9d9293babe08ede680924bbdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1f2a394a3643fcfcdc077a13517f30f1659109c94665e295cd9d72c735ba2705956f5d21c878a689777e7b9d957d3f42bb66cc0a7c18b907f90a6d732efc861697398b7083c8f897ebc1faaba3140b24eaf7863633d45bfe112034f57954eb6f13da13669b2a44b5e538da1e4a58954317bb812629480d30db1b21df077a5afe2a1cac9d64c836a6e23c052b4175c82019fd87ee36d8b26650097cd51f879615810e84b317194147e0a90ba0dfd7d968c0ad2d695c0de42b7389e33e9f7843a67596848218d3c694d3118484b5233c63063a3290915775e9d97e44a2c22b5428c6ac2561fabfeaba1866e5034fe2ea02ce5f48e340018a201620d81bb71c9e4c1269e248c63916aabc8639a628d2d5c65b194279b7f9114bd45ac54cf4a82dcdc7ae96e9dae4f18e948cfc50059a282efdb74b30afd3ea05731510013b405c9cf68e545052c0a6bbe49796575e84045e4ea14a510e0e6d0b8e12e8b25dd89bc421d53afe44f2ed2b179fa83026ad68edb9ff1a77419c250da5dba9841367cbd1fe8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f52a8498dd5fccae3317a1a8c7c20957d1588ff55eb59ec1588cd508d0a6903a54220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a7513da344987d2777a2774778dbfbf8b2cb434ba63a6f02eaa5389d1cf8cdcbde98ad254c7ba01d2e8ada59650ea2884d766d704c80012877369b3e1648e30cd3b9289360a8b6d9fd2a601235306c69b30f025c0aec1ed0a58787667d723e1c2811ec9912d97fcdf8b3d18500d3c31adc0c2d02baff9da2061ba4ffa70988ba01bf2629ea9a721ad5dac7a864f9460f24ca07d077fa722acff57137cad3b3c2ff40b9679b22ded11a5f5c478c7520dfd2c519458e7ad2cd6cd8fdd9254bd38db0a86c06ed0ce27b3f9557a0cf5540d4d5519ba4ca825e068cc44ba893ab82bea74a008d291a1b2531b39aa13b6fe5247885c200d6a413337c0b313fe3f060ac1a30c1b3e4c519d6a93f8ba982d7235e529a60f56e1b8cd35d560f0857db94679c6e76783c6f84e5869be27423ff2c1de7335425a565e2ffff64fa05b2ec90179f64ff22e394b3cb9eee3d546ebb4a44ec8c680220faed1980bef1c8a47895745ddd470cb2e8f88e0cbd656edaf00992a2e49e611ae768f6d7369e9496a41e3676fb157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5c93221c08c731c1bc49c35b4a3ff1dbf81a02edafef8ed73768e2535255af45b7de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b834f3ae3f278f5e2c8728ee6a08ce1f97ab73329fd675f62e35a9ac2f65555502476e58bb80cf78b3b335d69553a2c3cb640824b4a471dcec16bd476eb6aabb51842ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066db06e490e45cd21970dbd8f13331d2a40edc4cea86b8a79fa61ccf38f1022026ddddc6b04e77d3b7e05e617c08d8fe385156ca857827cd15ea1ed3164967d24547cff59f6cda4f2b89313b7c8d0f0c2d48cc62269a5325332218a5478db245509cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf675b882b92b4cf3e3daa63ab903ee5602e2ec35f222b6feaa05e08b92e72ec2f51478c0db38474a89e5bcaecaabc4fc68c7cb9b8f544f53a998aee77e2674d1e44a80959d91294dc33d9e31a1f32b436cfe2c34995c17a8c1350d7053899b1a40e3bcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127b8b6c29501cf0c613f5f689c84f642315250a83b0744f3398c9c9e9d528325d36306bce33e8f229973d7e38121b86cea9bb194ddde334117ccc0d88121896e81ba766d56cf374375e4d24b4f4b2884725e6d04a9e67b6ec55f6fbc2b34624d434c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97f7231af2ecc780d893a82834e33a1b9b9c7712312bc90f028574a24afff0cee8f2bc15013f81bcedda1303b613788fd2a51ae5ab46fc15a18b23b3f569575e6fd637d484d078bdd6d8d08b1209dc361c89b1fd9a167d40e92e98062820e0861d94241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858728471bcfa9a5ab4797937995001d9ccad31204526c2b10171b51f04ad3644f915b5172f0ac8ff8050abc84ba04fa25eb631a8b67a17ee8336c3c3b58f40453a652d63c63cd8c4de20a8c7279c1333666bf8a60db917ce9663ef83ec7ab507616bbf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a33b09b95699cef6e85cbc64f927ced46da700f622f606677ee77f672ee5fc2b48c7c8d286739b9c7efc291e9ce0a96ce659ebb4d319a0eda4e976eeb69fd759c4785dee0e05374b223296504acf734bb41522196d22b2248bbbd8b3cb40fd00b8b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e1563b679d543d28372597066461f6d532ec75b19582503a11d42773e108f7c497a8eb2e8b2aebe7fca01e8bc6ab61bc4022bad69cac5323fa28e7212d2adb496a4001d2f61ca57bfa75d2ac015b6fe6eb9047e17a32aefe090bd44f0be66baab9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcef26e31888c51721493d5ec5241d60831b38ed6b8cf6ff0d04197be9a23d514e16cafbd5dcbf30ca4cf77989c5aee0d6f6c880348d0eb1312d22d7ccfcd667fa/usr/sbin/mount.vmhgfsserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-11.2.0-lp151.2.21.1.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libdeployPkgPlugin.so()(64bit)libguestInfo.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(x86-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(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)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)tarwhich11.2.0-lp151.2.21.111.2.0-lp151.2.21.11.2.283.0.4-14.6.0-14.0-15.2-14.14.1_"_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@Kirk Allan Andreas Schwab Kirk Allan Kirk Allan Kirk Allan Kirk Allan Kirk Allan Kirk Allan Kirk Allan Kirk Allan Dominique Leuenberger Bjørn Lie Kirk Allan Kirk Allan Kirk Allan kallan kallan kallan Martin Liška kallan@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.orgLed dimstar@opensuse.orgdimstar@opensuse.orgLed crrodriguez@opensuse.orgdimstar@opensuse.org- 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-deploypkglamb28 1605266221  !"#$%&'()/0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~11.2.0-lp151.2.21.111.2.0-lp151.2.21.111.2.0-lp151.2.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.xsdmount.vmhgfsVGAuthServicevm-supportvmhgfs-fusevmtoolsdvmware-checkvmvmware-hgfsclientvmware-namespace-cmdvmware-rpctoolvmware-toolbox-cmdvmware-vgauth-cmdvmware-vgauth-smoketestvmware-xferlogsvgauthd.servicevmtoolsd.service99-vmware-scsi-udev.rulesopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibappInfo.solibdeployPkgPlugin.solibguestInfo.solibpowerOps.solibresolutionKMS.solibtimeSync.solibvmbackup.somount.vmhgfsrcvgauthdrcvmtoolsdopen-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//sbin//usr/bin//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.opensuse.org/openSUSE:Maintenance:14984/openSUSE_Leap_15.1_Update/2d441e544b9052e9a0799f51afe21e30-open-vm-tools.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linux ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textXML 1.0 document, ASCII text, with CRLF line terminatorsELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a9d5c6d31fd9cf838baa805e08d2e6b044682620, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2ace0f5125db13a743a532fb3f8c0356bde3a7cf, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3a7867359f97407d4850a17ecb7274488f8d7fcb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=628cd8aea562ac7433b1c745282c48663b3866f3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f1487d9346437b51f5d7dbfe9ccb775a89b6cd62, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=374cdb85d923da4d6044792a38f2f2756e8680c5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c763c2f2ce0c4b736c08f5378ac9d239b06daa18, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b876dcf4a70c699d28f804ba63e46e0291e1503f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=199b8a003a603f7e1253f0d59d7d8697d5ce832b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d12c832f2d27d9fd0ae2743f68f7a3405823c315, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=62ede5a75a74d7f01e2817ce9c0be326faa1cf97, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b2eea8c029391779f55fa10c9e6693d37bbaccf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4523d13f642a07cc17cb6b924d3adeb32479b46, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e82e1f11eb8e87350c6d0498426b490aa963a743, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60c5f449fb04c53e2e33452ff0c88b46ba478b67, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=20c993d450d82e13d4dafde9be9c48087d4190a7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f820336e7a4db6978eefb502b097b474c4c4f678, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b979cc1805b2951a5d9da317c9af66005e09574, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=510f9222f0ee6c71cfb7a7054a120bf6f3f780a2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=609972bd18566b266054a42a89779d6102bd0968, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8409708411387524c70d0aa073ad39a3c3477157, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines%.3:@GMSZaiv}     RRRRRRRR$R#RRR R R R RR&R"RRRRRRRRR RR R R R RR RRRRR R R RRRRRR R R R RR R RR RRRR R R R RRR RR R R R RR R RR RRR R RRRRR R R RRRRRR R R R RRPR R RR RRRPRRR R R RRR RRRRPR R R RRRPR R R RRR RRPRR R RR R R RRRPR R R RRPRRR RR R RRRRPR R RR RRRP RR R R RR RRRR R R R R R8 e`e /systemdmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8a65e514c4c91304cbfdb9a96661d9e7137c9e98233ad8079442d65ce5a8e57b5?7zXZ !t/\]"k%N'UN#i m(Ύ9>XaD(XHܗb^F.2Nuʙ葎SD !SVIĩhN -IPPɯf?Ilwk^hZu^TjwA&ǭT{P9 O?F ̖sMw/. W\onΙLmZ 43L!Cހ@q +fuYTN'K*gZSTZ-N^ P2əx6aTcpUxnٹs'+&?yf^^v8NZKAYs[Py&RyDfdnPk?,P@WȮ_}8eK7r Z 5ptiА ok*J,e2Z1)#:=pvqVh+";McN V)* bО] ۫K>bzm#xYۿ=3F8~lƟRsEViM:u~̓,Rh;n{mh)Vl ^d큍rxGaoqM223#iv*g Nk|\}Ĵ^]Ԗج/X_xjP2.O&;6p`Ϳo^_G 㪨b #b=Co!o#=mb4pK4DHF&JK5=aNmm94"<ٵ ed& Η&VVvAsd㶱+M-T㜙^vZ ⯯>ϻlH_Ó_"qLLqXk Q-<(Հ']AeY]wG\\()^!Y ӽIB46cFkm #i]m[hi=ߚ1}azŕ LKS~h߅^~hZFF0}V9Wapj]d©b;l\!\NYesA.) O`+G@Y5G2_ݼd*$y5׽<9 j˶) o?`(xyEtC*<0$,K,:3';.w5xUb=7[hݍBc*އpfz mUtZ2}E1wSDXH_0AJ;8]N"]u(QeT\\LJ? Vf$ީp)B`'6iɀsuP+ C:l8`H,Nnl&RoE5,m YW.<|ε$3R@}h^)4=vIjA,^NnCkʠ`/zH~ `W&v&>G'/mE-ᆱTn_,x 2 /䡳K4$},.Jy- ?>{K67lSKYJ)j9b-ӗ:59!]̘I%)\("dѠ}6']?etZxR2.c~L:4X?4:5sP :8Yulf2 ͹{3Ps:V8ϝ!:Ex;,KVx4PrC(ŽM9uBP+@ſD㕝Rp@4p*6ʥ@b&Ҽ>Zp.Ox͟_Qw,)3Z*&^ϋ9-#\V=4f!cٖ̗kDNcl[>2c&~pGR3C?yj]n:+@#:#L$Zrao3`a"݋Qc yqP%?_yBLZ`{]Fg~:խ mEdLG S<1'cҠ7bN~- "#AZS!MtWya'dY̟۳t>xXwy2g2`SsOeb(<2:!Zycf=+D+%H#14#SӀ K \|_^Um "#cR$ԕ|3Q)=&eIgj)@68?l|0o {c%hE렵\!$i&'-һ9sk;@#Gj>G"yc?)HsW鈍A]TXeӨ) bʖFϐ 5T/`6 iGkkq\4}Э #; .~#j@V(jkp0j[;tr;~kGb<=d\ORqP*`J Q3栞VG?>-ŋgʱ ˢԏOA2{_ /$-#JSBћ|>ZH6ˆ]2+ 8̃6c=Q,7ay+>Ri+ݍ9v8n%.pZ0Q o.“g_=^PNZJN5I5-$ZPB^H}7"_>os.jمԕ]=-PPP7jBl]r[6M&V`EhMЗ OuBoqæPeL*a( \3$Muh4`]sRÈ&GNȡ>yF$f x:&Uh!fc$UÍh=ŖgQ^KX]+Lf"kAG# L%d>M25g 26֣,|7iZN\# ]u8t1N-z֐pΦ;|c.L9kiQd \qnz-Z% FnM {Z7wTi͊ )Szj|x8ЩY8MS {3Y-ɌIԩΐ?7yۀ6da!/]ãJl|\r 8r 6!ltc-5,RJ|tڰPh\F/ :93064,?G9)1zRCk#~ZDa4(:ni![Rɣ. 숛NR#%&m%U(&eӜ/+;,054 ;ްi^:'[}KSM7G|.aԮFaIa6ۻP F@`C<e4UxEj.AbK^ci}RK`)ޜܞgB*\ύC[ˎn)5JD:U7E $dvEɎgAkm!g3x4Bz]pJOn>0Wɘ= ߚ7q ukKJė%Zu~Xe"rzC~]}6[Eb'4BNJ)ֹ|`1|BwYR n;fTVġP+fv^&lM 4_7R׎A,&j;ӎᦱK\Q0ݪuS=QI:PNzxxhC@_3#:>џsAJ"Mxb:/zc57\-UYaѢQ Arr=KI2Yn-2ފ?UÍׁ_]NSw )HAm<6rHUy<ڿhOJ#RC}\0kWzT`+іs~owZ}7zQ^Dp[QS*?2n]#s@è'!b-aNgC"BsmrqZ6MS\1>ι]U*ĦMRB &yqgeKpQ"֙ꭀ ͎[+OL9 pQxU]$in^ZZloJX}QG9/'n%jhnhoNļ0f&As(qUspҺNR@a$ъ!&W4]П\M4oe7nEԡg޼662 չ^@_j`#ћ%p tEN(}˟ lY(yO>[)oTP.2`G lxaz:#! ǫJFl$mCR*UW p'd[:Tm<}VfK󞵄(|% PnZ{>lyGX4ŀQ8GLrN}($Ou{ Tfy3*aE-6)}8=SGG.$u٘a󉲓'*FS3x̀C7C M'2xH&H^=HZ;$7h`@wOH9%d#gQyNÃb5r%c^k-Xt3Ġg.84}<t\CEe<+ > /jil3GgCz \Xh:wYmsUWGT&i 0<߿Oj$'+@qL9>{Az'+u*fĩc>Mb"pEdɇ?յ:a ZK-L>ZJ_̄:A@>GXc&Rƨ-c [%o@&z[A fSLF?rbOz(PUMroBxʹ lɦiC3e㪑2][- f(MЯs &C6V0=A\ a`P*hL+h6nr|B?U%xvE2V 88j'G>zPL∸xy`'7ſsedȠMz-?;9U"uldq^ǥ&r9< r`|wLfsdGHgQ;8Pm%%B`>y*$5%xU\?Pe$.1sxxwB!=5tš{INfMW%ð_End -Sb>28qp6Xk"|w}H]Ϣ|0,m\'cV\O+qҕۡxt(WoBv݃v"{":Uh.*Y U*46K |'ud%eY"pjviM˂tg)l :/nȽFB_vjYix#B W "sma;#iNG_;5 e![]Wej~Bo čT1pB 4ח+'iZ&WS-Yj˷n>0ZD;;GBO$jp4o% i#{KaS/K//trY};%79W't| Ieʕ>5lQ:.hF/7F#i"M{C^HKH6蔠6 U$.`QQ%{+J4k>аv]UD O3Sj J< .Mpciƃԍ;FױYwu>I.[.-وԳ.5]+ySPI8yȽP(x@e Gn hU Z1FDC{iT|2H*>ec."wMn( h=ZkJr'EF$0)Jŝrn+HN!Xe*ܕ4KnHX#b'aeN3EgNcȲ/$Lйa71Y_zs>/k?b ƆIJe,,Z'>Dƿ lp58Í9xQUdGã)v(,qز/5`&M_I+Xuz_|dAhMxc'8b.HWMO1s|+TTi;z`zhn 0 U{Qp&ņ5`o\`?ptapvWv߃b[go9 ]BVdh/JAڃ.4yQʚL١:4ߛE8'wE3ua?b҄`;[D~Mּm^VolRn/M8}^A9|mQ Yad8鹘qպUXs3'u0?ͦ\wH,"nx/ilkʊB\`\;&: ?,tp!7rD5Z!jtNfD߳GͰ|6nM$o1 s]."wYOgs2INt-ylt@%tRMMgd,0n-9JB:7G@$Cé wԘ윗O:j= 2C e72u]ԓ.Yx|ڄ %}:B:n--oEc@ 'IIgTP}bcβc0TܢVq$ߺxHehyVIO;Za+bQϙ bIN*cmjIW|QF*j֭;RlYNp,[a5ذ\+}/>aF7eЧQlS%-.|Jprl<qCFj~3F6_"k&BWz7jyHd;,͞Aܳǻ5(T\P^0o*슀[֧A"ds88~"e̫c{ Z'xpq~']qd^ty]!W"("$9Eء7o|%4I_ xv pfB2/X=U-- jː\Z8{\TN|~,ȯZLL`GLzO-gQ7$ `tK>j| 7,BF'ʄ>lV;oMO+uw,6L ʙB\$KN0"Ѽ6e㝪'V#>y,DdbOwt‘\4.lxi'w"$&G8 9 k%RB4URTcǭR Nkb%= *\zC<+(ܕvR:'5p]Jخe;η=POjyuq_>rUOb0 o:4"f*]\J#S35ĵ(3 2/K+a{fCa׋?9$L`p)JG:9Pڝijk`X\L/<׀., Rm({Ogv1`Z߼ÒqxB oy`zT)$U;I=`OLNŒ<{88J+;wt߃f)TحFgQ]1϶aҥ+JƵ.ܢ[쳘a8RPfG%ύr܌z`@{Dp.bJ=uWկ r .i˷o74G/E nP/M{4UT3][,ԛ.o8߭Wbepr@>B7n?*^KR؛Ƿ dP <3.ecRQhX/[QLՃB7oHF(&qo,|x'o|*&)$-kWId (Z*Ϧ)*NnC\LF)&vtl""师 IsCE$,OmzDXgqTsc59E\T<,FaL*_8`_Lm-8 Xi, |zWB*,B!@1)Pn12*j-(ep i* ;u"ή}RCNNS2 PgtLwvRIlH~7é@`lˇھ: fj2z74P9OnL--#=#JE,JOzUKBիg@.)rQck)łFFl$t/El{ Za!DJY]4)ł CSsWGtR2ޭk4qt@;ӞgqyUHaLifO)3AOpnR/vqܘvݙ+(moӠo`X'z,'"S JNwT9'\RlcL*,"$IA.nġM,%L_㌃HO4ֲ.*4ьm,JK׃>Uإmc!䇄r8twY5frɨs)#\P@/כM]JyB%<].?G{/2/6nUFoUMMZiO *% %LcYZvFhܢKmܠ8@z 5:=j Ȓwp;^'NH ͜ƑFzm6;¡/[_b|G.+/c7"T%qDqYj٦C #|}*ss71*8,}qQJJLP8Ox2Ȇ,kQ~q7"#ks$:wuVX\en.2wq<;SܙڥD!,{) 6zyr:(tKY' nl2[)k 6nYE0swpƱn anjLQiGVFyh 禦zl{+(>| YBE KQm.6"0a;klR\sm7eQBܤ?֖b` 6kٜ":ӕBWYGV qu0\M΁wZE_:S3@8esfϴ}PM:k ]K6չ_K/Ǥ9qsvW'QJ`p'~`BŴLlX[Q]"-  zi lDuvSTLktjG\l|O[q6x {F{B9o@ :#Sg uC@|J1!w8Tn,}Q~:≩~EAW-d?tp6IcuGUDg[Bƫ/5IKn\1Ґoax9E&m\BzGM*TY/ׅVU XzgZi "+4*=M\і; UCY3# ,1S#~fwmIṁ#$ȃ480V>g1; NT.D*QÒwYµ8uq0iD?f<#*;Ž4(Ǒ,ab"? ]=ʩn&(sp(tBOrUyv K>cDA47I}<ތVB2$t6 ݻV#wPX0> ]VfŜ[ ܜu D+q>-PةY: %ApM?zZMx Au:FZbMHJҚlb3~UO`6`w=aQ q,lҫ]_Q84yxiQk8j9 7yGN[ YN2E9(IP'-QeH#ij)'Nʏ,L-4sԴ_vdM6ƽUtR.H9 6pT7EGI2ŋ(֥ODeYȑ[=^1|K;60j*[+me =t.WQoف bL-Nត[_2!w?*Df+a!`vSq?G*HA?td4rv[ص^Lw:t#by\#+ ar1d@G61E$t7fT@Vnz5tb$"/=0+ QMʚrt*40HOk%OcӦMDdTʜ9"lP ohQە[&q5sƌ:S JTsI!(Xd׉-6ܐGBVlyl͓NuaͪD aNUŅrRXRsFXntFP"@Kuݹ"6JܹtIUp9N#DL, ogqbք Ldա}]F*8ɳ eINmU_nfuK\y ERYdj2Gܿ!La)Hl]r5aj %H>_}l 5ڮ3 ndM7K~c/Z_Ik-a]dkL.L̢bU-__,E]B̝#ΛV3cj/#ozD 3NNw'rhC=>-U S~e?r{6:<wt낂 Y N^Ά_[fGHVHnYSmCqj s>\X(yE'9|y,Alᩂ :%y璿~_!6l|5bbd-ZJP n5ԣz~OwEUiVD]2n7̀.Yyn9%A1oH{}}6/JO@:w?2.Erk3%;mǔ=9\rڂGv8q`zl R0Dcپ4#I~&0 '=N;C >r%ǀ(qxܗ/7&]{GjݐFQWߺqlf5ARlWaɪu˵%-,@>ÕwEP]c\݄ @Yfl.l)[_r^D1ɚZsٜNA}ds&PJKM=YbSTNj~N -Xo[/U 鎂Y. 葴'ziއy- 8'h2x#wrlž% | hcs~D:kыH`5%:Ry칠3 W%Y CjBm[uxASnڵ0JbX#`C)#r)Qed>6zs@ wp1}2S(O@8o~~nz2Ozƒ(qjZX6X E(eRvSEvk*Gl N@+ɬP F+ JXnE֋7TC2CA y[`ofQJ/OةC,cM-jy;A Gjj߃qzw<2F{̦C(_!3d- a/7rg3;\bssYT ^\ zZL*b7^H7yц0=Ko0jsgr1aS,4̌,XC/F H2<ɽs't2·˫Z2ݷ?֊iw~]t!JER[{8:FwNp72=2!nc&L&=ՅDL&{Ռ+baSv徆qq:?Z)~V e]٘vw;7\7 "6$ķڏ\""Y!0%iRIT;՛1K6X5W1B7u]c˭_>mD[Пe2RnQ %=dAܑʤꇩY1G'i:.]򘝀M *t3!4:֡ d#D #ʙ2}'s4Ҁo* #?ZWlg}"30 4b+"[ir>\bb=N,J ̾`ZwԌ|gK8.~W#|z)I@um^mTm(r  zh˨!u@F<ʏj(g4g0]EvZ5U>iL! l}}bhQz1\=mcܮDןyPʗ1zZRNcw4u0P**D"NR 6̚ėo#^ pyYjJQ, Vv ZS]4 1;ʅGݔ幚_bi@>^AOw;8`3_g-8]T]u@7/ݩO{vNKbk,LA2hL$+ @6 v<)wV[-6z?FL>SUĚK E]/;W b R%X+K Zu´%cBx:边j;azLirS=_e :|Lς? U#7GZgu}Ҷ_37OlXۆb A[K ̴u`jLvL˿E;0xUOOϲQT r)qQ={L/xh#۩+Ԫ#5S=\Q:OG}-(rrGo{~A0JyijgV@D!DKRk 7mJ'qW#p_(NWis%Pbyekt[qz77E* ơ $es0~>N̩R~v)?̫Thj3eQ>X|pa#ͽm(je ^v^ m89$S>)S+A098opuJ ?7dzB_PTX,QT"*V-nR#w2ϳpp =;ZR*8 zxQ~n}J b ?“}?DY&I6k)6iR :*)P3~ /Bm)9M_,vt6ma:ژ \ɔv. Hyq1 jf~$lL/<#á}2Ӭ_6Nl8idR<5M8Gݝ@xۺafa##< KeZb'#D<'CWe+ Gc.mxϤ41aG~ 6SD(ΑuB-ڀ+ 2: d;,ᇒĔmf;D15&$TQ݈rx=pHdqSFIfLQ0` wyC)h=v.y}n#-7Flg{MVa+\H<.t;`b}ZA=NQV!V?l\F2J>vd&)x'!qD!7 Sb^b۸(s2d'#:W!vּLs?R"I.c;5`)F/dK zF@8'x c.I8u A/; *IUr!ܛo ÆÝ=t]nERu]>]> >f |[ȍG6I0g/M4j/Ց@aUs=^M)9/Xq]EtٓC:<4h{ hhcoFwu!ʫ3MkLWݝh➢~:ρh&JN?wЫ4~trI< @|/86@"rY;6߇ cAcdfkxEv&kDIю<}6܍z`A'&T!gЫPBaؚOSnO[C;.(or./Md6eؓ)$ݱ{G' RD09B5}_i fi۸T5rТ0 +sܮ$I!'0oO*YpB& BVaYR*gHn|)AKsY*fo<rҰ\圣BHRφ}DfLngB["uH|lpe?Tk~Au [<)~飱a=u9"jcCT8[8/h"|8vvJ~)0A8w7-}q ìծ.JE[WɷN3wMsʉЖA&Y!QkCZ`Հ@I^`"}&PQ@d, : ʗpu$^UXR/6a1EҀ%Ik&$[=΢2)UzGgSJ9Z%e6c !z2dI 2ӛHS-TA=|%1<+%H ~9!>Nz1XQ{( ){"~SBHWQd***_ȷ?I)TNw=*lL#Gv/:Qe_ۧzCq^2@b㸛k:qI8ı4)$&~ NaשPP9 w'ʆ{_rgKX{ f7 f|4al# cI" %"??du,B'{J` pɼQx_jV~v\ a:c0*JN8Q|56*ux4WIh0$L!} ~ZUgSm2m2&ob[ q( `Os@#KFRFOEi'FeRRAb/b™vU[_]]<4|².,g9ypdsej`?̶`D A%6y]ěi+'#M^K5f:$dLM0k^Oѵ#~,۸:gx;\<贌<؈IRٰ&Į">_lpW:Ze#J>Ψ@{H @E8ӂƤL$39$~B t{e%i4R S*~tL-itjy(m)s WUVFҟ9`K>R#9[%BHP2w((RIh^sn^_w Í] %ʝ;Jǚs9`B%*6 &",l!II7$f$sNL=/ms Z-ۨ<. #-;Dk#`qT_]W× ~fC%d?Ekܡo: {?Aj hpR1ykYr{HKI5d9Z d{@@.-=P5ѧN[ y[G:O߈tLF _Ėk+ڵ0HF&3RoּPB_Hi៳l_*`6,BĥOj -L04v1,~J{{nV蔂vUl0036I뎆\x,~od F=#1`C_RlX@E1z\ܢVT<K]7&9kG6yՐCxRSw 4~Xˀ,gP`ڡbo?vW@6kppKxg@"h9`-Z:L9.丄2? **mvkJEWfh {nEeq+=KQv [\%餓cZO3{.nW!s4a< ۳) TvduH䠎D%o `.3#hF ؕJNYWY}CՠKFys 6tSFCTǵ.qerLX;ŀ}Kg9'6⾶Zhj"?MQW(D7#{Vp̶iho9)>k++P?Yh E6PV R?$ `Az8]6`[n E{{PS׮t4 ѣ!G`HZiD*4?~tܯBʵv}+PzJsхX^G Aأh5+;?caǸXoy!N"& "+uhD!@rjp:׬xgL)\ʢ7M7B_21{|t_Zqlcӣ6#vP.Ytw5 3&{ΩHqKr yȉ-7@Ĕyfao&B(5fDBeֺ8z6ةҬ`BF% 1&O wU\ԁB+Dl7Wxt`&U7XR^*eQݑܛµpԢYέwrڿa(e}l4Y^i|8} @GeMFdilXCQƀn3}=LL{@;G&!O锃' #_aj~!ɝ-~A{^r]ݘ~6f"v 7oJg1gz-)R/sh3Մzɯd V9kzύK#,xdߔPg fO>ziRRu[\ɳ%6HMODa@ rE mzVa=/bfah$x:Wd 4Tҡ`^-n_|oz:񻸿ˀd}c:A\q܊&aex7%jZM]ӜOןRc{oE/jxu"a*Ac 9f?8]j$>i%al r4?{l .#q"$::l*xֈ"#|;4yrBES/QRKB0F[ZfЌ"4Ut*~1A{J+D{98ިx|Ҁ\OH׌2ٷѺ0%PwΆX:;FTڥ6 @(EUN"b]BWÛ#o$OIga2ssռ}Rwxc+vs V{&ٮn&C}nZs2>:vsXD,zt oZ{R6t]R޳}! &.>"{]I~Zݿ߅$jTP-+2:W?MwD(\ﴵ+#bw3@ujr7XsuCԤ1Y3bG{}i;L$RHEu}A_'zΰDt*) 41~H!z4 3h%+(a,5NhBd9N3[2U~R`ቅ_ygNk^SݎBRIݡy'v˴.)E r5b۩ʤ"Ԁ:K5)8.k.Oĩ S=.]&j={KDqkڑ_y^&%+#{̞:e #m@da {`M`ETw-H0l h&2`q]ʵsȳb7C} >dԹM\W@_jG%?eN?Vp=O#}Pfwdp $[]kT+)UOJkO팷C\fx I)8!1<3`^8hG>˔gLX67Ȣ+3(v(Z2%q %..J/uIM]K1Z S7=u9pZRC:D۬yzE1򽘢ox6sm0LJ7\ijPbGtA:$rTv?xP%gF@[X fCw\'am;sAP}XѺP_uU΀SKFk\F|ge)- } i̞ZԒ6?kxA#t 'x--xc6L(FUF j]AQG{oJʋ7A3\J5W֍xHItXeC6&'2[@4[7QjyXGclg(sEv^h5܋щ;Υ*R{r_L#5[߅ \ŚZ] R*{ZvD-JgL؅{PId [4Ji39}jF !mB/~Gq1]y@;B'I!J늗G>{}/^<&&kkYRy hMz:d Gȡi*=`F$ S_ 취͸jHK(e4myOF| A*ц#0x^-6'h:3i^)/wMeFcF/C2 3a:#CS$*#DjD5]SqU `P=h ׸5}$p1᳸$uQ3;  ;SϠ7E''&]oF8>c d tAwcAZV뎶y&1^/T]πٹDM^T5bmA6g{; S4Е_ĝgk{!KbBi̸ XgBZbqQU*ſ$B ȾQ70]oӫ+&υXl b8xVCI^;%sh-;kEr,k `SHQɝ޺b^M 0"XY5oz1n 71D8Ol^H vrm>V%h]>Ϊյ:<*ьPɯzA.s3V<40u;QwPCƿ]$ܾP& H"$-I ~З3­AS=^Ѻ;uM<-H|YtX(w)lZ'W=!8LF|zZd7ŝ|oc~\XZn G )d%<=;jx` E]?H3ӳ/_]q?I{IG4˷lE.ab)Kq[Jb< C2^nyeHm,&*| _~`y;<#X_z<2vt$,C7a ܦm㪟 #f<˴ MYT l[4G _JK78 ̽YmXLAK`)GL6diMy엜ЅFÔ9jA`ips!]Qarh9IvzQ"W'-z9C5D !CZM.+p_jGD[{^@.ׄӫ.E&"{Vuva4~H^ 7_..X:%^6ZГcͰ8t̵Дo ,Raƕ{-*h\s^)a(3ն9Hn݇2ѹ-B/a:\Zsd"ZH #/7Eu踳XQ~'ʫY%{Ӡ-fy7rn $+wXIAj+&BE9^sn465q&*2%jíQs8#;9}fC,xSv`> 4:@3Kj,%~>c9"d c/p X}OٛҌIKT f\3b|G8ΧQ|E(rQZYwm=զeڿQvU\5)sEnL>"i֥V9~j I@R]:Bx,W{ vԯ] kl̠c2 n ?FD>ŚIEHL;"ӆ#`ݰ-I"P /Lґ b2f]zHi\h"!VDLfLz̆UsmLtݚ޿L-&*8N98mNrӰ'zJ@CnQ:6EHչBᇟq7AM}$8TRUaK</z̶ܷ12R W׽ VX TFt-(AbN?^?޵%JLv.>8w ;kV^ػV;^^-^xIG_[b}2B@U\˾5Hةp]P[y LOzOKEb }WI%fܨ!ĂAt<v𞏷Q-<52_?>Uli>_z0_M 97 q  p.ʝ2|A)9?#.Ou,4nnX`A=j..&uf3 aO$o@P\I`юCU;6`tKe~&hCYBXu=w@ !P~{ZzmQơTE` dx#l" sH &zô ٷ Pl#TzPW$ Ca1χ㗡xة՚/_W 9^)>/LR#6`NO WW͚F[&ݸu2G fƘ \m+@ hD.KǏ܀F%bWV Km $#Y؀c8fZR DBC].耫|#*s 6p?aN粿 ~^[޶%i0]=pi6-NPPW` &v>vצpgh 9}ֹQLjJz2!s0 Ѧ$ӰS쁔x Ifx߃o:$ͥq\vҳTm!O٬˙k"HQZ1i-lfG<ܡJN#ΓKA52 |KF?U޹i yW_Av&tHp=y4lz$´q0<]irMңaUg;H%bkn/ʺUo1q.t|r`m\u0Ad~bgq%oMͮ S)cZu~'k]QbDᷝs͸cvй#?k9;d#T 8e/>8[}I^mJ`( ٲ~d@of@A}5g2K~D8RqT/)bk@`bk!2GVoy;Q&¯u$XբU*%-?/tè`.,ջ5i̹Ӻ}qf-h<] b}:@}Zn!p-LCN?TG ^JԐY[ڈẂ4j, B"yjb 4_30u7#2,CS?vaLo{I.RvKG<طLAjHħDJg9D⶞ CAJ6D(ur| !Qc$:$vIҟH l^j^0Y(9];/ ' Uz&lih1_W,m ص3IEÂvaOzi ףN+-zKm dĴZZ8+1iWC|j\ϑ2XGʚ NH2@^P)[OY!FE#?[JlJ_ K sN#3U(zZ>`ƘSOEgiA#\m}᫬3^:}@KǞi}uo<ڿ rYX0Z8 3:BnYњ2P/\LcH0'CA@MN$@_bHfx"s37E$}8ۦ<6eMg^.KeN:}Zbҿ2($ʫEQ6Cavu4BW@5nґ"> Q4YhЯ̵ ǔLzzUFj[8d6zkԓ}x N Xi`!J\M/ͭQ;(}[)AbAȀPp8] `iܸjFe`;ss 9wYv6Uyyw82X]P9'u_ڇgf< .h,O0a/vGO `1k.j`=¦aER ɿ5Q. q/BtX3_ld[U'#|W8!)Qf4"80Crͱyİع*b >lJ'dE?;'D@T!`t,ɀTVD2~9: 33:Zl9v(/KY_޴iaC8!<" r0݂Bv }' 7Ǵ:'NNGC\z\f- CWO}6";lc d ,βv^4a1[,:glr5D}&p΃ݝuH6牒 |1 ]80Rj "c Lډ|]24':)y٤4\7 lh6{l=]IZ7^Kf $‡ |O U`$942A19K@)X7" <#qF "?X[h {a'_Ր3+z3H—yn2AM 1ny1IoqC{a'Fy1fǟRg{fTԄiNIKO_NOvU灍s1Ab[1)It@ mKmf4asW 51_r~\,q]LȂ \{LaNP9ӛ cFsrj<[b.5=`}@ e6 ^1rUh()A)XUA*G m#?j*Y"@vm:"l:*HQ?xp6[l3p ٻZF.–o[2V2?ߙJ{ȞFcZh XXM ^UJ_wO7o4A8iwBtpG82~8yT9 v;Gȍu-LX {8,AuKχ| IPyQ粐HaJz‚iD5Y G%'rEǣtPm'`\.[t~W?~K"$0|;_-Hȴ% ldo`E7a.$ WaLHloa?#> `/HE&X\EGy[]p"gOּ W-;3'v%#(21h- (-_8=<3(| 32*mPTݭOkeϖfO6OޟF<̤d3IDP_%^Ě@bA<"Vք[ n~I/ #֚C z Vq?,}Tj?`w R6|c˼PIPzR Pe%.! |R8cO CxgE6aG`,vD38GPװr]v;=BОKMyzjR]:|L.]{ =skMo^y^ J}C|ewbE@i2=)ceBS!Bǩ%M~(sܲâܼm< Zm) \Nѝ ^j/o2TM -=ù&A1ZNݎG,u8Yix TH̽U<4Np _\Z>6@D)Fʳ]$T28/-0҄qW>~͞o^x n#,Bs98EpN*B_jIr?V:׶+`P_%n@)VSLj׷CE]+ZQl^f/3Xn,Y'(rs\1j Đ^x( Jb Hk҂HKEIJ-5?M R1z}n${ ;7eo:W$|3(6xx{fRoˆM_k'5NKzS0Z>:L9F>Ho-AmQVKyf$۠2 )f{zV9R; y?HLKi/k:XQCb^â@8ZṄּg7bN[2|܁>66FKZ7@2•60'ֳ!ӐY |BU)(#H7onƥg )FEby~15ۭ/ Hkh{(dv ԓF۷#2̤TqGy+hJVIdb%'>)X9k_>c N br+>wet7SRA連 jzC<Z<8m %u ÚfLf$AQϝ$J@ZɆBWnM˼x=W25\2cy)$Y WpQzTh{)jX><^[i% )%Ll>}Xa{j_[1Eפ`Rlu <b91MKIR^_7,i7n>L*p؅4Y@/'q~UR@wAay ]]Nf;F  V :0e AU xAА7W9 >71 a/NaW2M+p\=1R hP* .G"7`CИ{;A`qV}fKкD c5Y F,/mJtrstpRQ$xMe\zn>~-Ӱ7.ZBD`^Htk°z)k*= jy23V">ҏU3YW"̷tH/ń2gGcuh4pkj(k&]/gy_/-afU~|Vh6J~ܔN9p/ˏ7RAS ()Ovvv"ITKG}@9*8,f )3y$-- 6_%Qa&ƃ֩J 2xW8FP){d@ L0Q{ejD̴dUBn5UAqҋ !h!baN5'l.5T;~]Kzŋ#y+g F_ʳ7kdEsYIebE_2w"}z V :gžev[U0\KZ:WO5Mrѝ+,;l_y]4N1_Ț׭ST첢t}o$=8f>+mq]#G;4 .Y9xIp٣HɢBrʍ8"wUDcc^wl faQc:t(sj"sU'ov(H|4^6 JO-Z0m0fhmFŅ_&cZ;OW4ok'ߢC{I׵SX/8.V9$ŦOXEi58=tsD{D² y֦J߯qk$ R(pt&ș'ݝGV<{.ě}p^ϑ7:#YQ!\+]C D?F{34&EQ1u)IiɫiœBC{C;.N \ᅵM&~ɜ5Ȼn9!r_Cp>[xBi@BjWռT N|vKiL}eXf ͉+ hA7kv`y-m(˦ I,_2ue\g"m._iJ oȇ N@I&;[nl^q8?0Rt+#CU9E鬃W `ϻ϶oxIj? _Okf!DΥƿ}L;Gn@8'C \ + ;Az׏p*+kP)s.)vE~s+@c|wj͹gFߝ"+gT-HNjz]Wi@.K%Qj<!u*~ !j(Zqz@2eZM(eȀIqµ9TMMUϵю~ohOJ=kCʤ?Ĩe#]tYU"U HNGsO$P7h Ǚ8T{Tr]ՑZ.f4{lŌkNWaW%;nou:7R;R}zcMXJZ< :3₫Vh[N)豿LK  8 E[Y˜?/F-gEQaGC-?@+"3q'CE[vv y|4 q!y PyCѺa+ %`:|Ӵ[tYh#92y2U)kϾ`oW=fnr^h\ 5e({q~YqBWc];jhV <k|%r5m{F,Ov>ɞ*KjTDn2ќT%Z〞ks >d@LoHwz?KoWaŲ}+K;zºPcb; E 2D?)k xa"jX."%ŚDfV ]V-|KD ]D=AVH>Skjگ;/Br{ l|\z#Wp+:ƳWs4a V^slSC}N@@%.ȩ;] kGxr7S|~JLenB3L,[F\ m!XK 7F7Kx-Ŕ <6q𱫷I-WyU3%Cd^Tnb UrnRnS4Фc`|m@Nm7ݒ-P@b mc"fф  K1WֺQ#UC\jhj"*e;Mntޜspt9X%䔼E99C,<쬫~||^+j#@ > - }$i%r[#?zBqt4zd;_6wh {XvHbZړv$Ү82**qE;(0WJ?peQ'w%|ki; ݯQ2 ,mUMK *vP3`DZ9,|l"iyrhkDdek8f_%?(}tmBفiߖ=$u w t(S4J:&oë>xGAb&%2N:blDխ+ÍOnM3.Rv۸bB9935Y,/+ܿZYكT|WFZjJ0y]]R~cmka;w Vôe#LWjh2QCUQo.g<}vs~fd[@/Xx x}?ܜ)r܁rg\#4}:.l=[^|?P*#P^FV8>!2r^Ԇ7wfK٢ގj1ԛ K XF| WFM7_e{ 9c_E^"͒MmWP4 ʃw?-i.cl& ޠ5][FI Kh :8VzqAF*9^/ |3o!;r{9)X`wkT_ejt3rI썜 灁d#"t-NE:XiML3"lҎCd a5|B^}:&C jw# W^xZ&nlu^@%0$p4u{a!ǻETPIm N47Cd ng ȋ.e<k[E`{rN4Z7jQ1yy,]HǦqsz1Rr"v,!Zc{[?ZtM{gZW Pe`ݎZWz4eY4XR)!A cUXȦ3<6}BC(.zX s]ݙ|6@NH>-ˁrObFg#r4,_崛 mw]qsE֎'ܺf@e]5%HkY7-QQҎmq$u8{{brP4XqZ$8q`7" ?Q2-UN#Udk3!֡&66O> 0՟]i˸)!h%.ލ/*[iFXtg<0VTE&,-Mq!oQZ.$W_PūaD!YѺFz\^T (s}lԱG."͗}6揑{CkYքc!# 1.( $i};o~ˇ H2ϑ+uVU{_i\4.<ň<^a0Cfb"MZVy[nUDj l k5Itv[4pR1V'eADD. ՈxKoFl=HyRnޫn2A %!-;r뺙,ʧXd\U\YCz@V3XG+ Y'z]Es>I˲aqNjDH;U*r 2I՗YB*٤1S^drk%ZN4(k a?9IX*^A4b[T* dFˋ\[3D mƔ.av;Ui"yթMt|h?'P6gWߠG߭-;Ii߉FVl2/|xP1x6}Dŏ\N֫Ť0.hQk15>6~ڄC>ߐ0k<<2q& μŷ5:W8P<遄0p<1#Y7 3s$VBHQwiԕyF(c8e2Ѿ7ƭ5ryܑr#un4G=?>3'CgeA];ސw<#Z22{ʈaI 2 2r@=I I1S^ 4Yk)Lf3x)9HogB-0~$F鈼9se桃(|m%o1"@wTMVWX[3Xz>QS&'6 M$a%.'#\ 6ʜ&Ljr&wjymФ ٘MrZoLu<@Ee ·~3225;(#oWʙUbb$16Mp8}kSuT \v/?n% !su!ӻss81p`d,O}f GPlFor[jzh+` ylV %FB`@Glۙ #ջ% v wg# fc f,G _NF?JU܇']2]ѦBsQ ͑$rwq֒HNfla8Q&F Bݰn/Iz& 4 RjF0h \?#u/] sZ(*,xC{#n.YUv7@xwNTrÏ:u#8v{8x $ V( yZ<+c=wi\by󟅴=M4^d6qMk(`ҫEA@BwoF #WkQe-0HO|#-V)V&2l r,A0LJEgOK($GcU(=zdr77z&d^@a5 8Z!Jn_K6y s CjZ%U_s~){Xhs^c8l+fLV<)6?@97Y~ad.NGc,NPːkɉӑ )Cr6UŅi_m)=97Nu,x&5dL/ G^3'%+SEtDzVN՜lصـp]Kd(H7F y)!\f:׀2vRoun˓):ISaCdQR sB*/ffh!0Cli°-ԉVyHynbNHD|Wx$XPlk'ltΖ)/YEQ6%ǸV?5?*(KhRJNu_pơ6 . uchA8%hx/UE~<ŗ:v#纣 l 2dQ?̜}&lx'US(eK0`CcӂuKRd~s:t#(nPW禧J^J)A  ƝvS;\[ȎM*x+=q z d)nβ86:㝌<罂&E4^x#itW]1+d)3 ȮL,L\?&G D,ЅGSil/- hag?GiK e嘌:s$2Gt;ƔSZL&6㠦0f/n7j %#@Or| 2U/xѽX( @qR%iuʈz @cUFi >Iq9Wؐ 1N8[k̿0 Y?Rr'LoP`)u*Hs)h|{m ~]!p_S5@QF݁`(!3AZ$kMؑs cnl)M':[5!aP-B@?;Vv3sTNL\SzoIƮVбD4\]}CTr'mK;^2Wh`%'Gcraih^՘\Ík o=ldl䤚:γq᥿'zi*ٶKM2LQ`v_HtC<]QYŊՃE#m;KRi5#b'C+2g;I˱jJM$Gp$FLKEw3yٓQ.:ϫb.?2TQ:I%n3-K; 3f$XI1]Er}zv;\81B'd O-e$ UGZ|"|o+Ty"gXJL[(4?ൣ kjQan74lTȝAX 7T 0(n+uޫ(hBЀ *8*Bonps8i}`Ԁ)ͅN䍎| ;gܳ+?QRqq=.ztMrVzPX{DNf3@HՒ[\μEJ;sh2M9]]_ETPлr d-eu<-(|$` .AJOj-UQe[C*̴.cۻb= DzAmts$$ ڮ,MlY`M@>AqE. +L_I:[S$WyPAiܷ92{C7zy~7(9~_5&W^<췲컪= E*i ը/)(Ɋ_EL @D) ԓY]:Ӑw,2؆y0ε\enuЋ}5yxܺ=O҂ la6m@YDC$)x' 3hz}桚;]>6P-" "P嶒N PʃtE `Ggsh` QyT9hl^8rԠ'+k8λ_c7C ),E%D$Mrb:#]5wRܵQ lod%Iz}BO?A0s0k}N_my6o^t Jr=_Y;/im&QȥE*fg zQǝ-V8Е 40:5*]oEDn^*-xܮ v,`muxA?VK.o7&fb+4ǠOp_@&ܠuϝ齡k+ze 3E߉G?V8\€gѴH U6.բhMD8˧eTwMOߏm2U|sdG/BhV \pXZcH)5uEGv ~wAΞJо*=?lŕļhyߓ0ѢK'k[;(D S9p2Q[YAnoV7("3b*{QټlT4 8!ٳa[~l2ɠCD\{N;p4,+c@c=/X KYdŷmD12y)Ͷ)LYQ"os\x"YhpDβ|MHvB&H1Be9xc+[]IK:M|Q\zoڢ}\EǝE>Uz 6oԨa :]᷸MZ+-QLsC3at$7fUCyj]hXv+p!n2vIuUE3wVKpnΦy'o=LSeHl37) zjGŀ:Z&HV K4@4' z |YWS~() & ߻\F q?ͭ8yՙoc;Ӈ0oGa˫Lf9|ɖʵy_7|Xgb5lzHrRf^ڥGTE'5ot) >3:vכ/eADwc"w,9Qwv 1lB~/#׷ 4v\, =T W grx5k1PsZc 1 k=ж^#jy%dOxeܬPْmIw2roS)+y笺ő(fԽ\̦俠l?U@%"h,L9Ckb%-Ew18Fj r4KXk0.`wĦCkxEkߐ<[/9W&5^*;ˬgUFcʈHphM@K@%RCizlIZtax/tE:`Ykb˪Wse J M6^M6w83m,BbdG<&xI~o%s-ՠ4X?ޫEymYT"'.W&|{x왈Da }bT4~9~w|1- ]{ 1>(U֟dUvU([sCgO̵Z&`N NMU@2o0~Az yX?!>J9@쮹#Ʉ*ԋe5 exu hIXqױg!ͤeH[絿kׂ@b-I4tNJjGNYwgT JtnLL(/@h-c]A݊J`'tXT,X6"DpDp5}i+f3B)2̵u|;O-\2 }H³D֪J>kХ(9`j`\M]@cvC'Z'AXVVU:ޟ42{W X\ C%YVVN#'Y!zK}1T6[B-FDԡqS_E&䤆#FzfxcM0Qxh), OKگZdʼnfab_T*Kdǚ;Y:Ca1Imͣ1Ȃ|2F'Z}E:oǘ9r, d`?{|>~c^՟ ll6+%vDR lA0dc9& *ĹXeߛיw85^DOߗGlʓ CB k= PgOij6-t߫GӰ3hK6 unb1s,7Vt &iLzΝ|p2E`z>i}#L;5/SέYZ/08iř=y_ 5)cō}\ }͈ysOw(ax&0%SbBze"'ȳFho=2ⰮG {|bfQmy47cyH~Q[Ѧ}I ChgݦI!/DgE\i`C?#%&1^uUZ`-q$r4|pI3[+*ʑ6Rį'g68G.;ąu>Ipn^f8 TMpy2'*׹{syD^UN\#.id{m0R@!(:݌9O 'P6,JncF ʎVLIEμefmHY@F{>vB9{mcu." 5<(*[vְ돔Z#Žxՙʜ&63ˉkx4eF&;=VrDǣ藗L=1߀JtEgAB[xo@9DA'lkWWOީ)tt*C3-k׆L~ۆ<)hXp~hUrQUDωOCد)EEĭ&QMRYiW+tPqeҩqG,O3e7c.UoeWs;ȣ]ji^5'5]XO,8\c \6NтAcYO0H٪eB`qn!uBx+(W ;Ŕwy(eSܴKDL)c=Ѐ0?Ba%op4 j4*&6 +$ ,p6~7=A`@ފe-ipTƞF>lj]؄ Jb80yƭ`|)jp[٠TD7F]vB+@'o!䵲 vM_vBIWyFw$i\UH. lxU9fOD0 eP|zugeoAy` {֡4}΀f_^{eޟ:M{qtċL$)@R~JBpB_t$yܟ[]B$:ňm״~>G< L|+Hxasqpq3b+ [mz@ìFP`y`0FjT].;gy& l6T[+IbعxzDX5CQe[jiCM̫5S6(qM4~ڞz˵㟽hRQļA%U 2LĹ H`OWˈ1[A(Zx%̼Uc^yL C&KyVڹR#T`a 2(X7l՘2:* LrhjDFC115hSAbq+MzIE7/dIXh ӌL19`Y/)n#ofTjm{P'X9s$>q w0IÔ[zL读&[a$E Ď;:U ~N(OJϛpyكeMOMmthG7YL$L(onx$Z7!0 " UKO4yOKwTe.t5'M$B3䟟׃R+u)  5*/?۩;+bg:٩:,ZEkvq(m.>3 qd4)fh@d  Ӟ_̽ }wÝa^Zk lg049-?MU|- ?HɄy:˻Ӈo.i$H\ '9' ^ "X>lI?+̃ IVh1:^+< s;گ :T1S "@ߏJHzRtq77+}ļwVmP#sY6uvf\Wn1fd yS(*QpcyPGѩ4(5V x9ĭ&h|Go`:r 6+d̒mfSL Yp鑐͋ 85t)7?P!2}H:KrH.ˁz(m>g' V<ӮcȂylЁ9#H\1j_QTlԈaf|=-aQ++=3)=O+MTJh茳Ȗ+>ˑOZLfzg(ӱ\ZB".nwS$T&ٗEvw)n6~1aoNFQ I \ySD&O ȇ9Bpq{ڀs(|Ud֎wEg8щUGKJ=Nz!kD ]+elі*cvi"[H!Gtܘ0vo[- ~}N[ꥎOp60,056BJAWùV5Ք ^ EЎE 0] }`v`-x WY UHBI|>L_k`P-O4pX)vȇ Gm}n*u@@;+LMAwΜG?ԡ!q⚏tETT/ϝ^TG],}nF W[w' %L&I/#_m8L=b!U ŭ _/] ~@Z&֬ m@H}–!8$i ~{_a /'>ǿ1O"XNF.ݥف$u砆wR}2\f@i!Ff7wOwMkuH=sW8^I7d[!k,&_PDHrH! &Vݽ$򎱆&&Nعˑ/V]tH.Y%O8@*嘅%ٴ@B,74ъޱ ŧt{xmj77(u(Xz &~Ksԗgj\yTZJ , O\zl[aMYL2{4H=!7d+a.@UB3 Kɋ Bx%(;ov|ۮlõṊ3p3z9]f]9\A64Ieǫ&ʸzB=Ang$]~?s)N1mUz\OWRW4x,3$;xBwP\*V\ /. "@ܜIJ0+ -AK\Kww2~Zpehv~w:&Cw) jIhtv'qDq m8 zƣW#)|1v_q,6Hs{3LJpM4yz%@),`ΥH΁o B;F[$r}cݴ07]RlߍW3 l<ѷޡؗo u<̞p8f>ey$= 幰h>L$9Ǎzs=!XL@YFhjcx 9/vÏ (9aܨE`þM]K8/$S$9הMl{cCpe?=QK6MGڐͦ7A'O6hoO_qogo"*&12%븻PCױN}ݛwP}$XEcgm2yNwkX v\W/;rE>R6t6&իc A4@3rUpm_8xj|c#n)p/)E^ubB\/6AZԔL;ID f4;GhuBk@$ձvenn\CL Mmgz] ̏3j1TW5/{=K'쑊zm^$,oVB̒mYNڄzc@L8&&rbo VG+F>Ŏћ_eh`CI9c6oESߣOǼ^? Q![Ryc6֩BZ}(N,f O#++"\uIU xت)S(:^r 4ܑ_KppVoUKzŠ;W_a&Ʋ^'=9h-b.'D!p{ڬ_\Shgyl7Rs)tvTPL)J#|M <ղ;׹UK e ^*@"y1~[FPShRd7iMR&3Xkdvrˣ節8*חLoiInlη%4 xT WsXv:2- JN Յ8jEOtU}0(SLZx”%{O?J\ CA~jp xLGt' )V3a+f#g  )˗b\ng;+a!y#j)G1-AA{<&Nܐ34uU{S z 1e})OU?l6o;duk@}Q֦$rUuq ÐbNnM>(2\^bX94٬5ܻLiEAG \fwgbDT>ï>u;B3r3 xk7ŸF@ >pɨY[vIO5w?B th29%i/(Q XYɈ⧉F6 Ox7޷=)dh|)HcB[h8AZ!J!9X[;#Nʳ#U't$+".&b('nZk .B+KR˗eqo  [+GN7I]dR w.t1ci

δOطU+$FC 4 AHχE=n"EM~hvߑRM /'[Ԧ#;U'$ˢHx>S%):kBRjXon!tȚzz[}>(/xN b*ԁ,^\x8Hu ׎qG<7dAM}˩ac8Q `APB<0MQw%5;ʼp5 H #s#@F4a}pVh˃8p*fuQ1X tm`v27qh'SL-}~8x-%7Ufu3OVMm!mMqF_'c' O\G>.̑ r|FZ23)׃~#p%k ƨ`x ~ ʩ)Nq 2ir[(^n%P؇| =!W|1*'9k]7E*2D)jՁh_ʇv.ɈrzA>)JE?sUW>^ S!)po^_0HmlΰYMPWi~>b40+0ư2uPd41B[ꦴYH3^Ʉs \?mgMzC>ߥ Ј45b'~G'%R{bTIij Sz/'G1ȮoAT5隰3(˕QJ;]E *ZXGy%PX Ӳq]lҖ8.;XL}^N$hEwM39_fb > {_g!bz{"҉βkt7D?Bn(<-SlnD%w4f.0[Bx%/7F70_c f-]6R $*A$AN QheC7RfKejoQSIL3F5 tZ=Cq@$BP(G\4Hn'葖d2whp)FP}_F;fpfbE`j"{IJM߄t APEу?esh#ˉ&`Q= .J<3$dTW<`gaxo*&pμhMe>Aӆ1nȷn)7'->I)]#-'"3-){ũC)isH {Q{g^GϼY&g6AFrsBSʄJKZґYY whޞVʝ& (*Jc^ABnU( &Z: 'ۍy Pec:4ۚ?DצĒɲ/޶Lj9 ԬVsI!_d&ϟis]R ,j[[FBRC~AbMb>)< ^F& MKDڠp2OX4l {gp1;~Jh^)juXC[+CH? ʻ$P/%* _QeU8>͐1޹'7u~k ϶{3:9aMj_c(Xj D(2,MH"gxSU`"p?lHPu34Na8 hM852M+,P$kc&srUstQ5jm7n({R"w% `hX`'7_սc4p.{d7K唆u Ns4o B.*Ҵ=y|E"voKgV-6)q|Va(1[y 5 ʇX8jD<v;LqyL\ "#Hj"<nAm Zdh8/; aP'|B"F{]3zd0;bd ܪRŗCȖ ,#IoWMd0R8sz켜8tЮ~¾d|+oϖ9jSz)]<|^*od/L\% i aqinyf9]o:#2]&iCJh^/n)^=MzF̺;6坖@hoBu4S$2::jDhL:oSdz9ۓ0zk]Y=P\;詛JQ _Nf`#iqa Z+z84}]T]a/UTAԅ3(~fMեGpV O ybup+#HՋ^_{D#qzrh#+ۏ=2\*>b{7zUW-ѡoL?(dF [8 zHӉ|S WDMK2YP> 7 xx5.$ɨpP2@5 _;}=V@67YQX?T@!mJꉢE-dTp)wkhAfZRɲ7d9>/BÎ@˅7\+r GmIt _]V1Z;) RhGspo0/E\D.jX 7X"Ozk 2'Kg'3o^R?p4&=DPCo/5Wӄ%رx74LLm=`ZqVt5?_/qI&*BO0nN+Kd]/R_.d?l&t+љlG˺k W )r[ai"ti7N$P} .LA3 S#܎jR8V SC|S͇zuΖGM6R1-XQ|ex~PP?'ʥKfΜ&ڐ)!.B8U&xb %9gjҢč>be#mY(lsZD~K q$@J 2T[En `0Aݝ9ѥ߽ !]̾uঃY(^q6 Mm'c?.Vtgfn#X1ӸLf;WMd{GJ䎪EgJ&_X%1%n%V:~d[P47 |h;ڹ4Ϊ:bA/:d鷍.Scj)R grhm>QfPΧTWRr5SX5E>^О+/ >pdoٗu64(9قw j0ݖ;dQkTDԚF髃k,4'ybA̸1 On^bZVHnW7Mܼ^׬J}~TgܪX&ኈrT3jzS:?9)/XdL]*Ь?HP(IB2*ދ$.i4A \ً!Z=/hXK?=X<3Y=& Gd.Ȁ"l)jiN<_=HWբf$u"Lp_fC Vj;d'2ͼO=PȮ!1v' juw` Zլ$ÚO!8:6uFS':A0*rv= y9iܳ7xT<$gB0%+I*kGE_iq098|.6'a…`N —-Pd׵ekaA-Ŧ~qw$ȍeIYɎjpky}9jk yu3ۼ 9[b[c&WVa1ȈIJ H9x i&e3M`Ap#F_84w<ۦa4a6ȓ$`-F]!krr'?*dՀ΂0•z6*XNw_hgz HP 6}'S D(B A'z9<1d(1퀊P$n@]>H{Q#B`;Zt0@%3ji12(tTjMApZYLUm.Vf)ڧ>ZL9{f#$z=6\jaZt_MF=g$aQf?JF 6\,KВxM,{a4D; t 2/'B5Q/R/IqiCqv)O-SDj&2/OVtq kuIy傊G/,"W>$=_h{XKOD'^QDv[φy.Β5伤֚6  mS`dH,- ]DY\/>,0gw9WDT2|4~SL#NNGhsZF+ NhLGp1¡-TEYO{p{ScQ0>PX Mwa|h8uAwrBT Bm!.(ӘP|Ȃ;vl <&m?;o&l^w4AvdgMoo_!LQ_,ͫ+!hhY,KU2|}ډ/W-OQ*ګ?v+S$B^U>0` fv)}~~AeI2vx<ѭ`Զ YZ