From 435cd25d334146cd77f03e356754b62847224145 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 23 Jan 2021 04:35:49 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nss.git#37aceda53b5ebf60d706f871c64690477b01e90f --- nss.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index ac03dff..ab05925 100644 --- a/nss.spec +++ b/nss.spec @@ -2,8 +2,11 @@ # NOTE: To avoid NVR clashes of nspr* packages: # - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - increment %%{nspr_version}, when updating the NSS part only -%global nspr_release 10 +%global nspr_release 11 %global nss_version 3.60.1 +# only need to update this as we added new +# algorithms under nss policy control +%global crypto_policies_version 20210118 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools %global saved_files_dir %{_libdir}/nss/saved %global dracutlibdir %{_prefix}/lib/dracut @@ -53,7 +56,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM", Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 1%{?dist} +Release: 3%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -63,6 +66,7 @@ Requires: nss-softokn%{_isa} >= %{nss_version} Requires: nss-system-init Requires: p11-kit-trust Requires: /usr/bin/update-crypto-policies +Requires: crypto-policies >= %{crypto_policies_version} # for shlibsign BuildRequires: make BuildRequires: nss-softokn @@ -1049,6 +1053,13 @@ update-crypto-policies &> /dev/null || : %changelog +* Fri Jan 22 2021 Bob Relyea - 3.60.1-2 +- Update nspr release number + +* Fri Jan 22 2021 Bob Relyea - 3.60.1-2 +- Update requires so that we get the correct crypto policies + (or all RSA and ECDSA signatures wil fail) + * Thu Jan 21 2021 Bob Relyea - 3.60.1-1 - Update to NSS 3.60.1 - Drop NODEPEND_FREEBL and LOWHASH