Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ceph CVE Fixes - Removing "jaegertracing/opentelemetry-cpp" as it was not being built #11999

Open
wants to merge 3 commits into
base: fasttrack/3.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SPECS/ceph/ceph.spec
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,10 @@ This package provides a Ceph hardware monitoring agent.
%autosetup -p1

%build
pwd
# CVE-2022-24736 and CVE-2022-24735 Remove opentelemetry-cpp which uses LUA
# This subsystem is not getting built in ceph
rm -rf src/jaegertracing/opentelemetry-cpp/*
cyberbandya007 marked this conversation as resolved.
Show resolved Hide resolved
# LTO can be enabled as soon as the following GCC bug is fixed:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
%define _lto_cflags %{nil}
Expand Down
Loading