summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools/open-vm-tools_11.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* open-vm-tools: Security fix for CVE-2023-20900Priyal Doshi2023-09-301-0/+1
| | | | | | | Backport-from: https://github.com/vmware/open-vm-tools/commit/74b6d0d9000eda1a2c8f31c40c725fb0b8520b16 Signed-off-by: Priyal Doshi <pdoshi@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* open-vm-tools: Security fix for CVE-2022-31676Priyal Doshi2023-03-181-0/+1
| | | | | | | Backport from https://github.com/vmware/open-vm-tools/commit/70a74758bfe0042c27f15ce590fb21a2bc54d745 Signed-off-by: Priyal Doshi <pdoshi@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* recipes: Update SRC_URI branch and protocolsArmin Kuster2021-11-171-1/+1
| | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* open-vm-tools: fix build error with usrmerge featureYi Zhao2020-01-141-2/+7
| | | | | | | | | * Pass --with-udev-rules-dir to configure. * Only create the symbolic link of mount.vmhgfs when disable usrmerge feature. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Ignore -Warray-boundsKhem Raj2019-12-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Enable tirpc explicitly, fix build with 64bit time_tKhem Raj2019-11-131-1/+4
| | | | | | | These patches ensure that 64bit time_t is printed correctly, and on x86 do not limit time_t to be 4byte long Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Fix build by removing deprecated G_INLINE_FUNCKhem Raj2019-10-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Upgrade to 11.0.1Khem Raj2019-10-241-0/+106
Drop backported patch available in 11.0 release --disable-grabbitmqproxy is no longer a supported option Signed-off-by: Khem Raj <raj.khem@gmail.com>