Skip to content

Commit

Permalink
packages: Update open-vm-tools to 12.3.0
Browse files Browse the repository at this point in the history
This updates the `open-vm-tools` package to use the 12.3.0 release.

There are a lot of merged changes since the previous release [0], but
most are called out as not being applicable for this package. The only
significant change appears to be the commit to add addition x509 checks
to the SAM token verification.

[0] vmware/open-vm-tools@stable-12.2.5...stable-12.3.0
[1] vmware/open-vm-tools@74b6d0d

Signed-off-by: Sean McGinnis <stmcg@amazon.com>
  • Loading branch information
stmcginnis committed Oct 3, 2023
1 parent 6541406 commit f944f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/open-vm-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "../packages.rs"
releases-url = "https://github.com/vmware/open-vm-tools/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/vmware/open-vm-tools/releases/download/stable-12.2.5/open-vm-tools-12.2.5-21855600.tar.gz"
sha512 = "72db3b88f61624d26e8ff7e37e4fc52ecd0bec0b6f076d935870c03312321c5e0b406d05eae7012872734a50626ed760dff2cf872e26ec18ebf200aff5ed12ef"
url = "https://github.com/vmware/open-vm-tools/releases/download/stable-12.3.0/open-vm-tools-12.3.0-22234872.tar.gz"
sha512 = "942be3c225d5724e236959dc0d422358b99d2844ed8f1c2d2ca06ea5959c12b1a5ac4fa47ee48c27d1c1291f6d783d1cf87303bf64b8117fd96f226ae4d632e5"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/open-vm-tools/open-vm-tools.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global buildver 21855600
%global buildver 22234872

Name: %{_cross_os}open-vm-tools
Version: 12.2.5
Version: 12.3.0
Release: 1%{?dist}
Summary: Tools for VMware
License: LGPL-2.1-or-later
Expand Down

0 comments on commit f944f80

Please sign in to comment.