From aae320a395fbbe0be771ead4963da6d61e50c5ae Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 6 Nov 2020 21:25:18 +0000 Subject: Fri Nov 6 21:25:18 UTC 2020 d/rust-1.47.0-x86_64-2.txz: Rebuilt. Switch back to Rust 1.47.0 now that patches are available to fix Firefox and Thunderbird. xap/mozilla-thunderbird-78.4.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.4.1/releasenotes/ --- source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild') diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 48476c962..4804e26df 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -182,6 +182,9 @@ zcat $CWD/unbreakdocs.diff.gz | patch -p1 --verbose || exit 1 # Bypass a test that fails the build: zcat $CWD/gkrust.a.no.networking.check.diff.gz | patch -p1 --verbose || exit 1 +# Fix building with rust-1.47.0: +zcat $CWD/rust_1.47.0.patch.gz | patch -p1 --verbose || exit 1 + # Fetch localization, if requested: if [ ! -z $MOZLOCALIZE ]; then LOC_TAG="THUNDERBIRD_$( echo $VERSION | tr \. _ )_RELEASE" -- cgit v1.2.3