[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40703: Prepare alpha release 12.5a1

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Wed Dec 21 11:37:49 UTC 2022



Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
210a4b2c by Pier Angelo Vendrame at 2022-12-20T20:10:56+01:00
Bug 40703: Prepare alpha release 12.5a1

- - - - -


13 changed files:

- .gitlab/issue_templates/Release Prep - Alpha.md
- projects/android-components/config
- projects/browser/Bundle-Data/Docs/ChangeLog.txt
- projects/browser/allowed_addons.json
- projects/fenix/config
- projects/firefox/config
- projects/geckoview/config
- projects/go/config
- projects/manual/config
- projects/tor/config
- projects/translation/config
- rbm.conf
- + tools/get-translation-hashes


Changes:

=====================================
.gitlab/issue_templates/Release Prep - Alpha.md
=====================================
@@ -69,11 +69,6 @@
     <summary>Shared</summary>
 
 ### tor-browser: https://gitlab.torproject.org/tpo/applications/tor-browser.git
-- [ ] ***(Optional)*** Update torbutton translations in `toolkit/torbutton`
-  - [ ] `./import-translations.sh`
-    - **NOTE** : if there are no new strings imported then we are done here
-  - [ ] Commit as `fixup!` to the `Add TorStrings module for localization` commit
-    - **NOTE** : only add files which are already being tracked
 - [ ] ***(Optional)*** Backport any Android-specific security fixes from Firefox rapid-release
 - [ ] ***(Optional, Chemspill)*** Backport security-fixes to both `tor-browser` and `base-browser` branches
 - [ ] ***(Optional)*** Rebase to `$(ESR_VERSION)`
@@ -126,6 +121,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in
     - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
     - [ ] ***(Optional)*** `var/firefox_platform_version` : update to latest `$(ESR_VERSION)` if rebased
   - [ ] Update `projects/translation/config`:
+    - [ ] run `tools/get-translation-hashes` to get updated hashes
     - [ ] `steps/base-browser/git_hash` : update with `HEAD` commit of project's `base-browser` branch
     - [ ] `steps/base-browser-fluent/git_hash` : update with `HEAD` commit of project's `basebrowser-newidentityftl` branch
     - [ ] `steps/tor-browser/git_hash` : update with `HEAD` commit of project's `tor-browser` branch
@@ -155,7 +151,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in
     - [ ] **(Optional)** If new tag available, update `projects/zlib/config`
       - [ ] `version` : update to next release tag
   - [ ] Check for tor updates here : https://gitlab.torproject.org/tpo/core/tor/-/tags
-    - [ ] ***(Optional)*** Update `projects/tor/config` 
+    - [ ] ***(Optional)*** Update `projects/tor/config`
       - [ ] `version` : update to latest `-alpha` tag or release tag if newer (ping dgoulet or ahf if unsure)
   - [ ] Check for go updates here : https://golang.org/dl
     - **NOTE** : Tor Browser Alpha uses the latest Stable major series go version


=====================================
projects/android-components/config
=====================================
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
-git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1-build5'
+git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/browser_branch") %]-build[% c("var/android_components_build") %]'
 git_url: https://gitlab.torproject.org/tpo/applications/android-components.git
 tag_gpg_id: 1
 gpg_keyring:
@@ -13,7 +13,8 @@ container:
 
 var:
   android_components_version: 102.0.14
-  torbrowser_branch: 12.0
+  browser_branch: 12.5-1
+  android_components_build: 1
   # This should be updated when the list of gradle dependencies is changed.
   gradle_dependencies_version: 37
   gradle_version: 7.0.2


=====================================
projects/browser/Bundle-Data/Docs/ChangeLog.txt
=====================================
@@ -1,3 +1,253 @@
+Tor Browser 12.5a1 - December 21 2022
+ * All Platforms
+   * Updated tor to 0.4.7.12
+   * Bug 40711: Review and expand the stakeholders we communicate major changes to [tor-browser-build]
+   * Bug 41478: Drop the torbutton submodule in 12.5 [tor-browser]
+   * Bug 41514: eslint broken since migrating torbutton [tor-browser]
+ * Windows + macOS + Linux
+   * Updated Firefox to 102.6esr
+   * Bug 26504: about:preferences shows Firefox's version instead of Tor Browser's
+   * Bug 32308: Stop inner letterbox jiggling as border is dragged [tor-browser]
+   * Bug 40347: URL bar lock icon says connection is not secure when on "view-source:[...].onion" URLs [tor-browser]
+   * Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0 [tor-browser-build]
+   * Bug 41375: Clean unused strings [tor-browser]
+   * Bug 41435: Add a Tor Browser migration function [tor-browser]
+   * Bug 41448: User `danger` style for primary button in new identity modal [tor-browser]
+   * Bug 41483: Tor Browser says Firefox timed out, confusing users [tor-browser]
+   * Bug 41503: Disable restart in case of reboot and restore in case of crash [tor-browser]
+   * Bug 41520: Regression: rearranging bookmarks / place items by drag & drop doesn't work anymore [tor-browser]
+   * Bug 41524: about:tbupdate needs UTF-8 [tor-browser]
+   * Bug 41525: Drop locales from torbutton, since we will inject them in tor-browser-build [tor-browser]
+ * macOS + Linux
+   * Bug 41519: TOR_SOCKS_IPC_PATH environment variable not honored [tor-browser]
+ * Windows
+   * Bug 40708: tor.exe in tor-expert-bundle not writing stdout even when run from cmd.exe [tor-browser-build]
+ * macOS
+   * Bug 40716: Unable to update to 12.0.1 on Apple Silicon-based Mac [tor-browser-build]
+ * Android
+   * Updated GeckoView to 102.6esr
+   * Bug 41001: Remove remaining security slider code [tor-browser]
+ * Build System
+   * All Platforms
+     * Updated Go to 1.19.4
+     * Bug 40645: Verify we no longer depend on any signed tags from sysrqb and gk, and remove them from torbutton.gpg [tor-browser-build]
+     * Bug 40679: Use the latest translations for nightly builds [tor-browser-build]
+     * Bug 40681: Run apt-get clean, after installing packages in projects/container-image/config [tor-browser-build]
+     * Bug 40683: Install more packages in the default containers to reduce the number of custom containers [tor-browser-build]
+     * Bug 40689: Update Ubuntu version from projects/mmdebstrap-image/config to 22.04.1 [tor-browser-build]
+     * Bug 40717: Create a script to prepare changelogs [tor-browser-build]
+   * Windows + macOS + Linux
+     * Bug 40707: Update update_responses_config.yml to allow 11.5.8 to update to whatever latest is [tor-browser-build]
+     * Bug 40713: Use the new tor-browser l10n branch in Firefox [tor-browser-build]
+   * Linux + Android
+     * Bug 40653: Build compiler-rt with runtimes instead of the main LLVM build [tor-browser-build]
+   * macOS
+     * Bug 40694: aarch64 tor-expert-bundle for macOS is not exported as part of the browser build [tor-browser-build]
+     * Bug 40704: Building nightly macos incrementals fails [tor-browser-build]
+   * Linux
+     * Bug 40693: Can't build container-image in main [tor-browser-build]
+   * Android
+     * Bug 40702: Nightly builds fails with "error: pathspec 'tor-browser-102.5.0esr-12.0-2' did not match any file(s) known to git" [tor-browser-build]
+
+Tor Browser 12.0.1 - December 14 2022
+ * Windows + macOS + Linux
+   * Updated Firefox to 102.6esr
+   * Bug 41519: TOR_SOCKS_IPC_PATH environment variable not honored [tor-browser]
+   * Bug 41520: Regression: rearranging  bookmarks / place items by drag & drop doesn't work anymore [tor-browser]
+ * Android
+   * Updated GeckoView to 102.6esr
+ * Build System
+   * All Platforms
+     * Updated Go to 1.19.4
+     * Bug 40653: Build compiler-rt with runtimes instead of the main LLVM build [tor-browser-build]
+     * Bug 40681: Run apt-get clean, after installing packages in projects/container-image/config [tor-browser-build]
+     * Bug 40683: Install more packages in the default containers to reduce the number of custom containers [tor-browser-build]
+     * Bug 40693: Can't build container-image in main [tor-browser-build]
+     * Bug 40705: Add empty commit mentioning that gitolite repo is no longer updated [tor-browser-build]
+   * Windows
+     * Bug 40708: tor.exe in tor-expert-bundle not writing stdout even when run from cmd.exe [tor-browser-build]
+   * Linux
+     * Bug 40689: Update Ubuntu version from projects/mmdebstrap-image/config to 22.04.1 [tor-browser-build]
+
+Tor Browser 12.0 - December 5 2022
+ * All Platforms
+   * Update Translations
+   * Update tor to 0.4.7.12
+   * Bug 17228: Consideration for disabling/trimming referrers within TBB [tor-browser]
+   * Bug 24686: In Tor Browser context, should network.http.tailing.enabled be set to false? [tor-browser]
+   * Bug 27127: Audit and enable HTTP/2 push [tor-browser]
+   * Bug 27258: font whitelist means we don't have to set gfx.downloadable_fonts.fallback_delay [tor-browser]
+   * Bug 40057: ensure that CSS4 system colors are not a fingerprinting vector [tor-browser]
+   * Bug 40058: ensure no locale leaks from new Intl APIs [tor-browser]
+   * Bug 40183: Consider disabling TLS ciphersuites containing SHA-1 [tor-browser]
+   * Bug 40251: Clear obsolete prefs after torbutton!27 [tor-browser]
+   * Bug 40406: Remove Presentation API related prefs [tor-browser]
+   * Bug 40491: Don't auto-pick a v2 address when it's in Onion-Location header [tor-browser]
+   * Bug 40494: Update Startpage and Blockchair onion search providers [tor-browser]
+   * Bug 40580: Add support for Ukranian (uk) [tor-browser-build]
+   * Bug 40646: Don't build Español AR anymore [tor-browser-build]
+   * Bug 40674: Add Secondary Snowflake Bridge [tor-browser-build]
+   * Bug 40783: Review 000-tor-browser.js and 001-base-profile.js for 102 [tor-browser]
+   * Bug 41098: Compare Tor Browser's and GeckoView's profiles [tor-browser]
+   * Bug 41125: Review Mozilla 1732792: retry polling requests without proxy [tor-browser]
+   * Bug 41154: Review Mozilla 1765167: Deprecate Cu.import [tor-browser]
+   * Bug 41164: Add some #define for the base-browser section [tor-browser]
+   * Bug 41306: Typo "will not able" in "Tor unexpectedly exited" dialog [tor-browser]
+   * Bug 41317: Tor Browser leaks banned ports in network.security.ports.banned [tor-browser]
+   * Bug 41345: fonts: windows whitelist contains supplemental fonts [tor-browser]
+   * Bug 41398: Disable Web MIDI API [tor-browser]
+   * Bug 41406: Do not define `--without-wasm-sandboxed-libraries` if `WASI_SYSROOT` is defined [tor-browser]
+   * Bug 41420: Remove brand.dtd customization on nightly [tor-browser]
+   * Bug 41457: Remove more Mozilla permissions [tor-browser]
+   * Bug 41473: Add support for Albanian (sq) [tor-browser]
+ * Windows + macOS + Linux
+   * Update Firefox to 102.5.0esr
+   * Bug 17400: Decide how to use the multi-lingual Tor Browser in the alpha/release series [tor-browser]
+   * Bug 40595: Migrate to 102 on desktop [tor-browser-buid]
+   * Bug 40638: Visit our website link after build-to-build upgrade in Nightly channel points to old v2 onion [tor-browser-build]
+   * Bug 40648: Do not customize update.locale in multi-lingual builds [tor-browser-build]
+   * Bug 40853: use Subprocess.jsm to launch tor [tor-browser]
+   * Bug 40933: Migrate remaining tor-launcher functionality to tor-browser [tor-browser]
+   * Bug 41011: The Internet and Tor status are visible when opening the settings [tor-browser]
+   * Bug 41044: Content exceeding the height of the connection settings modals [tor-browser]
+   * Bug 41116: Review Mozilla 1226042: add support for the new 'system-ui' generic font family [tor-browser]
+   * Bug 41117: Review Mozilla 1512851:  Add Share Menu to File Menu on macOS [tor-browser]
+   * Bug 41283: Toolbar buttons missing their label attribute [tor-browser]
+   * Bug 41284: Stray security-level- fluent ids [tor-browser]
+   * Bug 41287: New identity button inactive if added after customization [tor-browser]
+   * Bug 41292: moreFromMozilla pane in about:preferences in 12.0a2 [tor-browser]
+   * Bug 41293: Incomplete branding in German with 12.0a2 [tor-browser]
+   * Bug 41337: Add a title to the new identity confirmation [tor-browser]
+   * Bug 41342: Update the New Identity dialog to the proton modal style [tor-browser]
+   * Bug 41344: Authenticated Onion Services do not prompt for auth key in 12.0 alpha series [tor-browser]
+   * Bug 41352: Update or drop the show manual logic in torbutton [tor-browser]
+   * Bug 41369: Consider a different list-order for locales in language menu [tor-browser]
+   * Bug 41374: Missing a few torconnect strings in the DTD [tor-browser]
+   * Bug 41377: Hide `Search for more languages...` from Language selector in multi-locale build [tor-browser]
+   * Bug 41378: Inform users when Tor Browser sets their language automatically [tor-browser]
+   * Bug 41385: Bootstrap failure is logged but not raised up to about:torconnect [tor-browser]
+   * Bug 41386: The new tor-launcher has a problem when another Tor is running [tor-browser]
+   * Bug 41387: New identity and new circuit ended up inside history [tor-browser]
+   * Bug 41400: Missing onionAuthViewKeys causes "Onion Services Keys" dialog to be empty. [tor-browser]
+   * Bug 41401: Missing some mozilla icons because we still loading them from "chrome://browser/skin" rather than "chrome://global/skin/icons" [tor-browser]
+   * Bug 41404: Fix blockchair-onion search extension [tor-browser]
+   * Bug 41409: Circuit display is broken on Tails [tor-browser]
+   * Bug 41410: Opening and closing HTTPS-Only settings make the identity panel shrink [tor-browser]
+   * Bug 41412: New Identity shows "Tor Browser" instead of "Restart Tor Browser" in unstranslated locales [tor-browser]
+   * Bug 41417: Prompt users to restart after changing language [tor-browser]
+   * Bug 41429: TorConnect and TorSettings are initialized twice [tor-browser]
+   * Bug 41435: Add a Tor Browser migration function [tor-browser]
+   * Bug 41436: The new tor-launcher handles arrays in the wrong way [tor-browser]
+   * Bug 41437: Use the new media query for dark theme for the "Connected" pill in bridges [tor-browser]
+   * Bug 41449: Onion authentication's learn more should link to the offline manual [tor-browser]
+   * Bug 41451: Still using requestedLocales in torbutton [tor-browser]
+   * Bug 41455: Tor Browser dev build cannot launch tor [tor-browser]
+   * Bug 41458: Prevent `mach package-multi-locale` from actually creating a package [tor-browser]
+   * Bug 41462: Add anchors to bridge-moji and onion authentication entries [tor-browser]
+   * Bug 41466: Port YEC 2022 campaign to Tor Browser 12.0 (Desktop) [tor-browser]
+   * Bug 41495: Clicking on "View Logs" in the "Establishing Connection" page takes you to about:preferences#connection and not logs [tor-browser]
+   * Bug 41498: The Help panel is empty in 12.0a4 [tor-browser]
+   * Bug 41508: Update the onboarding link for 12.0 [tor-browser]
+ * Windows
+   * Bug 41149: Review Mozilla 1762576: Firefox is not allowing Symantec DLP to inject DLL into the browser for Data Loss Prevention software [tor-browser]
+   * Bug 41278: Create Tor Browser styled pdf logo similar to the vanilla Firefox one [tor-browser]
+   * Bug 41426: base-browser nightly fails to build for windows-i686 [tor-browser]
+ * macOS
+   * Bug 23451: Adapt font whitelist to changes on macOS (zh locales) [tor-browser]
+   * Bug 41004: The Bangla font does not display correctly on MacOs [tor-browser]
+   * Bug 41108: Remove privileged macOS installation from 102 [tor-browser]
+   * Bug 41294: Bookmarks manager broken in 12.0a2 on MacOS [tor-browser]
+   * Bug 41348: cherry-pick macOS OSSpinLock  replacements [tor-browser]
+   * Bug 41370: Find a way to ship custom default bookmarks without changing language-packs on macOS [tor-browser]
+   * Bug 41372: "Japanese" language menu item is localised in multi-locale testbuild (on mac OS) [tor-browser]
+   * Bug 41379: The new tor-launcher is broken also on macOS [tor-browser]
+ * Linux
+   * Bug 40359: Tor Browser Launcher has Wrong Icon [tor-browser]
+   * Bug 40626: Define the replacements for generic families on Linux [tor-browser-build]
+   * Bug 41163: Fixing loading of bundled fonts on linux [tor-browser]
+ * Android
+   * Update GeckoView to 102.5.0esr
+   * Bug 40014: Check which of our mobile prefs and configuration changes are still valid for GeckoView [tor-browser]
+   * Bug 40631: Stop bundling HTTPS Everywhere on Android [tor-browser-build]
+   * Bug 41394: Implement a setting to always prefer onion sites [tor-browser]
+   * Bug 41465: Port YEC 2022 campaign to Tor Browser 12.0 (Android) [tor-browser]
+ * Build System
+   * All Platforms
+     * Update Go to 1.19.3
+     * Bug 23656: Use .mozconfig files in tor-browser repo for rbm builds [tor-browser-build]
+     * Bug 28754: make testbuild-android-armv7 stalls during sha256sum step [tor-browser-build]
+     * Bug 40049: gpg_keyring should allow for array of keyrings [rbm]
+     * Bug 40397: Create a new build target to package tor daemon, pluggable transports and dependencies [tor-browser-build]
+     * Bug 40407: Bump binutils version to pick up security improvements for Windows users [tor-browser-build]
+     * Bug 40585: Prune the manual more [tor-browser-build]
+     * Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos [tor-browser-build]
+     * Bug 40591: Rust 1.60 not working to build 102 on Debian Jessie [tor-browser-build]
+     * Bug 40592: Consider re-using our LLVM/Clang to build Rust [tor-browser-build]
+     * Bug 40593: Update signing scripts to take into account new project names and layout [tor-browser-build]
+     * Bug 40607: Add alpha-specific release prep template [tor-browser-build]
+     * Bug 40610: src-*.tar.xz tarballs are missing in https://dist.torproject.org/torbrowser/12.0a1/ [tor-browser-build]
+     * Bug 40612: Migrate Release Prep template to Release Prep - Stable [tor-browser-build]
+     * Bug 40619: Make sure translations are taken from gitlab.tpo and not git.tpo [tor-browser-build]
+     * Bug 40627: Add boklm to torbutton.gpg [torbrowser-build]
+     * Bug 40634: Update the project/browser path in tools/changelog-format-blog-post and other files [tor-browser-build]
+     * Bug 40636: Remove https-everywhere from projects/browser/config [tor-browser-build]
+     * Bug 40639: Remove tor-launcher references [tor-browser-build]
+     * Bug 40643: Update Richard's key in torbutton.gpg [tor-browser-build]
+     * Bug 40645: Remove unused signing keys and create individual keyrings for Tor Project developers [tor-browser-build]
+     * Bug 40655: Published tor-expert-bundle tar.gz files should not include their tor-browser-build build id [tor-browser-build]
+     * Bug 40656: Improve get_last_build_version in tools/signing/nightly/sign-nightly [tor-browser-build]
+     * Bug 40660: Update changelog-format-blog-post script to point gitlab rather than gitolite [tor-browser-build]
+     * Bug 40662: Make base-browser nightly build from tag [tor-browser-build]
+     * Bug 40663: Do not ship bookmarks in tor-browser-build anymore [tor-browser-build]
+     * Bug 40667: Update Node.js to 12.22.12 [tor-browser-build]
+     * Bug 40669: Remove HTTPS-Everywhere keyring [tor-browser-build]
+     * Bug 40671: Update langpacks URL [tor-browser-build]
+     * Bug 40675: Update tb_builders list in set-config [tor-browser-build]
+     * Bug 40690: Revert fix for zlib build break [tor-browser-build]
+     * Bug 41308: Use the same branch for Desktop and GeckoView [tor-browser]
+     * Bug 41321: Delete various master branches after automated build/testing scripts are updated [tor-browser]
+     * Bug 41340: Opt in to some of the NIGHTLY_BUILD features [tor-browser]
+     * Bug 41357: Enable browser toolbox debugging by default for dev builds [tor-browser]
+     * Bug 41446: Multi-lingual alpha bundles break make fetch [tor-browser]
+   * Windows + macOS + Linux
+     * Bug 40499: Update firefox to enable building from new 'base-browser' tag [tor-browser-build]
+     * Bug 40500: Add base-browser package project [tor-browser-build]
+     * Bug 40501: Makefile updates to support building base-browser packages [tor-browser-build]
+     * Bug 40503: Update Release Prep issue template with base-browser and privacy browser changes [tor-browser-build]
+     * Bug 40547: Remove container/remote_* from rbm.conf [tor-browser-build]
+     * Bug 40581: Update reference to master branches [tor-browser-build]
+     * Bug 40641: Fetch Firefox locales from l10n-central [tor-browser-build]
+     * Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0 [tor-browser-build]
+     * Bug 40685: Remove targets/nightly/var/mar_locales from rbm.conf [tor-browser-build]
+     * Bug 40686: Add a temporary project to fetch Fluent tranlations for base-browser [tor-browser-build]
+     * Bug 40691: Update firefox config to point to base-browser branch rather than a particular tag in nightly [tor-browser-build]
+     * Bug 40699: Fix input_files in projects/firefox-l10n/config [tor-browser-build]
+     * Bug 41099: Update+comment the update channels in update_responses.config.yaml [tor-browser]
+   * Windows
+     * Bug 29318: Use Clang for everything on Windows [tor-browser-buid]
+     * Bug 29321: Use mingw-w64/clang toolchain to build tor [tor-browser-build]
+     * Bug 29322: Use mingw-w64/clang toolchain to build OpenSSL [tor-browser-build]
+     * Bug 40409: Upgrade NSIS to 3.08 [tor-browser-build]
+     * Bug 40666: Fix compiler depedencies for Firefox on Windows [tor-browser-build]
+   * macOS
+     * Bug 40067: Rename "OS X" to "macOS" [tor-browser-build]
+     * Bug 40158: Add support for macOS AArch64 [tor-browser-build]
+     * Bug 40439: Create universal x86-64/arm64 mac builds [tor-browser-build]
+     * Bug 40605: Reworked the macOS toolchain creation [tor-browser-build]
+     * Bug 40620: Update macosx-sdk to 11.0 [tor-browser-build]
+     * Bug 40687: macOS nightly builds with packaged locales fail [tor-browser-build]
+     * Bug 40694: aarch64 tor-expert-bundle for macOS is not exported as part of the browser build [tor-browser-build]
+   * Linux
+     * Bug 31321: Add cc -> gcc link to projects/gcc [tor-browser-build]
+     * Bug 40621: Update namecoin patches for linted TorButton [tor-browser-build]
+     * Bug 40659: Error building goservice for linux in nightly build [tor-browser-build]
+     * Bug 41343: Add -without-wam-sandboxed-libraries to mozconfig-linux-x86_64-dev for local builds [tor-browser]
+   * Android
+     * Bug 40574: Improve tools/signing/android-signing [tor-browser-build]
+     * Bug 40604: Fix binutils build on android [tor-browser-build]
+     * Bug 40640: Extract Gradle in the toolchain setup [tor-browser-build]
+     * Bug 41304: Add Android-specific targets to makefiles [tor-browser]
+
 Tor Browser 12.0a5 - November 30 2022
  * All Platforms
    * Update Translations
@@ -89,9 +339,13 @@ Tor Browser 11.5.8 - November 18 2022
    * Bug 40622: Update obfs4proxy to 0.0.14 in Tor Browser [tor-browser-build]
   * Windows + macOS + Linux
    * Bug 31064: Letterboxing is enabled in priviledged contexts too [tor-browser]
+   * Bug 31821: reapply window.open() clamping [tor-browser]
    * Bug 32411: Consider adding about:tor and others to the list of pages that do not need letterboxing [tor-browser]
+   * Bug 40081: Letterboxing since 32220 affected by layout.css.devPixelsPerPx [tor-browser]
+   * Bug 40767: 1px white border visible on fullscreen video playback [tor-browser]
    * Bug 41105: Tor Browser Does Not Clear CORS Preflight Cache despite creating a “New Identity” [tor-browser]
    * Bug 41413: Backup intl.locale.requested in 11.5.x [tor-browser]
+   * Bug 41433: Should letterboxing take in account optional components' heights? [tor-browser]
    * Bug 41434: Letterboxing bypass through secondary tab (popup/popunder...) [tor-browser]
    * Bug 41456: Backport ESR 102.5 security fixes to 91.13-based Tor Browser [tor-browser]
    * Bug 41460: Migrate new identity and security level preferences in 11.5.8 [tor-browser]
@@ -232,7 +486,6 @@ Tor Browser 11.5.5 - October 20 2022
 
 Tor Browser 11.5.4 - October 11 2022
  * All Platforms
-   * Bug 40580: Add support for uk (ukranian) locale [tor-browser-build]
    * Bug 40629: Bump snowflake version to 9ce1de4eee4e [tor-browser-build]
    * Bug 40633: Remove Team Cymru hard-coded bridges [tor-browser-build]
    * Bug 41326: Update preference for remoteRecipes [tor-browser]
@@ -334,7 +587,7 @@ Tor Browser 12.0a2 - September 1 2022
      * Update Go to 1.18.5
      * Bug 40574: Improve tools/signing/android-signing [tor-browser-build]
      * Bug 40582: Prepared TBA to use Mozilla 102 components [tor-browser-build]
-     * Bug 40604: Bug 40604: Fix binutils build on android [tor-browser-build]
+     * Bug 40604: Fix binutils build on android [tor-browser-build]
 
 Tor Browser 11.5.3 - August 29 2022
  * Android


=====================================
projects/browser/allowed_addons.json
=====================================
@@ -17,7 +17,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/34/9734/13299734/13299734.png?modified=1565722641"
           }
         ],
-        "average_daily_users": 909198,
+        "average_daily_users": 920784,
         "categories": {
           "android": [
             "experimental",
@@ -221,10 +221,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.5584,
-          "bayesian_average": 4.557180943955026,
-          "count": 4710,
-          "text_count": 1504
+          "average": 4.5582,
+          "bayesian_average": 4.556981916903566,
+          "count": 4742,
+          "text_count": 1512
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/",
         "requires_payment": false,
@@ -321,7 +321,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/",
-        "weekly_downloads": 25656
+        "weekly_downloads": 25636
       },
       "notes": null
     },
@@ -337,7 +337,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
           }
         ],
-        "average_daily_users": 669887,
+        "average_daily_users": 661005,
         "categories": {
           "android": [
             "security-privacy"
@@ -469,9 +469,9 @@
           "category": "spotlight"
         },
         "ratings": {
-          "average": 4.6597,
-          "bayesian_average": 4.657149505820861,
-          "count": 2307,
+          "average": 4.6599,
+          "bayesian_average": 4.657336257654981,
+          "count": 2311,
           "text_count": 460
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/reviews/",
@@ -501,7 +501,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/versions/",
-        "weekly_downloads": 7804
+        "weekly_downloads": 5713
       },
       "notes": null
     },
@@ -517,7 +517,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/56/7656/6937656/6937656.png?modified=1550343990"
           }
         ],
-        "average_daily_users": 256617,
+        "average_daily_users": 257005,
         "categories": {
           "android": [
             "security-privacy"
@@ -732,9 +732,9 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.82,
-          "bayesian_average": 4.815284382393805,
-          "count": 1300,
+          "average": 4.8208,
+          "bayesian_average": 4.816082492766398,
+          "count": 1306,
           "text_count": 235
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
@@ -820,7 +820,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/",
-        "weekly_downloads": 5014
+        "weekly_downloads": 4839
       },
       "notes": null
     },
@@ -836,7 +836,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
           }
         ],
-        "average_daily_users": 1080325,
+        "average_daily_users": 1077418,
         "categories": {
           "android": [
             "security-privacy"
@@ -1358,10 +1358,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.7978,
-          "bayesian_average": 4.794944343168069,
-          "count": 2136,
-          "text_count": 419
+          "average": 4.7982,
+          "bayesian_average": 4.7953467483624355,
+          "count": 2151,
+          "text_count": 423
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/",
         "requires_payment": false,
@@ -1385,7 +1385,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/",
-        "weekly_downloads": 23645
+        "weekly_downloads": 18282
       },
       "notes": null
     },
@@ -1401,7 +1401,7 @@
             "picture_url": null
           }
         ],
-        "average_daily_users": 6109476,
+        "average_daily_users": 6143701,
         "categories": {
           "android": [
             "security-privacy"
@@ -1565,7 +1565,7 @@
         },
         "is_disabled": false,
         "is_experimental": false,
-        "last_updated": "2022-11-21T14:05:21Z",
+        "last_updated": "2022-12-15T18:40:20Z",
         "name": {
           "ar": "uBlock Origin",
           "bg": "uBlock Origin",
@@ -1710,10 +1710,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.7782,
-          "bayesian_average": 4.777784409823513,
-          "count": 14615,
-          "text_count": 3832
+          "average": 4.7784,
+          "bayesian_average": 4.777984735280378,
+          "count": 14716,
+          "text_count": 3857
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
         "requires_payment": false,
@@ -1775,7 +1775,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
-        "weekly_downloads": 145268
+        "weekly_downloads": 144039
       },
       "notes": null
     },
@@ -1791,7 +1791,7 @@
             "picture_url": null
           }
         ],
-        "average_daily_users": 137691,
+        "average_daily_users": 139255,
         "categories": {
           "android": [
             "photos-media"
@@ -1888,9 +1888,9 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.5084,
-          "bayesian_average": 4.503134943951076,
-          "count": 1074,
+          "average": 4.5097,
+          "bayesian_average": 4.5044214841383585,
+          "count": 1077,
           "text_count": 399
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
@@ -1913,7 +1913,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
-        "weekly_downloads": 367
+        "weekly_downloads": 309
       },
       "notes": null
     },
@@ -1929,7 +1929,7 @@
             "picture_url": null
           }
         ],
-        "average_daily_users": 93297,
+        "average_daily_users": 92068,
         "categories": {
           "android": [
             "experimental",
@@ -2066,7 +2066,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
-        "weekly_downloads": 578
+        "weekly_downloads": 609
       },
       "notes": null
     },
@@ -2082,7 +2082,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
           }
         ],
-        "average_daily_users": 241693,
+        "average_daily_users": 242609,
         "categories": {
           "android": [
             "photos-media",
@@ -2300,10 +2300,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.6475,
-          "bayesian_average": 4.6426080367355835,
-          "count": 1200,
-          "text_count": 234
+          "average": 4.646,
+          "bayesian_average": 4.641119725504792,
+          "count": 1209,
+          "text_count": 237
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
         "requires_payment": false,
@@ -2324,7 +2324,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
-        "weekly_downloads": 3908
+        "weekly_downloads": 3474
       },
       "notes": null
     },
@@ -2347,7 +2347,7 @@
             "picture_url": null
           }
         ],
-        "average_daily_users": 97618,
+        "average_daily_users": 99861,
         "categories": {
           "android": [
             "other"
@@ -2629,9 +2629,9 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.4413,
-          "bayesian_average": 4.436575665528032,
-          "count": 1176,
+          "average": 4.4392,
+          "bayesian_average": 4.434480963861528,
+          "count": 1184,
           "text_count": 316
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
@@ -2652,7 +2652,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
-        "weekly_downloads": 37
+        "weekly_downloads": 45
       },
       "notes": null
     },
@@ -2668,7 +2668,7 @@
             "picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
           }
         ],
-        "average_daily_users": 331471,
+        "average_daily_users": 328150,
         "categories": {
           "android": [
             "performance",
@@ -2785,7 +2785,7 @@
         },
         "is_disabled": false,
         "is_experimental": false,
-        "last_updated": "2022-11-22T09:08:25Z",
+        "last_updated": "2022-12-04T09:05:24Z",
         "name": {
           "de": "NoScript",
           "el": "NoScript",
@@ -2857,10 +2857,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 4.4093,
-          "bayesian_average": 4.406550750110661,
-          "count": 2006,
-          "text_count": 784
+          "average": 4.4106,
+          "bayesian_average": 4.4078510292178406,
+          "count": 2019,
+          "text_count": 790
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
         "requires_payment": false,
@@ -2904,7 +2904,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
-        "weekly_downloads": 7527
+        "weekly_downloads": 7328
       },
       "notes": null
     },
@@ -2920,7 +2920,7 @@
             "picture_url": null
           }
         ],
-        "average_daily_users": 140511,
+        "average_daily_users": 140692,
         "categories": {
           "android": [
             "performance",
@@ -3034,10 +3034,10 @@
           "category": "recommended"
         },
         "ratings": {
-          "average": 3.9128,
-          "bayesian_average": 3.90842770432453,
-          "count": 1089,
-          "text_count": 388
+          "average": 3.916,
+          "bayesian_average": 3.911620482957336,
+          "count": 1095,
+          "text_count": 393
         },
         "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
         "requires_payment": false,
@@ -3056,7 +3056,7 @@
         "type": "extension",
         "url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
         "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
-        "weekly_downloads": 1431
+        "weekly_downloads": 1318
       },
       "notes": null
     }


=====================================
projects/fenix/config
=====================================
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 filename: 'fenix-[% c("version") %]-[% c("var/build_id") %].tar.gz'
-git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1-build6'
+git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/browser_branch") %]-build[% c("var/fenix_build") %]'
 git_url: https://gitlab.torproject.org/tpo/applications/fenix.git
 tag_gpg_id: 1
 gpg_keyring:
@@ -13,7 +13,8 @@ container:
 
 var:
   fenix_version: 102.2.1
-  torbrowser_branch: 12.0
+  browser_branch: 12.5-1
+  fenix_build: 1
   git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1'
   copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
   # This should be updated when the list of gradle dependencies is changed.


=====================================
projects/firefox/config
=====================================
@@ -4,7 +4,6 @@ filename: 'firefox-[% c("var/project-name") %]-[% c("version") %]-[% c("var/osna
 git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]-build[% c("var/browser_build") %]'
 tag_gpg_id: 1
 git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
-git_submodule: 1
 gpg_keyring:
   - pierov.gpg
   - richard.gpg
@@ -12,10 +11,10 @@ container:
   use_container: 1
 
 var:
-  firefox_platform_version: 102.5.0
+  firefox_platform_version: 102.6.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
-  browser_branch: '12.0-1'
-  browser_build: 4
+  browser_branch: '12.5-1'
+  browser_build: 1
   branding_directory: 'browser/branding/alpha'
   copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
   nightly_updates_osname: '[% c("var/osname") %]'


=====================================
projects/geckoview/config
=====================================
@@ -1,10 +1,9 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 filename: 'geckoview-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
-git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1-build4'
+git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/browser_branch") %]-build[% c("var/browser_build") %]'
 tag_gpg_id: 1
 git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
-git_submodule: 1
 gpg_keyring:
   - pierov.gpg
   - richard.gpg
@@ -12,8 +11,9 @@ container:
   use_container: 1
 
 var:
-  geckoview_version: 102.5.0esr
-  torbrowser_branch: 12.0
+  geckoview_version: 102.6.0esr
+  browser_branch: 12.5-1
+  browser_build: 1
   copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
   deps:
     - build-essential


=====================================
projects/go/config
=====================================
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.19.3
+version: 1.19.4
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 container:
   use_container: 1
@@ -121,7 +121,7 @@ input_files:
     enable: '[% ! c("var/linux") %]'
   - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
     name: go
-    sha256sum: 18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212
+    sha256sum: eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368
   - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
     name: go14
     sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959


=====================================
projects/manual/config
=====================================
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 # To update, see doc/how-to-update-the-manual.txt
 # Remember to update also the package's hash, with the version!
-version: 56847
+version: 60224
 filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 container:
   use_container: 1
@@ -17,8 +17,8 @@ var:
 
 input_files:
   - project: container-image
-  - URL: 'https://people.torproject.org/~richard/tbb_files/manual_[% c("version") %].zip'
+  - URL: 'https://people.torproject.org/~pierov/tbb_files/manual_[% c("version") %].zip'
     name: manual
-    sha256sum: f22d6206c668eee194e19bc27f39e4bbe1d21c20dc69064f67dc3f9db52525e9
+    sha256sum: a76908f228d006b49f18ff731d4bd9ff220183535b2c1ccc9bb92c78709e1966
   - filename: packagemanual.py
     name: package_script


=====================================
projects/tor/config
=====================================
@@ -1,6 +1,6 @@
 # vim: filetype=yaml sw=2
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
-version: 0.4.7.11
+version: 0.4.7.12
 git_hash: 'tor-[% c("version") %]'
 git_url: https://gitlab.torproject.org/tpo/core/tor.git
 git_submodule: 1


=====================================
projects/translation/config
=====================================
@@ -18,7 +18,7 @@ steps:
         git_hash: 'basebrowser-newidentityftl'
   tor-browser:
     tor-browser: '[% INCLUDE build %]'
-    git_hash: 4cd0600f352a6883462dbdc1b59119a0a946be10
+    git_hash: 6a1d58f5d3c749a55d18e7dc6d902d9b622e8d5d
     targets:
       nightly:
         git_hash: 'tor-browser'
@@ -26,7 +26,7 @@ steps:
     fenix: '[% INCLUDE build %]'
     # We need to bump the commit before releasing but just pointing to a branch
     # might cause too much rebuidling of the Firefox part.
-    git_hash: 34fb5d37834db13ec656e43d2fe7cee41d90ec35
+    git_hash: 3abd32f7db3779af063d937f8a5d87b88504b006
     targets:
       nightly:
         git_hash: 'fenix-torbrowserstringsxml'


=====================================
rbm.conf
=====================================
@@ -71,10 +71,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '12.0a5'
+  torbrowser_version: '12.5a1'
   torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 12.0a4
+    - 12.0a5
   build_mar: 1
   # By default, we sort the list of installed packages. This allows sharing
   # containers with identical list of packages, even if they are not listed


=====================================
tools/get-translation-hashes
=====================================
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+cd "$(dirname "$0")/../git_clones/translation"
+git fetch > /dev/null 2>&1
+
+echo -n "base-browser: "
+git rev-parse origin/base-browser
+echo -n "base-browser-fluent: "
+git rev-parse origin/basebrowser-newidentityftl
+echo -n "tor-browser: "
+git rev-parse origin/tor-browser
+echo -n "fenix: "
+git rev-parse origin/fenix-torbrowserstringsxml



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/210a4b2cb932173603d28443ae6eae90e7b014b4

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/210a4b2cb932173603d28443ae6eae90e7b014b4
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221221/95d4661a/attachment-0001.htm>


More information about the tbb-commits mailing list