Compare commits
No commits in common. "c8s-stream-0.5" and "c8-stream-0.5" have entirely different histories.
c8s-stream
...
c8-stream-
@ -1,6 +1,6 @@
|
|||||||
Name: parfait
|
Name: parfait
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Java libraries for Performance Co-Pilot (PCP)
|
Summary: Java libraries for Performance Co-Pilot (PCP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/performancecopilot/parfait
|
URL: https://github.com/performancecopilot/parfait
|
||||||
@ -57,6 +57,13 @@ BuildRequires: mvn(tec.uom:uom-se)
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
# parfait used to have a dependency on log4j12. Since parfait 0.5.4-3, log4j is no longer a dependency.
|
||||||
|
# This line makes sure that the log4j12 package will be removed when upgrading
|
||||||
|
# to parfait 0.5.4-4, to remove all vulnerable log4j12 versions (CVE-2021-4104).
|
||||||
|
# Also matches NVR 1.2.17-22.module+el8+...
|
||||||
|
Obsoletes: log4j12 < 1.2.17-23
|
||||||
|
Obsoletes: log4j12-javadoc < 1.2.17-23
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Parfait is a Java performance monitoring library that exposes and
|
Parfait is a Java performance monitoring library that exposes and
|
||||||
collects metrics through a variety of outputs. It provides APIs
|
collects metrics through a variety of outputs. It provides APIs
|
||||||
@ -177,8 +184,12 @@ done
|
|||||||
%config(noreplace)%{_sysconfdir}/%{name}/jvm.json
|
%config(noreplace)%{_sysconfdir}/%{name}/jvm.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 18 2022 Andreas Gerstmayr <agerstmayr@redhat.com> - 0.5.4-4
|
||||||
|
- Obsolete (remove) vulnerable versions of log4j12 (NVR < 1.2.17-23)
|
||||||
|
when upgrading to parfait 0.5.4-4 (CVE-2021-4104)
|
||||||
|
|
||||||
* Thu Dec 16 2021 Nathan Scott <nathans@redhat.com> - 0.5.4-3
|
* Thu Dec 16 2021 Nathan Scott <nathans@redhat.com> - 0.5.4-3
|
||||||
- Drop all code explicitly using Log4J (BZ 2031674)
|
- Drop all code explicitly using Log4J (BZ 2032158)
|
||||||
|
|
||||||
* Wed Nov 01 2017 Nathan Scott <nathans@redhat.com> - 0.5.4-2
|
* Wed Nov 01 2017 Nathan Scott <nathans@redhat.com> - 0.5.4-2
|
||||||
- Install a default configuration file for base JVM metrics.
|
- Install a default configuration file for base JVM metrics.
|
||||||
|
Loading…
Reference in New Issue
Block a user