open-vm-tools-12.4.0-150300.49.11<>,LfAp9|}8<8ZU5lڽ~5@)j@BR?d $ ?HLX\u &!K}}  } !} #} =} =}?}B}DvD}FG2H2M|2(M8Nn9On:WFn=>?@BFG}H}I}XLYZ[\}]}^#bcTdeflu}v"wp}xd}yXz$,TX\bCopen-vm-tools12.4.0150300.49.11Open 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 guestfAh02-armsrv1,XZSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Emulators/PChttps://github.com/vmware/open-vm-toolslinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vmtoolsd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in vgauthd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi 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***B8*2Lq>Q2M"@''R `   X  H   (* @ (  X    ` (>Yg9 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큤AfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAWl,`ԜfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAeMeMeMfAfAeMfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569d1f25a776f52380d6cc8cea7bb85a2a61f7dec61417553a903d33a79533fec1152214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4cae10f44ef8cd04f215c7f9deac3367e5bd745a7807c0cbf57b8187cbd8cf683b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1e31aa4e42d605a622aaa8c9f9bbd17a5f2a095369381f87d558b5e0987a212b3c6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e6674992cef74e3d00707b52f27f6333270720071089cbd41adbfbfce9251d360537b6fbeeb2325bc7f0fc40c46cbff612030473a0ea475be9a7925575b221dff09699a7ba3496ccca3b07438a10680e1e10d8c616cabe10faffe2ccdf252cd553b74899fe672e97899695f2c509b15b73b7952a651f878164f91963644d109cebebe20dbf66b61ad7a276cb8b1b2c15d6b57b82c90280ecea393a0755e0f29cd5915b8e3b645e03e463e77e9d98999b8dc3958232b13265527ac57e1b464813def4b64d5844e9ed62c1931b96473981a45deae16aaa5b2ff8e21dedfcbc434dfc35878b50d9f6986b478e22bb7364e486b9b57260dd3a5da5978bf4560fe505d71096be10793d40b38eec41e172ba6da9dbf34cb3de6fa80c3f5e1f01d6fced8fc2d798703102d8ebe1ae199d81f2bc376fb091b3a2185aec13e3c60799ba5f8470b4e8a65e704df2dd31481033b78876f93015a058316bf161deddc1a03bc8f0b2764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75a78dc3d9f0ccd44dec4fb46c1eedc17ed112872f2e67f3c95ff8c506804707d44501d49a8d2df5adfa2c2201b454a943ccd104dcc1d90d673088ff0903c911f5c3fddc566974ae9cfbca3723279b313f318957d459c8a39ee0b13bea385d622a0d58cd2f7cdd5ff2004f2a87634c17e249175929d934862ffdf05ca42fa8c4a9601d14f6dbab9ed28f18947a64de3dbfb322e11a665e4d5533399c87d67c1917e28d42f148d6a99fda72156d323429e78eee27182fbd8eb25e4e08465425f16fd3f7a1172d9d1bf7bb4b0cdea932b326588dee2e59a1aacff0f12617df9687932937c70e0a2a7bc42dd9d4c38cf5ec9fbcf8c63db12070c02269235f93d106df22d62533d8f12a5b4227c91c6773317b4a5f635d9b00ac588d80b1a940ecafbdde40b510155246d1313442f4b09e169304b39bfa40e96d141e297d012be59eb4b752b0edc063362cfbb1b16e3769b8ac5a9a48b1052ca895d188cadd1f65262b1a6ab04213fd96afadbc4c9f84d51452463be8b2a13429748a5819342ac8e8b3741f1f8b25b24e0ec3de1b4d00cc7470683111f961aa561f345ac399570f4cfe1dcd6f6fa9bda2db5ef63529027f07b1effcec37bc247474aa6046d973770c68b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ea97d1d569984cf1f1ac8a3d1b923f9fb0867a9d5774ee8effc6d25bde2b525d46d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac55ad1135a3af85ae9152f733ca0d9b03f39f077a5a117489c8067c2446b98ecc0d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-vm-tools-12.4.0-150300.49.11.src.rpmconfig(open-vm-tools)libappInfo.so()(64bit)libcomponentMgr.so()(64bit)libdeployPkgPlugin.so()(64bit)libgdp.so()(64bit)libguestInfo.so()(64bit)libguestStore.so()(64bit)libhgfsServer.so()(64bit)libpowerOps.so()(64bit)libresolutionKMS.so()(64bit)libtimeSync.so()(64bit)libvix.so()(64bit)libvmbackup.so()(64bit)open-vm-toolsopen-vm-tools(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @     (kmod(vmw_vsock_vmci_transport.ko) if kernel)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(open-vm-tools)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libDeployPkg.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libdrm.so.2()(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.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_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)libxmlsec1-openssl1libxmlsec1.so.1()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)tarwhich12.4.0-150300.49.1112.4.0-150300.49.111.2.283.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3f @e@e}@e@eve?e5e2keje 0@did@d@ddP@d,@d"c/cci@cccd@bA@aZ`s`@`]`OL@` l_ǁ_/@_"_V _H^W@^^א^ϧ^@^f/^b;@^*@]n]]?]Ik\s@\\\u*@\]o@\P@@[v[[t[m~@[h8@ZnZa@Z@Z;@Z3@YYp@Y@Y@XDXXCX@XXQ4@X@X'@X@W-@WbWXW#LW!@W@Wo@VzV]V3[V(U@U6@UU5@UȒ@U@UU]UY@UHUT@TT@TT|T|Ty@TcKT`T`TSyTD@kallan@suse.comopensuse_buildservice@ojkastl.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- Remove protobuf < 22 dependency from spec file (bsc#1217478) Required linking with additional absl libraries for sle_version > 150400. - Use (boo#1222089) for updating open-vm-tools to version 12.4.0.- update to 12.4.0: https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/ReleaseNotes.md https://github.com/vmware/open-vm-tools/blob/stable-12.4.0/open-vm-tools/ChangeLog There are no new features in the open-vm-tools 12.4.0 release. This is primarily a maintenance release that addresses a few critical problems, including: * A Github pull request has been handled. Please see the Resolved Issues section of the Release Notes. * A number of issues flagged by Coverity have been addressed. * For issues resolved in this release, see the Resolved Issues section of the Release Notes.- Use %patch -P N instead of deprecated %patchN.- Own %{_modulesloaddir}: used to be present via udev-mini -> kmod - > suse-module-tools dependency before.- Fix (bsc#1217796) - Fix outdated libxmlsec1 dependency version. Updates to open-vm-tools for SLES 12 SP4 and SP5 are now being built againt against libxmlsec1-1-1.2.37. Update the spec file to now require libxmlsec1-openssl1 >= 1.2.37.- Update to 12.3.5 (build 22544099) (boo#1216670) - There are no new features in the open-vm-tools 12.3.5 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release resolves CVE-2023-34058. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0024.html. - This release resolves CVE-2023-34059 which only affects open-vm-tools. For more information on this vulnerability, please see the Resolved Issues section of the Release Notes. - A GitHub issue has been handled. Please see the Resolved Issues section of the Release Notes. - An update to the deployPkg plugin to coordinate with recent releases of cloud-init for improvement for guest VM customization. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.5 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md - The granular changes that have gone into the 12.3.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/open-vm-tools/ChangeLog - Drop patch now contained in 12.3.5: - CVE-2023-34058.patch - CVE-2023-34059.patch- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer needed, nor used (since 12.3.0 release).- Fix (bsc#1216432) - VUL-0: CVE-2023-34058: open-vm-tools: SAML token signature bypass vulnerability. - Fix (bsc#1216433) - VUL-0: : CVE-2023-34059: open-vm-tools: file descriptor hijack vulnerability + Add patch: - CVE-2023-34058.patch - CVE-2023-34059.patch- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable the spec file fix for bug (bsc#1205927) for 15 sp3 onwards.- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards- Update to 12.3.0 (build 22234872) (boo#1214850) - There are no new features in the open-vm-tools 12.3.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - This release integrates CVE-2023-20900 without the need for a patch. For more information on this vulnerability and its impact on VMware products, see https://www.vmware.com/security/advisories/VMSA-2023-0019.html. - A tools.conf configuration setting is available to temporaily direct Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior of ignoring file systems already frozen. - Building of the VMware Guest Authentication Service (VGAuth) using "xml-security-c" and "xerces-c" is being deprecated. - A number of Coverity reported issues have been addressed. - A number of GitHub issues and pull requests have been handled. Please see the Resolves Issues section of the Release Notes. - For issues resolved in this release, see the Resolved Issues section of the Release Notes. - For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0 - Release Notes are available at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md - The granular changes that have gone into the 12.3.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog - Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests - jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4. - Drop patch now contained in 12.3.0: + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch + 2023-20867-Remove-some-dead-code.patch + CVE-20230-20900.patch- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900: open-vm-tools: SAML token signature bypass vulnerability + Add patch: CVE-20230-20900.patch- limit to protobuf < 22 for now until build failures have been fixed- Fix (bsc#1212143) - (CVE-2023-20867) - VUL-0: CVE-2023-20867: open-vm-tools: Authentication Bypass vulnerability in the vgauth module + Add patch: 2023-20867-Remove-some-dead-code.patch- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch, 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch [boo#1210695] - Reduce generated script size by coalescing multiple %service_*- As per jsc-PED-1344, update spec file to only build the containerinfo plugin for TW/SLES 15 SP5 and newer.- Update to 12.2.0 (build 21223074) (boo#1209128) - There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems, including: - Linux quiesced snapshots have been updated to avoid intermittent hangs of the vmtoolsd process. - Updated the guestOps to handle some edge cases when File_GetSize() fails or returns -1. - A number of Coverity reported issues have been addressed. - Detect the proto files for the containerd grpc client in alternate locations. Pull request #626 - FreeBSD: Support newer releases and code clean-up for earlier versions. Pull request #584 - Please refer to the release notes at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ReleaseNotes.md - The granular changes that have gone into the 12.2.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.2.0/ open-vm-tools/ChangeLog - Update detect-suse-location.patch to remove upstream accepted portion of the patch (jsc-PED-1344).- Migration of PAM settings to /usr/lib/pam.d.- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically.- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.- Add containerInfo plugin (jsc-PED-1344) - Add dependencies on grpc, protobuf, and containerd for container introspection - Added patches (jsc-PED-1344) + detect-suse-location.patch- Add _service to handle open-vm-tools sources - Update to 12.1.5 (build 20735119) (boo#1205962) - A number of Coverity reported issues have been addressed. - The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup. If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated. This issue is fixed in this release. - A SIGSEGV may be encountered when a non-quiesing snapshot times out. This issue is fixed in this release. - Unwanted vmtoolsd service error message if not on a VMware hypervisor. When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping. This issue is fixed in this release.- Update to 12.1.0 (build 20219665) (boo#1202733) + New/Updated features: - Contains security update fix for (bsc#1202657) - (CVE-2022-31676) VUL-0: CVE-2022-31676: open-vm-tools: local privilege escalation vulnerability + A number of Coverity reported issues have been addressed. + [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release: https://github.com/vmware/open-vm-tools/pull/588 + Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit) This change incorporates the support of 64 bit time epoch conversion from Windows NT time to Unix Epoch time on i386. https://github.com/vmware/open-vm-tools/pull/387 - Drop patch now contained in 12.1.0: + gcc_size_t.patch- Update to 12.0.0 (build 19345655) (boo#1196803) - jsc#SLE-24097 ECO Update open-vm-tools 12.0.0 + New/Updated features: - Support for managing Salt Minion through guest variables. A new open-vm-tools-salt-minion rpm is added to handle this support. jsc#SLE-24094 Update open-vm-tools 12.0.0 SLES15SP4 jsc#SLE-24095 Update open-vm-tools 12.0.0 SLES15SP3 jsc#SLE-24096 Update open-vm-tools 12.0.0 SLES12SP5 - New ComponentMgr plugin to manage (add, remove, monitor) components on the guest VM. - Patch to fix potential Fail to Build from Source [FTBFS] (boo#1196804). - Build vmhgfs with either libfuse2 or libfuse3. + A number of Coverity and Codacy reported issues have been addressed. + The following issues and pull requests reported on github.com/vmware/open-vm-tools have been addressed: Issue # 128, Issue # 314, Pull # 513, Pull # 544, Pull # 573 - Added patches + gcc_size_t.patch (boo#1196804)- Update to 11.3.5 (build 18557794) (boo#1190987) + New/Updated features: - Added a configurable logging capability to the network script. The network script has been updated to: use vmware-toolbox-cmd to query any network logging configuration from the tools.conf file. Use vmtoolsd --cmd "log ..." to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. The hgfsmounter (mount.vmhgfs) command is no longer used in Linux open-vm-tools. It has been replaced by hgfs-fuse. Therefore, removing all references to the hgfsmounter in Linux builds. + Resolved issues: - Customization: Retry the Linux reboot if telinit is a soft link to systemctl. - Open-vm-tools commands would hang if configured with "--enable-valgrind". + Spec file updates for: - rpmlint errors - arg_xmlsec1 --enable-xmlsec1 for better xmlsec1/libxml2 handling.- Update to 11.3.0 (build 18090558) (boo#1187567) + Resolved issues: - The following github issues and pull requests have been resolved: 446, 481, 500, and 509 - The following Pull requests have been resolved: 474 and 505 - A number of issues detected by Coverity, internally or by third parties, have been addressed. - A command line tool, vmwgfxctrl, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module. Currently it can both display and set the current topology of the vmwgfx kernel driver. It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups. - A command line tool, vmware-alias-import, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service. - Enhancements to support or utilize various vSphere features. - Fixed bug (bsc#1185175) In vmtoolsd.service move deprecated path "/var/run" to "/run" for it's PIDfile. - Update pam-vmtoolsd.patch to compensate for new line numbers. - Drop patch now contained in 11.3.0: - open-vm-tools-glib-2.67.patch - open-vm-tools-pollGtk.patch- Add open-vm-tools-pollGtk.patch: Fixes boo#1185103 GCC 11: open-vm-tools package fails.- Add open-vm-tools-glib-2.67.patch: Fix build with glib 2.67. Patch has been borrowed by Fedora, upstream is still busy working out a patch (I'd not be surprised if they end up merging this finally. https://github.com/vmware/open-vm-tools/issues/500- prepare usrmerge (boo#1029961)- Update to 11.2.5 (build 17337674) (boo#1180997) + Resolved issues: - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so. - The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/467 https://github.com/vmware/open-vm-tools/issues/468 https://github.com/vmware/open-vm-tools/pull/469 - A number of Coverity reported errors and false positives have been addressed. - A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need the modified Makefile.am portion of the patch which copies the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Enable build on aarch64- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But as configure explicitly looks for it, it is our own duty to ensure its presence.- Update to 11.2.0 (build 16938113) (boo#1177987) + Fixed memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest. + The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed: https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/pull/431 https://github.com/vmware/open-vm-tools/pull/432 https://github.com/vmware/open-vm-tools/issues/452 + A number of Coverity reported errors and false positives have been addressed. + A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at: https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog - Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line from the new suse file. Modified the Makefile.am to copy the suse file to the /etc/pam.d/vmtoolsd file rather than the default generic file.- Use libtirpc also in SLE-15-SP3- Update to 11.1.5 (build 16724464) (boo#1175573) + This source release rolls up the SDMP fixes release post 11.1.0. + Fix serveral Coverity reported issues. + Address github issues: https://github.com/vmware/open-vm-tools/issues/451 https://github.com/vmware/open-vm-tools/issues/429 https://github.com/vmware/open-vm-tools/issues/428 - Drop unnecessary patch: - gcc10-warning.patch - sdmp-get-version.patch - sdmp-netstat-to-ss.patch - sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) with new 'Service Discovery' plugin (boo#1171765). - Reenabled building sdmp in the spec file. - Added patches (boo#1171765) + sdmp-get-version.patch + sdmp-netstat-to-ss.patch + sdmp-warnings.patch- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764) - Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from pam-vmtoolsd.patch as instructed by vmware (boo#1171003). This should fix both (boo#1171003) and (bsc#1172693).- VMware has now asked that in updating to 11.1.0 (build 16036546) (boo#1171764) to hold off on producing the open-vm-tools-sdmp service discovery plugin (boo#1171765) for all SUSE versions due to the plugin's dependency on netstat. Once they have removed the netstat dependency we will need to go through the ECO process to get the plugin added.- While updating to 11.1.0 (build 16036546) (boo#1171764) hold off on producing the open-vm-tools-sdmp (boo#1171765 Service Discover plugin) until it has gone through the ECO process. Once approved, will resubmit to include the plugin.- Update to 11.1.0 (build 16036546) (boo#1171764, boo#1171765) + open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. For more information and details on configuring this plugin, refer to Configuring Service Discovery. + In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer KB 78903. - Spec file changes to remove the is_opensuse macros where possible. - Remoed the mv vm-support line from the spec file. vm-support is now automatically placed in the /usr/bin directory. - Added version number to Requires: libxmlsec1-openssl1 to help with vgauth version checking. - Added patches + pam-vmtoolsd.patch (boo#1171003) - Drop unnecessary patch: - app_info_plugin.patch - diskinfo-debug-logging-1162435.patch - gcc9-static-inline.patch- Simplified the conditional around systemd_ordering to just use suse_version >= 1500.- Update to 11.0.5 (build 15389592) (boo#1165955) + DNS server is reported incorrectly as '127.0.0.53' when using systemd-resolved. DNS server is reported incorrectly in GuestInfo as '127.0.0.53' , when the OS uses systemd-resolved. This issue is fixed in this release. - Conditionalized the use of systemd_ordering. Use systemd_ordering for factory, openSUSE >= 15, and SLE >= 15. Use systemd_requires for older openSUSE and SLE releases. - Conditionalize out the use of %license COPYING for SLE 12 SP2 and older. - Added patches + gcc10-warning.patch (boo#1160408) + diskinfo-debug-logging-1162435.patch (boo#1162435 and bsc#1162119) - Changed g_warning to g_debug + app_info_plugin.patch (boo#1165955) - Drop unnecessary patch: - fix-leaks-Aliases-MappedAliases.patch- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. - Use systemd_ordering in place of systemd_requires: systemd is never strictly required to run open-vm-tools.- Add gcc9-static-inline.patch: Fix static inline when building with gcc9.- Fix memory leak in VixToolsListAuthAliases and VixToolsListMappedAliases. (bsc#1153271) + Add patch fix-leaks-Aliases-MappedAliases.patch- Update to 11.0.0 (build 14549424) (boo#1151523) + Added appInfo to publish information about running applications inside the guest. + Provided sample tool.conf for ease of administration. - Updated spec file to build 11.0.0 - Removed libgrabbitmqProxy.so, vmware-guestproxycerttool, and guestproxy-ssl.conf - Added %config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf.example - Drop unnecessary patch: - gcc9-warnings.patch- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969)- Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623) - Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435)- Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests. - Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch- Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435)- Add gcc9-warnings.patch (bsc#1126102).- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435) - Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don't send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info.- Update vmtoolsd.service to support cloud-init customization by default by adding "DefaultDependencies=no" and "Before=cloud-init-local.service" to the [Unit] section of vmtoolsd.service (bsc#1121964) . - Copyright year updated in spec file.- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform. - Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type. - Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names. - Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch "cloud-init -v" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, "cloud-init -v" will print result to stderr instead of stdout and it makes "forkExecAndWaitCommand" give false negative result. 1. added a new bool switch in "ForkExecAndWaitCommand" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for "ForkExecAndWaitCommand" in linuxDeploymentUtilities.c 3. trivial change for some formatting- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15.- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868) - Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c.- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option '--enable-xmlsecurity' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE - Drop unnecessary patches - 100-libtirpc.patch- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572). - Drop unnecessary patches - udev_rules-disk-devs-only.patch- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).- The VMware provided open-vm-tools-deploypkg is now obsoleted.- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation. - Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch - Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file. - Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11)- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.) - Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name "text/rtf" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6) - Drop unnecessary patch: + glibc-sysmacros.patch- Fix unowned /var/lib/vmware directory. (bsc#1028866) - Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968)- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers.- Don't require insserv if we don't need it.- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module.- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600) - Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules]- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcech@suse.cz- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes - Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424) - Added new vmblock-fuse.service - Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz.- Update to 10.0.7 stable branch + Added namespace command line utility "vmware-namespace-cmd".- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81 - Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS.- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4)- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled. - Remove gcc4.7 requirement for older environments.- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory.- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0 - Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch - Remove vmhgfs define to ensure vmhgfs is always built - Only build kernel modules for versions <= openSUSE 13.2- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236)- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384).- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it).- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails - Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures - Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch - Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch - Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes - Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - Add libmspack BuildRequires (deploypkg). - Add openssl BuildRequires (grabbitmqproxy and vgauth). - Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support). - Disable deploypkg for older versions of SLES and openSUSE. - Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth). - Update spec file to be compatible with SLES and openSUSE. - This update also addresses a suspend with systemd issue (bsc#913727)- Handle kernel 4.0: we can't just compare the 'minor' part of the version anymore when applying patches.- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618)- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+.- Remove modprobe of deprecated vmsync module from SysV init script.- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12.- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4.- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+. - Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+.- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420.- fix bashisms in vmware-user-autostart-wrapper script- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0.- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch). - Enable building of KMP packages.- Fix bashisms in preun script.- Do not generate timestamps in the doxygen docs.- Add -Wno-cpp to CFLAGS./bin/sh/bin/sh/bin/sh/bin/shopen-vm-tools-deploypkgh02-armsrv1 1715593970  !"#$%&'()*+23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~12.4.0-150300.49.1112.4.0-150300.49.1112.4.0-150300.49.11 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:33163/SUSE_SLE-15-SP3_Update/b70b964ff963f5fb4bcd86b652e42f30-open-vm-tools.SUSE_SLE-15-SP3_Updatedrpmxz5aarch64-suse-linux  !       ASCII textdirectoryPOSIX shell script, ASCII text executableXML 1.0 document textexported SGML document, ASCII textXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5430d94a1d637eb193a23efdc294880243ed69bc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f8d8d96ba40b3605b476435798344028882ce7ba, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=fb3312479df42a13ae82f18172b0b198fe065589, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ab58e1533e9928b376d14b0cbdf801d445a2debb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eea11dc230a62d10b422621e8865bc908c099e6e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=643eadc4780d4f02b7a1ab0627fdcbed5c206281, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6227be0bc0f78304a73837a13bc074ee4bd56c00, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3e28d7e8b3fd6953029b133dca0cbbc2ca288838, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e514569faadaa622938c6a1d788d663fe8383430, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eeeee99529456dfaf18275fe365bb844cae985a2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6ba4c2d6fd2c44a40f416f65c5000865208c3c71, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e398e301d6d86b41941b1143579ba1e97824272b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3881c93b83364870656194ef41502d30a535d04, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=31e70ec933fdcb083b009a7338598bfcb3f4e4bb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b74c16453922d34cf4ae390185fccd219d657e9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=adffc70b070a9afae8aea30b60827b9e082cb47e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=76af98f7d9ad670462b82109f7939b3cc6f44230, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=07608a6db595368124a211c87d911fef373cf175, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b84e29d3bb3ad50852b36e01679f0c55865a01f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=88c6b1c374366aeb0ceae50a7fe493d2c048a898, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=305461463d708b263fa5de0523b164ca9ab28d56, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=08fb96a5b28596a2eda2774477a26be668400ece, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=735ef9de8c4465c16c72d087431ce6418499206a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=efcc0cd1f258fb0aadeb5b2c8d6d9542974589e1, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines"-6<DJNV]dijs    RRRRRRRRR'R&RRR R RR)R%RR RR RRRRRRR RR#RR RRRRR R R#RR RRRRRRR R"R#RRR RRR R#R RRRR RR#RR RRRR R#R RRRR R RRR RR#R RRRRR R"RR RRRR R"RR RRRR RR RRPRR RR#RR RRP RRRRR RR"R#RRRR RRPRR R#R RRRPRR R#R RRPRR RR R#RR RPRR RR#RR RRRPRRRR R#RR RRRPRRR R#RR RRRPRR R#R RRP RRR!R R#RR RRRR P RRR R#RR RRRP RRRR RR#RR RRR~H|Q34%systemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-861ba14f6ac2143b9f2a6b011cdf5247b149da5891a8877234da08d27eddc7518?7zXZ !t/4 ]"k%IN'UN#i mI_niv.3E !Rmi, 1NrXBq$ܞ`vOi L[z it@с1.PpF7`@-:iX su(ݾg|x^i,(}]x_0a? lSdS:X+9"WܧX!STHM&6΋87ѿ+R ^)| (G}h8; Fe}Eb:ʅr5 >AS0w/+:$Cc5}kס,?uTsSe)]r<7=#(V܎7|!SSL/"1Q^72n0xvROBj>gv'y<<uP<)-׹;S&"3[F_j[o(GZMfu֗'Zw^V=1 SM5VRA=]ahVw}5ÍZiXH!OTkZ'P9f. b>dKMӍ= X9K@zbG҅CL$ /3-i(kH"C!0q)!kZ7 ^&6Zk9W Ǻh==.N%=tumR%7˪m]}8(qqx$Go4!@B7y5+ץ5]S8Vs)q>>yYo-I \X T z>T3AD|C j`vtF]7n<rL0fWMX0?Xcf7F/BAC}c>myA@ ˳hUaSCe~ܔа*l7G? 64-+XIv >b9Xʜݘv:"*QU4DM1P!ѵxvIoGbMOjU*w'#n! y,KO'ocm?L(V÷nދXϠāxLuwb{i=b2Z{A0"̊-E!† ̴e A/鐕ҌQC IMskP?y"jՠ 7t ӏfivCԁ[se5Ly S:r$ޑUź?NeYXgKk n.?Jpr{pb!r"M$`CQSl ,gmt8iNhKQK`|PhJP-HR)ҌA=s\8OX|\,S~}Y:3c퇴p!orˎ JtSےt˪))mC"߫Qҝt9y+(GC|P(K})XX:qqN.fv54.SoJVb,in7 C_W \gCON"tVÂ8] x|#p9M5rb Ct,kC/WcԘUA^WP`gצg~4 Zx8yG!I˼(ȂƵpa} Q%C5keKqXjÖgbJF)kC"ف"fhH 7i`ċְGVD?!VO`c}}+p5 m˄TѠWD_,"a6e)TSM Q83o9Eo\4wsY4GxP x }CWEEI$m Zuʶê\?s;C_99#C=Z^]`zIP8yY%(Uj&l |FaH"L]+ MA?ݳ>VkEOPR$7@wҠ|u+K7%uB>2ь?ث&bؔw! Ja:xv&=p1P]O0iOd|BmnSX<w8"D|ci\8"czm4`7_?t1hdO &P?LB豻fE.HGl+& ߫i>tg6=)cŌ6fDP a. 8!![4hJmZR^SoP͡~Y*J:+G3n? -DoME'2*'; Cܭ1FVSvI.vENܰ)†. .50h$h Q5H&[ dT N=`A79Vd}r\Eo8rS:q>PB ]jH1nr 苮ؚ&K:V޼H1V%,4sy<&-Ul|%d}te3|ff TGh3T! J'53Q})a{fu7R 8!i$[Q|41rՌ Xt ːtfpڭSq]oń/f$Jp ;eEؗ)WM@=T2C'Yk(24N:^3U ~\?;T=牘.cxN~8XsS4)Nނ,(HFOΊJ7^Dt F|fb#!5>}No, <=3}"t ifg >‹eb]|_z%r I^R-??0sµ'(sj,%>U72hdq0/WLXd88N Wl@K1?-o}"/%8#3tT2]L4YgG,RͺBR6!NMƀFW|=u:bnT|rC;DnKHcϏCDbl:=2-40mC#,&Y0Ǻd WdN_Ld,HfzRyLJ?=$h&W6N H'^J²('hMV/tgb\yOdßgFk`8o8{6`M.42E |$y׿\ mHuWqg?uSz+&mmhI6@"?iz:̃"w>k ZSKcc=tI! MڲD/)bS~ynQDxCMNBt zknaB0-a.3n٨;[^ JRCgUh6/$n]Kt ޏ^n{-F@*-ohԼZJzƢLoVqw{gF^l؛n&zAݞ3rVz(aߥ=].0cn-SϾ;7s2rYϘ K#$>-Cc P[$]eQ B:NTH7s1 jt0x[:K82)M3;x8wHq H>qT×;6'jQ{Qxs!({Pݲ]uur56V/!~4(ջ <*ܣC1>/YWD!Q8&{<$T:?xul*OȖj)k]\ZLZfGUP $dzl >T$f']Vu*캧cF036FP%`dLž1J 5f9j ]8 2w+ԑl vexM[9Ty]_\8V̻M({@trOu+5#ulNy0r11Ϛ;/D$a:9㑤eDTŸh?'sZ ~ō)?m8bwL$1C@iRd[Gǥl/tS&3wH6lmk@pMIn1NT0nA9;˦;k\cf_E 8F5JsjOӖ<qv&Cc-bnW<^ WBYϊ- Lc"c;t')v=5&RXYoЂDoG?BlS3, '%b~rZyP =\DBٮxx@h"BǐPK$Oht˅] ̥"j>:X%Ǵ bYt@Ęh™̦Ϛ[2BF8L0 (];)8T)foyn Cь$*{wcMsr'l|Bο*mC.B%rŐbZg7):8z-'z PF!& ̈T^;2fn9EgjVbIѯ!U"A1H WCPж/^T){)ϝUP?=*p>ifݿ\R8A+Ž|4HE++nH4|{kC")m^=PN[$+-i] ~u@&2ӛ^ɐYcV2E\FPQd^`ez'+@%eg4NE,NxХ~I`7iaGU6lxj-m%@k܅l͉~]mc/*f*mRjiD)s(R W~m0ҀՋ^949[m,bŒEh5:U\6B鯣81UW]:ƕ"8tҲ 5*6۫*\,/2y\gCUض1B[01C+eID/V60a)@-Cd! Y씈uuiH Vyyh=Pnizl˷2mkGKyx_i$UQ/YGZSF/C?! nU&0 \W ̽LoάSDG!Uc>CvH>6'ęN!rFl!rj 8(P}Q ˴VG$b9ݽ.lep(~bo4}Fp ͟0 q0{V+Scz3BF W"q ;'t=wew SZ/d* dmMgs64j~yjE]K]vMm9gi"j莗sPHY1xBRMİ1I7 : {|r .T@6G'K u͞@J;ױ[FB+YƛB8DާCwVJ7?.6)r-:c;2geLaK^IO ?_2Tg_%2գ'ρ|LeiM=)3QԆ/_Mo<;I+ Nʍ F5 @Џbܹg:A'D_eJdSP0 w(Y{MDb#5Zϧir$ifms zX#j=38L\of">i Hq`p[ 9_ I Zpâ?PqQO.>p˴K)s0~AP9!aok2d1Cria @[T2)O#Y0:9!m1OVPH?plϽRAN2:ܝQԺ.(G=Prp Y|'4A^4z:rjm:^F"!?}@ g4qq7U4@bͬvS2n[0`Զ=HulTEhfۦb|7wՔ' V\X{= _> uZ_\B!H8l?Y/$=ɈյXqD"g=~Uۛiއuyx%e6(0 WlF2o&]yyL X1f k=b](V9Y;GԺhqX/#+uK0 GDo"쌙@]-OFU|9D@q9\үފY;!Am8n RPߥ&3ZgĚ PTػ/Zy6eq2S rl9OIh'1„ [?x?NN&k䫢@۲ڡKkcjMP|r%]q-IFDa/L 3"qsa Sô燦"Gm%$l^|jҮk9=N84X u 8{Lb5 | <̓b36p%C?q }%-ɯph'V'#]3~s|4SG0l?6hP- N2 !O'Գ۳$O=+`Īcv|hk`ݽԐ1 Nd?0pc+R` 0q=nf=o4^W*]"ieSOL0M0gףXi3@P LN*]%pW.Q顂T0 V ._IULX.)p,;X"#^%gsZ#͢" t:>&[tR#a '@b:Q(BDrKO:՜ǟA|XD9m~FYgOj'Y(p=߼5+78okj`)lf:ig/N A6WVG}Bx Rҩ|Xh#y|XyA(yc6wIgơ:Au9NYד.ʴVtMd{r, ֨Av?AǢ4TD8A{>g, G2=fYab9rb:VN$p>4"XNݖ50e'3x GMؼ"CNV'd'BS6|9UYp"3ַޠdo$deiP?ql?W4eWpTkKFl:u8BCS(A9Rf='}L-3%QJF؜n.㳫P0˴yGv}x6 ;RKh?<-1:u'z!]Fn36!"X1|BhB^SnB 4
    "~.OTV1 uZJ K^a#8%n\ `# ,r`/Un`>r{F@u\y!eB6<ynNshYڛ-\KE93?='OS0~ۅh ~ Qh4]E˵K)$Q` 3'ӏnfwI!A{|Ya?e!IQϾ) kFUaܽZ $N.wCrpZI`)Go{Cs,IB[~UhU76 ']d#wyfY]5‰{ ||Me<y$|s[oӋjB\3\D?_O:`}8:9%j\L6!``r'@XFƗ+!k@V* :@D3FLkx&A{X#ICF)z8]De޺0UˀU  ?‚0 eQ;4PyoˊYBd? :0>^{ޣ,Ɯ=9[#E '*gsBÄ] (8%wAR 0T!ʊ rujAT\{L;CfG#4.6/-G0"C]kzk f 8%$BQYaOOcpZg#Izy_o}uvsGll+x3qN<ʲ? KgQ4#K@LMfJ>:L.Re!蝶_&K[#Ψ#YkӁ}ro۫ Pp_LՉ^ czB |,\6HK#^hDI~;Q.jlE$Y.tgȮ2eo&T>'Dk\`;:b܍kFU|lG[xAeC{ӣ6DN3!YqOh:fBJ Q{P/H^5sdC\P`Gw̲hV,YYypAQrB n>Z9D)mn!q"Un Ô֮J>[zBI'< BS !򯪐1pځߙNc&^ yt[k) @CQk '$y$<@z/Vp$%0PwIMA ҩU*<ؓ '1T~3l*/TRRS n̆a-\) 13pU?Z=)ۮiF#OIg֕@%h*:Yu[5_AXU^\b@k?MZOiT)Kɑ7ل] _UzT?h֥*t$'m-8b<񒭦\[!+Zؠ g:ƦHbw-I]2Ć5e,_X(vt._΀斢箨pf,4tj]ՙjK/[Eّ\_]*=19.S ad}DJ}y&/hfB R 8Ϗ3Skpj%J_PR(M=/~myq0S%I`Ʋ!jS'J@~,8ܠPeֽe Ӡǣ6_ZE58=Xt1G; ,W6<MԾ>5{Yr2oVQvu!A %҇aXNߓ\0\X$~۩p'>^&3G̔f 9r;? ļ CPKeΈ‡9 S>=:/&ZAT_p.1r#~晻LZ-L$37)66uZp>fy'L!K΄Ifݭ>X͞pֳGOgϽS%MՏ,-hAG1r@ D$x[_03’_9;Zl| ]r?+ G+YG=㠑qDyG=u!UD Va-K& Uݖ~<;( %r%D@5hJ$UCHˎl5IJQG,T~.I@cQLXG{]i;; هm'^O99|x&7}aF42m(WWݝDhvL(ض2} #r5eh[`\`'B4{zu`AΡ®ɢE.x{=0UuJ}E9eºSؐt W-gYV.fVePJl-R@#ST4(. \5*F+vX!X <5 9m}M^>Z`jA(27Qk&pUM9K#0?FE*Uu~Hqe>&k]$=`FPw;˝25-B}w;r;bN{)\&hAȲE1$Qbb%j2ϗM qKZ FH>RR0A/aT֢BX#O"кPfy8t/o-oby7PFio'-P&.\{2~98p.hl5;`8mD8p6PĹc5PG=LV)nż<sNȴ,G|ӵexT®ˏtfçR7wLE)*=QxD/>;3׎˔lzfJ@.g=G{4u?clKVH!%dSݕO} URɽ9laA;_-zkPmT՜=5-k+'Ѣ[ZP7r 1F[?!)ڏRO[tYCI Z ]5w7k%xR8 \kV8^[R46-UG F+YuW :o[h8'{h)hݴC|2UQ;$)W,3WDEEQ)lb_'[E4/9J10q8\pirA[(K )2>[_cr}hK냷cE&,2[NtKxAS'챀)7<ls]:m٥}t~V$ymI-҄.f6-vB(*[Yk͗h6YsSI z+Ui"%D:2lT2MSh1dFfCxxx({_UˌMCi&z͘:y3#49uC^4`kTt% r|B_xr 1/3:@Iznb FBFvN&&f:n1/S v@;N)a=br1JIH Nq-IHSG9:ȷ/{ eЕL5RSu7s)a)$ z"4Ю^o'["ӯ1L몤NMkU*xhq88(,' 8[w -f Esȋdq:< o @qf h>bC|)%ܓMm X rA;|Z `,3 oLm韾1)$0kK$jTHn( TfNvlsiew8aUFHYsl"wFc_d#ߏJt`㟣r9>L8ĺ\x+.ZZF!l0A$}}0QA#)(< E_}39=4_ZY8asyL߅Fz@ؽK8{%&6zy?$ał"|C&}sv˥ЊBA'',+duY{Tڟ)S Ў}([5eAǽLWkbu9q5gR J̌+- _Ӯڒ*!L%˭Jsa'osh^h(Q.{‘ē50H'VAV$K[F&90◮ h[k/:s!@VN2cUG iJٙAo0X[abBi$Sm#k`2g_|7N+*>4fj̢Ʃ}7xڮb$yey2j6ޗh< sܞCX^jjٽw2QҸ}褡2&<5dUʇGʋa>AxxmY8+(\ɡq{XIÿ5SLuy;Z:1S]~ll,yZ^ntbg.W`.HD7$_~Pj{)R T n!Ң KuRsB }xs[/GZbJ[Yo/JyGNZ. r+ INѢފhZxja .qʁA҇YR)? t2̙wJ2PAo@!:FX{,Xpu$()MiX̋.y>N@p-;k8庆| 菃ǷD- ;_3\VӜ֙Q3HigUtnmX`Rz8;ߎBsUn^I=lN!1+DA@g|ZuuVr/yޔ MuP:7_?A>Ɖ>;BYN#3m>z=\(MtSS ?lc\?$(E] Bɧ2!~-Vy>m遗W4TAZ*v%F;㵫% 'V0e@L_ݣRц+wwן/-^!Æ(\q'kPke (բCROJw Ŝt7K ?' ŷL\ү_b a2̩[oHg?uN:_4PW$c!Isxs薙oSbrU0L\$gK; X+jSyV/һ&;ި%y+O Sȧ(-⠂6{ńef Cv\U•TEgz$(7QC.lvF'FLU_u C1~Uԓw2Nf3~k7C6ls)oA>1Q`$9V20W2y~<mGú:u0ٓd=py 48J ZD{!Z w)-ۮȅ<ЄlBAQ n#)hiYxl[::Bf[V[=-yZ#7lKʂ)s=%f\>dX}\eG9T-E0#xn٥]q $.Du^:eVo#@?̵ޮ As&JX"̚5 k׵N|Xm2 :C,Ӕ9a۪-f1UmMұήNyk6dIV *t؀0͓O Lw&)#tьJ>&KI3nU(v,#?u11mRV07R-5 MXXRH#:$Ȣ VQ?aawb&NGcĔ%>vlŸ֚Hi5A=eܔK 5:- L«~z$)ZFuOѻEI>1.׷>28h]&[Ma!eIZY^c`o0~AJHŇ-l%ڏG]SFO.4P{֝"Ē9fq9EC(FΔ'A|%kClD|ryTi"*KKn5b;yqr+`ϟ+zsĂ8TI2q@" P>;ȇ(b`fԣ %zC0.:SX-O% gY,g>kL(xŗ$ʗ cnJ9E(*rƅ; .:$#h3`tKg\'v!# 0c\:Of7? 5ɹ1&>9A.jaâ6;CzE8Cr RC0ohR؀agoK#0uaR=˷](Kq꨹ЫqW=oA}^%6.yxEX fvQ Yͬ~ V:~YEP}S,C.I%Q v0 Ku4wŞuxBN2@44$&N;cK,DQo[m`eEg?t wxWbC5fܱJ?vYG1ȵ\\C_"N𗒁pzOeOU{zZ3"Q~ݹqlAV6h `"]X\ʂTׄ+j&Y -`aqǡ'25MaY"NZchIRjV~(@;&-`N͑y%~\Ǵh4t5_*VoiT1>?=} BCY."/IC׉W72W.=ήW[:s^~sdmQ;wۂq1(mrd&=*a+j=Ly&uH%6J lлT2y$RfJϪtRT;Zz+lw69I B^H)J8.lՠ˯dp/eK lQԏA炜b̕ւ1_?'cmڮ̈cmڪʫ"xsnk#JAR/65gl1!}d8(ZHNt2!,4p|4Xm-Q`f3VEWAԗgT7 @*6Ѐ$<{ fF.HrǮs1W3nB#긘F=DTȽHާarU;v+7Yɭ:lӄ䪀̒mK< (dOKԯ_脳ޖ1[sHUVC)'O*PlJO\)Uyf5ׄv1oA ـ_ ~*D`rY3ެsA6!ΒLuN۪,+Ȥh]qQ RPA*_hx.LFb긁z>l=ѱNM XƦOyV+Y2z2 ]DȌ#rs+H\b[h8AWKZc=zĩȅxԀǹ"06U0V3 BOJظ;}m.frφ+g/zf>88v9>[cY@4ha,J zhnJX75P5l6*ZX#qFr1JNgC# #RLN6*oy6|/\h޲{r]Y+Ou,I9 E$8:g M·5 {_(T]Gq:ءs lR40#R(86`%(NZXu)oVyj*t-5 J|PJh7)v҃ߧ0D.0["T骗EkHZyK?/gf\(WnI܀gxI}$¿Fd~/. UhmK{CnChS};p9՘h &ZcEB Sy2fUs8hd5W$SkL1WS/*ee|ae]<6;&Rhla \- RO:|0Wxv_b?&Ma8&J/۫,#7tcFcow::NRiy*NaSfgwO5Y{z/Ɠce7A}e%v4ll?7H7/s؀E$FL"/CΉ!;v|֪k^cP8mӣyb!A㥥a[l1|{C4 T g( poL Qͮt9]MRZ}3_ \fsom"քj7@k:%e#FRj#ȹ-2 |6ևor%@;Eɷ飜ҬeJCW'i3j~Ocz'l968N{,P +؜̟wh| hn9C5K/{,1~f;OF qТɷIN햼zsu8*0ǚDO7>PVrHo}-qRVn!T`.-׾G* *`,LA:KSvI }##9&Z e.E(E{q'mؽxT};Gur8o0'D܂B3 ,جç+y'Bܰ\W av6:7ӉomZz̤J1g$!<*9~ 'Vg m<䮮_Hx)DgU5xB; ~.Xolٹ.zrz!q$Ń7#چ➷=<*OeS3Pi@{sz 5j-GEvJ`+q084I.9؉ý mGWڸ)4)ǫ.a.{?EWP)+o4@LIb*F]sdnD-r. ZBKEO-A c%ۻKV"s̢ ql32:9/>^ ne[qg"fidN;s@㥧}m)q}+qyvm3ʪINXv~I :[]T ?5BB]0_$Da9 @ aF[x5 llR}+Sub* #hcp;S|I{WhN[Й_( D"wX׉ }8긥#i拮Oǰd8a^Sg2JKHo 㚘CD250`_<.mɴ}tX2VhڢjK0Az?-ii;ttԸ5IR9Lf|ӝDe/KP:' l-3tיacr<:a(3;t>`meQwUg/z-5_Rt ObRC~Am)RW2=~ C/D=xAA9MR_f:#Ųb4Kt ey&d&_o9yt/vV*,'ROn|߭'&gY]㭁sBb~J)KÎ@)FJ%mgb'ò#EIVqrMT,k'R!IK]=ܙ8tN ;SF Ȩ":lq!j;*o5DOG-Oc((nֲrCSO):8@[rxӸMU.U#X]udս$I--P"&PpӍԏ@6ǥktm9ڿJdEj:̐J6 oӄs+FVCC@bwoxPY((Z5ߚq~,Xbk ޷S2y/j1tR,lY{db6[pݽg_z9=ZՄպԵuW|Ҳ <벳CѲ"R[cC]jp/lbՁWSZ"OEJ5tj?+׭Ytsd f(؜a0>;̭F%>;qO:{EMg'~V"5)bH#>W>97|ɰ#BRC$jtY|f1`mLG艁=,jy/ne(N ŽnŊ{7sre20chAoe oyb= 1weRH:55d6:!ļ wW(t*< (W^(GkyI4^%^-)X>Wj{o5ZN_bqdpH1,eK-UZ؉5\ ~+ZE p]va/qd[ƒR0Hd>K=@u!L 9_$zf[ }|e YB>0! i ?D[2^IK$vk`61k<,ǔ'D٧dQN ^Gr*#2%z?Ξ1(+TMٳATfkVTbOj]Tn\ȿ a'ȼaBHo4,$Bc4s݄4F?mq;q) } }ʝij:3)"cSS![w/>+cfv&3~KZ8 -""=:tgi,?GN6.H<_BJ'3't#sK{6Ҽ1tԾ]l "mϑW2T\鍖t/.jq J4uKq82V7pNM$QPM#6R*h |TË>ԢnpMiRB{!5/M[J(s]ÇX0;:oe8m٫U4=_\[_-2Pԅ UU`ߌB2PZ4~6Kث&د=8PwHT@l,{1RXv HHNmg?M(pc()2葇pnC9\)wiJXB[Z982ӶF$b:YH}'tȊȅD_e?*TDڝLR@ &NJT[6&Ww):j0{-/CQXt%2BXD5٢9JCœh.9F dVU$끋c+N/*0w[3`T[mu'LP٫=Z3tL[ͲB#bUVZp87[ H!׌N+V2*_{}b AKhpo`X `˛"wӎ5C~~k6k7hXKN~ ;3^~*xy[faW* wS,oCLc-. Ftz\75ڹ ?/y$*&}c qM .nЦKDTxKbp?h|G4Es~5VǞ.OQx_9 4J>=v/ؙ݈1 a x2&3ek4Ftei@#rں{ Okb-&<,fςNam#m&!١t$i6Y VOF m=L#H0Vᓜ"V΄ƫ{v,f;lp ߉#;iޠd7KG C1RNr{hvGc(򟕱N > KvVoR};{FɬL9\Qt\CxoLmuC-PB6mhi՚H\t(BVJ%{b}}CuKj&'';B:L' ڕȄQ3uk{ ꫮv Ȯv 5korD5'TzW > ZcϕW' xfIOC?ȬjL - .H`5M MbdbY%̠>p-M)xSqe 1]m+^$DMG`8>ŬXR5PhO h~(qͤĽxmZ1 n_;3*DطW{ťe=EaL7m- C 5ʔ򀹦tPV.pyGƔnˈ76M4?\5$O+ֲmuts#l@l8@fُԔJAb3ƽ'߷>#;LCߒ)U}W!-viH\H2t€Am q~dD~sM:9A:$ G-oGaBQ݋eݙvLdwoď,p|1JS\*8:5F8QvzIr{|ss>'FwXBl- G|EQUyzMs57kӼd߂^Bҩr>:,{7뙵L‹J) S}J3.?QO8.^EZ< %F0y@0'|&ڮ˖RB -ln,bY#MR~BFt$d@2Tp'n:u#]bQRd&dluU9㥩lP69,yZ6BXc- Iu0zB7q!W tSN=v;$uh9UGK@ULL8VELs };l,+=uC]zM׳",Aq_kd3R\ƽKH^a>;RuK/bpGj>5-1ǍIb5PX4pBPa4ĎKIJ`;k_çܰKZPl|6sN<9paOwGp^}u d%iTL:= ށͱ( 0N#)P|̯|=Tl'U [ʅNY2$Re=5Naт,DtiaRyߟq.q|$-m@0V hԧwlCC_&J]%LdS:XLZMغKq2al 3;XG(Tn;P"[KU7kƼH/LL4j鴤ǥj_~Li&{]/`\ۙjYl!Q` w3%ֽ_lhhkխb?#"`:oIK8)Qhޑ(&80/=K(,As,2a_85JR*ԊR>EOrAxky۴-gnb@~/٢ Q@"(ƻ~ci3h1=,j?t2XR*ٱ*s nvP ?dGBC %ӼnϜr۷א,15o X`1>/),?}/\pN(lJnSPM_$5.zҽf-L< OKRnGY0d6σVck^fſ&5b۲Zz`Rx/7G5XLyٕBB-jR ෨̄aA`FUlFx:/>.AZ#v"޷zʖS|TdzMݛ0L،|O9hW/7uf\إ7+f~IJ$7{ׯU#:Dh ؤ*I{?fXϗMpFc7eePjTʆHўYkX8΢8ٲ>S U&n^˟>{bRm#Rr)ɌTө It"(a!,vbynVdy|| wN]pub0o}+ 8Ufx{mg)R #Ĵ;2hB++,wU$Kϥ,#)-1WuGgF7F2Z¸)pY;=\Hv'ksSœp ڃ#'~2}05PpwH]Gd0%! w~/S2FjZVH׈eB+SSPm* ON‘bS%$p0.k@#=wz J(fIDp C }fQߖ:^յQ2 :Ɉ8~xoB_&ԳQ'GeuC^H~AjPOyTmF:e˘2Е5=N`#82*(Cp4>p׹x(*/bk*WNSKei?l( Zn\$oNw]d١} YU,cL|?j~OyvTI [Rx;oybJt 蚀n-}^ي̌nOu5'H]Hn6D_]|fB$`&pɹ\H}J[DZSuvfDa@ӔcchFWT,fT$b=6=ʾ(,Wf?wd7mYBɢ~yD;*w bF [L-ڍNȘ܁ [Y &M\^o'ny&&.B4|/*o驙 e^~(;+ ÒagE_^ҕcM @0 j3@݀uMDCV`7E=׹V-KL)v<85{/M*79erL{j/c@M< "F#E/&]yj,eWUZ3r yAbeHԵ0HIC"0qr &8HҔ"LI ҧn_#"2aIlz"<ϖ*t< t/UVioSKo(AS4:6ja<-u!.('Pa)ꡚ78*X0,r=`+e`bY50g8~Eh:x~Z.MHrB왮M.oO"bSڀ~"_ߖѫTH$(C϶hwk+ =D߷VQFp4awe:IeS(:WOr@WTT' VN5VJx&ɍͳN5WقŨ(LEJxEL3 gcۈzS[&GNM"T~q]3@_} chb^z:qXư#W#:U2\M"|:;B], tNOC  gJ *ԑ_;Tz ;BܚQomXvtf @0ro>aS΅&n1r>_ysn?DBz<[N2j$ɒdg*[4d+(jg'E?}YGψVNM$W4)%@n5읫'[=畵ՌgGK:jʤqJV IsuTbx* mz&4Kh<+Q #< NDW>_ dbFR0,D27lw};+ȘM&1Q' M0>OWFѽ-!ͣU38{ʮпgy+|N`km1٪?cirgtk(M*)rhawN-DHo*%ÐWo=ⓐvTtp72E^O;n' ,KKrco^Yi*pz\^!])?(^/#*U+&'~=h(8X՝Ӷ^cub)ʔ0_,*[6x۠a#8 0ךdeΩQ~<)h5X「aUԳg]d  A_=Uά.Q8x?XmHI`To N/GaNnޞ%{,M56s4a㜧ruљS~JE٨yKsW<0Α )F0&V yo,74@94m;өnP*"c;H˺z$ e8Ht\=+u%|oj56`tXI(9Q狸J!hLr$F꟫`S,t[fZPDRu{GvЫUClZHJjܞ>s,&xtYMLMf0 Jҗ]rM.&^{>$=٫]vzAȟ9fyf'L!Q2h1@Ԓ eMܩdfp09\_SŗY7e&}kPCkDwqsHuR $zyd9pțb\I.悝eA%cs$kGUoPU,}#; L3±3-? MdpcoF9^@ZlϑG&Ec!90&i< QLz#~!x '3a?U)8F踿: (5EO"Gt`9q\G5PV SHyZze$=yO|wUM*ZPj] B%rYz^ڪșN 0. rv` <ѽ]y+X&.9jTc؋,爮_wb46 iv_M0t'R YF@U}"Vr6g+~sᦴ!pV)~Rf9 aZfo7:1Bl$80%)Ř+0icῩ]@ʜ)9R-~1iZ(#K$>CK&gLM5onI=4V3C3;v D_q/58% v1h ֝C(FѺ,ҼiBK!+uZ.>4?U ,o )ԇeU=L.X䜫]Hw}jGbUǒ?RV( !LVԡ??&H+gRj.vCX{k+'ExޏY C+x %Trf0,_zF',R۰w d~f&B獾l0Jy:_'7uŚ8_=?1߂Ơ4*W wxT21ab5k4DxV18aKͪX/.lB6.̔]HN V-Xާ*$je}˜w Y&nb' O} qzJ% <&ZDv`Ė*jo0alN[U|3&Õp̮ۖ Ų1ّ!Un*CUF!ߓF]9c eH7]v$vuF-$뉷T>R:гCRn ~-rdġ/ۦkg֊7c/j!L4z&z_5>`6&vRtmsXJ]5v>cn?[\oQ5I`JVJGH>9N}EB@!x \چ(3$KE[غh[Z6W qXҬ =,蔪WQrx@"Mc` ÷" 8tblg7 g_1&b@Z8_B2H'+7oۈ*qHڙ B7:~NEd҇-JNL ^+TTB ]GNq )ע&|M`K\#$IQZh)=rz "S)J&Mkͭb[p'E B7FdQBM:~nu}d8ihGSGZdU(߹lsj[Щ)coY@"[OLXQ湪rwPCxfo!j&g H:*FifZ:2igďl'[fDv7!8F2bj 'y @Ц_K@]R"Qh^F ɸb*isK X eCm/SwlrnjlB[o2FFI̟I7SpтAf0J7DPvSq vM sRVIXCI,gthmW46vx?9,ԋ*a$ 6H+ b# K+G{d%@c{q\R~K>bh 򂩿j0&+ $yD㗹0 K#"`gaO/cK} 5Fg"oP1P @icy{ ݰjsO$K62vb\1EQ-mEҪ{lȎb0>j[IۥKsw;c1CwxN\d ja^L=nu23=ׄ^ `A%&WcڵR=q; ޣ,6oKi(~._PNAV4ʤ'1o݇a_ 6B*Y=t-ɤsFs,|Ǒ4ь0VP[MoWUG½GyViwzBAE׀*JҬ!87GNnCj ל1P37m bIfWU8Ro{*^m-:,D(;ƛGڄ*E]F#ȼ@ܰ| D/KmcI-$gá'0gNa ?RbrA+n޿ >+Q P9&S&x^X< nGt˪q2=- X2{']}DCȭ.ݵMCoxA,h~(+An2tfuo;D1X?ni-Lx0J DZHMAL/8m&_YG\n bdz!\gt-qtv ?/y8Ht9>He|·.KwA&fe\8x3<pw%B*]|;< v67]۲.+kV,蟇FZS?82_)Jˁe_3~ 7:/ RMb+蒥:n^ި~gOHۚ*x3hco&=>Us7߶8&u%2#-Q.PO7)h]zXI^ >4z0jvIeK"4aR[H@*6!Ca7ԓ̛QIz`hg0]@}TjU_awyP B5?jp9*% 3`F^XjeJKXdPQ^wԝ4,t>I@Mէ]:CzKl2퀢L]cryY dT@w.Ff=᥄hUJp>,ʆX(a%d@0wg5Sl.%ç~VQ3_D#eh/|_G0# ib& #mSc#641 |hpyX rJfNJMdF2jPfX ~ZBy]C6dm9Q>O\:7ZIwSl3 <ϱ TVq6xL@2%mCjޟ GSGgl9UIR0t+ ^+K>1[p/ՙjܗި&]P8>t2\ܭf}uZـv,QdMic9˱&VzPOSU`8k00N7k$ެy#k[GW{#<Ө!-!_nz03H7?>XhN S=f*8 f&{t?Ock(\𠫢2DN?[A]F&#i,c'p`nű6: H, |$!tr>b πbU{uy-zf ۯ*@g-TUIţij3# O/? 0d}B,\49p?zArH!J 3%̗NR̫91)&?{-ϟbr"T5lEFy*sbI.ko3Dogٓlr`mmFwIֈڸ}4l9a֖|xDљENKtqvu(HB6 ntfbڝ 1)xnc=t82L窽# %v>bt҆Ș}R`'ڜ%ۡ$QSontmz8o1WK'5R2Ԡ<'V!~UT0lRIv;%IoK_GŢ b~ sڲ^B`'vC<Rr_`(@`B?O(V,&zWUSB̏IR)L789w8\ײSHE?%#9$kbءQ]7prkE}꫱̾i"({i R#čƳ>br`2"崭>UYUn2,5;X,eE ED}r>y+!ȴDNG;Du6:Y?fPD!أR-+N, bT*~FʎH%㝱tbrb Zs͜kbzyS3ݭGJK gKFk?kڵjvs>4gOILFAyvd17 ͋ hkۡ^fxTlyYGrW]<7# RUs٥0T:)*㯥}kI[ H}?Ve?h ` ^aJK3e[p}L_j:@euԧTac;JA* º2lEHr0u'} ĀDق q#S=eu ^yA8u\%Q X5@i̩RKm!80Nl`;}mg:SK n3<&y.(V~ + f,g{$ c{?`-?GmDiyxGۧ8,n/sPe] tc/]R8ɰG(`UhzP{LB?ө:ǶX=$6Ġg5#&:RmS<)hX8/ !c?w0ԫOG@zQ1u02RSOHFdDh 5:߰jM,SMtV]-,8 {>hy)J-ZtHF)L)p_ɻ̡BB6q`) mypĢ  )[H[DZ/d 7%sJ JMʗxK7Jn3=Z_gG^g އ{U-d;0H!Z/IT9y<\Ur?OQwN}. }Z|{}*pֶ7zI+Y,g3~!eyҭS?^ T݀QPv%lm޵Awxэ2_V`Rs홑"q@/wx)s5GKU(Qpx=n6/r>q4PwYpPMqٍYVSOBփdFsu+1"f `g1mk%b7TG4.،ubb'm4k v((B?x%R W$4 }wYJچq߷p3 vH`$]&9A?zI$ք^ ù_~gI|텫76?rJX*$AjU X~P0QX?' *N6Uq'd=(`r@d9tߪ Ghț. el\FL OXu˭xs>coGGo7BHI[L4}gnk4,/de4emUGY^JsΎ5}7cL(\枅_&kG 0beCγuNBti.D`kiԮ~R㢷u9paGc'4pffۈ1{ 6Ɉq(*sc'BdG@r/C,6\6‹_JrS^a"˨ui~Qn+gPXߖG2׽ 5=ܾgFU1mvNRcR6e]1h^$2O6vCמm&o ExU*\#rdL4؛QXAT, ;p`|zSDf]FnCEL+0NCD9g`Av TPj9ILc(a r(‰,8%T/DS}. $ޖhO{_*j(x\H?=cIFT,:m'VT/5O7ӷмR[Ԯ{ 6[ppV'´@3rUIt3Zt;3^.yL7_Jzx1Y0݊sċRp,6NN:_Sȫ0M])v޶vzcKrĞ.C[!XDeǮ~4rj^L]:HSmۢlUEpN4@ j5+e;!_z1r:thBW9ݳ|L;xCXWƉ{%hHVU+<  ֲcR/oݭأ@SFyׇEmmD=0ߜi z,f@̽9%=%OE2/IOaop>x촖.3J7_>ͧ*ido3 aI}ju߆0҄gгާdV#WQ"v&m^teO=EQ[pʜ~:آׇ I7 tk޽#xMr|AM~𶥭-2F}H0ǓZm^H$lr[2V61x}eg f4嚠.u \ÐSf[C*m up~!`VS`3S/vN2)Up-+WFpYo5ĕ%Nb HLaue)ۤHo+[TxzNB7Tk OB@Ha,R@ cŧx_dqp 6S2X&[yv)C=Ivn3xjaƜhP14B˷hԌq_{ @&xڃ 4QƗgKb* 6Ɣ܈f(ZG7Y负JkDY2U'ATRhПgA*7 An@娸}D&ZS^$MI|x4 #WJ]iԍ5@U:Rf27{V9+zWej1ұ}U :|ǷEhPj jp > 5aɆ|G Op@Cy$y TF)q!s&=&„i4TƩ\`_M9iqg=鱞+ LFPG[Ldؐtt%V_Y|K'V+D\;&B:'֪O_el@OBE9oI{{vZ]Eu0%sl7(->&6$D"j9)v'=4=wI`&ظ;KCt)'$]LlTS<ORT>7}Mv<-vs\ Ef#RNc ,P"{3߇y6PTܞIaƙDMeA*:o+JTڥ#F^!vš.~LU6aq>˿j]βz8c7׭^ Ȁe`yg1k,#{m ’Ö!"<0Jl{ߴRC;*|%(_L%Te쀑=!"Fbx4Ľ9W(LLĜ/IE4۰Oێhez9~>y% X{.UK>*YGG,#;:H+ȺaCoK6ʎ-$ Z:,]C c8.qo%)q"Fh: qJrQO6CYaT##ѱ_6u}LbgcREiy/@Y14ДqҞCۣfƢ!:mvA,:vttM]n;u Z؟:"N m뮯 F"ܩ;wFr?.EIg`4dQbO]8!oap6([>m xN]J h&+ط$}Ov))XN*I&!D ,_ncܜw>l1ClHtW]qzOY[yVd $sgt $&2pm oPZtN1NͺB,3xnH~uޫ<=g5gH Y~uPjb7e\$dזypC$[F%'t-m0RǺlfs##4h_x%oG'm QZ'3Xβ{^; lӶc&7q_0{Jߣ Cq ‡U[e ~©Sq"bv-wֺ` L~41Yz\طbh፷N| e@ е)OFmP^Ox&jz6O[UVSVT1Yh㗟 HM*16s?5O#]*[DDf^MX}G{urOvU!KX/RO.K%rxz`hgpI>c`(麂/e[@٢ЦIǏݬVP:_KNϷ%Fna }!$EE]"4X# x!b5T&<$a4gpmS([r`7 rvusyfQGFUEA+9iO4eS΋P0?-!(s У&(#.M)!!U@z+ mdp:Tq"^ 2EhGfGQNj(۾pWGGduEL2p&I gU?4,Q)phK0>vY-MDZR͆ mcv:ߢɺ 9O-C h+03Q2}PY>;-[OF G>u,&B5ksh(IЏ7(j~fibUٹ ܡ4y. Œdvq/]y AzNgZNOdšTVh %,\l6/*uQ v)~{WȭH E?=C2z]g)|uBgkThd㐺W\MWPħɕE΂*5gHoH cœ 2)U;,Ŀ=P$he~:/ݱt)MyĀ&'w=VDR`J^-V)}^D^Zח1 \Y[plx* 3 · œ!,-fOky0{rȔsˠUW\M$sO Q@e|gg/XfCF6F|W&'ˋ{sDt,S'8.I 8ЉgK 1䢨_\=!3 d+K&Ta%կ-k4>7{}Tp?;w\O$#o#Ț6ޮaӜñF_tYwa0 \8FЉ^u*@9€^4ƍѪM,={- d$B7&*v!kuJƁ4'ښ /e%c}ŗjQjLΑ՟ !D_Qmzim8It9hn_Ac@y I4͏P:l>M!BEu9Q%"C7^/b8tbVGYq\Ph,'ڶPWM#F I kG$)Җ1#i(M>0TCBd_Cocލ 4W%W٪Bt/)MU|Zµ2SkY] 1ۦ^t$١v;uŢ bL% YZ