open-vm-tools-12.4.0-150300.49.11<>,fAp9|1I8Z^$8lC%yqܵ@ɫs}uKT2Aʸ/Թ0l 0N ~ AS3P&}Ni/k_O;p/3tfsaQyWnqWL{4df`SSU@30̾b}=8 :~Ldբ>.[\Y[{;d?fLg" 4"΃) /}h/xA~ a>R?d $ ?HLX\u % J}}  } !} #} =} =}?}B}DvD}FG6H6M6(Nq8Nxn9P0n:Wn=>?@B&F>GT}HH}I<}XYZ@[D\L}]@}^U#bcdLeQfTlVuh}v\"wp}xd}yXz 7<DlptzCopen-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 guestfAh01-ch5aJSUSE 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***B8*2Lq>Q2M"@'"8'R,H))J0y݀JI8*(:HZ@IzxШz99Y>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,`ԜfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAeMeMeMfAfAeMfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAbecfdeb35b51a6f3c65bbab274a3c901ad722ccc66af484b6414cd780cfbef9f4feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e4395694feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569d1f25a776f52380d6cc8cea7bb85a2a61f7dec61417553a903d33a79533fec1152214fe78f973980e91b2703e9c7d6a44b8a50b19173bc9e148e6098714636154feb1c02e32649fdabfed114ec9210c31c5e99521081fe8a759bb8609e439569600c65f34f34b2350d27316fb36d3cf681e05146df0deb6eceb24169f07840a4cae10f44ef8cd04f215c7f9deac3367e5bd745a7807c0cbf57b8187cbd8cf683b12d61f17a914284933612d02c58d35ee9eb35397134e6967dae6ff57fa1d6072106a0c4622d9226cc0ec5cd29f6c6d0a2661dc20146c33a9963209ff45f247621992a2e3e7825a9d6dedd65d74a2ff7c2e3eb537c82e3e32342189428413637204cb6ad710fc9cbde4395717959074dacb0ca00717357fc5942c977b38c69693ce0ac07bd8baed8a966cb681615339be3e30ace7c8feb544a054fe9a3338291b99af90ca7348099c7db9784bc4b469319e7c26788cd5a5b3cfc6c2cf6bae459066f22046f66a4d2c7086dd1c91ed29df087dadb37cfc1ca96434e98ec33bbc31fd62b88c50b4100e7bc660a89a219bb906c39ace557165d940f6db17fb0aa91bdc32bdbb3e9fc91f9601d7bbfafba256bb50f09b7aeba3c834a2acef400fbb32d7607cb989486773963a05f3be9d64d73c8b0c723f9a006fda26b491ebb6ab46ea9c033adad468ddc4a75c5efa722988887dae41f97d07914050dfca59773e1685bdf25e5e2813f054649704dd88639d47965bf27f7088b66ef9075a2035380c6c7aa43c3a87ce54f42b1324b3b202a63dcdf0d908aef188cfcb615a708e667e567c1a93a05d8f1e10c76fcbd41bcdd42274e69a16579fb3a0ca8f1509c230ebb2c03e9e3d720e76e9f25d2527f5db4920993444afb13adfd525d0eecc8c7d95a6e5bda46544b42422227a255cded651d9a2abb7d6efb33653d4c841ef213bf23758fd4bbbc465d871c2002d9721f3f0bc0defe2eec40bd0e8d5fb8e9219efe279d6d664a3cc4fd2cb9f39780565023b1078ae6a22820271d19e477e6ba2251ffce7c0fd60ce3c08e3f7aaa07fd47ef8271ad7c32144110c523715676e1670e0b648f97ca8812bac7c8abc51e907a67ff00b4039bf651e50c9cf27826fbf9497447edc77f23d29215656624f218ab4abf024f8e0d606140d1bc86c3c3a08f1ee1f5de1f5ce0435a465a6d28009d16f7a64f9f4181650c5fd976205d2567fe6d3be1fd1a93a0c2719e09e80bce50f0a0edaff8aecdb5b4e9a7b22398704583ad3d0e8a289cd8322136fb7f9f219290a5c4a33fb80cbcbb8b8d3afac71b6b034c764515db34f423cfe2bfb5910f93c51b6cdd693d79ee681af62d9c201b88a496e8eb519c26455a37535d5c78e16a6fc45c43e1660553cc72d89e7af1913e82f53f586ff421fab2c0289546984df4bbf42d399edbac8da98a7be677ca616efe1f220375b69a403799104e22576bf89cc0ecd9d1b57075fa91cc16219248235a75f6139589e921ca3fa950481a7dac488074ab541ae604c4f69f869d76a13a1d6ae1b39928615aa9ea83aa3a75936178fe0bf51f747e0f4aff5fe762f492a80f5761131123375af74471b0f022fe47e45c22ef20a0de9bcc4be09b3d3db5d91c35629c86a20d704229e4c6315763ca80956cc8fb86b010a7d69fa7dc29256e6d75675ba13bb41cf987439542e77fd44329ad37054cfa662a83523476708662dacbbf53aed667557583791cb2af462dc3342515223bd4caf5768985e7e0877badc0b9079efb24a69f53ed204e3078b6e866132d564c0a003b8d7a526bb3226124140bae816220638e8c47841d990985c871ce12b80eda6e8455ceb2ad2649a1f45f1e4bb83432776d320796fecfe1314ba648dd3eed8bb3a64a7df51dd394348f9aa18c79848ef004951dd4d5224705fabe1dc16d82844ce07b8e1f516bd8e7619cb5bda4a7516f299272ca2cd612636337620dde5b768dca02a042b841361fc9221f4177ec957c810dcbab3913f9083c27d333e669ca776876ddfec3aba4dcae26741f1f8b25b24e0ec3de1b4d00cc7470683111f961aa561f345ac399570f4cfe1dcd6f6fa9bda2db5ef63529027f07b1effcec37bc247474aa6046d973770c68b157abb95e3005731a452eaef596bed4294ec1139e8226099920d75b8dad9d332a6ae51936af70c57b94560edd3cebda30ea6002e468dcacd5c5952525f42e83f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc52f4c33d515c197facabda57a907a4484b595234965a114d74ae6b0c4f0791c367de841bf36fe59646d902f0383ab2124617135802226e27fec9725b24cf7490bbffc61b5af36accec21ac268d4190007f926ff042c66051e8bfafd807e1e9b83bb2bd317a96ff05153517733ffb8b04ad387dfdf4379cafa5e01f3d2f6d9cdbf4626d04e9c8be6575e078b8b46e68a255886cceec695dd52da47c7cc7ca9245642ea181ca4c239e1962c7fb1cd146c87c570bf2ff57aac138b7993743393e8af8e6da65f49fdb848fdc0e2af6ba1369ef2971bb91839c1a5fbbcf6e52ce99ad248018a43e9593ffab81a9f7b9cb79f512fe520bf635f7e507ef55593adb21066fda0aa988b09f8699c40605a4d06f53994bc82773dd11a2bdb974b3ccb395a178d9cdbf51ce980637332851431d74782d55ce1497c5e618d14ef3623d070be0e17b1bf7b913f65088bd57561fa1ffce24585079acbca54f54e5f89804347809e9cfc8286d56d3317be026cc0672c6f4ca08cb971ce9fed5c154d0134f8f5c69d43ab829008bbaaa9ade0712f2032809c3dd53e001a1457a8d840217fededf6755483744e103a08b5f1b8bdcbd288182fc9277f736c31eff7a0dad4c0a900257ea97d1d569984cf1f1ac8a3d1b923f9fb0867a9d5774ee8effc6d25bde2b525d46d7ea4cc5034fdae9c4b50cd89956fdd189ff6134ddadf1f4f137218c08cff5bbcaa2c0b389270dafc2d251c58fdc27b8bdf2dd8933f91cf2b7b18544d06be0659291e801df43ea85ce062316289f8ed8acb915af688517f5c91bb090e92127bf05baa8308af71e87032a1b59d134edd07bd4af61e1ba6523d9e2f3e7cad15928d9aa0a5f0135207366da947b4ea9a5b37707618d6a51d7b172102b0a6784f46a8eecda5e646ce8692e84869930363fd8ffeea2b5caab4888b9c2805b7701c49c8579eaf034b956b2fe4af6d7087e4b3ffc1feb7f2ade3f386edbcfdbef3dafbcc9e36ba98136b145fa41cc39f54f848a1fd58b6644be06d3ee700311b50f97fa793bab37a9e38ff0445e06aa81d2cb5f285665e2a58bd7360359a269bd04ac55ad1135a3af85ae9152f733ca0d9b03f39f077a5a117489c8067c2446b98ecc0d3cd63530293c30e26cee2e8be566f8771c3a4c0bec7ce14a73470e20f32224b4241a66c1ef3acd16fdc0ff24ec917c4a2ef7d75431a42834be5ee411b425f5931512195ccb67fdf16df6492c874c770ce6150a34d3ae2e34a67c5115da858722a031840b8d90310166ccf901b5671f1483562c236809a8c5c4af60cd40e62066273221239f94fc47794dd77d6fb9ee34c27be92f6ecd4fecf06a81be1c15e3bdef9cb25ea2a85be8e3fe1892bff3b44453d6ea175d3193412d67387cdbcff4abf6e44cb258449a999cd8fada22f2f3f9f83855bd1c575f348006cdf677da6b5860823e3a46143e437364fe18bfc735ee3debeac9bb855dfc59d7dfaede0037a39658e651ee8d7ff138b717b7422d74b91e46c3a42fec10183833bda157f16bd3a77dafec5d54b5954015685ec2544b73e16e12e0de77dcc816580da1ccf89e580e4bf584b180dc65292923394520c36ecaf689c110831a73e0e57ae356007608b417536b765b6a6897a5f8d11d598f7338c7ba15d814db87df59735e6b239262a3db95562814061d71fca5c0606b5a1f2edb1b227ac0b195f9c3fa1a6e6c10e224a0812af58767e964d9b2ef1bfc29a5584475cc561e0e5651d7054fedd9fd70b3bfb9c1403e6138afcb98f99f07a1d2f22166f345ade5bee1623d9add320ddd44fe9c3feb3857315be5c240b88a4fb19d4951d034eece04e991f9d69b830fe9845629f281db662ce8b7ca19b874cb4ed2199a167c17d740125fc4208844f3239cf0f389c49e6fad9018e280d0b32c3dfbae3ed641ca4504fe22002b02e65dcfe0bbaefbf9be022646ff182eece9fe5a497b7df013ee7ecb97c4e36b82bfeb932ef077b160d5dbf167183d501083f49840ec51f9c73d86e94047a7e2cffaf42serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopen-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(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.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)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.2.5)(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-deploypkgh01-ch5a 1715593919  !"#$%&'()*+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_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]=fbb9365e60220ac8012ae36cd524a2c55edb73f0, 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]=3104a033b2fefa9b4526ce9ad1213dc07a07ebb1, 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]=3c7df8ec2d81b73494646b57d16528912cec72c7, 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]=91ce11a28c2efbf29bcdef7bcc02a89bd9ab833c, 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]=02614e44968fbdcc2beb1e67a9cf468ba47ebcc2, 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]=72609a3d9f62c25880123c3439637f91bb79c12b, 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]=51490c43b4d8a3ff5756b53a13b5fe2e88385717, 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]=8f3cff1173d96e46c434b90d2718a31887755d55, 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]=d436e7d8e9b2fa41b4e8860fd1694e6172273e85, 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]=4d4fbfb2133759db9ae2844bdda07f4b2556215a, 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]=a8fdac55ab1e8114cd4077959e06422c1e237d1e, 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]=c5c416279b9afcecfabfa7a0200fa9c923bc699b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c2e2ef074340794c5a7414dc551f7f4b71a85ef, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2fef63743b89d7d97e7d62d310d51e6f58d77fcd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e58da5ba3bd90878e95d882c3ea7bf2472e6a91f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d19ef6628aafd87e348e71f37699155a2fd9b4dd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=94c8dc2dd80c47554c8749b2fa1722f75257b52d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e24b36186454a99613f173bb608777a5151121c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d0c4fa4a1bf816b2fc6345de8dd99b0cc80fab3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a64d3ad60b4d95818574d2e30bcbb6420aa285cc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c28c5be41a3d12424e5a6505bb72fadb9b795e4c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3a9cf71ab10ec7f50e4b09a91d75c8982732565, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=41c34ecb446d267f63b77c4481ca68c369e9a4ee, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e06c22c18e86249abbf8ec836203bad4ef159e3b, strippedUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with very long lines&0<AHNU\biqrz    RRRRRRR!R+R*RRR RR R RRR-R)R RRRRRRRR RR RRR RR'RRRRRR R R'RRRRRRRR R R R RR&R'RRRRR R'RRRR RR'RRRRR RR'RRR R RR RR RRR RR'RRRRR R&RRRRR RR&RRRR R RR RR RRRPRR RR'RRRP RR#RR RR RR&R'RRRRR"PRR R'RRRPRR R'RRPRR RRRR'RRPRRR RR'RRRRPR#RR R RRRR R'RRRR"PRR RR R'RRRRPRR R'RRP RR%RRR R'RRRRR$P RRR R'RRRRP R#RRRR RR'RRRR"k2^X39 Dsystemdsystemdsystemd-sysvcompatmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)utf-8c9e2eaef0be035f256c2a1c9cca2ced3f81b2a61cb777083f704703318ac1a94?7zXZ !t/Dě]"k%IN'UN#i mI_niv.3E !4>ۅ!vrX:X 4|'뎼a)hTauiH^7lWv Wg m(=OʻΜ^ /.TX]ۉ1V?mpC AySiY%: mBI[t|MLE&-}zӉ |=Cwտg z{H>X|=CΛA~jɏ$qHjc@{GZkoMM3[4Y<$8yΩh=/,j4wJIpSBe>[e=M2Jltov)^/^a05 QcL#r_n}l"`D;Vnوrf >*$m Y86S8'@r NxL;1h{;w^|wܜTcS1󅿙=n“KWU6y6nOY'[)fýnJẁv!t>t f8y.`LAFc'c0n3Q1]1GV+nT":ȶKT2+l7L7"lrKRBT@0)ᶠSZ| ^Y"֨1a?,Jˁ%5,3ysj-t#_ gh*,G:dЊњRUtfgؽ?5CK-!TL_vM* O6#&5?(Wߔvi12<<+YJ%=?vlJ$f/Kn=q}TE{a$ hy0-)e "R& :.S/|T6텢dL &} cNZ4]k~$ NU1Mt=ՅŸoZ\eț9#Iv.17% [u~Ul¼ Q&dZ{R:]RX]z>@9J+ݪWnyd2{~/M)Fr%S)Y,IĴYTHJEЋql $̽ ' fA5֬vbV6%bbЈ=hXӎZ&eܥ^/Ho]׵\ν:e R5Fz@e|ɏWU/~)*9B%OIXJdfF7b_gHp ħ}dOq:Ցg^Kړwe4C+&kF'ouL,S >4/E:#v)[V?>_WQ\e_˺b?Lfhx{8qj]5 MM׈Oj?o5lGv\( vūpkZ͐郟OrMxK:<S2uNݳErzXPd%rHO+ d\bq^\\qdyb#ݬhN7mt kSERw@bQ6ԃPANZ nkS\&kG!Ԝo]G*K3 T%uw̗HNBN5Ig<_H'^=6c$/%ITCEbfD`od18@ѩ/lQחN?_BA#㗨;qaEfN1K(42P.Q퀔(p66dͮq{ kD)>hŞU\ʆU^esUػyz1}LVGr\Y%exAp#\!v%J'#TaXsE:iA1+h:YzfTi͊)4[ ߬FMKW@X7ݷKGbC! 2k/H.΋S Δ$wC]Ĩ|Bs~{T1PnGiC$ $:MT~wb] XV|"Bt".I1nŨ~_6F1Ύ*N0bwnaD=_147s P8WፒOA|HrD$XiƣXvr EDXEX|n*EPyLˑb`9&xvq‰VKOzY⪇JiOҥ-6mճu` ŵw| =dOdTB5AUiP]ܲZ|Ň%뙚7{+!Ive ޵uAd1L -UiAav`)`CfoԶx#6 ^^*h n<: CLVSu[$n.M[{>l^OܷvK-j P/T5w!dDΗZK+\lr2˲}cw믺n"4SLtaSFrXrc/' e2 tS>3h9 . {E>j)(FTY@Bg~ֺ0B4ˎ^UCeZ:adh1"G٥G|oAEٗɺUCcgP1LCO%Dph9e pL9}glx$-h_ƨj~ 9~uA6qN_tExS"4qs`BƠ47./rCkN&-C(ua89Q+, JԹAC۳x|ڡ+ن;S!ra0aSdI)}T n[l Y_@{^jDR Itؼك])^p Oh{ڛ@yRCJ"zjJ~|VE9*o3QVSs{TA7_CFӌ-;Lc3T`c;.BI+nu5Tl߂.\%bi+m{SyP&knƪ ϗc:{*[H?L 5fX 3`aR ߼/]+=-U|/&}3m*,aRleG}O|g hD' $r Yz4>rKQl6B ċ{˕.r$sbf9T[$$}캰qS^+d^Z)S.>0,rMA*,B{J߾Z)R ۽tjȳJXx\6ݏElm_ V`MwPJh'[_Q\I2/EcQd!O DuyIuAF|S xpLs3Il %](^9ރ._M/k%t6}2q\n34TsDyK?j6)T#ZS (Fv+Ed{+O!y=)|nt!/fyoq)S9:}$WިКM5Ib"@-/Z|%|ĄVfsj1~;Vl 5[GTi =dm<_p#8kq>Dl/@O;4D&^#/368WӜDټ"q#kKW0,_Rzwp=n?2z{Dp_](VҮWxTˆ]K`,Zs Ц_9%@e~wPZ+⽴.Id9>j& WʩC9*]rBߙYx{ͫyFE0wIyU3[EivZ"!uJ*4ҒRq2Q?CAuܰZEImĀ/Y-rݏ@V]}[voŘ?MzS&:Nt{;saC(ӥ;a&H.85i誉}io=``&*s Bx~B**`iتZI2 WȒD9Qn%fKTaٍ"0$BTȚu t(sݧK<}Ҷ%y N;(ߛ\Ĩ`f Oْl_;; ! \ښ@lM,(e6orlg({&5/~7UlqVnN`$€\;CGNchB^̖^\a#~ ʤ2I{@_Qp4{Տlq"Dr(oټr]2Tb w8:vNQmjoxi&+,c#Qq2\VsygfjI$6~A^Gd ƎH-EygV?e'ıUA ;\FaOx h9?rNJhO fI!>xԄ=1D!5cQ.v?03RQd-zjlHmʔܨ%5֢˺1lFR?HMc-3fQΞNr:V W&~q;k:;Զ/l:z2SQجy. ^vD@Mh3ȴ"^+SO@5 կLbٺ%GvXV]vbՊ}&w{͟,&۽ԉTՅaYjw3Nڕx H%<78_U2sO0W閶v=ts=݀Nhz̥j"rS* XN7{Q|+EN/p@0/--V.ӐfXo̐v A.>wu*wJF0&s_g[1+?䮓 _0+wҼk*࿅I㭔CT Љ{P̙RnPm qoP$gv[Hƞ 4,O+ekY73Uu}{,$ǚ {*6'hbQ5ʺ~m /G"UU9W_$BfgM'.jJH|IAՌQ<"()};[#[`JPa 6u%! ;4Y^#S9ʹX<MLzQB#Eml_D?BYnظD 5 Uf`OcU$힢̌ZbkVHCH|q߭%6'%ddB/4 6L!^ 'ZmtC,@(П3t"8T梾nV@! *Gчن$F"6GQ"Vͪ Դ. " >=/u7gB]3"[}ޓ'Z(掹r)3vIVYq7.4uz۽fݒbs Zr"nٶ1{F(%(;Ipy>*YJn1M5g@ƙLh4~A5Ϩv+xщ8[t.sV|᳣?}!6@nqJ/e Z b c/79x.I䰇ݝD#ɻ<#nIiq)KT+f &{,ƀ.gmbQق8|ڈ|+綰2wuBW#1 Fpڠ`UsX1)=ϻC q#2GCE=5XcQ%&SD}:e숟-#uw1$m' /%q>;.N)b !=>*AYšIQMqE<:Jaɀ͆puQ׆Ȉ;ƃł. ʣ,3tfmF~ZGW=^[#_B+By}L0 vw@ܔ9+R6.p]} ]4Vfxs:M3`$M ͙03mgx֌?tb*؍$wfY.ΦjM57ʒ<^hd04 C{\0g\,qʩ1lX9p4ha7ڀi:Sovx6}߷s{vdW4@/ ZFːht6>y G^Le[ko\6,,ڶ p+憏t{k*]Fw2سZF0EOTC6".fY;]C5 |d- XJ`w6'ULĈtZ "ս/F.뢱 9x;gLeHi_.dmńď䮷5؇̿8AN){"'M6<ڟ3͘n:>DD5l( {JUjK[v|= 7J2=R4Oy%](NFKvu!2%(=>RÞA9W {<.H<Д` RKD9(@umǽ~gG./9VLUSO#8ߒB/#Nc|@؛%I&9o3,47!2yhM ˭ N=UKmU@]Ae ! u(ۂP=b89 QMGF+,?5}uHD7F FfuҨLNV9R@u4̅ ѱy0ȼV 4#<$>U/t5ћ6Ej͏DRRͰտ;V{rCY5Ʈ*0qDuРBC-Ȏ~#5z\W蕺JȂgp]pff)DƁ1@4A%rKGގu$.8K,[c |YѦsp:u-8rA\̪GVGb$G"GGaV|ⓥ^ivd"!z(Gxr}3N"j a׃A0I88o>QIw{w1 oy3*lj%u}X/ӎ3~TEX֬jDi쐝 K0487)g#IA ˼FP}-Xl“r˜Bϥ ?QNE+귥J,k1odI]yo"Mk{J!^vY5UyCyqIM5pguOcG#AYvI}~W(f,DP޿%1*R ۮc۱Gw_0%0O(LxJP[nhkX?:@tTR'To! K/WN( ٨y~qk&4ygFνD,H KǭNݑLꁫPvD{\qތkgdȔÜvQz(foJѷU^A={ggP:|k/lQiQC匍vK*.kSeoh7Q(Vzs$S}TӲV;ކ[b[݆d[8¾p]8O#7QDrV&pQ_|#Md CJT7A݃y^ʁ<9*ҵ͎L{ŷg[#R3{]Q35W=J@&3}>㺌D !P5BܷnZHpTH !&ٺ2e<%S08 pZ:v9K" R ѦK%i"ruL,>L]/;]Rc[خ!,t&AZz~Ex%)Ni"{bرf k!*>]v"NʈQy*INhA:j~%8ap4 "%us`~KU#by_aњv1٨6ʾ!go"+1K':k{/q/c!zO)yfDڸ /U=I\?Y3!YE%r܅.ՊFL=H< oaXnwzavx)f,F(-=a_1:N񩛟/;X8=f[0%rg*R >$?F{}&S,5XI&sbp9 rF-\EmWV*j0 ҭWauEƦԊJ KzdgٸOx=7`(H%FOm&55~|FLNP/rF+UctL8w`B<2Wl`*Ǹؑa8~.ۧm|?XYi(YA(4bx|C9OvkI%>""1c )Ř {TP@d{JKUP,A=Tp0[@*O)=\ϲ4iaݞ/(\ SYXGud]F dG&pp,<w^ϳCpNp mP՝,: CP %13Fg!P3yܽƉՅKK0K@)V ykק?Fʌśaö]KE91hqw[?]'}#-tZWo)XPvCp%"57_9d+<<1*JSjs/Z%{ *B;UnL1;ol#(30= >;dJR, +Tع,T1NZ>m$J9@4E_6:A}&HqGc-CxۡDty3v{n7_(0[y/,yƙL' |cy$XWNwmRoxn#IÀ G#6l`Q4od:uߋ$bf볤WJk*[~?7fe7/F݇3c&ɀ 2SIQP%+[3ݳDf)m,&CgclR%GDyGA5  3$_[5Ǩ#ojAT64yƱYau쌊qk$]J`֝ng_\StY̿Hۜ#MFT0}d 5N(1_{XsPwYw\<(‚޵(}C'hK4.cK㵟@BKR`@)Nٟm) [fnIo @`ަ'5 n=g;%{/0K% 6Lt/꒛hm?W0Fg])a C|!zgbYkLabI AcXXnj_zP ]ߨ\]X-TE7%=s~ܚLYpD_P?hi 03=1q *4י!ONJwzEC&AƑ{kU n>Os5 t?.U5%򍵾K(Ng!%Tp=y_f~3E(Q.Ʊ&8׉ 7Ji.W6%%6"8:| )A/襆)>9_!BU x1?jz==r@yîU>>,_>bl)ӍV!!6o!jFrY˞B^aE zߝf'ju9z(Rnrd쟖^:ƅol&&&c˜z(,;H:jںm.858ԅ`GhKyvn.kD$Y-հ]8!ES<+ukY54JOOgJ5RV(Mh$!o.H>w6P_+y:bF1l򓽀l+b ; zοOhn\,Ȣ&$.Ԋ?%b\;䜞m\x+N1 a q?%pHi0;6hJ\% GצGI9{@ ֣>"MIQ`ήvvсkC\'.ڕӚo8"ÑlL< [1.Ɩ4lTQ2lI,'eV' fBViU7 W'X%'7@Yi,|YҀ}ow=4o'[IMKXlF6#X;?]mA8|.i"]0yYJ=J'NKwم4g75OUvs lHѳMB 2F27N7,)g7=FWy넕DOZM_zE~0v{={ QMM1 M!/Xüu˄ ":8lBZ2n*L뙗v@/*BA,uXaKTU[Sqj!=9gV=ibZ oppVXSeh?lԞ;EÇ9t8J"ˣCyw+%AC&(B+T[Da=Tf$iLE}>m MSo AF{A]Kd)/} )峲SۂWLA|tV][d(4]7JYm8,~ ޾q!s,wQAx'5 cSG鷡e!̊B!<Tq2-#T"i-{BԩC/Ζfw4/Sm6iUKᝉsG:D>G07+iqGuX wJ+w4pZ [lHqC=5t|v ugCvٌSMx'#z7U$}G"i;?g{eI?s>k?Ә>T.tHN_oo^!k}OϏ?NXWòP1Ӳdu%#۰R;^|ě~v[H(} M)u0U}4mUGH֗?/0LǕ=~1n`\Ҟkjt8Un+ug_nde-րO0xIPozyENmTH1,yL$]?@ԝӆK,ޏZ' y5GEXdg]"Sk3gZGSTŪDmhōEJ]@1Y4Ql'wL…_&%Jj .4XV9I7uսP9,Tѽ]䴑6@ʺY;41` o;V$C)@ʮ!~in:5T@_xyLG:JâOt7$p_Kv8RƃzkW[qph#%;>g6Pp&(8)n2Z Bh}"6`a=9mC:P qL"V~&=5zl6R?rf {0FR}YhC IM'}tX(<1#YߔP+QHjhG0vycU#]V\J˒$O}a Ӯ_=X{m+%uF@ۛ ky Uhh];D@oT$䒎5,!L|2GoV?KIiNic0f՘dQb+}Dž33 O;)P>r:)TbG`iݩ^Ay? ڼwmrY!_DO}(_][Z!rA 8zY<`)xl5 ?>V' Xs®6֛ۗ^_}lTlsެٛ0SxwfXd®죁X+~ nPg!}{&K3Q0}y:Ɨ QF)wR|W|)0~&U,]Dz t:#h 3Ӳrnp-@ / hn9MQTBK' ǡRZk2'a쾻RNH7LI.8E 10&JQKE duQ~ӶI 8B WrmӲ2|ҋ1n~f[E :J6 ΘB& B*oQa 0%\7p b T TOAhFA$a*I^2@b?`RBSgdSBf,ӥ4wXCrL?}`ip?Q%Àl\NF,sGq_o,$n䱄ɪܾީA>\_e4\ʘ9*}ׅp(f7 y$oqvӣ@k  &kR' Tn*aYnpf ̅@lx+<+LJ=AOUϩ~M7dDʒ[\)\% obfm,Pi%cvΊO=gEB[߻'8RɐR<7&kCJBPvCQs{eK-(_7'ĨR[~&oxg ] Ʀa"s |.0<ЗmN/(@Lݫ% ~x.zmPr c%y/֏Ui­338kyԫ.\.kqrZGL=Yw"|_kjr%&[RECA(ez|{\;M,,59)X: g*|vQmJ1w.?DF8KETf f|uq+M vzmq ]jՋ9r~ ZմI43|N`T~opMaؓTMRG}e| ۧO lV}; S N;\ xaہ$:}#˗;fcΟR|OJ>-~ ʱDRR˖GGc L"ͧ'jnWawU8-1E=><97B@oyD\30IQXD3ݹTn9^Y\+jb 5;d'ѷBquwh5UFO#> TFc"@'@y%hc8)01`\:lо`\0y3E"c,Xǎ @a^;_0a`xb$lʸ$ {r5j7Jg9;7s.[U"AҜ lyZXރVpNoh =w 0,A`&"Z\wFE .PW6O.R8..-y5KEl:-:9Ԛ$q i,6wU; 08&&!Ӟ3%1l#~hx#Nt.FQg@~ i =}7R~e /,\S) cr$naqʭ&=[JehRv%TI8(Q{+zⵐY`(HL_u7(VB80)>>n+ރ)dl4'z$gڷ:]KQ[{P)5\Vw ]A" vMn;R\}V>6I!ҵNWG6đk7^aʵ)IO{y*4НpV6NWh-$4c1. DVui*:|G'BQAr3vT-9)i5ٶj,lx0SɹWw* j7B("7UqF lI\x:˽kLLPuš,«0g(T;'[h&mf)PF섆M@>~,eʦhdzS+V*(+"G7J)H*'N-#|;VA"[9>UN"v$+.ɖ0ܣ;DmO/%^G)Oͺʆ\ 12W5{.wswta.y^KI֋03-Z;_(C%INS<TDO)撗MW""B8A'=BAչ'&n,1`zcS$8 Ԫj:g|tO[HF3N%?N[71J!9VT6aۣHp@6L @y?Xh-GX+}7W𛵿NYR3-}eJI1D<"TIhf+t*C&'p/q6 :alB_%o6 w"rG!Xt\WƹٔvY#Ƕc*T֭rN3.!z۝})>̲(i[8 $/0֣>o9)l]P#Iͅ`V;qPK zyHxRG70l3pb:o] <Kekw?*I@7 18mY.JOk{g0WEUY\Wkɺhs4'~Q|uv Cdq;?Sv@%v\Q"Ye!ha"sU{4 &U<\<6Ƕ Mԗ4ƌ( 3Sj8Ƀ/Mܡ/$4$~ڭ.Le.x7y]4TŝC?&AF.+u7ٰj;y⻃x7sGM%` RDci6U@" ~BjZjA5|ĉV5;VgjlED b2ʟa7F^ M#qC7K⃽_l xѠ\7^ r? M+6׸X^p{o$GٳgOa?7I(C8a ny wl{vVa B*'O<.p*coMleMC/e&'aeu{'ų P03M@k~#iU@=z$X_wt'cK©3gQZd)?IEd=B[~nrSu![pC위zh2"Y?!K6ò "U*41UDnom'aNM +1js|ILWɆ]}6gTIhl[J">Ia}|z_V$>ӳ)ʭbc(l$>L޳KlPM'9&(<(a }U"?|J Vh3v;NxCO74.CR:| tZzaD"6{Oilb`i3!;FI0{(EJ \Kw~ϻč .1_U+l?*IХCx5T'X^UB>ă[ LQLT/yvqy|V<G̻=Nߕ-ĉDXDM >%ncVb_G$>ܹë.gʸ_̆ Y:͊. o &EkZ,d˞hx7⤆.uLؽ:N7fo+%+ܡ4)K2j+~T-sP,s_e׳Xl۷\-'+'JSQ b F{*AX-Z%vcPnu%#t/&uKd'ڪm~ iΡ[Kθ\K,YGʖ :2ԥ!'NzDizu4RAWiȒ^v]ZPpd"GDox?juNaQ\MGm!ǚGGtfC&W]^" ;:<5F Uzw!?fDu2d9'cE^ժu(=*f)fp[/tpQ@-[,3vL  r$KD$*яx[!qu&r4WŊp?k,WUQec{ky`.=3bQ/LZv]rj:t0lawnzHKFy7Ge˓Tz)pm||990(W.wT nD-uRxΜ$`6)}s.u^lI&^)}#uWrsce^Pȉs'yU9=ڃkH3orJ[(:X# m墛1ʅ?l4]x_J4ȥst._DڕRWEW‹-jK?]`y:7GA[$o(P]B'7D S?% 1,h |xYp3R5"`HHwdW7}luCp$Nϔ w*`aBC=,n_[@څog̥u 2jC'9`o~UUD-̧^ҺȬ6#ߨid6P` OAT>ăFX ѤiP"qꐨ0[|pflLc?6"5jLs7ɚTw*\ ѻP鰭\ȳxEI#Cxp&gFRZk]rv + ;*?qA?e}s>B wm2&XL+ 1_> ФDeB%S} `dMG:r:;PvlD г tQ;(̓zmݖhݚ޿s oh}I;2N%Nk]nYB8n(YEq?wXv飙B*q@Y 89]b*f"WD" e󸹄ffߧ5Y,0@< ]X\blyM r/6 k_sR yoxPcj~nLeL`o@d.M8 6yڕ)ࡅW%qsLI$rD+:ovePCKVFMpK=q3]ݷQF()1KrlpCckJ@VU6bi 5j&VjGFت0BM[f_e~6duA!YA=lMS>y4vKs;<ӿ?F"b^5VH1nA guF$%d_@ZFgHD -MsS+%Y\b}SL4J8kp)"@E+hf`v%gvPiŁV?ebo[<:uܥ11q(>6f3U}^j XuWh|z>@)Ivj΢)vp6ze5u9UfHpq}Sm-a9ɤ|[ leu $`ſ\^((_2C-EWDx2X!1Kq~sƹNMQ9o w}x/8Je͚I؄EmOm/,m2V[^tnKAr<{I2!xT&E ᮊ_}II2_'{z,%2~mSW{4R;sAaǸEͭX.&+q"v{Z,Z*65茺O;dQGz`+bY'G} bрJ_$֬ nIΜ[vpN׀3,Au^E0|I.8nzi@MpB`E#]cq3Gd~ځrQ6bsOlٻ,.K[DOJV+%|x̘CʻO9ef8Vwt {,:IubN0> <4B:9g̠6-fMk iGPDȧk߼l/p=ŧI˙k%YŤiǟ<W(MȄ#ߐCm*%@3.{6oDP'jj I0APxka^ _9?d"m߅lgN2ԏ){zw~̗AJ|ھ#73߷JyG>ILB=ev"ɋTϴ"H$JC *tHyF%)&|uє fLf915c:zx}h}cq5A$ՙ(nB@cq%<֘"ͅE-N >.0;jfn켔$鱃vRWgfHR}/"TiMⰤ̄f3ZD[U~4#0S#7C̓yF:ڮOP)?Un#$5ǥU|yRg$gL{`G 8p.052)آ0ۥebtRO>ɺPHrqyoqLQv@S J[a(Ut䗽0\haqBr E|g 7G(PM*I]!?gmǾU dsBe溼ێ"v7Ucyo}YE&G8T.H9Bh]fq6wSls^4ĮG*|o~K3nIXF).Y U27B x4 fY}j_݄[tUK/[@*y J3ߤ"!/:ۛ  W; Q|zO^sE%  Mmj6vq(E"2mudxyӀ*=FQבQ=HT|5m0xq{_ߛK6؀{:sMr7lj\#WK\ dc!6٤}V>-Lݑɘ畀͏'+AKεE_ \NZ=>uZ~Gwpoo:D,Hfp{!G7za16BĄ 6 VvS[O~ :+TCxD(L?Pu3i٭S9ԭY[uoKsOJ"OTMGOG`AGW.,GNΤ*)ToIp>7kb q"Q- {[0 +[ѭ*8}&x%cbŶ# F#Y. h8^u (LHȯ󖮠VaasVTR -wemd#8[Lƀ1|#OB÷|;2tvk]ya\7]ܬ)m=ѣeo#ڴ3N~EyURS[>>I<~{tܠ İ@# 䒼.d52 B4< Ay1ƚ^DA,lc* v1rרP{g ?Cd ?ZYsNg6=:گF=0L}4f><aQV`m\j{#D 6')yhWRPIo 0(=c\1TsIܽ%+DE-;^d^y[>COJ#iZ<;FmAّ ;<[0"zXw7QONww edh%1U7Qhb8,Po&Ҳ(+R~pU$ҏl~@PNRg, 4u;g[nJ.bVw &GcZae V'°DF%u~ I4,&!:Oxb1htc+:!`Aj\eQDd+{;%bMݯ3F$DCJXajV(gHw #?trΟDrLJ`k|7(n lhA+}uU1dHv,pƀo]tKQiI<ګ|64=A~\5$m칏aW᝟}Agҫd6QNYgm.gzn(,Gu8y}_ӧk^МFi ӌ{##`?kF<mɄnKX~aΪ:hopnb@H7:|BҽFY  nWFY Μ=œ|V \Id ܄}o@s`~"}ƙ_Zf?|8rGr-Ib[kN {mL2BN6yxg,x;@ P}K}B\h{*Jc )SqOΦMk憈}$]$/@e=5m|сW< 9)*ibL9$%K ytkA FՎ^6&Js/SݟL:&2}MT]2s5"~Tq6& ci.Pr~BYz4DB;:͠xy[i!X -v[bf\Y2!p>ʹvL]+zQҚ("`FGW4]U!qҰVe3Qv_^Ak7>Z&CG4B@=tE148K8Ԓ_fhNBNl@r8G[ģHJA%V+C%q;l*8gj#J3`3`Dž٬G:<̓;;iV]k/T_^`j|ۈ6Ɏau&w­B44@g( Q9Key2?omJ 1/F(6E <Ng8i3^Z1EbgDQ]p ·@icX}!9oM3BD*955H["X\JlJp , h@·z?+-{n*d26=ޜ@`WD oz NH)@nkqCoy뀿78#طC?)yIС;0ohob[|ڏr`GxIc*eNjrsxfH6HpU ZvjB *]V ʠ5cGj[!"p'}=B#cP\!,WNoGs,ԝaDӴt:C\3cM[n- {w'p Op}}hYYJб %v#VLfhlogaeĉMsrE[JOoN7k}zЧr12o>:gxn—/z==Du WCہ{0!Wˊ#h'NFS44g:Ŀ:orL 2[;8Z,Xʻ=j{x,~δr:͚Ck%v҆dnn* jqT@b&5}Kیe5 $d}i~Ԃ=l)6~[l[,ީ>J)eN/.WT7kc uA@~UbƠS1|~Vx EZ!E/h7?MF-68vymRQpFcī2ᡟImš`ĵ93`A!UtC%D=2 rVn=3K6  BY;o|?ֺQ\叏(60C]8J.NR} s'Nj0NP2INn:uRuv ]_mF"-Q;nO[&cS(s{UZQRV} AB~(Ec3Kp~TUs"#4C㊵4o?37s=Bוd_rumM/ ņF6wc) VX)1ZpD~RR9 |?SY:*)X,c w[GYLd :fB S59N*J `l%dc霆kbӢx5I@]K:+9d^=KM$6)L:;rkIDd>pA%ƃ.aض spLsY 4-C鑙kfL-$ G 8rAcahYM=rNL[CEl'οF c}:SDYه`*p[-NHc`><'rzP޸h=GN\OrͫX3Pi 1ۀcM#^4QOrܪ( '[2fLʥrV ̞z fTcJRcWkgƤ NHQN>x1 v&#V(/5[7~Roq쉙w@zs3^/Ƒ!{IbO4+jvs Bduڱix~W7WԘb;$V Hd71ķn萵|o} *CP(䄚 4r{ NpGl𜆬|R9H 8|@t66tz(PHO"\vhXw;GbyOV= !=ʺ q%[cB &K |]~EPy THpW׫uP.H:ō2'ߥKr#1߳t/]s-ԉ`V w2I 4ˍfo# k.5͠]3̋M `}8,c =5fmӞ7N\B}5ivedp/~!팈DgA2/+I(JVb<ԛ>6Vx(/yHwFJr,풇=UX}\UXZs`IGNQB.FQu=My7xxE3fbtQRFZv) QWQ\M(]C9^2ajn~LJ͛#h1m>'ouhrM?lS׺:_F2eOcDŽ] 0꣏t9CNF u:f4ҍ\ T,ZoYYTXU9gRΏz ؿbT ۍH+ᝑeLl l_^`YHѕܮlU\xNTǩ/Fg6K ?_,|l=oEYnŌ<_pL?'3'JK {6.i] +͊ANxkbs(~EռMHg+ G*+y-U]_^pn_D>t՛HU9G,8!;kʤd̆r 62Mpr`#I`f?"P8Eb; }.ߋS6ủwͫɨ6?[1^?Y-AX;Hㄯ݁D9E*kdځESq?T 0,yE|߾ڇ! HOZ0OvbxZR6Lkpb6ɑSe\έ#b{mӛ|?ۍ5b2U[π ɌLxl@{fSj4?U(FTUQZ*ֻ}YkЁ T^7dc/GFO:]@ -]nxuTv~6 zwX~:19d67|i,dpd̢c*g>3C^drp e'coV`E̕B"2a})\nU(/P}ΔeL"Zt34jśA\X)ZĽl\Ԍլ IAfT&.Q6iiݘp._7B>fV(;E]RwU~B0_Ȗ eu.0$&xOmp 2B3 $Jݼd149@ZSJD7K=&}1^:ӊ~Q!H*S HPS˜^* M5`]8b^OT7޳Φm` Og-zooQ׶a(6U]';{Y끬hi[<0艫2`vwcSɢkbeHPpQ" 䍕PL@=է)<*u< 0sܗGb|1Pw,vfipy D/s,|\rcF)D ?۲^f5w܊o } oQf+|y'sj7VXB()w?E|"$12~8{C&{R# @.gEHw C]xH#b4Gdh_KSݎ [;k{4 /JUt筒\{9ƽK%*\QeCt)b( K8y\p"FTt?e9 DG :Y{Ť t`#\^Rs=,|: HcD3U>JTAwu?;tٳ D |aVf/evFNH h|ٕkTɕ:>#_ f'uwEbx=: A@+Y߸;x-v[Po7 hc#%>ZbBeNoܠ2i[^{AF4?Tꒇ-P`Y!$9K/%gFx+1-kz]%TsJ !0&F5W?%#U4bh"s m@E-CX!kj2V,(1)i{q W__ {Xav,|A<Ƥ{*WQ!8H*M57 vޑ+BfeÙK/$6)_l >ȿH`p%|Vf? $*ܯ@KGK9gTng\4k4FIc܆ h*+zVi'@zcM|,G7g~60 ..-TJ.Ɲ{.n )-U@b'*fn/#e؈n)$mCN%yTwG4_0' h=pD@EYQsUS4 #cOiX`} zḁ./1| W1z\=hFɁ} )ZIM hϲ TVdGzXieᜊwoQOjylƇ'a1b ȈHEi. #HɊq.0;ŝZ2}z7, rhU=l"C\Ϯov#sPKL3@9)ueG{:u/ôY !q (NmO$w,6cMR;+eUV~B_^cOC5Ȑ-33Wkei b'j3Bp (Ӷ!e3NLD$K0:!r!*TRW\h1p >LOQ?}`s n|I,~Onw'{#RxC[ 2%~&|-A&x &! c6t xw:&V^0nK咵W4Ә@z"COKe:W3ik2!ݓ4Id%'RWfΓPV6${[lpA}h$Z(ejȜd+4#&(֖F9{bص"f5+H>^da2!fJCXΑW+Q*Aǯ^`GPҰK ֓ߦYFI;R!&y×2"u NzwksMEbZqu5 fpͬr~)[LߞQ8>.+]=@@lO`."_RSP_ N:{M6_5]NaDE:Ǝ$˳I E?d"/a2.Þ"`[x mjM5/Ba=U>F%y D_i7"|1vT$~'h@磰S(w@uZCJًw];&*JO h'>aWsd͆;B !L*j5c**Szh7ϙn7uaM&Ph,?՘pP)&`A{HKbXV7lrtws"1 uJ* lFU[TU?Zhxe>i頻bw|N@V%xѷғ(nB3K҇ɨc;[fHR[Ӵx10xI;ucjhAFh&6#kp'kǜ}'QfIEbBbQN@.6#-13wi4By[l Njl@[MXNCyؑEsKedΎt:n]XX4\TBmR=V{U1` E iAXkMؒ+& @U3 >ZSܞz̍Px pPCB($d8"84{鈷Scy՛IvWB/N\ `V *GQ7ߛ|\*gȠW3J&}P<[M2i:`ƩG.Ѷ{*:FV(}".L\ոۉM z%vFBIv85s 2chʊF Wf= t99frH#"l[KVO^B,5X0 "En'@!Ԯ^(3"Cˮ "`2\|}EwV'ri5כ &mHUb [lYn\'_"Xn$-o)_)H?{QFt6&B1^]HaϭyCƿxG,Smqcx%ΕsRk]^ԬN#$衼\Dɴ沟'觬d6I c ]SV(Eay}CL3ښqQrg+,N\Lhq]Kcyåg+颍Qb z.-Dk&[.^%ZseRi8R)[wUz'E[|D ʳZp$$֡tQ}4(x9O>F b<3|o9L/)$MI}nȽjYU3s"*0 i.A U2E@j>[W›o#P?}59#@/֮0f1;3=pc 9Gc+Â:J]q*igd_P {gEl>qn+[ӱLE&:$e!P&P~3\42_' Vu+WcRӚs@%A2J9?P<_;(&6 /Ol0u :k1r scm=H[:Ϫ# `3.d.Vt\JuTL64K@n}`SPصUbU ߂3)S zR}vS+( V?QfeϬ:Ks*QZL΢:^ B޶I,S8&<:(фZSulI6Fxaz\ͳvL_rnR1uѼxd[Za-'e;~y\2ptZ*}kgw&Ю |?Vnqe0+xǁH@6[={|2$VK :N?\@3H[ ' du%3;5fB]wQr8OB o -~̟IxV$%{bds\Ly1@)!atAmdZeu,$؃ 4(j_Vgŝehguu#4JYz rz8p7jMtzX8M rv<\_aICkK @`ǧ?dR= =uI'1I'O. C3UJEe@_'XWm#i4:Gj7-ϊr4Us61.ccsB◿RbC0+^0:D\Gn2 E5:$SM*j߼.IlJ~%Kv=`HOG{}Dc1U>i&o'I<@vgVIgWI1Ŵ;##Zޑ*ywd0&qY~y .5Ǣhp!n 5@ .hu6k k]W dSK~NWʗu ~x|v'Ʃ=Rx}/Y M-Sf; :i$]ACжWSVuboׄwJB :ζIA! wx{̀l.1M;i?EFҫCI D t]8ʃy|t:1q; >7Pb=.l)S6@;e'yl M:>2sg߸F<Ot@.wL .s^88{2;7C|Z+%E2 Uۅ=6IR?Yy%6=JM ?XσȾ\/M0m2gmSOXba~M [`K0whge!sDMp>f?MgyxfȌhͬ*A w=n/ɍ8 #T )cbLo^Qv W [#]u#h'Э8c׮`\5LqgN֗J +XI YTǰi B_;y  DNe  :G3x6 7Y't݅KN|QfN|۹9؁Y|]:{ZŃu⋑nzyY^Ҝ-%sy#0+~ڤ o|F-ȇ| 5I-lNJfyd He T­Z/%˭JKA1.sjFOtf-%> i`'䝢R밭E`^zU,D-q?zyy[lL@5c]'26BQrWOVL)^0}no$poRFܛZTN#i]#6}@ E^EG;m䟏/ae_b!$]"!rM`QS g3 oŔ$ԞC`Nj9UF2&W,o1 ʿsq0=IsX䃽!<2+_*Uۗ @9hiBP7&r͇OR. q\atnkbkH֤Cr _՜Ȕf [m^V!\bg_ǥY2ٮ8ic0Z#IYtW&yVnTgMO~NH0os9r< |.g"jH9T ñ)4M5ƽ6]5"T oalyL텔y0 1W8Qwf#$<&:eSaK4A.:r;w,FaYl ,zU %ϦГgoB/4aI xhn3*/rVPy5-''[iA:`@tfFR} awG.6' kq}W^e?R'J& 8*?7%v>+?~YzR)C 0])#f6R01LkBCCުЀ8{hy$.{-wNY2m ]j@O韾HE !*zM ]GB # 9m{7$DEukvζbؠ#ARB5D`;_6 2 7_|8xYd~]!,^0i@dVgx9p!h,D+s5#CLji&~ X ޒ.~o_iVˠOϮ$v^/5-ȍ&K'9\=H.m<ZpݯhMb^+#n}yU"hmb'p3ɍvidI S3D'^=&3S]6$x%Ƭ1ʕ1HB p7OF ?tΟGQ`}LVH0.>7-OAGb|&{ n& V՟o yA2.hAl}r,Os;CUUY}ETlV [q/5n17YN h{=+E2 o[o.{p"2|d- gB)݄͉;BeUcEj6֋N|#HL[;i&1m8RrzO7)C.:4و6&ac(:Iv%'g[Bk& (3#5(pEf@ݮC~a]K6kF`Oo69L3m]tn2`Lz4¹0CP7- hf}Fo+Q18k.ϼJ(f՜*񿨜Fg;8m' z; >1Aַg;#ϼj1O1S_l񩂵oV] + Jj1m9 ۚVQx4y甬i݂$[0TP PuLێ;FRE`eܸ*GQ _~"\ܣ@)KUj|}k> k欻ͤ#*7'\ո 9h16^t9IۨC| Vs 򬳛!\ tDR9шF[H1.z7X@T _kOКXV>v+"#aȑT#/dW-w( mH]_ h| 0#~pj<>HLk6,/=O&qr8fG>}+  GjA 1|4xn/1>1v%+Y>WdH9>#FS{>w(2B_S#Olo6ˆ5 _qg5etL0vHmAgOZuwtB*՘9?ه qT!P o_K"qZ9(J=Q[ 9 :p-+A|I|"C 'o{+TQ1&niIɚ_uV:(:Y4̺¶pTa E0ⳇxQ-n"eL:jװ' $DktTe [X`yvG!7\U_;]5uhV`j:S#=$EʙB7uoXB (C4u$c2ooɟ y[jME*ٵi /X#HpeY< 7oj bϣԇ:QZ 16U?ʮA,e^ ($u_}DZfrC#hHL1S/ӜO!ij{Ϩ ́LU{zD ߑÒ nش/JSa6ukN6SiȋB`P0TZh4%K"WMQ!m"꣗p6!]L+&0[}\Ȕ["5nSZtG#28+*:?,#۹O珊_ X \( oD0,T@Z{\Ju}! ΄wJR4nM_:"ǯ p'^ƜP C.=]i lE`QGQ75[\q p,wA}y@#;/0y tbqdN?]`ϥud&] [Lisyŭ1) 1qGțd(XҶo[lЀc]@TY/ dJիJf\O=RL鰐 /[kh Lţ,IVN-3=|΃d+57T-.{ȆRTm}.\l* |:*k#k 1unVFCQ<^G`xY%id|1*^6e6w2C_}*I={ig]¨Ji8!f%f|fzN{VF`E#2 h'eMS8S]g];$:R0e;{C%TdKИ>-d5T%;T]m("c&"جK I ䷪Άvq pH3EѬլJM|5 6+诉>ɖ#B1Zq^&LX\ hLq,GuiS-O}= mBwr[Q '/T]Ƃk >QG>t5P`ى2dՑFO"&3}Ub8? 5[8Xcm~w#0*+`& f\'8j$ F0.6/[֍ߨ1BP'(rϤU?qM:=P6-mS۳jS#SϤbZk `VM.}6Шl̹gp۔W]Wm/jP IJw9l eگ[\jWd,Gcb `U(U<5 [=;`E2qYc.YޙUF7ЈMqh)s ]VK&t 9/(YOlJjUg'm21i:g솲#QiH)Tr2u+Uֹ4r2 pdUU6-(࡞^^QϖyqfbF-j~aK4 4<@=AU,9*GWUX P{R m D*Li6Ÿ |>=KSrbwNǕa'F5cԉ+\Tp4gM 3\| ׃C=){G-t[%6 ;=x7L)CgT {TG@nL)AhV7SM$-KЏJ}QA0pu^`Q姢6➗ 9Q%V\xJʺ4C9#+t=Z-6ѷ@q9Rab<ѱR',_CWW}<*ғ[^XszJd:xMT΁5>gF观'Ҟ5 @c9'? <ǣDmsl9ǬжnTn~piᕖ[}kJ\ؒin 7kIѽNC;KT7!f&S7扳z&QSdC^9#OY)u6l|XP߆Z~ӱWr{R@ !pC;i;g$N%ʀAhjEEqH6/;ZwU3R!76i8=:ڛ89`C Pz \7x+0h4ѷ*jR|
&}ax}"9'Y@ 3͝c:w!$Ѹcc ѱ^yGx4vM>0n.O^Bn;Zl_3p4l*TkMj%JG)B~rdi{7σJMmq/xvD}?5sXvoi+Z0[t)h.a]Mjs]'VJ;ҙs@_9ͣfIgf8nA{xl"J5icZmWjbL XX@9|0 +;=-1I0>`)h#*wS$ #=ry)Z%2!EPLYV,k@<sO9˄n1X%Z ֍FM=V uV_m4Zi '-.LļshFİÛz^KQ62o!%1it]m_vnf'0Po ڢиm-K6F{1ܣgQxw+-(w֓I[$':W yf{61ž:*Qgu/gX$a>;Ъ. ̆-ϯ+N\N)IԺq. OWaO@:ORO|fu Z- Jei0C+>vw99%< ̽:qS]sg$lqC e?"~V(9 pM]qI`-P`zJ[@:NJd>t30GRnZWrے,vp^꟭ҟj )]tmŵ ז%:]f[b{}) sشH%z *hs3xC0E|zY}-*2K)//qHOBeTlKCladE}},JM/ *OKgKkǂ8?g(Cfɸ"*Iӧ 1XN(drkjv-} @^O=?O.S KAuCwDͻxm./% ?#h†{38|^C5_(.LcEˋ3dzI*q68 8SjZȱmǸvakY6?]_lj<8o`|M$kNji31 UVj(HZh-rPт?w/ -F*g]So}ȫLh>uwߪ21`=7ߖL[HtP;<(@>LRJbVS ~?\IWwj`x}:f_{{U dދ+e3D(uBVs tiǰ/lP͕eTA8ūBbNy _bM05RvW0a'^!6W˹uEΐZ8fT 2ZZKxӺVVV݆무ceueLT6dl'o贑2_H?tgG"^ZPpۤ*Kr^E Y+CaZ?B"'SϵhNO*Ym>\/:|"^"KQТm-i'>6 k Bg+0:eXrٱwMO"*b(:c)DK>@,7WcnD.dDLq=:0 G<>`"ORO*@c'v!v(DC݈6yW !w{84N_o؂+4DVe]ڴyVf;,iZh+0e51vP j]Œ }ȴ\ݶU=\nlR2zP*Fu ݸm>ֻXs(do@׮yDtBg—ւN٭:+́Ghޠ^nkvˤ8iiPP^W@uH9y!Q-Ri,&ALF lZr8TAU=z'P`Gj3ݺկ[ n=Y^ _w4o]iWE6 J<-8`0xL[8PGe`UD x6Y^9rVOiCx$haI\.hfOo¶J>!q߈띗:KGиl+M ͒Y)9?C3:VV٪+~>%bxw/2gppO;- xQ2:cE7 O<u^;kiВFtr&AQ++$ iDEG4hM0o)I ~i]E{5bKwfƿyhh!^<a*vLQ'=BVZMN8B1:`9xO1%&[WOnߏb&_ "\mq27H83w!ԯ| ϔ ՓF.8sr 7bB&%Gq |MYC ']Y2`J=`t:v cF+tA&}W*xG z0_\,m2vDͲ3ٺ| ;e0s8ebL@-n\i ^sdHHE1]?E;}'kz?G7?%O/TH,ȅO26抷g#)T6ɳ3^&;jCnSt+