Richard Pospesel pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
- 
b6a60199
by Richard Pospesel at 2023-04-12T16:06:53+00:00
4 changed files:
- projects/browser/Bundle-Data/Docs/ChangeLog.txt
- projects/fenix/config
- projects/firefox/config
- projects/geckoview/config
Changes:
| 1 | -Tor Browser 12.0.5 - April 06 2023
 | |
| 1 | +Tor Browser 12.0.5 - April 12 2023
 | |
| 2 | 2 |   * All Platforms
 | 
| 3 | 3 |     * Updated Translations
 | 
| 4 | 4 |     * Updated NoScript to 11.4.21
 | 
| ... | ... | @@ -9,6 +9,7 @@ Tor Browser 12.0.5 - April 06 2023 | 
| 9 | 9 |     * Bug 41526: "Cancel" button when establishing a connection should be grey [tor-browser]
 | 
| 10 | 10 |   * Android
 | 
| 11 | 11 |     * Updated GeckoView to 102.10esr
 | 
| 12 | +   * Bug 41724: Backport Android-specific security fixes from Firefox 112 to ESR 102.10-based Tor Browser [tor-browser]
 | |
| 12 | 13 |   * Build System
 | 
| 13 | 14 |     * Windows
 | 
| 14 | 15 |       * Bug 40822: The Tor Browser installer doesn't run with mandatory ASLR on (0xc000007b) [tor-browser-build]
 | 
| 1 | 1 |  # vim: filetype=yaml sw=2
 | 
| 2 | 2 |  version: '[% c("abbrev") %]'
 | 
| 3 | 3 |  filename: 'fenix-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 | 
| 4 | -git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-2-build3'
 | |
| 4 | +git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-2-build4'
 | |
| 5 | 5 |  git_url: https://gitlab.torproject.org/tpo/applications/fenix.git
 | 
| 6 | 6 |  tag_gpg_id: 1
 | 
| 7 | 7 |  gpg_keyring:
 | 
| ... | ... | @@ -15,7 +15,7 @@ var: | 
| 15 | 15 |    firefox_platform_version: 102.10.0
 | 
| 16 | 16 |    firefox_version: '[% c("var/firefox_platform_version") %]esr'
 | 
| 17 | 17 |    browser_branch: '12.0-1'
 | 
| 18 | -  browser_build: 1
 | |
| 18 | +  browser_build: 2
 | |
| 19 | 19 |    branding_directory: 'browser/branding/alpha'
 | 
| 20 | 20 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| 21 | 21 |    nightly_updates_osname: '[% c("var/osname") %]'
 | 
| ... | ... | @@ -14,7 +14,7 @@ container: | 
| 14 | 14 |  var:
 | 
| 15 | 15 |    geckoview_version: 102.10.0esr
 | 
| 16 | 16 |    torbrowser_branch: 12.0-1
 | 
| 17 | -  browser_build: 1
 | |
| 17 | +  browser_build: 2
 | |
| 18 | 18 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| 19 | 19 |    deps:
 | 
| 20 | 20 |      - build-essential
 |