Skip to content

Commit

Permalink
open-vm-tools: update to 12.1.0 (Security, #4284)
Browse files Browse the repository at this point in the history
* Fix CVE-2022-31676
* Add some TO-DOs at defines file, including some features related to recent
pakreqs.

Signed-off-by: Camber Huang <camber@poi.science>
  • Loading branch information
CamberLoid committed Nov 4, 2022
1 parent 5ef655c commit 1efdbc5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions extra-emulation/open-vm-tools/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ PKGDES="Open source implementation of VMware Tools"

AUTOTOOLS_AFTER="--sbindir=/usr/bin \
--enable-xmlsec1"

# TO-DO: package python-saltstack
# open-vm-tools introduced salt minions support at version 12.0.0. However,
# saltstack is not currently offically packaged by AOSC OS. The following
# parameter will be commented for convenience of further support for saltstack.
#AUTOTOOLS_AFTER+=" --enable-salt-minion"
#PKGDEP+=" curl awk python-saltstack"

# TO-DO: package containerd
# open-vm-tools introduced containerd's containerinfo support at version
# 12.0.0. However, containerd is not currently offically packaged by AOSC OS.
# The following parameter will be commented for convenience of further support
# for containerd and its toolchains.
#AUTOTOOLS_AFTER+=" --enable-containerinfo"
#PKGDEP+=" curl protobuf grpc containerd"

RECONF=1
ABSHADOW=0

Expand Down
6 changes: 3 additions & 3 deletions extra-emulation/open-vm-tools/spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VER=11.3.0
BUILDNBR=18090558
VER=12.1.0
BUILDNBR=20219665
SRCS="tbl::https://github.com/vmware/open-vm-tools/releases/download/stable-${VER}/open-vm-tools-${VER}-${BUILDNBR}.tar.gz"
CHKSUMS="sha256::9bad3ee755340853bf7990e92f3d3880959a73e0749e8aaae62730854368bd2c"
CHKSUMS="sha256::f9cff769cb60d3e570b8dfed98179b345b089ee3cc31a60d80a4fcca1cc220ee"
SUDDIR="open-vm-tools-${VER}-${BUILDNBR}"
CHKUPDATE="anitya::id=10998"

0 comments on commit 1efdbc5

Please sign in to comment.