diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-08-25 18:59:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-08-26 08:59:56 +0200 |
commit | 409d51497d9c01e406ce18cc065a1c35d08f8d97 (patch) | |
tree | 367aef1fac8d27d422e660a1154bdd2de526e5b1 /testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff | |
parent | 855c3ceaa9f5e68508028608316d973e2068c924 (diff) | |
download | current-409d51497d9c01e406ce18cc065a1c35d08f8d97.tar.gz |
Tue Aug 25 18:59:52 UTC 202020200825185952
a/kernel-firmware-20200824_74bd44f-noarch-1.txz: Upgraded.
ap/vim-8.2.1522-x86_64-1.txz: Upgraded.
l/libuv-1.39.0-x86_64-1.txz: Upgraded.
x/libX11-1.6.12-x86_64-1.txz: Upgraded.
x/xorg-server-1.20.9-x86_64-1.txz: Upgraded.
x/xorg-server-xephyr-1.20.9-x86_64-1.txz: Upgraded.
x/xorg-server-xnest-1.20.9-x86_64-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.9-x86_64-1.txz: Upgraded.
x/xorg-server-xwayland-1.20.9-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.1522-x86_64-1.txz: Upgraded.
testing/packages/mozilla-thunderbird-78.2.0-x86_64-1.txz: Added.
https://www.mozilla.org/en-US/thunderbird/78.2.0/releasenotes/
I'm putting this into /testing first so that any problems with OpenPGP can
be reported before it goes into the main tree. Here's the current status
from the release notes and Thunderbird:OpenPGP wiki page:
Add-on support: As of version 78.0, Thunderbird only supports MailExtensions.
Your favorite add-ons may not have been updated for compatibility. At this
time, users of the Enigmail Add-on should not update to Thunderbird 78.
OpenPGP in Thunderbird 78.2.0 has reached feature complete state, but it's
still disabled by default, to allow more time for testing, correctness, and
localization. See the wiki for how to enable and help with testing. If you
use OpenPGP for non-critical purposes, then you are welcome to enable it
manually and help with testing. To enable it in Thunderbird 78.0, use the
config editor and change the value of preference mail.openpgp.enable to true,
then restart Thunderbird. If you are running 78.x and have the previous
Enigmail Add-on installed, then Enigmail will update to version 2.2.x, which
is a minimal release that helps you to migrate the keys and settings to
Thunderbird 78. If you haven't used Enigmail previously, you can enable
OpenPGP for an email account in account settings.
See the release notes for more complete information about testing and
reporting bugs.
Diffstat (limited to 'testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff')
-rw-r--r-- | testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff b/testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff new file mode 100644 index 00000000..75980927 --- /dev/null +++ b/testing/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff @@ -0,0 +1,27 @@ +--- ./config/makefiles/rust.mk.orig 2020-08-04 21:42:49.000000000 -0500 ++++ ./config/makefiles/rust.mk 2020-08-24 21:44:11.930497037 -0500 +@@ -303,15 +303,15 @@ + # the chance of proxy bypasses originating from rust code. + # The check only works when rust code is built with -Clto. + # Sanitizers and sancov also fail because compiler-rt hooks network functions. +-ifndef MOZ_PROFILE_GENERATE +-ifeq ($(OS_ARCH), Linux) +-ifeq (,$(rustflags_sancov)$(MOZ_ASAN)$(MOZ_TSAN)$(MOZ_UBSAN)) +-ifneq (,$(filter -Clto,$(cargo_rustc_flags))) +- $(call py_action,check_binary,--target --networking $@) +-endif +-endif +-endif +-endif ++#ifndef MOZ_PROFILE_GENERATE ++#ifeq ($(OS_ARCH), Linux) ++#ifeq (,$(rustflags_sancov)$(MOZ_ASAN)$(MOZ_TSAN)$(MOZ_UBSAN)) ++#ifneq (,$(filter -Clto,$(cargo_rustc_flags))) ++# $(call py_action,check_binary,--target --networking $@) ++#endif ++#endif ++#endif ++#endif + + force-cargo-library-check: + $(call CARGO_CHECK) --lib $(cargo_target_flag) $(rust_features_flag) |