[tor-commits] [tor-browser-build/maint-10.5] Bug 40312: Update components for mozilla90: GeckoView part
sysrqb at torproject.org
sysrqb at torproject.org
Fri Jul 16 19:47:50 UTC 2021
commit 3eef03f8377c9fe0ecf305063828cf4004e66650
Author: Nicolas Vigier <boklm at torproject.org>
Date: Fri Jun 18 12:48:27 2021 +0200
Bug 40312: Update components for mozilla90: GeckoView part
---
projects/geckoview/config | 8 ++++----
projects/llvm-project/config | 4 ++--
projects/rust/config | 4 ++--
rbm.conf | 2 ++
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/projects/geckoview/config b/projects/geckoview/config
index c46901e..f3abddb 100644
--- a/projects/geckoview/config
+++ b/projects/geckoview/config
@@ -8,7 +8,7 @@ git_submodule: 1
gpg_keyring: torbutton.gpg
var:
- geckoview_version: 89.0
+ geckoview_version: 90.0b12
torbrowser_branch: 10.5
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
deps:
@@ -138,9 +138,9 @@ steps:
- torbrowser-android-x86_64
list_toolchain_updates:
- git_url: https://github.com/mozilla/gecko-dev.git
- # 90.0b9
- git_hash: 92485800ccb404788bfd215e59c3850b314d3905
+ #git_url: https://github.com/mozilla/gecko-dev.git
+ # 90.0b12
+ #git_hash: 5e8ffbe1bf6d448cb235cb0a64a56646a6537b22
tag_gpg_id: 0
input_files: []
var:
diff --git a/projects/llvm-project/config b/projects/llvm-project/config
index c6fa2d8..f901ecf 100644
--- a/projects/llvm-project/config
+++ b/projects/llvm-project/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 11.0.1
-git_hash: 43ff75f2c3feef64f9d73328230d34dac8832a91
+version: 12.0.0
+git_hash: d28af7c654d8db0b68c175db5ce212d74fb5e9bc
git_url: https://github.com/llvm/llvm-project
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
diff --git a/projects/rust/config b/projects/rust/config
index 4060488..b6e22d7 100644
--- a/projects/rust/config
+++ b/projects/rust/config
@@ -11,8 +11,8 @@ var:
targets:
android:
var:
- current_version: 1.51.0
- previous_version: 1.50.0
+ current_version: 1.52.0
+ previous_version: 1.51.0
arch_deps:
- libssl-dev
- pkg-config
diff --git a/rbm.conf b/rbm.conf
index 07b2b69..191924d 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -333,6 +333,8 @@ targets:
deps:
- build-essential
- python
+ - python3
+ - python3-distutils
- automake
- libtool
- zip
More information about the tor-commits
mailing list