open-vm-tools/_service
Kirk Allan 06bb18eb67 Accepting request 1121336 from home:kallan:branches:Virtualization:VMware
- 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
    <https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md#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:
- 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:

OBS-URL: https://build.opensuse.org/request/show/1121336
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=452
2023-10-30 23:07:51 +00:00

15 lines
517 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/vmware/open-vm-tools.git</param>
<param name="revision">stable-12.3.5</param>
<param name="filename">open-vm-tools</param>
<param name="versionformat">12.3.5</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>