diff --git a/.gitignore b/.gitignore index 40361d3..a2090d2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /stalld-1.19.3.tar.bz2 /stalld-1.19.5.tar.bz2 /stalld-1.19.6.tar.bz2 +/stalld-1.19.8.tar.bz2 diff --git a/sources b/sources index 2ffb15e..d59ded0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.19.6.tar.bz2) = 1a4e4999776b3df553c334fb9b11a459d6855790077eaaa295ca42228861c1699da55b3d9680d95832ed74969f276d1ad21d2e774797adbba728c732b15ac2bd +SHA512 (stalld-1.19.8.tar.bz2) = d862cac2d3ca57d1fc186366075af588387c1ec0cc9ad48a33b6718803e2c6aff92e4caa6b351229dfbbf18fef9e901783e125f41a537ad89a6a5524bbcd85e3 diff --git a/stalld.spec b/stalld.spec index 4a5e65a..410d5cb 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.19.6 -Release: 2%{?dist} +Version: 1.19.8 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPL-2.0-or-later AND GPL-2.0-only @@ -61,6 +61,15 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Wed Feb 12 2025 Clark Williams - 1.19.8-1 +- version bump +- Fix building with glibc 2.41 +- throttlectl: clean up throttling script due to reported CVE-2024-54159 +- Makefile: change modes on throttled and stalld +- stalld.c: use a more reasonable size for reading /proc/stat +Resolves: RHEL-69567 +Resolves: RHEL-40146 + * Tue Oct 29 2024 Troy Dawson - 1.19.6-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018