File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 5
5
Summary: User space components of the Ceph file system
6
6
Name: ceph
7
7
Version: 18.2.2
8
- Release: 2 %{?dist }
8
+ Release: 3 %{?dist }
9
9
License: LGPLv2 and LGPLv3 and CC-BY-SA and GPLv2 and Boost and BSD and MIT and Public Domain and GPLv3 and ASL-2.0
10
10
URL: https://ceph.io/
11
11
Vendor: Microsoft Corporation
@@ -898,6 +898,10 @@ This package provides a Ceph hardware monitoring agent.
898
898
%autosetup -p1
899
899
900
900
%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/*
901
905
# LTO can be enabled as soon as the following GCC bug is fixed:
902
906
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
903
907
%define _lto_cflags %{nil }
@@ -2000,6 +2004,18 @@ exit 0
2000
2004
2001
2005
2002
2006
%changelog
2007
+ *
Tue Jan 01 2025 Sandeep Karambelkar <[email protected] > -
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
+
2003
2019
*
Wed Dec 4 2024 Bhagyashri Pathak <[email protected] > -
18.2.2-2
2004
2020
- Fix for CVE-2024-52338
2005
2021
You can’t perform that action at this time.
0 commit comments