diff --git a/.gitignore b/.gitignore index d478b40..2b8e988 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/open-vm-tools-12.1.5-20735119.tar.gz +SOURCES/open-vm-tools-12.2.5-21855600.tar.gz diff --git a/.open-vm-tools.metadata b/.open-vm-tools.metadata index 378fafe..eab5035 100644 --- a/.open-vm-tools.metadata +++ b/.open-vm-tools.metadata @@ -1 +1 @@ -92cfc4bc23f3f4392a0e925d639aeac37c4aafb5 SOURCES/open-vm-tools-12.1.5-20735119.tar.gz +6bc6e77418cc4a039063a7ca40859535b9bbb339 SOURCES/open-vm-tools-12.2.5-21855600.tar.gz diff --git a/SOURCES/vgauthd.service b/SOURCES/vgauthd.service index d5fef2c..6ca3508 100644 --- a/SOURCES/vgauthd.service +++ b/SOURCES/vgauthd.service @@ -1,6 +1,6 @@ [Unit] Description=VGAuth Service for open-vm-tools -Documentation=http://github.com/vmware/open-vm-tools +Documentation=https://github.com/vmware/open-vm-tools ConditionVirtualization=vmware PartOf=vmtoolsd.service diff --git a/SOURCES/vmtoolsd.service b/SOURCES/vmtoolsd.service index 54c7312..1cb6e00 100644 --- a/SOURCES/vmtoolsd.service +++ b/SOURCES/vmtoolsd.service @@ -1,6 +1,6 @@ [Unit] Description=Service for virtual machines hosted on VMware -Documentation=http://github.com/vmware/open-vm-tools +Documentation=https://github.com/vmware/open-vm-tools ConditionVirtualization=vmware Requires=vgauthd.service After=vgauthd.service diff --git a/SPECS/open-vm-tools.spec b/SPECS/open-vm-tools.spec index 2ffc612..c86d8dc 100644 --- a/SPECS/open-vm-tools.spec +++ b/SPECS/open-vm-tools.spec @@ -1,5 +1,5 @@ ################################################################################ -### Copyright 2013-2021 VMware, Inc. All rights reserved. +### Copyright 2013-2023 VMware, Inc. All rights reserved. ### ### RPM SPEC file for building open-vm-tools packages. ### @@ -19,9 +19,9 @@ ################################################################################ %global _hardened_build 1 -%global majorversion 12.1 +%global majorversion 12.2 %global minorversion 5 -%global toolsbuild 20735119 +%global toolsbuild 21855600 %global toolsversion %{majorversion}.%{minorversion} %global toolsdaemon vmtoolsd %global vgauthdaemon vgauthd @@ -409,6 +409,26 @@ fi %files test %{_bindir}/vmware-vgauth-smoketest %changelog +* Mon Jul 10 2023 Miroslav Rezanina - 12.2.5-1 +- Rebaer to open-vm-tools 12.2.5 +- Resolves: bz#2214862 + ([ESXi][RHEL9]open-vm-tools version 12.2.5 has been released - please rebase) + +* Tue Jun 27 2023 Miroslav Rezanina - 12.2.0-3 +- ovt-Remove-some-dead-code.patch [bz#2215566] +- Resolves: bz#2215566 + ([CISA Major Incident] CVE-2023-20867 open-vm-tools: authentication bypass vulnerability in the vgauth module [rhel-br-9]) + +* Tue Jun 20 2023 Miroslav Rezanina - 12.2.0-2 +- ovt-Use-https-instead-of-http-for-documentation-links.patch [bz#2208160] +- Resolves: bz#2208160 + ([ESXi][RHEL9] URL in service unit files are started from http instead of https) + +* Wed May 03 2023 Miroslav Rezanina - 12.2.0-1 +- Rebase to open-vm-tools 12.2.0 [bz#2177086] +- Resolves: bz#2177086 + ([ESXi][RHEL9]open-vm-tools version 12.2.0 has been released - please rebase) + * Fri Dec 09 2022 Miroslav Rezanina - 12.1.5-1 - Rebase to open-vm-tools 12.1.5 [bz#2150190] - Resolves: bz#2150190