Updated firefox
This commit is contained in:
parent
df3583f3c0
commit
5cb6e07b32
2 changed files with 16 additions and 4 deletions
13
heavybuilds/firefox/.old/fix-tools.patch
Normal file
13
heavybuilds/firefox/.old/fix-tools.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- a/tools/profiler/core/platform-linux-android.cpp 2019-01-29 12:09:40.980448579 +0100
|
||||
+++ b/tools/profiler/core/platform-linux-android.cpp 2019-01-29 12:11:09.689590967 +0100
|
||||
@@ -497,8 +501,10 @@
|
||||
ucontext_t sSyncUContext;
|
||||
|
||||
void Registers::SyncPopulate() {
|
||||
+#if defined(__GLIBC__)
|
||||
if (!getcontext(&sSyncUContext)) {
|
||||
PopulateRegsFromContext(*this, &sSyncUContext);
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
#endif
|
7
heavybuilds/firefox/firefox.SMBuild
Executable file → Normal file
7
heavybuilds/firefox/firefox.SMBuild
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=firefox
|
||||
version=115.5.0
|
||||
version=115.9.1
|
||||
build=1sml
|
||||
homepage="http://www.mozilla.org/projects/firefox/"
|
||||
download="https://archive.mozilla.org/pub/firefox/releases/$version/source/firefox-"$version"esr.source.tar.xz'"
|
||||
|
@ -39,7 +39,6 @@ prepbuilddir() {
|
|||
#applypatch $srcdir/icu74.patch
|
||||
applypatch $srcdir/lfs64.patch
|
||||
applypatch $srcdir/no-ccache-stats.patch
|
||||
applypatch $srcdir/python-deps.patch
|
||||
applypatch $srcdir/rust-lto-thin.patch
|
||||
applypatch $srcdir/sandbox-fork.patch
|
||||
applypatch $srcdir/sandbox-largefile.patch
|
||||
|
@ -135,7 +134,7 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
602584f4c77b7a554aaa068eda5409b68eb0b3229e9c224bffb91c83c4314d25de15bd560a323626ff78f6df339c79e1ef8938c54b78ecadf4dc75c5241290ad autoconf-2.13.tar.gz
|
||||
5ee722884cd545cf5146f414526b4547286625f4f5996a409d7f64f115633fb7eb74d202e82f175fd5b2d24cce88deee70020fcb284055fcdea3d39da182074e firefox-115.5.0esr.source.tar.xz
|
||||
9ccaede2fcda13a07f98a2110bb8f99c7324601d66bff311f3070a669576a1598fe1d7de2d005d725d1f44dbe3934a9c0fd0b7950f60686047d4ce8d9d812310 firefox-115.9.1esr.source.tar.xz
|
||||
3e0501ae7a650346c667dfdc0ae0ca286084f22e89ab2ac671cc0d7315673dc5b6dcb9f9882f6f39d26e9a31e57f7a0fd53d6b805e520224e22b8976850e2eb8 audio-lfs64.patch
|
||||
454ea3263cabce099accbdc47aaf83be26a19f8b5a4568c01a7ef0384601cf8315efd86cd917f9c8bf419c2c845db89a905f3ff9a8eb0c8e41042e93aa96a85c disable-moz-stackwalk.patch
|
||||
f7b3b45ba04d05d17439d009bf0c9f27881e126f424e2257552338a0c1e3771ee1289c044babcb0920f62af62873a268c0cf524e1d35711e6dc8b808ca5e9f26 esr-metainfo.patch
|
||||
|
@ -153,4 +152,4 @@ b7d0a6126bdf6c0569f80aabf5b37ed2c7a35712eb8a0404a2d85381552f5555d4f97d213ea26cec
|
|||
94433c5ffdbe579c456d95c5f053f61fcbab2f652fa90bc69dcc27d9a1507a8e5c677adeadae9a7a75cc9a55184c1040737f4dfd10b279c088ef016561e6f135 sandbox-sched_setscheduler.patch
|
||||
7c8584c39c8d3d2c8b0bd430fea6d835359580419e6676d06d9f5973c43222de3f314d9f42ee6a492544af5882596dba20373d8fcad9c82d0ce454aa40066e9f symboltable.patch
|
||||
0b3f1e4b9fdc868e4738b5c81fd6c6128ce8885b260affcb9a65ff9d164d7232626ce1291aaea70132b3e3124f5e13fef4d39326b8e7173e362a823722a85127 stab.h
|
||||
"
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue