From 52a07131b80b1c42d26268dadf8de8673e6d092584e7fd627a2b4a0330669475 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 24 Nov 2019 07:38:02 +0000 Subject: [PATCH] - 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 --- mozilla-nss.changes | 20 ++++++++++++++++++-- mozilla-nss.spec | 4 ++-- nss-3.47.1.tar.gz | 3 +++ nss-3.47.tar.gz | 3 --- 4 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 nss-3.47.1.tar.gz delete mode 100644 nss-3.47.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index 931a05b..fc0e054 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,10 +1,26 @@ +------------------------------------------------------------------- +Sun Nov 24 07:33:57 UTC 2019 - Wolfgang Rosenauer + +- 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 - 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 diff --git a/mozilla-nss.spec b/mozilla-nss.spec index a1d0a3a..7204cc0 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -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 diff --git a/nss-3.47.1.tar.gz b/nss-3.47.1.tar.gz new file mode 100644 index 0000000..15bc871 --- /dev/null +++ b/nss-3.47.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae3d1cb1de345b258788f2ef6b10a460068034c3fd64f42427a183d8342a6fb +size 76462846 diff --git a/nss-3.47.tar.gz b/nss-3.47.tar.gz deleted file mode 100644 index 768f07d..0000000 --- a/nss-3.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cd0c4438b616bdacc0b5f25ff1506b0d07ee97ea6c95d514c5487200a155fa7 -size 76461837