!111 nss:update version to 3.89
From: @jinlun123123 Reviewed-by: @zcfsite Signed-off-by: @zcfsite
This commit is contained in:
commit
3db1449c02
@ -147,8 +147,8 @@ index 73a625a..bf2aea7 100644
|
||||
#include "ecl.h"
|
||||
+#include "sm2.h"
|
||||
|
||||
static const ECMethod kMethods[] = {
|
||||
{ ECCurve25519,
|
||||
#define EC_DOUBLECHECK PR_FALSE
|
||||
|
||||
@@ -907,7 +908,9 @@ ECDSA_SignDigest(ECPrivateKey *key, SECItem *signature, const SECItem *digest)
|
||||
goto cleanup;
|
||||
|
||||
|
||||
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
prefix=/usr
|
||||
|
||||
major_version=3
|
||||
minor_version=85
|
||||
minor_version=89
|
||||
patch_version=0
|
||||
|
||||
usage()
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
prefix=/usr
|
||||
|
||||
major_version=3
|
||||
minor_version=85
|
||||
minor_version=89
|
||||
patch_version=0
|
||||
|
||||
usage()
|
||||
|
||||
@ -5,7 +5,7 @@ includedir=/usr/include/nss3
|
||||
|
||||
Name: NSS-SOFTOKN
|
||||
Description: Network Security Services Softoken PKCS #11 Module
|
||||
Version: 3.85
|
||||
Requires: nspr >= 4.35.0, nss-util >= 3.85
|
||||
Version: 3.89
|
||||
Requires: nspr >= 4.35.0, nss-util >= 3.89
|
||||
Libs: -L${libdir} -lfreebl3 -lnssdbm3 -lsoftokn3
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
prefix=/usr
|
||||
|
||||
major_version=3
|
||||
minor_version=85
|
||||
minor_version=89
|
||||
patch_version=0
|
||||
|
||||
usage()
|
||||
|
||||
@ -5,7 +5,7 @@ includedir=/usr/include/nss3
|
||||
|
||||
Name: NSS-UTIL
|
||||
Description: Network Security Services Utility Library
|
||||
Version: 3.85
|
||||
Version: 3.89
|
||||
Requires: nspr >= 4.35.0
|
||||
Libs: -L${libdir} -lnssutil3
|
||||
Cflags: -I${includedir}
|
||||
|
||||
4
nss.pc
4
nss.pc
@ -5,7 +5,7 @@ includedir=/usr/include/nss3
|
||||
|
||||
Name: NSS
|
||||
Description: Network Security Services
|
||||
Version: 3.85
|
||||
Requires: nspr >= 4.35.0, nss-util >= 3.85
|
||||
Version: 3.89
|
||||
Requires: nspr >= 4.35.0, nss-util >= 3.89
|
||||
Libs: -L${libdir} -lssl3 -lsmime3 -lnss3
|
||||
Cflags: -I${includedir}
|
||||
|
||||
11
nss.spec
11
nss.spec
@ -1,6 +1,6 @@
|
||||
%global nspr_version 4.35.0
|
||||
%global nss_version 3.85.0
|
||||
%global nss_archive_version 3.85
|
||||
%global nss_version 3.89.0
|
||||
%global nss_archive_version 3.89
|
||||
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
|
||||
%global allTools "certutil cmsutil crlutil derdump modutil pk12util signtool signver ssltap vfychain vfyserv"
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
Summary: Network Security Services
|
||||
Name: nss
|
||||
Version: %{nss_version}
|
||||
Release: 3
|
||||
Release: 1
|
||||
License: MPLv2.0
|
||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Provides: nss-system-init
|
||||
@ -25,7 +25,7 @@ BuildRequires: nspr-devel >= %{nspr_version} nss-softokn sqlite-devel zlib-de
|
||||
BuildRequires: pkgconf gawk psmisc perl-interpreter gcc-c++
|
||||
obsoletes: nss-sysinit < %{version}-%{release}
|
||||
|
||||
Source0: https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_85_RTM/src/%{name}-%{nss_archive_version}.tar.gz
|
||||
Source0: https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_89_RTM/src/%{name}-%{nss_archive_version}.tar.gz
|
||||
Source1: nss-util.pc
|
||||
Source2: nss-util-config
|
||||
Source3: nss-softokn.pc
|
||||
@ -554,6 +554,9 @@ update-crypto-policies &>/dev/null||:
|
||||
%doc %{_mandir}/man*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2023 jinlun <jinlun@huawei.com> - 3.89.0-1
|
||||
- update version to 3.89
|
||||
|
||||
* Thu Jun 8 2023 zhaochuanfeng <zhaochuanfeng@huawei.com> - 3.85.0-3
|
||||
- Fix an issue when building with clang
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user