From bc7881bdd58155c64166cbc10c75f51c5e9f5295 Mon Sep 17 00:00:00 2001 From: cf_zhao Date: Thu, 8 Jun 2023 18:56:56 +0800 Subject: [PATCH] Fix an error when build this package with clang --- Feature-nss-add-implement-of-SM3-digest-algorithm.patch | 2 +- nss.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Feature-nss-add-implement-of-SM3-digest-algorithm.patch b/Feature-nss-add-implement-of-SM3-digest-algorithm.patch index b3a5717..87acf2c 100644 --- a/Feature-nss-add-implement-of-SM3-digest-algorithm.patch +++ b/Feature-nss-add-implement-of-SM3-digest-algorithm.patch @@ -313,7 +313,7 @@ index 0000000..83d787f + PRUint32 num; +}; + -+typedef struct SM3ContextStr SM3Context; ++ + +#endif /* _SM3_H_ */ -- diff --git a/nss.spec b/nss.spec index cb7613a..d7e39f5 100644 --- a/nss.spec +++ b/nss.spec @@ -14,7 +14,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 2 +Release: 3 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -554,6 +554,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Thu Jun 8 2023 zhaochuanfeng - 3.85.0-3 +- Fix an issue when building with clang + * Mon Mar 6 2023 zhouchenchen - 3.85.0-2 - update nss-util and nsscofig version -- Gitee