- update to NSS 3.49.2
Fixed bugs: * Fix compilation problems with NEON-specific code in freebl (bmo#1608327) * Fix a taskcluster issue with Python 2 / Python 3 (bmo#1608895) - update to NSS 3.49.1 3.49.1 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes * Cache the most recent PBKDF2 password hash, to speed up repeated SDR operations, important with the increased KDF iteration counts (bmo#1606992) 3.49 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes * The legacy DBM database, libnssdbm, is no longer built by default when using gyp builds (bmo#1594933) * several bugfixes OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=303
This commit is contained in:
parent
715468ec8f
commit
2e89924539
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 16:12:53 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.49.2
|
||||
Fixed bugs:
|
||||
* Fix compilation problems with NEON-specific code in freebl
|
||||
(bmo#1608327)
|
||||
* Fix a taskcluster issue with Python 2 / Python 3 (bmo#1608895)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 07:01:01 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.49.1
|
||||
3.49.1
|
||||
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes
|
||||
* Cache the most recent PBKDF2 password hash, to speed up repeated
|
||||
SDR operations, important with the increased KDF iteration counts (bmo#1606992)
|
||||
3.49
|
||||
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes
|
||||
* The legacy DBM database, libnssdbm, is no longer built by default
|
||||
when using gyp builds (bmo#1594933)
|
||||
* several bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 08:24:50 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file for package mozilla-nss
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2006-2019 Wolfgang Rosenauer
|
||||
# Copyright (c) 2006-2020 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
#
|
||||
|
||||
|
||||
%global nss_softokn_fips_version 3.48
|
||||
%global nss_softokn_fips_version 3.49
|
||||
%define NSPR_min_version 4.24
|
||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||
Name: mozilla-nss
|
||||
Version: 3.48
|
||||
Version: 3.49.2
|
||||
Release: 0
|
||||
%define underscore_version 3_48
|
||||
%define underscore_version 3_49_2
|
||||
Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f9c822a86a4e3e1bfe63e2ed0f922d8b7c2e0b7cafe36774b1c627970d0f8ac
|
||||
size 76481237
|
3
nss-3.49.2.tar.gz
Normal file
3
nss-3.49.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2
|
||||
size 76489641
|
Loading…
Reference in New Issue
Block a user