- Mozilla Thunderbird 78.8.0
* various bugfixes MFSA 2021-09 (bsc#1182614) * CVE-2021-23969 (bmo#1542194) Content Security Policy violation report could have contained the destination of a redirect * CVE-2021-23968 (bmo#1687342) Content Security Policy violation report could have contained the destination of a redirect * CVE-2021-23973 (bmo#1690976) MediaError message property could have leaked information about cross-origin resources * CVE-2021-23978 (bmo#786797, bmo#1682928, bmo#1687391, bmo#1687597) Memory safety bugs fixed in Firefox 86 and Firefox ESR 78.8 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=352
This commit is contained in:
parent
56558e6d23
commit
5de44ac988
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 21 14:46:47 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.61
|
||||
* required for Firefox 86
|
||||
* bmo#1682071 - Fix issue with IKE Quick mode deriving incorrect key
|
||||
values under certain conditions.
|
||||
* bmo#1684300 - Fix default PBE iteration count when NSS is compiled
|
||||
with NSS_DISABLE_DBM.
|
||||
* bmo#1651411 - Improve constant-timeness in RSA operations.
|
||||
* bmo#1677207 - Upgrade Google Test version to latest release.
|
||||
* bmo#1654332 - Add aarch64-make target to nss-try.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 09:55:03 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
#
|
||||
|
||||
|
||||
%global nss_softokn_fips_version 3.60
|
||||
%global nss_softokn_fips_version 3.61
|
||||
%define NSPR_min_version 4.29
|
||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||
Name: mozilla-nss
|
||||
Version: 3.60.1
|
||||
Version: 3.61
|
||||
Release: 0
|
||||
%define underscore_version 3_60_1
|
||||
%define underscore_version 3_61
|
||||
Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
@ -259,6 +259,7 @@ export LIBDIR=%{_libdir}
|
||||
%ifarch x86_64 s390x ppc64 ppc64le ia64 aarch64 riscv64
|
||||
export USE_64=1
|
||||
%endif
|
||||
export NSS_DISABLE_GTESTS=1
|
||||
export NSS_USE_SYSTEM_SQLITE=1
|
||||
#export SQLITE_LIB_NAME=nsssqlite3
|
||||
MAKE_FLAGS="BUILD_OPT=1"
|
||||
@ -396,6 +397,7 @@ install -m 644 %{SOURCE9} %{buildroot}%{nssdbdir}
|
||||
%postun -n libfreebl3 -p /sbin/ldconfig
|
||||
%post -n libsoftokn3 -p /sbin/ldconfig
|
||||
%postun -n libsoftokn3 -p /sbin/ldconfig
|
||||
|
||||
%post sysinit
|
||||
/sbin/ldconfig
|
||||
# make sure the current config is enabled
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2051c20b61112df24bad533ac37f6c66c1bc0d6ea70bb9d9cad102d20324279d
|
||||
size 82036869
|
3
nss-3.61.tar.gz
Normal file
3
nss-3.61.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:312e2d804b34ccf0fec70b57cf8cd6ac853f8ced60df53e30ebb0a7bcd0e1370
|
||||
size 82034245
|
Loading…
Reference in New Issue
Block a user