aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2017-08-18 00:07:31 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-18 22:45:55 +0000
commit3bb3751c0f9e6163cf88e8c0bdca945af0efc796 (patch)
treeae06d9d8271e75e6cad999219a94b9e762606fed /testing/firefox
parent436fef28eec5000a5a2ea793a6c967830e2fa8e6 (diff)
testing/firefox: Update to version 55.0.2
rebase fix-tools.patch
Diffstat (limited to 'testing/firefox')
-rw-r--r--testing/firefox/APKBUILD9
-rw-r--r--testing/firefox/fix-tools.patch24
2 files changed, 16 insertions, 17 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 39ed093eeba..e81198762a1 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=firefox
-pkgver=54.0.1
+pkgver=55.0.2
_pkgver=$pkgver
_xulver=$pkgver
-pkgrel=2
+pkgrel=0
pkgdesc="Firefox web browser"
url="http://www.firefox.com"
# limited by rust and cargo
@@ -119,7 +119,6 @@ build() {
\
--enable-alsa \
--enable-default-toolkit=cairo-gtk3 \
- --enable-gio \
--enable-gold=no \
--enable-official-branding \
--enable-optimize="$CFLAGS" \
@@ -217,14 +216,14 @@ __EOF__
rm -f "$pkgdir"/${_mozappdirdev}/sdk/lib/libxul.so
}
-sha512sums="43607c2c0af995a21dc7f0f68b24b7e5bdb3faa5ee06025901c826bfe4d169256ea1c9eb5fcc604c4d6426ced53e80787c12fc07cda014eca09199ef3df783a2 firefox-54.0.1.source.tar.xz
+sha512sums="a27722cb5840aac89752fea0880a7e093e84b50dc78a36dc8c4bd493ffda10fa61446007f680bfe65db7a0debe4c21e6f0bf9f0de9876bba067abdda6fed7be4 firefox-55.0.2.source.tar.xz
0b3f1e4b9fdc868e4738b5c81fd6c6128ce8885b260affcb9a65ff9d164d7232626ce1291aaea70132b3e3124f5e13fef4d39326b8e7173e362a823722a85127 stab.h
7e123144bc2b1efed149dfb41b255c447d43ea93a63ebe114d01945e6a6d69edc2f2a3c36980a93279106c1842355851b8b6c1d96679ee6be7b9b30513e0b1a8 0002-Use-C99-math-isfinite.patch
09bc32cf9ee81b9cc6bb58ddbc66e6cc5c344badff8de3435cde5848e5a451e0172153231db85c2385ff05b5d9c20760cb18e4138dfc99060a9e960de2befbd5 fix-fortify-inline.patch
0fcc647af53a3ce21c2bc36e5631eb0935e7243ebb3ab59b5719542cc54a6ac023a4a857b43b75756efb9ed80c0aecaa94dc5679a3b3792f82e87bf2c1af82e1 disable-hunspell_hooks.patch
5e7722b8899bf25f5a941980de9a4e9e9a1efcfa9ce12edb70e525e6022bc0e8ef284804be622e8d17eb3bbc1d99c1554b54cfd4d066ea639de810d30005267f fix-seccomp-bpf.patch
a2925045154f4fd34e5fc056656f4f9da100341529e5d4104d249154db0c7863384083f421ce6e47e0f20566a8b20787fa35444c7933c03cd03f96f06dcd4532 fix-toolkit.patch
-94884c11ff4b38ed33cd890c21956f956fadc9b53c78891074501388cb2c95674a143a0109cbd7cc2b7f4035d6514cd800686f56778fc3711603dc0187c1b703 fix-tools.patch
+d220b3a9e8b6389cf59745aaa3c424f6f98ed220cf9c00ba0cbd082bd5e77fa046ccb2865d80eefd5b3a1d826a6b1fb46f879258a80b3f7eab269349fd9a75e2 fix-tools.patch
bdcd1b402d2ec94957ba5d08cbad7b1a7f59c251c311be9095208491a05abb05a956c79f27908e1f26b54a3679387b2f33a51e945b650671ad85c0a2d59a5a29 mallinfo.patch
2a967e4619fd89a046bd40be7fdcef646fcb1eba5e47afc96aa1d59c25bcc8747cb07baee6c11f3b803db0981aced181534b806778e4d21e74958f5f4d74c784 fix-fortify-system-wrappers.patch
ed0d344c66fc8e1cc83a11e9858b32c42e841cbeedd9eb9438811e9fcc3593dc824a8336d00058d55836cedc970aeadd6a82c6dcd7bc0fb746e564d8b478cc6c fix-arm-atomics-grsec.patch
diff --git a/testing/firefox/fix-tools.patch b/testing/firefox/fix-tools.patch
index c7357b6f7e8..ff6622582fc 100644
--- a/testing/firefox/fix-tools.patch
+++ b/testing/firefox/fix-tools.patch
@@ -1,25 +1,25 @@
+for basename() see https://bugzilla.mozilla.org/show_bug.cgi?id=1041962
+
+diff --git a/tools/profiler/core/platform-linux-android.cpp b/tools/profiler/core/platform-linux-android.cpp
+index 70b43d5..686748e 100644
--- a/tools/profiler/core/platform-linux-android.cpp
+++ b/tools/profiler/core/platform-linux-android.cpp
-@@ -715,11 +715,13 @@
- void TickSample::PopulateContext(void* aContext)
- {
+@@ -505,8 +505,10 @@ TickSample::PopulateContext(ucontext_t* aContext)
+ MOZ_ASSERT(mIsSynchronous);
MOZ_ASSERT(aContext);
-+#if defined(__GLIBC__)
- ucontext_t* pContext = reinterpret_cast<ucontext_t*>(aContext);
- if (!getcontext(pContext)) {
- context = pContext;
- SetSampleContext(this,
- reinterpret_cast<ucontext_t*>(aContext)->uc_mcontext);
+
++#if defined(__GLIBC__) || defined(GP_OS_android)
+ if (!getcontext(aContext)) {
+ FillInSample(*this, aContext);
}
+#endif
}
- void OS::SleepMicro(int microseconds)
diff --git a/tools/profiler/lul/LulElf.cpp b/tools/profiler/lul/LulElf.cpp
-index a922137..d01dde1 100644
+index cb5bee3..2be2aa9 100644
--- a/tools/profiler/lul/LulElf.cpp
+++ b/tools/profiler/lul/LulElf.cpp
-@@ -483,10 +483,10 @@ string FormatIdentifier(unsigned char identifier[16]) {
+@@ -484,10 +484,10 @@ string FormatIdentifier(unsigned char identifier[16]) {
// Return the non-directory portion of FILENAME: the portion after the
// last slash, or the whole filename if there are no slashes.
string BaseFileName(const string &filename) {