Rebase bpftrace to 0.20.3
Also fixes a couple of issues: - fix bpftrace creating BPF programs with truncated names, - fix CVE allowing unprivileged users loading of compromised linux headers. Resolves: RHEL-30779 Resolves: RHEL-8502 Resolves: RHEL-28765 CVE: CVE-2024-2313 Signed-off-by: Viktor Malik <vmalik@redhat.com>
This commit is contained in:
parent
571a9c6c5b
commit
e402818776
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/cereal-1.3.2.tar.gz
|
||||
/bpftrace-0.17.0.tar.gz
|
||||
/bpftrace-0.19.1.tar.gz
|
||||
/bpftrace-0.20.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: bpftrace
|
||||
Version: 0.19.1
|
||||
Version: 0.20.3
|
||||
Release: 1%{?dist}
|
||||
Summary: High-level tracing language for Linux eBPF
|
||||
License: ASL 2.0
|
||||
@ -93,6 +93,12 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
||||
%exclude %{_datadir}/%{name}/tools/old
|
||||
|
||||
%changelog
|
||||
* Fri May 03 2024 Viktor Malik <vmalik@redhat.com> - 0.20.3-1
|
||||
- Rebase on bpftrace 0.20.3 (RHEL-30779)
|
||||
- Fix CVE allowing unprivileged users loading of compromised linux headers
|
||||
(RHEL-28765, CVE-2024-2313)
|
||||
- Fix bpftrace creating BPF programs with truncated names (RHEL-8502)
|
||||
|
||||
* Mon Nov 06 2023 Viktor Malik <vmalik@redhat.com> - 0.19.1-1
|
||||
- Rebase on bpftrace 0.19.1 (RHEL-10693)
|
||||
- Rebuild for LLVM 17 (RHEL-10592)
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bpftrace-0.19.1.tar.gz) = 2f56b8fb7abfa58631ebc93c7a98cc066446808cbc0116902e43ebefa5f9625232da5ee3ede1d14a236296660a2f4c0907fa1ef24d383b4e32c70dcc3988c765
|
||||
SHA512 (bpftrace-0.20.3.tar.gz) = 218a1bfac7e1a2b7eef5b0ed3e7403eed4bc932f2aa03c5f4c8924246c09088f5074ab3d54031e582cb4f8e7d0c7df1bb30007c2421c44d2c2506364f0ba5a0e
|
||||
SHA512 (cereal-1.3.2.tar.gz) = 98d306d6292789129675f1c5c5aedcb90cfcc1029c4482893a8f9b23f3c9755e5ed4762d7a528f215345cae6392e87cd8d89467115b6f031b41c8673d6b4b109
|
||||
|
Loading…
Reference in New Issue
Block a user