Skip to content
Snippets Groups Projects
Commit b3b865b9 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/open-vm-tools: really add the patch

Fixes 9f4a766b.
parent 9f4a766b
No related merge requests found
......@@ -4,7 +4,7 @@ pkgname=open-vm-tools
pkgver=11.3.5
_pkgsubver=${pkgver#*_p}
_ver=${pkgver/_p/-}
pkgrel=1
pkgrel=2
pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools."
url="https://github.com/vmware/open-vm-tools/"
arch="aarch64 x86 x86_64"
......@@ -54,6 +54,7 @@ makedepends="
"
pkggroups="vmware"
source="$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-$_ver.tar.gz
1205-Properly-check-authorization-on-incoming-guestOps-re.patch
0001-lib-misc-Recognize-Alpine-Linux.patch
0002-open-vm-tools-Add-disable-werror-configure-option.patch
0003-Do-not-assume-that-linux-and-gnu-libc-are-the-same-t.patch
......@@ -80,7 +81,7 @@ builddir="$srcdir/$pkgname-stable-$_ver"
options="suid" # needed for vmware-user-suid-wrapper
# secfixes:
# 11.3.5-r1:
# 11.3.5-r2:
# - CVE-2022-31676
_subpackages="$subpackages" # save for func _all
......@@ -266,6 +267,7 @@ _all() {
sha512sums="
1bbd245f8e73cfe28fea76c59898a8433ae643a8333f7409914c9cf9a86303242a64dd5667807cf4600ec1f4ff42dd38b14ad8aed795878e17508d4b3d43be73 open-vm-tools-11.3.5.tar.gz
e61fd373c000e59c37e09db92580efa25d5be8e93cf0f040d142c0584db67c51e7b18c8c69c98b77f6867215b22d2400cda6d13eb5145009ee54ce86df5cecf2 1205-Properly-check-authorization-on-incoming-guestOps-re.patch
874e950f04c697bfe7a628fcd08756517d9c02e0c8b1439895db8b3154b50cd42e4afd59a34a32462d8a0da1be5238dc1e66c318c15b2e6e83800faa25f5dee7 0001-lib-misc-Recognize-Alpine-Linux.patch
9188161f9bbd6572ee20855e727257b2140b39f1ba19b96879eb9878fb08cbdb7c3a5c9f5f8a4f389090acea6f71ee88fb36c7d4a74c1b8b94c9124db696a7f2 0002-open-vm-tools-Add-disable-werror-configure-option.patch
1dd0cde6ee19aec77ddf803e95b0404e803569a38c7b3d001832b4bbeae95ea15ed32c59f27bffb315130bad0c7a788a7a522df13a5f265f66c4c7c302a1966d 0003-Do-not-assume-that-linux-and-gnu-libc-are-the-same-t.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment