From 2e89924539c67bf2565607f8516c2cf83a41c774752c83fed6378cefe0246714 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 8 Feb 2020 16:32:51 +0000 Subject: [PATCH] - 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 --- mozilla-nss.changes | 23 +++++++++++++++++++++++ mozilla-nss.spec | 8 ++++---- nss-3.48.tar.gz | 3 --- nss-3.49.2.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 nss-3.48.tar.gz create mode 100644 nss-3.49.2.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index f50ae4b..9ab802d 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Feb 8 16:12:53 UTC 2020 - Wolfgang Rosenauer + +- 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 + +- 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 diff --git a/mozilla-nss.spec b/mozilla-nss.spec index 603a796..9b9f16a 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -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 diff --git a/nss-3.48.tar.gz b/nss-3.48.tar.gz deleted file mode 100644 index 5638a6f..0000000 --- a/nss-3.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f9c822a86a4e3e1bfe63e2ed0f922d8b7c2e0b7cafe36774b1c627970d0f8ac -size 76481237 diff --git a/nss-3.49.2.tar.gz b/nss-3.49.2.tar.gz new file mode 100644 index 0000000..bec90bc --- /dev/null +++ b/nss-3.49.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 +size 76489641