diff --git a/.gitignore b/.gitignore index cd176f9..a28a6e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/scap-security-guide-0.1.73.tar.bz2 +SOURCES/scap-security-guide-0.1.74.tar.bz2 diff --git a/.scap-security-guide.metadata b/.scap-security-guide.metadata index 86d2e74..e3e28c9 100644 --- a/.scap-security-guide.metadata +++ b/.scap-security-guide.metadata @@ -1 +1 @@ -de6e660b1e837d2b2b99487bf377fa259b027b49 SOURCES/scap-security-guide-0.1.73.tar.bz2 +31288700eb6b3cd31d181592238babd8752d5074 SOURCES/scap-security-guide-0.1.74.tar.bz2 diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index bd1bc4c..57f5462 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.73 +Version: 0.1.74 Release: 1%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause @@ -97,6 +97,17 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog +* Fri Aug 09 2024 Matthew Burket - 0.1.74-1 +- Rebase to a new upstream release 0.1.74 (RHEL-53865) +- Ensure authselect features are preserved by enable_authselect rule (RHEL-39383) +- Fix check for passwords last changed date (RHEL-47129) +- Remediations of Journald configuration files now include a correct section (RHEL-38531) +- Adjust service requirements for CIS profiles (RHEL-23852) +- Update password hashing settings for ANSSI-BP-028 (RHEL-44983) + +* Wed Aug 07 2024 Milan Lysonek - 0.1.73-2 +- Switch gating to tmt plan (RHEL-43243) + * Mon May 20 2024 Vojtech Polasek - 0.1.73-1 - Rebase to a new upstream release 0.1.73 (RHEL-36663) - Correctly parse sudo options even if they are not quoted (RHEL-31976)