File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Summary: User space components of the Ceph file system
66Name: ceph
77Version: 18.2.2
8- Release: 2 %{?dist }
8+ Release: 3 %{?dist }
99License: LGPLv2 and LGPLv3 and CC-BY-SA and GPLv2 and Boost and BSD and MIT and Public Domain and GPLv3 and ASL-2.0
1010URL: https://ceph.io/
1111Vendor: Microsoft Corporation
@@ -898,6 +898,10 @@ This package provides a Ceph hardware monitoring agent.
898898%autosetup -p1
899899
900900%build
901+ pwd
902+ # CVE-2022-24736 and CVE-2022-24735 Remove opentelemetry-cpp which uses LUA
903+ # This subsystem is not getting built in ceph
904+ rm -rf src/jaegertracing/opentelemetry-cpp/*
901905# LTO can be enabled as soon as the following GCC bug is fixed:
902906# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
903907%define _lto_cflags %{nil }
@@ -2000,6 +2004,18 @@ exit 0
20002004
20012005
20022006%changelog
2007+ * Tue Jan 01 2025 Sandeep Karambelkar <skarambelkar@microsoft.com> - 18.2.2-3
2008+ - Based on the package build logs, opentelemetry-cpp submodule is not being built
2009+ - Removing opentelemetry-cpp to address below CVEs as this submodule is not relevant
2010+ - CVE-2022-24735
2011+ - CVE-2022-24736
2012+ - CVE-2021-44647
2013+ - CVE-2020-24371
2014+ - CVE-2014-5461
2015+ - CVE-2021-43519
2016+ - CVE-2021-44964
2017+ - CVE-2024-31755
2018+
20032019* Wed Dec 4 2024 Bhagyashri Pathak <bhapathak@microsoft.com> - 18.2.2-2
20042020- Fix for CVE-2024-52338
20052021
You can’t perform that action at this time.
0 commit comments