Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
patch
thunderbird
Commits
e441fa40
Unverified
Commit
e441fa40
authored
Feb 25, 2021
by
Louis Abel
📺
Browse files
initial
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
ROCKY/CFG/mail.cfg
0 → 100644
View file @
e441fa40
# trampoline patch
add {
file: "ROCKY/_supporting/Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch"
}
# I don't expect us to have armv7, but why not, shouldn't hurt to include it
add {
file: "ROCKY/_supporting/Bug-1526653---fix_user_vfp_armv7.patch"
}
# prefs
add {
file: "ROCKY/_supporting/thunderbird-rocky-default-prefs.js"
}
# Delete the red hat prefs, we don't need them
delete {
file: "thunderbird-redhat-default-prefs.js.rhel6"
}
delete {
file: "thunderbird-redhat-default-prefs.js.rhel7"
}
# Dealing with the spec file
spec_change {
file {
name: "thunderbird-redhat-default-prefs.js.rhel6"
type: Source
delete: true
}
search_and_replace {
field: "Source601"
find: "thunderbird-redhat-default-prefs.js.rhel7"
replace: "thunderbird-rocky-default-prefs.js"
n: 1
}
search_and_replace {
any: true
find: "centos"
replace: "rocky"
n: -1
}
changelog {
author_name: "Louis Abel"
author_email: "label@rockylinux.org"
message: "Add Rocky Linux debranding"
}
}
ROCKY/_supporting/Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
0 → 100644
View file @
e441fa40
diff -up firefox-60.0/mfbt/LinuxSignal.h.mozilla-1238661 firefox-60.0/mfbt/LinuxSignal.h
--- firefox-60.0/mfbt/LinuxSignal.h.mozilla-1238661 2018-04-27 08:55:38.848241768 +0200
+++ firefox-60.0/mfbt/LinuxSignal.h 2018-04-27 09:06:47.946769859 +0200
@@ -22,7 +22,7 @@
__attribute__((naked)) void SignalTrampo
void* aContext) {
asm volatile("nop; nop; nop; nop" : : : "memory");
- asm volatile("b %0" : : "X"(H) : "memory");
+ asm volatile("bx %0" : : "r"(H), "l"(aSignal), "l"(aInfo), "l"(aContext) : "memory");
}
# define MOZ_SIGNAL_TRAMPOLINE(h) (mozilla::SignalTrampoline<h>)
ROCKY/_supporting/Bug-1526653---fix_user_vfp_armv7.patch
0 → 100644
View file @
e441fa40
From fd6847c9416f9eebde636e21d794d25d1be8791d Mon Sep 17 00:00:00 2001
From: Mike Hommey <mh@glandium.org>
Date: Sat, 1 Jun 2019 09:06:01 +0900
Subject: [PATCH] Bug 1526653 - Include struct definitions for user_vfp and
user_vfp_exc.
---
js/src/wasm/WasmSignalHandlers.cpp | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp
index 636537f8478..383c380f04c 100644
--- a/js/src/wasm/WasmSignalHandlers.cpp
+++ b/js/src/wasm/WasmSignalHandlers.cpp
@@ -248,7 +248,16 @@
using mozilla::DebugOnly;
#endif
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
-# include <sys/user.h>
+struct user_vfp {
+ unsigned long long fpregs[32];
+ unsigned long fpscr;
+};
+
+struct user_vfp_exc {
+ unsigned long fpexc;
+ unsigned long fpinst;
+ unsigned long fpinst2;
+};
#endif
#if defined(ANDROID)
--
2.20.1
ROCKY/_supporting/thunderbird-rocky-default-prefs.js
0 → 100644
View file @
e441fa40
pref
(
"
app.update.enabled
"
,
false
);
pref
(
"
app.update.autoInstallEnabled
"
,
false
);
#
Allow
users
to
set
custom
colors
#
pref
(
"
browser.display.use_system_colors
"
,
true
);
pref
(
"
general.useragent.vendor
"
,
"
Rocky
"
);
pref
(
"
general.useragent.vendorSub
"
,
"
THUNDERBIRD_RPM_VR
"
);
pref
(
"
intl.locale.matchOS
"
,
true
);
pref
(
"
mail.shell.checkDefaultClient
"
,
false
);
pref
(
"
toolkit.networkmanager.disable
"
,
false
);
pref
(
"
offline.autoDetect
"
,
true
);
#
Disable
global
indexing
by
default
pref
(
"
mailnews.database.global.indexer.enabled
"
,
false
);
#
Do
not
switch
to
Smart
Folders
after
upgrade
to
3.0
b4
pref
(
"
mail.folder.views.version
"
,
"
1
"
);
pref
(
"
extensions.shownSelectionUI
"
,
true
);
pref
(
"
extensions.autoDisableScope
"
,
0
);
#
For
rhbz
#
1024232
pref
(
"
ui.SpellCheckerUnderlineStyle
"
,
1
);
/* Workaround for rhbz#1134876 */
pref
(
"
javascript.options.baselinejit
"
,
false
);
/* Workaround for rhbz#1110291 */
pref
(
"
network.negotiate-auth.allow-insecure-ntlm-v1
"
,
true
);
/* Workaround for mozbz#1063315 */
pref
(
"
security.use_mozillapkix_verification
"
,
false
);
/* Use OS settings for UI language */
pref
(
"
intl.locale.requested
"
,
""
);
pref
(
"
datareporting.healthreport.uploadEnabled
"
,
false
);
pref
(
"
datareporting.policy.dataSubmissionEnabled
"
,
false
);
pref
(
"
toolkit.telemetry.archive.enabled
"
,
false
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment