- Mozilla Thunderbird 78.4.3
- added mozilla-rust-1.47.patch to fix build with rust 1.47 - Mozilla Thunderbird 78.4.2 MFSA 2020-49 * CVE-2020-26950 (bmo#1675905) Write side effects in MCallGetProperty opcode not accounted for OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=561
This commit is contained in:
parent
db081d1533
commit
007409f510
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 09:04:51 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- Mozilla Thunderbird 78.4.3
|
||||
- added mozilla-rust-1.47.patch to fix build with rust 1.47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 21:43:37 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- Mozilla Thunderbird 78.4.2
|
||||
MFSA 2020-49
|
||||
* CVE-2020-26950 (bmo#1675905)
|
||||
Write side effects in MCallGetProperty opcode not accounted for
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 08:52:51 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
# major 69
|
||||
# mainver %major.99
|
||||
%define major 78
|
||||
%define mainver %major.4.1
|
||||
%define orig_version 78.4.1
|
||||
%define mainver %major.4.3
|
||||
%define orig_version 78.4.3
|
||||
%define orig_suffix %{nil}
|
||||
%define update_channel release
|
||||
%define source_prefix thunderbird-%{orig_version}
|
||||
@ -202,6 +202,7 @@ Patch24: mozilla-bmo1602730.patch
|
||||
Patch25: mozilla-bmo998749.patch
|
||||
Patch26: mozilla-bmo1626236.patch
|
||||
Patch27: mozilla-s390x-skia-gradient.patch
|
||||
Patch28: mozilla-rust-1.47.patch
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: coreutils fileutils textutils /bin/sh
|
||||
@ -302,6 +303,7 @@ fi
|
||||
%patch25 -p1
|
||||
%patch26 -p1
|
||||
%patch27 -p1
|
||||
%patch28 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
35276
mozilla-rust-1.47.patch
Normal file
35276
mozilla-rust-1.47.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
PRODUCT="thunderbird"
|
||||
CHANNEL="esr78"
|
||||
VERSION="78.4.1"
|
||||
VERSION="78.4.3"
|
||||
VERSION_SUFFIX=""
|
||||
PREV_VERSION="78.4.0"
|
||||
PREV_VERSION="78.4.2"
|
||||
PREV_VERSION_SUFFIX=""
|
||||
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
||||
RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78"
|
||||
RELEASE_TAG="1d4c73485e55ea698f466acca4625d21db1362e7"
|
||||
RELEASE_TIMESTAMP="20201104231226"
|
||||
RELEASE_TAG="6ee1d79f9e77c90f0f165b9315b5b437a220b665"
|
||||
RELEASE_TIMESTAMP="20201110184431"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71d6d38d03d8999ebcaae1b4203fed14c42e57cc987aa3933d1076d4f8d81110
|
||||
size 352778636
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEECXsxMHeuYqAvhNpN8aZmj7t9Vy4FAl+jSd0ACgkQ8aZmj7t9
|
||||
Vy6SAA//X/uu8DUZ9kRBrzWGNxNRpbtLAsHKLEs+dOz6S43DPA4L8fGWAsEbVDUF
|
||||
Wg8HZGxHf8++LEhUS4aqL+0zzgrJgLnCWRgqpPQ97r4CfOBlzlUKWU8hEqdG1AmL
|
||||
yLHVTtFzU+Q+9mk4BIiw/L1GFENjauCxc5QuAWamKw547h5qQwlGM+vjMbEHjQ+D
|
||||
j/JcV7VWyVIimWUf/nwVXGCO2hRFTkTuzDeN+GUCSGpACdCompNjT6ae6TyKM03G
|
||||
l6odHC4HjKeU8zbG4O1+DsQGMTGkrt01DxudY9pk9TTCVpVSGwjReFrIKJ56+mpG
|
||||
zr/mSqDA2L92xIfyyMgyk8QRGFzzCQylKgsZPga9QOn1onjxIFnsOetC1F0Xg0cE
|
||||
Sd77IixXqm5td5VWmO0LoAAHerzgNUWSmkhte0ZN4niJf+gn2k18uX5V77F2rVcQ
|
||||
s5wGzqjWVYTxWF7cc8Bnt76yOnbH5C0W0twT5m+eqrLAJDwHQkz7Hnfbijyf0yGv
|
||||
GGrXgPJoJThbnaplDYGGIQceL3rWBi0fIxuFsSUe88RrpXonZkGY9xL1iXkPCgeP
|
||||
UnLN67Ee60oBDSrL8bOOkC1RcvzJaYlAKycXsYiIKuiVq83ze0e2W2+WgkXlsLGO
|
||||
IqmmTnqZxhT7gw5LtDKpRbThCkaYCyOZKyA1TiIuvegVKWXuF+k=
|
||||
=GESg
|
||||
-----END PGP SIGNATURE-----
|
3
thunderbird-78.4.3.source.tar.xz
Normal file
3
thunderbird-78.4.3.source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1da5a8229c9f869028d93551068a1db9a02d1934d152c36c2e86fd8640882d4
|
||||
size 351142752
|
16
thunderbird-78.4.3.source.tar.xz.asc
Normal file
16
thunderbird-78.4.3.source.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEECXsxMHeuYqAvhNpN8aZmj7t9Vy4FAl+rAFYACgkQ8aZmj7t9
|
||||
Vy7yCQ/+LbNGpfPsNBE/zDLA5e4q9NnJ6KPjw2Bgycwk/6uY5vnha7Kd1qO2SmRh
|
||||
MlSBK+hCnxBYZ6nS7/i/esGW/u1mPuUFwCj1ZaGBWnAQMFZrPXY/D0uAgehlD6OJ
|
||||
oy5EHOTI2EPVXUKyJXboDXYVfvp/QxouQvvdt2fCIVx07AIuWKB50gblb6xkHpB2
|
||||
9N3KxLyNRh2/0oNK76vsMaZp2SkP7+5xLjfwYUqBr1uQxNz4NkwfR0jQDACfmita
|
||||
uynNIE5DjSDRC7Oa0GNubPpbeEtT3O/G8Cnv4UKPScv5IDC1LMcdRwjOapKhHHC+
|
||||
6S3e7ENDuDssVfhOLYoMr+0OuDqq/6Ex4y/123YQMuuYr4upaZzVfx7Wm3anmqS0
|
||||
5UUsHWElWJ0NxfoNbPtRistg7BzQpgCxHtzUY7tDjaCMrKQyGOdt4zURCW84bFOh
|
||||
ShOW8x7xPzTkC+hg9m+nFITUdRnodGgxFC49ZQ5tZczvQuRXTk7b/4XkfwPSAp3A
|
||||
mASMbpCDLEUXq9U6hRRcT1qN9pEAzrNyBdgKK8D4/G4tETzuEi78cXYgKDzBI5eY
|
||||
lM2TZjNIBqJXPgDD0fyS1hHF72a7FW4jczuT4WQRmuvjQqmKLkLPW6e17L5YJcrP
|
||||
uDdtq889fSAlIhydEOTXLbZpdH22y8hS/90PPCa1RDtcxlOv318=
|
||||
=iByl
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user