From 6aadc57ae091f6fb0adb24cdf7f23d04f0503545 Mon Sep 17 00:00:00 2001 From: Li Q Date: Sat, 13 Jul 2019 14:11:58 -0300 Subject: community/firefox-esr: upgrade to 68.0 See https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/ --- community/firefox-esr/fix-rust-target.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/firefox-esr/fix-rust-target.patch') diff --git a/community/firefox-esr/fix-rust-target.patch b/community/firefox-esr/fix-rust-target.patch index 7dd760ca1d..8c4b6739ab 100644 --- a/community/firefox-esr/fix-rust-target.patch +++ b/community/firefox-esr/fix-rust-target.patch @@ -1,6 +1,6 @@ --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure -@@ -181,9 +181,11 @@ +@@ -280,9 +280,11 @@ die("Don't know how to translate {} for rustc".format( host_or_target.alias)) @@ -13,7 +13,7 @@ in_fd, in_path = mkstemp(prefix='conftest', suffix='.rs') out_fd, out_path = mkstemp(prefix='conftest', suffix='.rlib') os.close(out_fd) -@@ -220,7 +222,7 @@ +@@ -319,7 +321,7 @@ os.remove(out_path) # This target is usable. -- cgit v1.2.3