From 5802234ec8e8f6daa91b8b36dd59d3669e3ac9c7 Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 12 Nov 2020 17:27:55 +0800 Subject: [PATCH] fix nspr_version error in spec --- nss.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index 687dc89..1a69478 100644 --- a/nss.spec +++ b/nss.spec @@ -1,4 +1,4 @@ -%global nspr_version 4.20.0 +%global nspr_version 4.25.0 %global nss_version 3.54.0 %global nss_archive_version 3.54 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools @@ -14,7 +14,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 4 +Release: 5 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -550,6 +550,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Thu Nov 12 2020 weidong - 3.54-5 +- fix nspr_version error in spec + * Tue Sep 22 2020 zhangxingliang - 3.54-4 - fix CVE-2020-6829 CVE-2020-12400 CVE-2020-12401 -- Gitee