- update to NSS 3.47.1
* CVE-2019-11745 - EncryptUpdate should use maxout, not block size * Fix a crash that could be caused by client certificates during startup (bmo#1590495) * Fix compile-time warnings from uninitialized variables in a perl script (bmo#1589810) Notable changes * Support AES HW acceleration on ARMv8 (bmo#1152625) * Allow per-socket run-time ordering of the cipher suites presented in ClientHello (bmo#1267894) * Add CMAC to FreeBL and PKCS #11 libraries (bmo#1570501) Bugfixes https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes - requires NSPR 4.23 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=296
This commit is contained in:
parent
d2868a861e
commit
52a07131b8
@ -1,10 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 07:33:57 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.47.1
|
||||
* CVE-2019-11745 - EncryptUpdate should use maxout, not block size
|
||||
* Fix a crash that could be caused by client certificates during startup
|
||||
(bmo#1590495)
|
||||
* Fix compile-time warnings from uninitialized variables in a perl script
|
||||
(bmo#1589810)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 06:23:03 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.47
|
||||
* required by Firefox 71.0
|
||||
* no upstream release notes available (yet)
|
||||
- requires NSPR 4.23
|
||||
Notable changes
|
||||
* Support AES HW acceleration on ARMv8 (bmo#1152625)
|
||||
* Allow per-socket run-time ordering of the cipher suites presented
|
||||
in ClientHello (bmo#1267894)
|
||||
* Add CMAC to FreeBL and PKCS #11 libraries (bmo#1570501)
|
||||
Bugfixes
|
||||
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes
|
||||
- requires NSPR 4.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 20:07:18 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
@ -22,9 +22,9 @@
|
||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||
Name: mozilla-nss
|
||||
Version: 3.47
|
||||
Version: 3.47.1
|
||||
Release: 0
|
||||
%define underscore_version 3_47
|
||||
%define underscore_version 3_47_1
|
||||
Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
|
3
nss-3.47.1.tar.gz
Normal file
3
nss-3.47.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ae3d1cb1de345b258788f2ef6b10a460068034c3fd64f42427a183d8342a6fb
|
||||
size 76462846
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cd0c4438b616bdacc0b5f25ff1506b0d07ee97ea6c95d514c5487200a155fa7
|
||||
size 76461837
|
Loading…
Reference in New Issue
Block a user