- update to NSS 3.44.1
* required by Firefox 68.0 Bugs fixed * bmo#1554336 - Optimize away unneeded loop in mpi.c * bmo#1515342 - More thorough input checking * bmo#1540541 - Don't unnecessarily strip leading 0's from key material during PKCS11 import * bmo#1515236 - Add a SSLKEYLOGFILE enable/disable flag at build.sh * bmo#1546229 - Add IPSEC IKE support to softoken * bmo#1473806 - Fix SECKEY_ConvertToPublicKey handling of non-RSA keys * bmo#1546477 - Updates to testing for FIPS validation * bmo#1552208 - Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3 * bmo#1551041 - Unbreak build on GCC < 4.3 big-endian OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=283
This commit is contained in:
parent
0945bd4d97
commit
f1ad8afe76
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 07:14:57 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.44.1
|
||||
* required by Firefox 68.0
|
||||
Bugs fixed
|
||||
* bmo#1554336 - Optimize away unneeded loop in mpi.c
|
||||
* bmo#1515342 - More thorough input checking
|
||||
* bmo#1540541 - Don't unnecessarily strip leading 0's from key material
|
||||
during PKCS11 import
|
||||
* bmo#1515236 - Add a SSLKEYLOGFILE enable/disable flag at build.sh
|
||||
* bmo#1546229 - Add IPSEC IKE support to softoken
|
||||
* bmo#1473806 - Fix SECKEY_ConvertToPublicKey handling of non-RSA keys
|
||||
* bmo#1546477 - Updates to testing for FIPS validation
|
||||
* bmo#1552208 - Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3
|
||||
* bmo#1551041 - Unbreak build on GCC < 4.3 big-endian
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 21:38:18 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -26,9 +26,9 @@ BuildRequires: mozilla-nspr-devel >= %{NSPR_min_version}
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
Version: 3.44
|
||||
Version: 3.44.1
|
||||
Release: 0
|
||||
%define underscore_version 3_44
|
||||
%define underscore_version 3_44_1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: mozilla-nss-64bit
|
||||
|
3
nss-3.44.1.tar.gz
Normal file
3
nss-3.44.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce4cb80c989cde35416ecbe55920856015a35151c4f21be64470e4dd4de12f8
|
||||
size 75986343
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff
|
||||
size 23474704
|
Loading…
Reference in New Issue
Block a user