From c8490d71efdbb0905dc8dd9aeac221c7d03c44e1 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 13 Nov 2020 11:34:34 +0100 Subject: [PATCH] app-emulation/open-vm-tools: update to 11.2.0 Update open-vm-tools 11.2.0, https://github.com/vmware/open-vm-tools/releases/tag/stable-11.2.0 . Update also the build number to 16938113. --- .../coreos-overlay/app-emulation/open-vm-tools/Manifest | 2 +- ...2.0-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch} | 0 ...{open-vm-tools-11.1.5.ebuild => open-vm-tools-11.2.0.ebuild} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/{open-vm-tools-11.1.5-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch => open-vm-tools-11.2.0-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch} (100%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/{open-vm-tools-11.1.5.ebuild => open-vm-tools-11.2.0.ebuild} (99%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/Manifest index c95c3faa13..9b7153cf2a 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/Manifest @@ -1 +1 @@ -DIST open-vm-tools-11.1.5-16724464.tar.gz 3988511 BLAKE2B 4360e8551035fe9e2c945d62087eedf4c1767b9cea0057b3813f4f14a05e00951104b31283704a0d877aa2382e32115979e180b6298c5c0bc21429f1a79632a4 SHA512 8c93fe0ac151a72d2fa93b99ea9b615b5c2caf9193c77f8884e4d1ba3b080e66475d2429488b6bedef2a0325929256115a2ae8d02607a5b9725056d7975e1184 +DIST open-vm-tools-11.2.0-16938113.tar.gz 4050857 BLAKE2B b0e5e1e985d9f3d50dbbb8a4a7939d37d8968f0aa15e6d7200b7ec8511bd059d3a78a4ddd763d22965dc6da614d156e6b7ee23af73490f8bbf8e1dc2664041d3 SHA512 c950d6e8ba5218dd40e845f3c2b09eeb640ef0d33c7ea1671164027927e062dcf0b4745f6e4515a7495ec20a6d06a8fbf700819f6211073194b5ef97d7be441d diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-11.1.5-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-11.2.0-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-11.1.5-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch rename to sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-11.2.0-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.1.5.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.1.5.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild index 06a0768ecf..b9263723bf 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.1.5.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic multilib toolchain-funcs DESCRIPTION="Opensourced tools for VMware guests" HOMEPAGE="https://github.com/vmware/open-vm-tools" -MY_P="${P}-16724464" +MY_P="${P}-16938113" SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz" LICENSE="LGPL-2.1"