From d2e48d71c0ed716f60c88caeb246ee8e0d33a69b Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Thu, 13 May 2021 20:38:32 -0500 Subject: [PATCH] version 1.11 --- .gitignore | 1 + sources | 2 +- stalld.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5fb337e..4b9caea 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /stalld-1.8.tar.xz /stalld-1.9.tar.xz /stalld-1.10.tar.xz +/stalld-1.11.tar.xz diff --git a/sources b/sources index 6285508..13d8c7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.10.tar.xz) = d5078c552a2cc1082cdb57810343c0f0590817d1773e303d0342f66e56ac4d74be00d8d169e6e702c44b238206b5508952ec424f12dbdbf222e4f818d36f88a7 +SHA512 (stalld-1.11.tar.xz) = e7ebbadff29a4ba907b4440aa59d345b018bd0c37fc9361346485d7e60958b3ef41bc6f0cb6c0b69a92120a0630d98934d4f424a5708f96d0b0e94e1833ccd27 diff --git a/stalld.spec b/stalld.spec index 4239275..e000744 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.10 +Version: 1.11 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -51,14 +51,18 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Thu May 13 2021 Clark Williams - 1.11-1 +- redhat/stalld.spec: pick up gating test version for changelog +- utils.c: set daemon umask to restrict global write/execute (1934586) +- hardening fixes from coverity scan (1934590) + * Tue Apr 27 2021 Clark Williams - 1.10-1 - utils: Fix bounds check on cpu and end_cpu variables - stalld: Support denylisting of tasks in stalld - src/utils: use right argument for warning printf -* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.9-2 -- Rebuilt for updated systemd-rpm-macros - See https://pagure.io/fesco/issue/2583. +* Wed Feb 17 2021 Clark Williams - 1.9-2 +- update to pick up latest gating test * Wed Feb 17 2021 Clark Williams - 1.9-1 - Set starvation threshold default to 30 seconds