import open-vm-tools-12.0.5-2.el9
This commit is contained in:
parent
a584228409
commit
f6423e748a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/open-vm-tools-11.3.5-18557794.tar.gz
|
SOURCES/open-vm-tools-12.0.5-19716617.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f6990193579d96a04bfec6f09e93e0164deef71e SOURCES/open-vm-tools-11.3.5-18557794.tar.gz
|
dcdc35708fae2e3e3192fec7e6a93c7b5c0e3c4c SOURCES/open-vm-tools-12.0.5-19716617.tar.gz
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
From 033aaf84f7d4802120aa63d3de7f126e2a790a0d Mon Sep 17 00:00:00 2001
|
From 36bbeb1a40aeefc803e63e4ba4b2a4fd011e6d19 Mon Sep 17 00:00:00 2001
|
||||||
From: Cathy Avery <cavery@redhat.com>
|
From: Cathy Avery <cavery@redhat.com>
|
||||||
Date: Mon, 29 Aug 2022 12:50:45 -0400
|
Date: Mon, 29 Aug 2022 12:50:45 -0400
|
||||||
Subject: [PATCH] Properly check authorization on incoming guestOps requests.
|
Subject: [PATCH] Properly check authorization on incoming guestOps requests.
|
||||||
|
|
||||||
RH-Author: Cathy Avery <cavery@redhat.com>
|
RH-Author: Cathy Avery <cavery@redhat.com>
|
||||||
RH-MergeRequest: 13: Properly check authorization on incoming guestOps requests.
|
RH-MergeRequest: 8: Properly check authorization on incoming guestOps requests.
|
||||||
RH-Bugzilla: 2119285
|
RH-Bugzilla: 2119286
|
||||||
RH-Acked-by: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
RH-Acked-by: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
||||||
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
||||||
RH-Commit: [1/1] 7c92651ede82ff9431eaaf7a24889d50ad77e7e3
|
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
|
RH-Commit: [1/1] 6a5114b10648885d5b7e9423f87ca41ecf041b7e
|
||||||
|
|
||||||
Tested: Tested by QE
|
Tested: Tested by QE
|
||||||
Upstream Status: origin/master
|
Upstream Status: origin/master
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 11.3
|
%global majorversion 12.0
|
||||||
%global minorversion 5
|
%global minorversion 5
|
||||||
%global toolsbuild 18557794
|
%global toolsbuild 19716617
|
||||||
%global toolsversion %{majorversion}.%{minorversion}
|
%global toolsversion %{majorversion}.%{minorversion}
|
||||||
%global toolsdaemon vmtoolsd
|
%global toolsdaemon vmtoolsd
|
||||||
%global vgauthdaemon vgauthd
|
%global vgauthdaemon vgauthd
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 1%{?dist}.1
|
Release: 2%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vmware/%{name}
|
URL: https://github.com/vmware/%{name}
|
||||||
@ -51,7 +51,7 @@ ExclusiveArch: x86_64 aarch64
|
|||||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
ExclusiveArch: %{ix86} x86_64 aarch64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# For bz#2119285 - CVE-2022-31676 open-vm-tools: local root privilege escalation in the virtual machine [rhel-9.0.0.z]
|
# For bz#2119286 - CVE-2022-31676 open-vm-tools: local root privilege escalation in the virtual machine [rhel-9.1.0]
|
||||||
Patch1: ovt-Properly-check-authorization-on-incoming-guestOps-re.patch
|
Patch1: ovt-Properly-check-authorization-on-incoming-guestOps-re.patch
|
||||||
|
|
||||||
# Source-git patches
|
# Source-git patches
|
||||||
@ -146,6 +146,15 @@ This package contains only the user-space programs and utility scripts of
|
|||||||
%{name} that are essential for performing service discovery in VMware
|
%{name} that are essential for performing service discovery in VMware
|
||||||
virtual machines by vRealize Operations Service Discovery Management Pack.
|
virtual machines by vRealize Operations Service Discovery Management Pack.
|
||||||
|
|
||||||
|
%package salt-minion
|
||||||
|
Summary: Script file to install/uninstall salt-minion
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}, systemd, curl, coreutils, gawk, grep
|
||||||
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
|
%description salt-minion
|
||||||
|
This package contains a script to setup Salt Minion on VMware virtual machines.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for Open Virtual Machine Tools
|
Summary: Development libraries for Open Virtual Machine Tools
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -175,6 +184,9 @@ autoreconf -vif
|
|||||||
--enable-xmlsec1 \
|
--enable-xmlsec1 \
|
||||||
--enable-resolutionkms \
|
--enable-resolutionkms \
|
||||||
--enable-servicediscovery \
|
--enable-servicediscovery \
|
||||||
|
%ifarch x86_64
|
||||||
|
--enable-salt-minion \
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
--with-tirpc \
|
--with-tirpc \
|
||||||
--without-gtk2 \
|
--without-gtk2 \
|
||||||
@ -349,6 +361,7 @@ fi
|
|||||||
%{_libdir}/%{name}/plugins/common/*.so
|
%{_libdir}/%{name}/plugins/common/*.so
|
||||||
%dir %{_libdir}/%{name}/plugins/vmsvc
|
%dir %{_libdir}/%{name}/plugins/vmsvc
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libappInfo.so
|
%{_libdir}/%{name}/plugins/vmsvc/libappInfo.so
|
||||||
|
%{_libdir}/%{name}/plugins/vmsvc/libcomponentMgr.so
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libdeployPkgPlugin.so
|
%{_libdir}/%{name}/plugins/vmsvc/libdeployPkgPlugin.so
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libgdp.so
|
%{_libdir}/%{name}/plugins/vmsvc/libgdp.so
|
||||||
%{_libdir}/%{name}/plugins/vmsvc/libguestInfo.so
|
%{_libdir}/%{name}/plugins/vmsvc/libguestInfo.so
|
||||||
@ -377,6 +390,13 @@ fi
|
|||||||
%{_libdir}/%{name}/plugins/vmsvc/libserviceDiscovery.so
|
%{_libdir}/%{name}/plugins/vmsvc/libserviceDiscovery.so
|
||||||
%{_libdir}/%{name}/serviceDiscovery
|
%{_libdir}/%{name}/serviceDiscovery
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
|
%files salt-minion
|
||||||
|
%dir %{_libdir}/%{name}/componentMgr/
|
||||||
|
%dir %{_libdir}/%{name}/componentMgr/saltMinion/
|
||||||
|
%{_libdir}/%{name}/componentMgr/saltMinion/svtminion.sh
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/api/build/*
|
%doc docs/api/build/*
|
||||||
%exclude %{_includedir}/libDeployPkg/
|
%exclude %{_includedir}/libDeployPkg/
|
||||||
@ -393,10 +413,20 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 01 2022 Miroslav Rezanina <mrezanin@redhat.com> - 11.3.5-1.el9_0.1
|
* Tue Sep 06 2022 Miroslav Rezanina <mrezanin@redhat.com> - 12.0.5-2
|
||||||
- ovt-Properly-check-authorization-on-incoming-guestOps-re.patch [bz#2119285]
|
- ovt-Properly-check-authorization-on-incoming-guestOps-re.patch [bz#2119286]
|
||||||
- Resolves: bz#2119285
|
- Resolves: bz#2119286
|
||||||
(CVE-2022-31676 open-vm-tools: local root privilege escalation in the virtual machine [rhel-9.0.0.z])
|
(CVE-2022-31676 open-vm-tools: local root privilege escalation in the virtual machine [rhel-9.1.0])
|
||||||
|
|
||||||
|
* Tue Jun 07 2022 Miroslav Rezanina <mrezanin@redhat.com> - 12.0.5-1
|
||||||
|
- Rebase to open-vm-tools 12.0.5 [bz#2090275]
|
||||||
|
- Resolves: bz#2090275
|
||||||
|
([ESXi][RHEL9]Open-vm-tools release 12.0.5 has been released - please rebase)
|
||||||
|
|
||||||
|
* Thu Apr 28 2022 Miroslav Rezanina <mrezanin@redhat.com> - 12.0.0-1
|
||||||
|
- Rebase to 12.0.0 [bz#2061193]
|
||||||
|
- Resolves: bz#2061193
|
||||||
|
([ESXi][RHEL9]Open-vm-tools release 12.0.0 has been released - please rebase)
|
||||||
|
|
||||||
* Fri Oct 15 2021 Miroslav Rezanina <mrezanin@redhat.com> - 11.3.5-1
|
* Fri Oct 15 2021 Miroslav Rezanina <mrezanin@redhat.com> - 11.3.5-1
|
||||||
- Rebase to 11.3.5 [bz#2008243]
|
- Rebase to 11.3.5 [bz#2008243]
|
||||||
|
Loading…
Reference in New Issue
Block a user