Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Fri, 30 Aug 2019 14:21:47
Message-Id: 1567174887.440bb323a15511b83195d71fee93958819cd4f5e.anarchy@gentoo
1 commit: 440bb323a15511b83195d71fee93958819cd4f5e
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 14:21:27 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 14:21:27 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=440bb323
7
8 www-client/firefox: fix crash on ppc64le
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/Manifest | 2 +-
14 www-client/firefox/firefox-69.0_beta16.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
18 index 3f53492..e92c3d5 100644
19 --- a/www-client/firefox/Manifest
20 +++ b/www-client/firefox/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST firefox-69.0-patches-05.tar.xz 14772 BLAKE2B 5b8a2a741a3b0615e7d99cfa9c16afaf091335daad04fe4d117b5c4279c7654e698df1a950f1e4a99ba40966f0c5a4b1c1cd2cdfa4bf63acc5ea04695cab1627 SHA512 cb9b9654678c7152295f92ba0bb573de026dc8a1ef16d2a92e7fe1f61f799b78739a433f6ea8aa7ca8f3f318170bc377348b921819a9cba7b7b774c68e286efa
23 +DIST firefox-69.0-patches-06.tar.xz 15528 BLAKE2B 7adfa9b3d1247b78d58932ea35a78fcc1599a4e462dc14f162892ed0567204f143d8a899f099f2b64dadc94bb33f98ce77463872d8c41af08dffee5e58996ff1 SHA512 93eba2fdd3b180ddc9af369c13b8f5e6aec39edbcd2005b33d7b9fc4c0f9cb4e29c52ecd592663486601a6cc4d162653312d1cf730523e6f3bc24ab07a33076b
24 DIST firefox-69.0b16.source.tar.xz 321238344 BLAKE2B 8fd94db66fbf1606179accb0bef26a0cd8fdc00d303ff93a5c9314e514af6b994ad84f5e3f944ec576dd881eeefc7b9656343f08b9b284a11517e434cd39d305 SHA512 5cec5d932c64bbdd454dcffea78cdde7b333534542174750c90d941dbae63d24ccab0637365d249ef2021f70b4a10d74c14d7184da8cd2c72cf81a971e9c4d29
25
26 diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild b/www-client/firefox/firefox-69.0_beta16.ebuild
27 index c67b228..6285aa6 100644
28 --- a/www-client/firefox/firefox-69.0_beta16.ebuild
29 +++ b/www-client/firefox/firefox-69.0_beta16.ebuild
30 @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
31 fi
32
33 # Patch version
34 -PATCH="${PN}-69.0-patches-05"
35 +PATCH="${PN}-69.0-patches-06"
36
37 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
38 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"