From 14bbc2e047320394da9b38cb2b2a91bc93f6e40d6c93de06e4e177679618fddd Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 3 Mar 2020 21:21:24 +0000 Subject: [PATCH 1/2] - update to NSS 3.50 * Verified primitives from HACL* were updated, bringing performance improvements for several platforms. Note that Intel processors with SSE4 but without AVX are currently unable to use the improved ChaCha20/Poly1305 due to a build issue; such platforms will fall-back to less optimized algorithms. See bmo#1609569 for details * Updated DTLS 1.3 implementation to Draft-30. See bmo#1599514 for details. * Added NIST SP800-108 KBKDF - PKCS#11 implementation. See bmo#1599603 for details. * Several bugfixes and minor changes OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=308 --- mozilla-nss.changes | 16 ++++++++++++++++ mozilla-nss.spec | 8 ++++---- nss-3.49.2.tar.gz | 3 --- nss-3.50.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 nss-3.49.2.tar.gz create mode 100644 nss-3.50.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index 85dcf12..1bba349 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Mar 3 21:13:38 UTC 2020 - Wolfgang Rosenauer + +- update to NSS 3.50 + * Verified primitives from HACL* were updated, bringing performance + improvements for several platforms. + Note that Intel processors with SSE4 but without AVX are currently + unable to use the improved ChaCha20/Poly1305 due to a build issue; + such platforms will fall-back to less optimized algorithms. + See bmo#1609569 for details + * Updated DTLS 1.3 implementation to Draft-30. + See bmo#1599514 for details. + * Added NIST SP800-108 KBKDF - PKCS#11 implementation. + See bmo#1599603 for details. + * Several bugfixes and minor changes + ------------------------------------------------------------------- Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba diff --git a/mozilla-nss.spec b/mozilla-nss.spec index 2575903..c6989f5 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -17,14 +17,14 @@ # -%global nss_softokn_fips_version 3.49 -%define NSPR_min_version 4.24 +%global nss_softokn_fips_version 3.50 +%define NSPR_min_version 4.25 %define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr) %define nssdbdir %{_sysconfdir}/pki/nssdb Name: mozilla-nss -Version: 3.49.2 +Version: 3.50 Release: 0 -%define underscore_version 3_49_2 +%define underscore_version 3_50 Summary: Network Security Services License: MPL-2.0 Group: System/Libraries diff --git a/nss-3.49.2.tar.gz b/nss-3.49.2.tar.gz deleted file mode 100644 index bec90bc..0000000 --- a/nss-3.49.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 -size 76489641 diff --git a/nss-3.50.tar.gz b/nss-3.50.tar.gz new file mode 100644 index 0000000..2004872 --- /dev/null +++ b/nss-3.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7 +size 78041630 From 1816e8360d2c446fdc1884e55391f522f1c4d9bbb0bff4edfcf12b71ad5e1c1a Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 3 Mar 2020 21:25:27 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=309 --- baselibs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index 3f6170d..cc09aad 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ mozilla-nss - requires "mozilla-nspr- >= 4.23" + requires "mozilla-nspr- >= 4.25" requires "libfreebl3-" requires "libsoftokn3-" requires "mozilla-nss-certs-"