
Pier Angelo Vendrame pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: fcd62e13 by Pier Angelo Vendrame at 2025-08-14T13:04:33+02:00 fixup! [android] Modify build system TB 43826: Drop an unneeded version customization. When the patch was originally created (android-components@abf37979a74f34730dd8e8323d8a9aad184884c3), it replaced a Date additions that prevented reproducible builds. However, Mozilla themselves removed that Date in Bug 1824818, so we do not need this part of the patch anymore. - - - - - 1 changed file: - mobile/android/shared-settings.gradle Changes: ===================================== mobile/android/shared-settings.gradle ===================================== @@ -164,16 +164,7 @@ gradle.projectsLoaded { -> rename { 'manifest.json' } into extDir - // android-components#40013: overwrite the timestamp in - // extension version to ensure build reproducibility. - def systemEnvBuildDate = System.getenv('MOZ_BUILD_DATE') - // MOZ_BUILD_DATE is in the YYYYMMDDHHMMSS format. Thus, we only use a - // substring of it if it is available. - def values = ['version': rootProject.ext.config.componentsVersion + "." + - (systemEnvBuildDate != null ? - systemEnvBuildDate.substring(4) : - new Date().format('MMddHHmmss'))] - + def values = ['version': getManifestVersionString(rootProject.ext.config.componentsVersion)] inputs.properties(values) expand(values) } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fcd62e13... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fcd62e13... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)