From 16f4b5e6f53f249e3caa49f8981e56dc05e6d040 Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 18 Jul 2024 14:59:43 -0700 Subject: [PATCH] Fix changelog Resolves: RHEL-34055 Signed-off-by: Chris White --- stalld.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stalld.spec b/stalld.spec index 5b3bafa..00ba7c9 100644 --- a/stalld.spec +++ b/stalld.spec @@ -63,16 +63,22 @@ allow 10 microseconds of runtime for 1 second of clock time. %changelog * Thu Jul 18 2024 Chris White - 1.19.5 - Refactor Makefile to fix passing options to koji builds +- Updated compile options for annocheck hardening +- Ensure we resolve library symbols at load time (-z now) and are a Position Independent Executable (-pie). Refactored compile options to better deal with arch differences. +- Added an 'annocheck' makefile target for local checking. +Resolves: RHEL-34055 * Mon Jun 24 2024 Troy Dawson - 1.19.3-3 - Bump release for June 2024 mass rebuild * Thu Jun 13 2024 Chris White - 1.19.3 - systemd: ensure that pidfile directory exists +Resolves: RHEL-34055 * Tue May 28 2024 Chris White - 1.19.3 - Makefile: change build to use FORTIFY_SOURCE=3 - src/utils.c: fix off-by-one error in buffer allocation +Resolves: RHEL-34055 * Fri May 10 2024 Chris White - 1.19.2 - stalld.conf: Fix stalld service start fail @@ -80,6 +86,7 @@ allow 10 microseconds of runtime for 1 second of clock time. - stalld: free malloc'd buffer on function exit - throttlectl.sh: use legal value for exit on fail - Make fill_process_comm() open comm file as READ_ONLY +Resolves: RHEL-34055 * Fri Feb 09 2024 Clark Williams - 1.19.1 - Conditionalize BPF and queue_track build per architecture