From 517d0dee4e9558d7776c1a893402dc6092b60cac Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 31 Mar 2026 05:22:48 -0400 Subject: [PATCH] import CS git scap-security-guide-0.1.80-1.el8_10 --- .gitignore | 2 +- .scap-security-guide.metadata | 2 +- SPECS/scap-security-guide.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d29db1a..4ad1eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/scap-security-guide-0.1.52-2.el7_9-rhel6.tar.bz2 SOURCES/scap-security-guide-0.1.73-1.el7_9-rhel7.tar.bz2 -SOURCES/scap-security-guide-0.1.79.tar.bz2 +SOURCES/scap-security-guide-0.1.80.tar.bz2 diff --git a/.scap-security-guide.metadata b/.scap-security-guide.metadata index 113887a..a801e76 100644 --- a/.scap-security-guide.metadata +++ b/.scap-security-guide.metadata @@ -1,3 +1,3 @@ b22b45d29ad5a97020516230a6ef3140a91d050a SOURCES/scap-security-guide-0.1.52-2.el7_9-rhel6.tar.bz2 17274daaa588330aa4df9a4d8df5ef448e40a696 SOURCES/scap-security-guide-0.1.73-1.el7_9-rhel7.tar.bz2 -91163dda2ac5ca31984d3488bcea8eda7fce1de8 SOURCES/scap-security-guide-0.1.79.tar.bz2 +8edd4588f733ffbf56a11f925e26e46f0badfe61 SOURCES/scap-security-guide-0.1.80.tar.bz2 diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index b46fc61..48bf536 100644 --- a/SPECS/scap-security-guide.spec +++ b/SPECS/scap-security-guide.spec @@ -5,7 +5,7 @@ # global _default_patch_fuzz 2 # Normally shouldn't be needed as patches should apply cleanly Name: scap-security-guide -Version: 0.1.79 +Version: 0.1.80 Release: 1%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause @@ -124,6 +124,12 @@ ln -s ssg-firefox-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/content/ssg-firefo %endif %changelog +* Tue Mar 10 2026 Vojtech Polasek - 0.1.80-1 +- RHEL CIS requirement: Ensure password history is enforced for the root user is now fully covered (RHEL-125396) +- RHEL8 STIG now uses cryptography subpolicy called FIPS:STIG (RHEL-77813) +- modify shipped kickstart files so that the size of boot partition aligns with official recommended size (RHEL8) (RHEL-145200) +- Rebase scap-security-guide to the latest upstream version 0.1.80 (RHEL-152058) + * Mon Dec 1 2025 Artem Denisov - 0.1.79-1 - Rebase scap-security-guide to the latest upstream version 0.1.79 (RHEL-130249) - Introduce configure_custom_crypto_policy_cis rule to restrict weak ciphers in RHEL CIS profiles (RHEL-111896)