open-vm-tools-12.4.5-150600.3.3.2<>,fG!p9|Uv! 7VHԟx뾃@P>ϸ6$[]X&ǃ0 d([߿FI2N gtU^< u"ۉ.H(C]Ң/mr3LLbbIPyq;_[H gxvqI|dtH~++=VR%so⒕3 nKo6*]F9 JevW<مXs˙>CA!1lNrMZ5Wbx_SZZ|/%y>R?d $ ?HLX\u % J}}  } !} #} =} =}?}B}DvD}FG6H6M6(Nv8No9P<o:Wo=!>)?1@9BAFYGp}Hd}IX}XYZ\[`\h}]\}^q#b7cdhemfplru}vx"w}x}ytz38@hlpvCopen-vm-tools12.4.5150600.3.3.2Open 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 guestfG!h01-ch4cSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi 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 vmblock-fuse.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*2Lq>Q2M"@'p'Rh )((HxHH*( 8XH(xp x(8h8(X h%JYg9 m V4  oT, ' 4 6p % j4 + D;z j /5 # nE* U fM+B AAA큤A큤AA큤AAAAA큤A큤AAA큤A큤A큤A큤A큤A큤A큤A큤A큤AfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGWl,`ԜfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGf~1f~1f~1fFfGf~1fGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569c45f49e1524cb4dfc81a961ecaae564b45ac50af481e07b668a5aee7f72038f552214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4cae10f44ef8cd04f215c7f9deac3367e5bd745a7807c0cbf57b8187cbd8cf683b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e17b815815ebfa8bf57568677842331f589ac120237abf3cbbe8ec06178cf2897fc6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e667cfed5e14604ecaf527e1dd7c41bff339992728dacd2fa45d30907ea984efd5014115b98db3abad920c85bf4e967acb6be3a65bcdcf582011fa7d6be941a7b7f783ba81d46e16e06dacf99716ff0545b925a0252a5e799a6bbe7bfd155a113739e3ce3864af845db78fc627ff3cf6d3410a5a8a2d542a03ac0cf19f3c8eeec6e2b8802aaeadbefee602e2e480ca0474669f6eee7dc13c29ce85262db3e327814fcd1e733e2e43221ddf584210f8a8d8242645a63f0fed4844f56cd2cec67424afc0ece1eefbed77379be26e5c2e3916f67c40f15b6816eb18e641cb6e3afde472a8dee52d598b517e7a71d3a3b9ad5ab8ad6647fab558e5e561f1275b66b6a08d5b74112e086e97dee80e7ebbbc2ec6291ac1fe009a4400306922ea359f2f6346a08519db1776e4c8abff5d69ef410bea99b693f901a135d786fd95d2ecc00e40c991cf3a5c3641ed992b96f88484843435f87646be4a883271406924284b27c1764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75a95a62b309ba0b45069c1b4721165b533b3a13ef82b06d8c73f94ea232924b954962d0e4aa64a7b36a14de6bdeaa53267fe68a485b334b896ec84ea632caa085cfe5bfa296e92f218585a6882bcc9c91ef5583c8ba41d3ac8618ecb479f08b7a08da5e8eb3a0a86aae26aa8e5b25ee9fa782d62f4ddc93a6daf48bb12ec0f72be5522dc583541c59bd334d98a9f815a7a3757167e963cacce3b37cd12339502d0d3456371472a4ff076bb9a43f69a0b581239c65afb974318d338a3eb1a7e92263b5ba77d8d397cea945f72b7e51365d29996c7972e67fd7ddad41dee2527f70dd2614227ccb4b24a836a7de6c52f6d1d916f32109b9ac47ce3cb2c20b9a4cda7cce8cb382fc4e9b8a1ad00ad4f9322dc336ef6f75660058edf922ee9852a2a11c6f3aa57df8ddae2e050ad49e78dd41f38641cbb08fa3ac5e782a3cdb14d9cba38c81c72208d9de251b56cbcf6480565e5d9a228fa13f712b5fc2513ae28a61b4843ed6341ba7b15f3cc0f5d2f509466aff84ba4e46e309ebfbf57430970b156544aad2b3eda6dbac691f4ff1589fd2c07b54348e597a662fe7bd14709b6718d3bcbd4f5c7b3ec1949e4a3ae9117f1e32bba67d1519f287951665568c0dd6c2b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ea97d1d569984cf1f1ac8a3d1b923f9fb0867a9d5774ee8effc6d25bde2b525d46d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac55ad1135a3af85ae9152f733ca0d9b03f39f077a5a117489c8067c2446b98ecc0d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.4.5-150600.3.3.2.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libdrm.so.2()(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libguestlib.so.0()(64bit)libhgfs.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libvgauth.so.0()(64bit)libvmtools.so.0()(64bit)libvmtools0libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich12.4.5-150600.3.3.212.4.5-150600.3.3.21.2.373.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3f@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.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 12.4.5 (build 23787635) (boo#1227181) - There are no new features in the open-vm-tools 12.4.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5 Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/ReleaseNotes.md The granular changes that have gone into the 12.4.5 release are in the ChangeLog at: https://github.com/vmware/open-vm-tools/blob/stable-12.4.5/open-vm-tools/ChangeLog- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh01-ch4c 1720076065  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.4.5-150600.3.3.212.4.5-150600.3.3.212.4.5-150600.3.3.2 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:34565/SUSE_SLE-15-SP6_Update/c8f64c1319d9d26af192e2d2fcd1518a-open-vm-tools.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  !       ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7722f60b2bd51cdb3136e1acbc0a76ca15008e04, 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]=73d0253fdcb4412cbc111036217e2184cfbdf1f7, 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]=f06a071e25054cbdaf8f62ac671fca0f13cb34ad, 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]=ab612dca4fa02ec240d5a9a6a26881c49a1d9bef, 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]=328a45e07629a5cc571927517ff1be6ec8c898c5, 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]=d4937ca50711061c2139ba6cdc94dce5198732d5, 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]=0bbaed1aabfd4be81c6428ac6fecaf2e30e6505f, 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]=3922c18ac2de7d25fe3347a3112aeb1968678ce6, 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]=48c9ad1e8e8d80e0ec34d2d1f405190b69eec20a, 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]=2d549685d40a51792cd6f550e77acacab0acaade, 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]=2e9d2cf0356b39f73e53857b7bba9b15b8c70b66, 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]=28a7dd09890a22e1fb26af290e29772316721950, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=28eda653b10a75d9a946ec058b052340f835c2d5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d487abb9f30f8131b00ed5cedcc8f6a2a6fbb755, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef14dd40173f9704e2d7421407ff5494029f567e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c69c2a1970b971592819fcd7b95030f49ec8a1a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=10f6934df1c36f6dfd55da1db616f4b3ea7d5f91, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea0420cd24336535f20f4bd439b3aa55ea22893e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=acc28c15511be88562886324b6be5339a90ec6c0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7744c9969995c56614678849d14b632e60169a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5270b14aa69483a02e947fb47fe3c008f6206081, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=193c86684e5d405fbc4fb288e091b930022dd23f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=80fe69fcddf6001d0e76899c248a272324796aff, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e7c5a31ed3f97bc2510155000953d98212ae0b5, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines(2=CJQYbhoxy        RRRRRRR RR*R)R+RR RRR RR RRR-R(RRRRRRR RRR RRRR RR&RRRRR RR R&RRRRRR RR R R RR%R&RRRRR R&RRRRR RR&RRRRR RR&RRR R RR RRR RRRRR RR&RRRRRR R%RRRRR RR%RRR R RR RRR RRRPRR RR&RRP R"R RRR RR%R&RRR!PRR R&RRRPRR R&RRPRR RRRR&RRPRR RR&RRRPR"R R RRRRR R&RRR!PR RR R&RRRPRR R&RRP R$RRR R&RRRR#P RR R&RRRP RR RR"RR&RRR!"þabaUuw&systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-88ef7286b231199002afbc3ba51e4012899a8fb20855e5e550c5f418e890e4097?7zXZ !t/,]"k%GN'UN#i mIּo8/v_Et]k}ЦK]߭)38hİ4wV1OL2Ѳahm-=@Tv` ϚItY1_`0þeU" eڭ'{hIB9΍_].ټo&:K$K=+bkPftH>zՒ-zb9~85r\Qw_S+~(KĆ:ɯ*I:տY5ʂy;~^lɝ]0yf TgFOywjWwu_I6bNmi<5\ʘ5|Snʁ>Tq)n$f rѬvj y|GO.( xp#@Fq{&A(  yW2)jI=HGz9 7[ kj'5Gc̍DW;bf8<?ܱdw 3|]!Mj_BvZ}@LMUxOD!;})RET?8YP噸?%gxEp4HXAOV}IB4(>eZ-/'n#C^[=Q!"cD*Uٲڨ,a+ýlz:ҬpF<~dC3{{"C)jSZT B"F:7&,rBj m{YfEs tS%W0d(zއEHJ7~M#@3)ะ^ǻJw:MJt>C/>xr\8DՉPh9ym@,.>ڗ3%URƥ; &AJ/ `7OJ*YzLvd\,7f~&F 5Jo3j)aSu{S|4 AsH4q/vx 'o_QއԮ9ؿsc3Wli?5XJc8v#:ߡkz*tGY@6n!)M@~D Hcqk R5?%Ɛق&fZ`Gbx7{kԢ2#u}#eڊQge'Ti+7SR욐B砨n|T OL=5s[=`B"kTz[g?cM?o`-'҇%zw ?8r X3}>αkL\b V5T;2OJ)ׁVу Eۦ]ؔuqfɞtʄ&y7h tzg@QT,m99ª')Br37GFhzAa.օ$oK:,mwnotcHr(F3q7YnC39?ERL>[B:,_ حȴF9-@>Z1m;r BŢ; m_s#Z=ʢ ϴ^WT.ަJIJ?⵽jLz (Vѫy5l a"W!flbf![jٟ \ D#!ÉWrE,Ylj:-*iz<TǐA'NMQ9%F)yoYCm;c-\{ .H}tJ$sleZ40Pgu;X~p?yې0 z<9]žҨdP&W2R2Ϝͦ?w P,=.vHcĘ+jhϭiڸW|hdN /@ҰEwI8azƷpX)8!\+Oěytvt|a"7'\zv0A:/E|\t(g; S,s4x$/`]]Q@G[ #TO~dUk߇WGxiԮřiZ=#/S5qx5 k!2˅OJ} } m A{?bt֌zk)15mЖfDj:nх3ɽcOdJוkW8hBJ7H_N!p¥1CnO;Bk8q2jhtu$Afg?ųF$i$)كi sbot# IN&$r>GpCHFbYiʴ<ܜg9oMtArlceҫZdr.yU^n0['5u~@V4#SʯːVrx6";K>ٗ153\q_sbMrfo@=NlP@˭yL6cSCVP `|mVq˘N+uH2O#|K Rz8an38ڮpxA#{@[u؆y [vxZ4Crla?1ց07#z}0_Ow/fcƒwg"ݥ2 Re#ՆR'[W sk?{3,K{Q*u4sq`4eXpc qu-]wD>#U.|(>N&]w'ֽh7~Yi N}uOƟ㾠=hr:}>VX.=$-?ᨸ\]pdjﻨŖ 9&^on'yxYɢJD]u={b7bAb  tҸg qkju6H6z 2P8 qS{]{-?BdHkE &K4Í9FgU|sOYݶ1bKNޮdJ_ G_2~O;? D_Ҭ$!NhUGa=2VH)DsCҸfyYMD467\+Ny/uiOt[LU[nߞYo~Sl)x_CB.'9G5?#gy=/? f0i;i0s NrvmzIGtFS{N"O9mOS ȜX[1Pn6)0qL]0i?fFgV \_ ,wݲG,QXfȡz8݆Pe)*;;p97͑h<0,᭪ҐCwVu9 4T[ZR0ՂMKF4g09l k7r6h$.Ƿv9bq/P;g {Lw /;4OTT57yoǏ2S<ޱ~PjiuvH , uY8Ff&E{LDLLn}D?d`yO?9ҁ?q)x%k $SA-@m t:Dؘ>Hno]mBknQzF6Y ةF!-Pa`uDP;֑?MW3yzQ/@ BQm}!!Th!9 #r" 9%k)Nbqgh?P7=&u%=qo߄!1Uczm hc" .ju7<6 ǀro ǓbNfЊЭBPM,F3HNZeJ澽f]--\ *N%if%C],rxe}2>mA%_xEtRs& /Of#Cc;xAĭE_r|NJО3]Dڇh'u#@zdxKHI1:`ONrKJJ+wm Cc#~zFw|$3ɱ8lSI :ZI;NaD{7C8?2qyq5ʘZ[b _׬r$ qCp;mpO)p%`U&iC@ ag.0%5TQ:g/[\Lsݤ߿paSOkúd}^|N|G3el}AB*y&xƒE3P燵e%91VmW* |Վ$ծ:@ *yBĴrVM[f gś-@fYHJXU (Tʷ)^Ǯo$vÔ& jY|9Vtlm! ջtȜPަ1T YxݢhoȤ P2 n 1GMΠ6> $hJ-ro~[SETpSSIdbH5L4z0uJeo[A-F>M*T֝**~Fr?\/ Nlś+q/">IjZ>5~GR--8C2G='gOKH׺}XQ v z>X7l I&KDX.XYs^1ABU%2{L*[<nI C0r:)k\~49wF[)\9dXi 7;eM$RS0#\+ݘ&;/J>O0!k $mpy]^vVK3}pcG 'H,UQ]((3ykpΩK-ֶucӧ=!M_ɧ/<۹+gE 3UnViߩ})#ԭ]B}k!׶RbQO+qS(H/S_#V6XT}h7#FiFN-/,r^w뉩v³cUC%&~0\j]|rK_)PwZ +v?pwd+p_v)"MoЯ]ߝ=CGB4Bc^HvO|L(}-y7B?5b\w!!*O} hCnp*ͰB9?CAHo 8mh֦{G1ʋxX8gvnC w?8/9 YSd7l]kkUɥjYY67pҩj&[?PCDJkHc|tƓ@+46㪀wVJNTA":rRg }JYhm6Qx 4 R'PD۔H-+4ս3$_B5Z1/=y wϋ@0Lntr FpWz5G*h',E6^(kvKAS'!M٠ѽ!i')f1;"/;6+YLD(vVrNmMٻHfZ>BpcRV7dABi{O㲦4y:Ln=/\C*sfPTNH}I;r/X\:Y(t,м|t?Aj^)wQ-$%h+i nJ(Oţժ#*]㋼6- ffFњwM]2Udz!4}ӡ^3D'kCH7phϼ#4d607EMs~SY5oftp0F9nb6v'MCIu< r鳈&>}``&E NbyPdq0zY #򄚠BlL\sgE!d=ċ̸赽W226\-QS8fgç/?-jrp3|t "-{ UZ}{U&+8GТ!(uFjݹFefۋpxw-1!,rT~>3Xs4UҢ 1lނ@r 2WVe=0~r6'e4d:. DlHaѸM*^I:xZ̸8E9Uyc B b0 U~vD5K9 b:Ia_p 5nGgkq(+i5gK`v"|iшdJH"6 2TXW59~^Uy>{BX"0I*N,?Zp"G*&bڟ_҆Wes 8)[.ZE.7׋~@v65Nc&X7X2 /C y G:ю*ls`?(C^r$644кkk#\PZ$WVkdX%5u#H%OطU`J䘳z( iO,HOnJѱfTwV$&bWXu߬2;VyysVAQ 0G=\;>2C#,X?3&>MtQbD{ڀ`U!9RK'=N 箦Ҡ. >RF} gĚu(iq6ހߏuucm.5-ȲK{X$ܑ)mαOj_NG ¨'qeχZrڵ|:oӣKî)DXy&4Q{+0uKZ0: 2d:}bgYM"1MR1ҍ`j?bk :V(rF'Q[ >hٸ%n1  1_[RߑKe>4E| ã+^.obiDTx9B ''rL*-)]&>{Rh2 ) o%c gg! bjr}ꚈUa*! ʆ G6ot?05rUC `Y!)t#57JvS@|Q6~0VudC&*{85zͦ^o}`jj-O^kYhZ(%c|A& "=n@]D6}zPa hG~ZV{8q:tح([Y􎊞1k]exZJ9\smhl lKl1=a.s- ~OS2q ĐR>93Ť9.秅Lu*1ڭD.\=.oOVAEyMGvU u,#s4*Z|? bf֮hhi.zxl?-MX &pwʄƛ՘ZfÂX=K$߲K$vTlb<@+"@`rNOLU`X[XݍԂ"l_!/yI0hYXdpWW}օ9giH!Ւ\J%\꾱*0 O;k\1װLq45 dE"4u8 :uIUJ,j7PאMƮ0QWUo7IpJ<gL[ߕ~G~>{ &x ⺵#x]NP-33Jk}ASpCM"ex%m%1~7aCN Ћ-l o-?Uc6|I-4%jQQŚXTLQ{WI0@'LNMIm_eIE V2uLI5(OI9T,1bd :*|_XgoթTȐD4|fVCO;VEĢ6J3XpgqpQͺP](@^&#~\ 蘝|mқ'4#(;t='R/#07#kgayt۲e-^G ڕ4M 4Xj{ R`ݘ]/&+H(̾Ud@pAUSd,̥<I4)nH;?UW|UM#`$=m׊ma4 1;3lgd[dxyD +2 >W{1b0 &514KOLi%TZ~|v["6[s@Md0T&S+m6tlߔ|+gwlXрne^")~ɬ`&Bq,Ka7܍:VנvrY=?Vh2izNnY0nֹw?uɧX}(dGbF+$,dWX.|o?Ak$3|{< *oRh+HvUb #NaV_e2T[GlXBˣuDŽ?ն hJ0m=RXHY*%l4a $DVQCקi(_q6NK<֍/Vq46U(_*\傄al.jAuP2a?ҢdI@*>',:EmB|Kۯ)%Cjr1b7ۧPzW(!mQu{=.?'١;CqW~McKsjXYBRHUAE,}*̋X6c+>"Dr OȈ*sTmivԊKf |i0 ٣"ebI{0 3fuOwVf""mܙ /$9ݔE`}0^MLA0$d!5׀Lz3 _.CtTdTk&ᗉPh%a@EOSd@ϥW_wr|R؆g$/% PQ! M)7:{Fbh_eТ:MCƂa?=5wt&i]OJ_Wт''F"ۯq:9ufp~w#CԺE(i2&u yY~d\YlҐ%0FQ!8R ptkB9"WZ!9v1žeۯm68ёs!bmF<:`!֎aiكg;&"璚ئ rrY|{P^~Xk^gTs8gh#q% [Muٲ֬E\KIb՝b-y2Y}j™MMѾXZN4gUufV_7g%9<͕ 7YU^EF#uTM |xy!Su 8tv(L'%|Z):9ɇ<L_C_u'S2&~:I5 zhsJcF3L{P!ȢNFE jP43Ehf,҈ggei|j}- uW*(uO=Tbj&&^ ws]3< [CCZ)$p20Kba$.o*pu|'-@K@NfTs$'S=fbm5, X\MNR"т xEoy_# $io:vC F.pTxvyߐvZ}߬;g{vҦ7?Fi5JmRdg.N^U@C-6#6> 4߫^Sf摴u tcqWQ{"gƘ"̼TaU21 A5<NKt=F,ۭzkjP\: T [x㗝NKֻs\aLM5/@J{4ٸe~/ro*GdV9,i^nzTlتj5hoIk2{FOj2?ksW [ȟ<)Γ~}?rjA.ƺ$?>ܺ}7Js!H: BQm.EPyIh c( 1O:M>X7BI CUp"Sљy2aFPo E>!>4o&,EcM] ߰p8<@>ϘIШyA#>#xRhI 2닾)-,[1,QQmʭ傌<<ҢFF e׍1[18fݡ,/ >[յ4(kx^7!c/53z!9=i(5}b&ˊ[1)KdۮwOJ0m1/'7a*4˿x)= T)L"i·>:0h[a uڑg^zcal~|L Dak kp<ՋK:#kekX "lv Yto${(.}Po/,̪v2gvAo]-)cÜ~KOAsHtK>!f%΂1k]:?k `YBI}q  LeM[5!ڪ.Hoүy¿QV`dPl{s*55+Jl}orpa ƜUA7hlV9&hxb!w6Ne ե?#IY '@ <,/\ ~.{dHW"Sl?OGY|1>Kf).ۍElOݑK7iP(֤whFyp5j됋QE58_{ʼJ&A~dT:}M q xb׭Ymjr~Gea<;)A$&N őj(jX7g?L8!YX\;tO \qESCujVH(ף&˕zA:4 "e#|t}i'^k]11%ۜ-^KvPt yjxpĖrx I7H5G@w#%˅]pf.53r?Bk$ªKT"XԟFgVmvfOsD.33p]X}Dwl̡ i8$ܣ♆кdH۶W%oEBCGt!>y(I3xYge9~2 Q\s,Tc$wo:cxVok-)$f4V.k D*jn) ~g$&@Ο"Q^7K)o9A7ʩ4fEqx敻ortcB4-9JxNt1qk$@WHt#d.Uc6(EA#}^td?m[Os̪u8oc7GpD˧U?#կJ̸/s#Yȿ|jk$Vo6e(-T u&r11 c!B i:KU9NF'եKMVدV3z86DDM4j3 d8#@5eUCo.u)ʣvZj0- o_@aO:RR#ۖ  ~lCr2Xm9NSҞhuc[Npxh=;$ǵ骛Xb 4R'"K|Ǘ3CV'wj! "mZ1R~tNYa##Wlb3]5@᥃xTFt7:SH'b^P/@]:"Nzy0^;],!ƔL`[NsBY_F~wmAcLg&w<؞#eP3=eQ,pŘi^7׬Eݢh]%f/b qll( 1|f^?( ݐXFr^z_Y,#VVYJ:gKT鼈ٟƛ)=GWc)_-_)o𦌫 A.\.秩wSb D8\cXJJSS@F6VكTK`wYBLP1x0ah3cRSzw|rxuc ^vҗoX\F1Z{KA53*q"~ΒT/߸(gZ]Q@B+V a~"%(hQ4Uy۪'^C|87Ġk\8\wt\zLy"̞~z&]{Z9Voq*;b)=FgʢK4'T혋E9: .83ߎl.N?PW>ZB=pߛ* %fF|)cO<N^#WmZ bGu% s2FsU cMF͙җ1KƗ/i1 ^}\Nm-/_:Z/+%w)W'Fpj6I#7Ej !u Cd?E5hiVɒXc` Zdh] ܸ]XLGmIo0ra22u*RlInǀXYMΔ 'eG*A'v+ƭc*>GQRlkrjCӆ/&zo oo|wgiO+qE+_,G>mLEN%1|Mbꑟp\YyCR22UpD;wDՎ) H/Pp98YSVD_uA,E`"eH^ 1*e3+gQ[7 x]UξJP7ޭۑ7 w?.D Ժ3^J jw;&bwI|ZkD}ȐAlӵ% H06 qr6{hIu5~c`%`2( tZ: ,`eüX)J@6t(c% !0?Q+MT"&S+똥⌤>Nq+F(}\<xXSbp~Ws2V^pa툟&6J -Z5X}߁yq{ dl<8A;e)K?ǻ8~49Lb6k[d:}kM[V όe~VfR1Uk}e-]~Ml 1j%*z%ʴFݤ2lu@d:|6)X[XQ 3V^eeQ-?36KuH %T BK Rյ$Z9ґ?zkUpW9ϐ_QE'򣽕ҟ]N^>!7 9o0ulq+!g.)_$j sOum-< 7u9Ccx n@v/>|:u*TR'p^俋4-.e *$p:-byM5$~)eNtK7<9buR05=aY7peAMLZEL/N!x0lOJ۪XBQ:y M[Iw N04p2h:w4Oz# as[e*y#. Im/m3SϋS^G 04^lIp;:cTU)B{֙4ZycnF/0|Otw0XiqHStBCz<%+B+wCkkaD_k m~Vf"wlGj&TW fzWU4Y6c UC"|:̜Z5T{n5m/z$amWd ܼq oKѩ3". ;3H#~3I|Nhn~3H.s Ê2]NN)4l8pg Bq'f0ZJ-T+(@㑑vαQM3q2ӈlO=k iDJ[|jhX~3P!.qӓ@=$tm,X']8O\v`Zk`ֺ ?F-dž^=[q ZpNX9ZB s^Hᖦ M5#\1Dߎ U#%!wKX/Sv4nNfx/(!{bxmpl$e2L*i`pCÿQ" 7tA^S!w Č"G )`l"0cODB@mj0+ p5 -*{I`CR/XjyT;j&p%?uF& [J@&nX[X|{R'R5Xӫ8]utJ$y\ƈ΂Ne3.Kڹz@jJ4ܡOJ1A@1W8[ok@ON:o!C&Q9~9L YA~n{1c=-.#enǡ=Kr{')2W>|z9gU-yz"rD)G)[ ES`T%U鵘lRSdwV|n>c镊J-v]56;%?7 M uHِa#A0HA"˽E71߷kMQhk5mIt=oWWQ42G=(_rh4v}ԓ8Pa5A {kԧ[yE"_EεgsX-l'`h$ $Yj/|sݬcZ"7[SPJu|LA3k4cqS*.mo)ht_4"ŭ0`bvV%1XE׮^WͲԶ!0c iRY|J, }*H}`EjD;MnGyTl UFE,2,d0V/!QL6P怒i쳙iM[k9J +s!J_s5ܾc-fXN5-йEr<&ҧ__^0Syo˞C! SP{iNFJ!RT ~ k  AWxElo5pJhФLF@)DיZQqMT]925.s4^!tV=U u7놎.#>Xp(D҇@F1y|m4޶ջi4Ru ƁhPB!ҺXi2e?f-S"QP))o(ԉ@r?J u͚sԴ1ĕXET%nYpexY&q{o h7v}}5((ǔEFgkڗ^27O;B$=I̕Ks(eZB N nk*oi~#?\q#tR >aGT$ r|=4`u[\,d@JC[*ߋu&19]!ZLG7Ϲ8$$OڟjPfҖu@ѡN!~?xHJ4|Lb=-/A{![bN/[30A;TDNFA6Y$vAb 3 j+ l}[F"!VA"hbvlr۫Q?_/,6WAʛP4vlܪׅboo+ۓ(QWLKe?DfTC>:QSVF=!GBS[ec6}'k`Q iTՕ2n vy8 c䆫 {zxѯ@ЧFPǹMXɦ el%߅ 6U'`YQqb+ #Xt?#RपƳj`sqf"bu_]N.OAќT\0^~e*Յ =xA jj_LQ˵+Ƒo>X4ZQ%x7D5Z*CŻ̧/잃|v7_%Ts0@ \}ð\/{|J. .@=!l,f  o}o w,XV+l7Y'Rmf$ܖIkA^Kgǩ\|y(z(b?pYuc7NS6eaWS6i &5lv^aos+Cd+r$]tEsp#-MPF3HVfSq_Bx`[X6mNf> ^CoZ/ܫxNef,C dj6}FZ1غEaxZl9 `2ڔqEɊ XNX8>%R_D jG㩃[1,DGcJg*dڻ`hEn)prd|pm8;Γ!09+wM6>" ؂cyJ+oLtC|ݠnҴ |f"y-14ķ'$5o9]}U^W|לvN֬jo6JKr~u(/&H:DtsZi灶QC#x{bA-4y]ѷ^)ʊeTm5vЊ+ҁM=斞#"a&ѠUkE[h;uv|Φ?xGY;s_GCf^ 1O:^~@7R iWΎE5hź{RYkx[ܼ>Lv{m9!uܒp ';ծvmP80k0dp\ڹU>rw 뢳ZOo/lx`FQdKH$Ȍ2ǯUfM fIr0xO')CVyiS o: {”dBQZ v,ڗƉ4n6}F![yg;  E|ۻ#~ QdqpǎB85ARL>OujKO3v T|~ li=޽#ė IKg e6ORJCxEzh\0݂܊5ko4BRTbeFUXldT/WǍ\7xYڛ%,}Vˤ' Ԑϣ;c@+ a)v-|%E\x/KCLeٕQbq[XS/Q|ĵ]0 Κ<zlY^#U#*A-Q4so{]ųlj'> 0"}]BͻoA;1/mgޝR3:8\ll҉\Sx[Z㨋A>PӰ@xgCJ} +iIs=7MNvm ./Sթ1х{)lqb,Y?+& bYdNI\,͆>l68\KEQ\XOݲ:S;n0aX 7-ƙx c3Hl*}uw0 +QPC( $Ḛit" ,O!eŎ; 1$sҶO>p V Tj+['`l눶piL75馽R-;?מ5YO5O8޿ّEvc);khna;s;R==TF*ݺIMmه6}-b ؎0.kjŬQDD଄#;0f풖VYOC&/2 pz<'8K!OSUxZke@AL4H,)9\<2#zZ{I7:GbVqʋi ݠЬVG2aCp>ķ HT}R`30=u':ňsogs& McɾqgNoud k1t|s1_ORU Ҡrb 'Nʽ$\Ls@rKpEr _[CWk:"U'$QS~=k3we*ηs4i +I s mqU吱bY {I{ QP&֒[A 鯵͑mSy .ᵳ00v؃(tsϦbţ)zHQm좴? %j_g2EV4AOLQ@t X}gJ{᠊>gɈZȟodplOwz푊1||<6VEFZs<%yN//3eώCZhai7L#t%y2*x`0wmަ/8XMj_IٛRP"SE;uB 3Sւ(;x8W限%%\$r5K[%u#9y@~J7I27j_Z/UU}$(?ys'4oYX  8. \ G/6V;0pȒ~b2_vuY?pI; yrN Rtrkw912e-9-q'mKE8QL1j]â^̱w;uQ<oP{Ժ=ó.ғsr[C `x8T 8qGyVXV嗛f@eCb QK $?v<[Xle~`V Ve*>\#2ubwk! AiZw$Q`c xnW#d2*&PDgy-Ӊ*Ÿ_FjZ ǺWTkdhSDpW$^ڸ\9Jvto1 sJPN~4[ .b=#4%nTwy-~ʙC8J];0]w&!s{JIi)aNѕ{*ʾFLn>^7goɫ.`Ќospr+H HAʰ6{9D0lQ8 (A$A&Rs6)z(;+W5.eay5Φ X3Xc皽%HސS Nch~by!ٔ{.OW`R>)Y6ɵ!$7iaW'rUYa5E`V0w*ŷkbk=J=7Ќ> 6jΪ!4C}NFCD|6]zD<4˙f8VwRw!^(q01[skva6j{\#TpB’X]4Tu'R_*Rު|#nl±w#TqAjQ؞ݚ޹e׊x}_TJ.4+g_}l)a~QpVqV!ej&&}-o`SO7"5@*r 4tnݥK $=2; P#z7bR x\&by:òuLμ6 Ppdv7E*vHg*_oή3Sxro(VtwAѸ>one 1 @Gk@_)ٲNL*d0-[s﹟UshS=?o$r>J(Ff@$#N`5ީ۷؞Bj(`y$%]]Is$~&/HMb@ЩETC}11|mVǿ7±H)%&*RʑI IZZ piT@c6Rzj25}'S7}dƤWb[n GCZQf zW ;iE5nRDy. H>QU;P+3 C=~'2eC.% xNw!,Jfl{+s8Ibp[bcgIfRDGQI l_?}.M} Μ ; ZBX }#3PuC 4L{q؊T+s^c ɀFH?˯ +r46aEء31%$542-qZ?NQ#Z6K_HfS̀x o6N@Tfx0l3ݟJu8C/j7´'ZM9>g)% ruW:Og1;~n횒L)LDuw ir.!{G',M;ME{.+-CP:ЖԵqs(qgxZ9ऋ$t)3;OtH. l+l5B=4PGz]>|L(WVuU"/)4^@jFk ҉vrUx]SI%nJ(L9Z&FȈmzn_˟z6>j 9o/DzIS@2rН[(Z]\j|Qv4i8W gp bz~q:xs lZ[ <4)kR0$x-~#L[;5koB19?@1~ѼV oC+9>=5\ܝo4R6OžVq!Xf~2p߁w= Bþ 6ʩޤ%V-*g?P5٤5WpT$>fW7k}c])a* 7os3{|%AogmiwpԝIz+6m'p̓{_H]mR5p-*GA `& s4z_Xuu9R% 4CkcTh2M8 yqGq?rDpf24B!q_ pj|,i8.CsN+HR,u6otVvG3rw@TqhbBX6- DžۄapYSm/ N=zIH,DQ5L9<[MdZwt! chR+D'TBŰ75=gэQ˛\IjK4cO;rcU+%HRgWM*l+vCXo;`x3 MEoobCݞP> {W7ؤaZ++D3nizi%o|zQkdAB8.`v0Qe>x׵zݮT͵$GY6/F 80NJɅmz [ב`eru;?S`T90hn ;Eޙ9gÉwAn`d=B `Ux0TRC̺vc#\d l*!.LX $N?eyΐc?b I+g$9DOgkI\ہ08k[ՠ)#pI#"gr}tLK4`B:T33\k`nh!7OQj&KB?v? ʏ@dR(j>}7ŽQG^, t>9WPsH_ܭеTfsAOz+%s0ZCᡊN UyR&i W:Ciknx"EBsP:˩e 5r躚濊\"IJ"Rϳ*pG0 -um.dsT]:"ُE@7JBl[n> Vd%,6[y:Qx)Ij MH!J/D> 4c(iϨ9 )VTO`#k #nlG%n& P;5d=c-@iP,{. ܁ײb<$y`G: )xq7גy%ۏ+2@)(bT3S<ߟzu*7s}C1Wl5{+,|YX>ge &a0huT" djJ坻sHH̦[h~W$DRhC8 ̤ZzG8:qG,7?vIvղ}]sa2KO%PhP= H u~Z}p3Ej'ZY4<3P'|4 D+d #/c,;8v,I9@$vn Iڃ%2-DGsVVmb[7Zo3F6E~_bugZRbp M>1y|7%:/ 1-t_Hrv8>l؈7N󾾙3UN[D̂-rq?A#hPWCFrtSA(19Gf\̓4=e\btQ";0`EX;hzcgoSⲵqX/~`;Qi#@E_Zzк:bW'~o@#vHHύe>t>b[q!""5(,pAg45߱ O9EoZߪ&o"(g$_js6ɆG4F'3!RNʱ`$EfWtByBK\7nEB MQV?ަ͵SGeU<,bpO*uϔ*i&|)"3X١ѱ϶!Eխc5AI~hzBoRNʹ#޺˯Dq=F+,~ވSg eu0+$ʧSB{GG'GW%[BGz`K`IǐMRD䵭>K7DuF)ujܮTT$}wEov}Bh8TZCމ~Z"C,1R=Јyvo]XwC 82V7"E'z}5UTE^m )~|Ch*DZ %΋AACcAwB->~ۣq@OuRj;w$?`I ja˿r߭ 81z*vx98&kd֡=a{EL!ĜjQC]䢂̹n:;nXSc2k̰qP :5qh[ <mQȴVM8Pit>";Wcך[/0Qzx}Nf6`lO T"}nރmpZ-'T-]j^uRwH*\I5`L0д|ujsh0 W_$ޱ!/}|2OLKvFkP~NS83j,!BRvv)5݀š)u?T bv k5/HL ^Uʆ֞s0kszݑs]pl[]:haпEJ]|ab62 nw| ʚH7 أTH^6.գ0 8\nP}t +Tx?rcRՎRƉOe1Sܔ,(e8m)wb6D*ϸN2# _eY/ 1oe '5\'5gPܘCݽGwUXpNqyYo-\nЂO(up"&y(xV34ʅ--KZYs9)^-8 d:`SuR$/\_*JLq`TC1q!c4IX|]-M0+ENjiE#mw#L'|T>"z[OfMSQ!&<S l0Q3lJ@i,q8v b \?XAs;5j'\pnS/8Կu /Cץ Au]㙗πa/(?#)%O4 ;~G(gE lO2 ^q{7V ~爮t/J zd5kϽrc zR ÄѦQHkB|k^Yy^ѓK2 p)NXiJ{8!7 .ҽ&9&iVr$i/Zb0.Xľ%2MNLyne=q(n1I׃Y 敪]2`0:]nŞ.=ʣPj\FM/oM/rtϷKUXJh ^qF DV>M b,o1퐉,C~-SͲl AXz-er% Jk4S^Jl);Ε+ `$G+$#XN D{ڲ1:)/U'όGVOOxo.Mʇd˕&5b_<7P<˺hٲi3E&z .`z;eޛM]t+=PjHRW^; X+5L'2|Rb$aF퐼|0'Pصlnk*Jjr.Z"9ˁIҺjdQ:p" 9ᅈ $u}@¿~IzlƩjG#'Al\Y= |+ XXZWj-14):/̗'冓ϘAMBXs[\>K\QH#}ʌU\/`:GUvtm`3;Aٜeo+bfKdE𮟛;3=n(|'Jz=EOyU*JتTw0AOiF۩X:yùto,cpY"j,.3qiO'G7;Ou/k:`$=hlͣYJ-m'3xmq:b|3D6iOD_4^" &,󑔟*8Ru!ipa?&$FՙkB:FQѶnU3;?rL ÿ5``@;0f68*𽺙 Ev$E0#ÚZ;HWmAǝMc}klVFAVi?L0#IRí>$oS;\X8&ٲnpƫ"SQ7y7a= %0ENl]t*t.,_cnݒDIl Ad`;*Pru`"y}BEwE֬ଈR+л ;i\/ܑPvI2 BœY>Qy"T͊\,=g?@&Az>A>xNytQgE9E 32cNK"c90"23}cg."TFU$2X2ش-{p><Sz vV lv bBraxJs=^)E*w>Md礅ef#6,|u6>hei_a/uB셍Ҁ2懾\*^Wk cHv|=LfU%›pB2*>ٴL ȟR dPcH jX=s[]m[~z,Iĕ8Sp{hQ[Jubm103 $ԯe_)&8*\dswkֵc^xgZѡ/g~[RlJnU&5,d5lFrm`= HhTF З2.Ś|y_Q☐ ;P5Q6eP6v) |E/\ f VO3[)Lj{:Oou˗r9g]#B {Nl[d* _z6x$?ɳ~ U7LLiR@:Qåu}OEb~jwFTvFAF+KYzXttf|1&Ϥ+Moyb9%gZ>H4NїS['uD/ `zgA2lvo}3]烮:LYAp>@f7 Ճ=)h lFeJjiW7D'E!5~M,S!LWl_9BN6HtF {L}#&~J\,h&`61&2jy~`ocZ{(dxɐiM![pH1.0LU萇j2 lD%媍]t]Dy^>ZxOld!m{.hY8yZj>ܺ~6m$6rvc;*óhPhKj<)h Y"FdD\1fNot3(• Tn(ϸfߤj(/g#wSP,5uIY/%AG}<0&vuU2y0 ]y. ڃCpnqXYPElbf_valJh{b 7T(*QK4۵ ,PuQ2BGpF6]4/Y =sez"4vy{:֒4s *i}ⴀA8-hL"Az2ߖgy&G3=ʢx8$Wco3H?>jRg:(zKWe'^P toX [ݙEM. &$iŢ O8QzQWDVoa+O~S4 f @#( [&xw C@0q ;(_lӡ mm@d^iE+RxO/`hE4 ^uGxs^59٧o8!D?F4w6I0&ԙ?e,=ο=@ ܃>mMm)`q>#rR!dq9 oMC"‹pa|Fv)hg^tM k"}xҭ& km`g5BPb/" 1+]q[H%LޮT۝{Hw/\I 4{$JĨzO01@+Ʉ}kp:1XK=nKE`sBKǘrr m/'\+Ycj9@7ڐxi\o__ u4QأJ/sڵQZ[VPy ݁Q_k#QS>WH!S:b~حd01ݠb䱣OgDj1eL jFlv*HRWѹ L<{ZV^ HߓjD hO6h W7~eKtA/5!G:_1Rkb<=OOLl|(AkP~6!Wjx]9@Ĵ3X 0H"L䉊\%(e RwZdh= {,ӇL~]B`57;;`K5#s!T;M"xZw"Iӆҽ\!M8R"vbfK&&pj sZR|pw\8)hARfG n0+Mק8 P<)ُk FQ)GfTv;<4$. UtD/oEدB,(>j&!0HNC1ma?uɆ1Ѵ32obEA),9rŒ"Z`v8tѩF@I|}r[D8/Uт2P~f-dšFF}^Xz/}wǑǡ`ob`cFh&\GH BV8L2q+-4#knfĐ[9"aTޙv=_vVwfѷ~Ah)v /DN,K>d}_ [RBn$ ש>bzl8}.sb`3,[_uLrxԬ5̰X:e5 ǿz wH-޹Oh/+_ωl^lvh4铅F8\ZI.XV:y2剏&]/`H< _:BEGH29S_Yh"HA˦Eoq7X ׍C lQI\uR0 WϨL.[pIq˜4, o=9<1Y-Y ugVa>@|jZdc@u/kς?nSR1M]ڨYzʀ3 qheddKr38ȔGeN5x /!-2]T V$%V,*_Sr?ęi˖J`ftwl6-<3 yQ\jOgO:%t$ơT,jD-z俦5-x]o8UTt19zAܶu<-ocҞ(,բ4az{x&rzXi{!rjG5E aً.uDrzi2Ix{Wf_W")ᑭ1I,Q5K s :CD!C_:vSA-U Z`s>c⡷+Tԅs`1o)&l+:lY2™wʻ°ʌoAP?QE%Wh H8Ը;sGׁ^`j7kV:Z_#`6$Aظ˴ZrE5>VFoSPNL({fHl 4U.Mz*M0${lT+k"慾e@& M:,O\cz,&qpT_ 9ȔZ̴D֯s/*YJL3f(إ4ƷGEs6!x t]]~Ɵ8.HŦ`s|GaYd"s*yqiJ ;t)`Ț7Lxr6BH-VJ{;~e%jLU*r=GH7 bj!hMNJA `!B_mkR' "d !.iw_G/#(bh I(IWE0K)ظHc:" dvB W ޢeU y Q?W\T :ᣦ}K=lLW]*vlض8 ;uk5 LNVӗS۶U\X0~̉ZENQ\AɸkΙ܃W_쳂*|{d-d,vRWم#{'44X=-<:iF3G54<8,?l^&K&öJ30UI@;y;vU|OɂILwc'H\0ޥ#l=F|X;็rZ I[G;M\LDދI E遼]/J!AE c _ Vkh (MGBǼDYp/۳Qa1uF}uFΛ5#P_>eF{8})%0YAg ޅ3O AЯ1_Hz%j0Fj)En[` 8U_>Þ_^*?Hݦ$]"4!4C+$ m^@HcVT Mڦ)7!MKZ*7GfPOcpUo4*)[D~NՀ`̍%DKC;fbJBg{wOQ5C;t&>P!:4eO^Mjj]QL ]EUl2=ɦiye S [PDm"zsWc!p7}ADLEnBr=gNCkpQ| H΀'qYUaVC s̔h_tZ_#GJS,S3z/_v6HF}aiWbiD5_5]͡Xqୢ˲,\{ї3 %=BXѣ@v}'@4: M^}dw:>5) TbWT ;? Wp~pAf  $nGz =Nxl4"XkOYH;nLdJQqɫNgf{c>V)qx92RRIqyIJB׼r c?R S|\ FRO~ >h ɥ/D3yZ'N˷_|L0g6 ʷ(;lWcO6C~!-%^Koo^'L*{ KzMϪs32 vsß;F~ӓd9'0˸B_Uoߝ*9e(n5>E; D;|F{I|=ᱸVppXM16hS@.>BL%b@()6=n0Q9PnXbΨ6qfIQJuw<$M;ӟ*<J{I*s?) i>G@5Hʇ[??CdxroPƧ xg&e*1\hQ/A蘝oXiw0aCE\R?ymc&1"We wAՆsg'Gh Rk[̄U-8D ²1C1Clڏ|E40CG cx䛕}vǼPlՓo5X?E׮e',TzYB㌞U8T~  ;8ƭtt:ilxQ/tx$&!]жOW[z8Dܠ*8z!F!iNШ|U{' H8KW}/ЃFNn9OeC;UI8t1\k  `; YZ