Accepting request 750687 from mozilla:Factory
- 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) - update to NSS 3.47 * required by Firefox 71.0 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/request/show/750687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=149
This commit is contained in:
commit
15aca89c40
@ -1,5 +1,5 @@
|
|||||||
mozilla-nss
|
mozilla-nss
|
||||||
requires "mozilla-nspr-<targettype> >= 4.22"
|
requires "mozilla-nspr-<targettype> >= 4.23"
|
||||||
requires "libfreebl3-<targettype>"
|
requires "libfreebl3-<targettype>"
|
||||||
requires "libsoftokn3-<targettype>"
|
requires "libsoftokn3-<targettype>"
|
||||||
requires "mozilla-nss-certs-<targettype>"
|
requires "mozilla-nss-certs-<targettype>"
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
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>
|
Fri Oct 18 20:07:18 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mozilla-nss
|
# spec file for package mozilla-nss
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC.
|
||||||
# Copyright (c) 2006-2019 Wolfgang Rosenauer
|
# Copyright (c) 2006-2019 Wolfgang Rosenauer
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%global nss_softokn_fips_version 3.46
|
%global nss_softokn_fips_version 3.46
|
||||||
%define NSPR_min_version 4.22
|
%define NSPR_min_version 4.23
|
||||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||||
Name: mozilla-nss
|
Name: mozilla-nss
|
||||||
Version: 3.46.1
|
Version: 3.47.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define underscore_version 3_46_1
|
%define underscore_version 3_47_1
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
|
|
||||||
size 76417797
|
|
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
|
Loading…
x
Reference in New Issue
Block a user