11
0
2024-02-07 14:15:18 +00:00
committed by Git OBS Bridge
parent 13ae640102
commit f47ab9c08c
6 changed files with 24 additions and 50 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 7 14:14:46 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Recommend mozilla-nss-sysinit in order to have available the
/etc/pki/nssdb directory and its content, required in fips mode
(bsc#1219662)
- Do not install our crafted nss.fips.cfg file, but use the one that
the build produces with our fips.patch applied
- Removed patch:
* nss-security-provider.patch
+ this DISABLED nss security provider was not used for years and
is largely rendered obsolete by the NSS-FIPS provider
- Modified patch:
* fips.patch
+ adapt to the removal of the nss security provider
-------------------------------------------------------------------
Wed Jan 17 14:03:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>