Merge pull request #2088 from flatcar/vmware-12.4.5-main

Upgrade open-vm-tools in main from 12.4.0 to 12.4.5
This commit is contained in:
Mathieu Tortuyaux 2024-07-03 14:26:18 +02:00 committed by GitHub
commit a568f62513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- open-vm-tools ([12.4.5](https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.5))

View File

@ -1 +1 @@
DIST open-vm-tools-12.4.0-23259341.tar.gz 4353211 BLAKE2B a5a801b75c77d0c13752073cceab6c7d5b9710224243742ac4ba82fdaf6fc5ebd3eda76f1d9dca0f2f379563e3a00eb309e3a1af517f35b5713b8fcb340a2e0e SHA512 11ea43c64ec534922145f83e2b7ef9254437f80656ad03b596340a78c3698adcc7d84adade9c5d8e1c83b5ebc3bd086601b1d104e0f070274dc2b6bc1f64fb17 DIST open-vm-tools-12.4.5-23787635.tar.gz 4356612 BLAKE2B 59fab76bc740d6c8e8b76f8c2379f751a62a4d4c01add9520acafbd5601d9490c7fb7d5a3631d1198c811be33b1bd7c7b381de2f9a8f703ceec21aab6331797a SHA512 dd90622a0f1c773ed217040788a1bdbfba1e60256d4e5159a2557155f6ac642ab71488044860e417cdd853aad77a6495b98e8fd02f9755be90cc1dc71c840a3c

View File

@ -7,7 +7,7 @@ inherit autotools linux-info pam systemd udev
DESCRIPTION="Tools for VMware guests" DESCRIPTION="Tools for VMware guests"
HOMEPAGE="https://github.com/vmware/open-vm-tools" HOMEPAGE="https://github.com/vmware/open-vm-tools"
MY_P="${P}-23259341" MY_P="${P}-23787635"
SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz" SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"