lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

April 2025

  • 1 participants
  • 156 discussions
[Git][tpo/applications/tor-browser-build][main] Bug 41432: Bump OpenSSL to 3.5.0.
by morgan (@morgan) 16 Apr '25

16 Apr '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 94cb15b2 by Pier Angelo Vendrame at 2025-04-16T14:11:38+00:00 Bug 41432: Bump OpenSSL to 3.5.0. Also, update relprep.py to take releases from that series. - - - - - 2 changed files: - projects/openssl/config - tools/relprep.py Changes: ===================================== projects/openssl/config ===================================== @@ -1,12 +1,9 @@ # vim: filetype=yaml sw=2 -version: 3.0.16 +version: 3.5.0 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 -var: - openssldir: 'usr/local' - targets: linux-x86_64: var: @@ -36,5 +33,5 @@ input_files: - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz' - sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 + sha256sum: 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0 name: openssl ===================================== tools/relprep.py ===================================== @@ -380,7 +380,7 @@ class ReleasePreparation: def update_openssl(self): logger.info("Updating OpenSSL") config = self.load_config("openssl") - version = get_github_release("openssl/openssl", r"openssl-(3.0.\d+)") + version = get_github_release("openssl/openssl", r"openssl-(3.5.\d+)") if version == config["version"]: logger.debug("No need to update OpenSSL, keeping %s.", version) return View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] 7 commits: release: new version, 14.5 (linux-i686)
by ma1 (@ma1) 16 Apr '25

16 Apr '25
ma1 pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 0b2dbf51 by hackademix at 2025-04-16T11:14:44+02:00 release: new version, 14.5 (linux-i686) - - - - - 25093418 by hackademix at 2025-04-16T11:14:44+02:00 release: new version, 14.5 (linux-x86_64) - - - - - c70964c2 by hackademix at 2025-04-16T11:14:45+02:00 release: new version, 14.5 (macos) - - - - - 723efa6e by hackademix at 2025-04-16T11:14:45+02:00 release: new version, 14.5 (windows-i686) - - - - - d1f98c6c by hackademix at 2025-04-16T11:14:46+02:00 release: new version, 14.5 (windows-x86_64) - - - - - 6f6f80f6 by hackademix at 2025-04-16T11:14:46+02:00 release: new version, 14.5 (android) - - - - - 5ccc110f by hackademix at 2025-04-16T11:14:46+02:00 release: new version, 14.5 - - - - - 103 changed files: - update_3/release/.htaccess - update_3/release/download-android-aarch64.json - update_3/release/download-android-armv7.json - update_3/release/download-android-x86.json - update_3/release/download-android-x86_64.json - update_3/release/download-linux-i686.json - update_3/release/download-linux-x86_64.json - update_3/release/download-macos.json - update_3/release/download-windows-i686.json - update_3/release/download-windows-x86_64.json - update_3/release/downloads.json - update_3/release/linux-i686/.htaccess - − update_3/release/linux-i686/13.5.11-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/13.5.11-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/13.5.12-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/13.5.12-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/13.5.13-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/13.5.13-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/13.5.14-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/13.5.14-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/14.0.5-14.0.9+13.5.15-linux-i686.xml - − update_3/release/linux-i686/14.0.6-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/14.0.6-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/14.0.7-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/14.0.7-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/14.0.8-14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/14.0.8-14.5+13.5.15-linux-i686.xml - − update_3/release/linux-i686/14.0.9+13.5.15-linux-i686.xml - + update_3/release/linux-i686/14.0.9-14.5+13.5.15-linux-i686.xml - + update_3/release/linux-i686/14.5+13.5.15-linux-i686.xml - update_3/release/linux-x86_64/.htaccess - − update_3/release/linux-x86_64/13.5.11-14.0.9+13.5.15-linux-x86_64.xml - update_3/release/macos/14.0.8-14.0.9+13.5.15-macos.xml → update_3/release/linux-x86_64/13.5.11-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/13.5.12-14.0.9+13.5.15-linux-x86_64.xml - update_3/release/macos/14.0.9+13.5.15-macos.xml → update_3/release/linux-x86_64/13.5.12-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/13.5.13-14.0.9+13.5.15-linux-x86_64.xml - update_3/release/macos/13.5.14-14.0.9+13.5.15-macos.xml → update_3/release/linux-x86_64/13.5.13-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/13.5.14-14.0.9+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/13.5.14-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/14.0.5-14.0.9+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/14.0.6-14.0.9+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.6-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/14.0.7-14.0.9+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.7-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/14.0.8-14.0.9+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.8-14.5+13.5.15-linux-x86_64.xml - − update_3/release/linux-x86_64/14.0.9+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.9-14.5+13.5.15-linux-x86_64.xml - + update_3/release/linux-x86_64/14.5+13.5.15-linux-x86_64.xml - update_3/release/macos/.htaccess - − update_3/release/macos/13.5.11-14.0.9+13.5.15-macos.xml - + update_3/release/macos/13.5.11-14.5+13.5.15-macos.xml - − update_3/release/macos/13.5.12-14.0.9+13.5.15-macos.xml - + update_3/release/macos/13.5.12-14.5+13.5.15-macos.xml - − update_3/release/macos/13.5.13-14.0.9+13.5.15-macos.xml - + update_3/release/macos/13.5.13-14.5+13.5.15-macos.xml - + update_3/release/macos/13.5.14-14.5+13.5.15-macos.xml - − update_3/release/macos/14.0.5-14.0.9+13.5.15-macos.xml - − update_3/release/macos/14.0.6-14.0.9+13.5.15-macos.xml - + update_3/release/macos/14.0.6-14.5+13.5.15-macos.xml - − update_3/release/macos/14.0.7-14.0.9+13.5.15-macos.xml - + update_3/release/macos/14.0.7-14.5+13.5.15-macos.xml - + update_3/release/macos/14.0.8-14.5+13.5.15-macos.xml - + update_3/release/macos/14.0.9-14.5+13.5.15-macos.xml - + update_3/release/macos/14.5+13.5.15-macos.xml - update_3/release/windows-i686/.htaccess - − update_3/release/windows-i686/13.5.11-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/13.5.11-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/13.5.12-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/13.5.12-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/13.5.13-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/13.5.13-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/13.5.14-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/13.5.14-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/14.0.5-14.0.9+13.5.15-windows-i686.xml - − update_3/release/windows-i686/14.0.6-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/14.0.6-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/14.0.7-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/14.0.7-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/14.0.8-14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/14.0.8-14.5+13.5.15-windows-i686.xml - − update_3/release/windows-i686/14.0.9+13.5.15-windows-i686.xml - + update_3/release/windows-i686/14.0.9-14.5+13.5.15-windows-i686.xml - + update_3/release/windows-i686/14.5+13.5.15-windows-i686.xml - update_3/release/windows-x86_64/.htaccess - − update_3/release/windows-x86_64/13.5.11-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.11-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/13.5.12-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.12-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/13.5.13-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.13-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/13.5.14-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.14-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/14.0.5-14.0.9+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/14.0.6-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.6-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/14.0.7-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.7-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/14.0.8-14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.8-14.5+13.5.15-windows-x86_64.xml - − update_3/release/windows-x86_64/14.0.9+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.9-14.5+13.5.15-windows-x86_64.xml - + update_3/release/windows-x86_64/14.5+13.5.15-windows-x86_64.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser-update-responses][main] 4 commits: release: new version, 14.5 (linux-x86_64)
by ma1 (@ma1) 16 Apr '25

16 Apr '25
ma1 pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses Commits: 928ed82e by hackademix at 2025-04-16T08:51:10+02:00 release: new version, 14.5 (linux-x86_64) - - - - - 9c2b4c25 by hackademix at 2025-04-16T08:51:11+02:00 release: new version, 14.5 (macos) - - - - - 19754c15 by hackademix at 2025-04-16T08:51:11+02:00 release: new version, 14.5 (windows-x86_64) - - - - - cc09705f by hackademix at 2025-04-16T08:51:12+02:00 release: new version, 14.5 - - - - - 38 changed files: - update_1/release/.htaccess - update_1/release/download-linux-x86_64.json - update_1/release/download-macos.json - update_1/release/download-windows-x86_64.json - update_1/release/downloads.json - update_1/release/linux-x86_64/.htaccess - − update_1/release/linux-x86_64/14.0.4-14.0.9-linux-x86_64.xml - − update_1/release/linux-x86_64/14.0.5-14.0.9-linux-x86_64.xml - + update_1/release/linux-x86_64/14.0.5-14.5-linux-x86_64.xml - − update_1/release/linux-x86_64/14.0.7-14.0.9-linux-x86_64.xml - + update_1/release/linux-x86_64/14.0.7-14.5-linux-x86_64.xml - − update_1/release/linux-x86_64/14.0.8-14.0.9-linux-x86_64.xml - + update_1/release/linux-x86_64/14.0.8-14.5-linux-x86_64.xml - + update_1/release/linux-x86_64/14.0.9-14.5-linux-x86_64.xml - − update_1/release/linux-x86_64/14.0.9-linux-x86_64.xml - + update_1/release/linux-x86_64/14.5-linux-x86_64.xml - update_1/release/macos/.htaccess - − update_1/release/macos/14.0.4-14.0.9-macos.xml - − update_1/release/macos/14.0.5-14.0.9-macos.xml - + update_1/release/macos/14.0.5-14.5-macos.xml - − update_1/release/macos/14.0.7-14.0.9-macos.xml - + update_1/release/macos/14.0.7-14.5-macos.xml - − update_1/release/macos/14.0.8-14.0.9-macos.xml - + update_1/release/macos/14.0.8-14.5-macos.xml - + update_1/release/macos/14.0.9-14.5-macos.xml - − update_1/release/macos/14.0.9-macos.xml - + update_1/release/macos/14.5-macos.xml - update_1/release/windows-x86_64/.htaccess - − update_1/release/windows-x86_64/14.0.4-14.0.9-windows-x86_64.xml - − update_1/release/windows-x86_64/14.0.5-14.0.9-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.5-14.5-windows-x86_64.xml - − update_1/release/windows-x86_64/14.0.7-14.0.9-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.7-14.5-windows-x86_64.xml - − update_1/release/windows-x86_64/14.0.8-14.0.9-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.8-14.5-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.9-14.5-windows-x86_64.xml - − update_1/release/windows-x86_64/14.0.9-windows-x86_64.xml - + update_1/release/windows-x86_64/14.5-windows-x86_64.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.9.0esr-14.5-1] fixup! Add CI for Base Browser
by Dan Ballard (@dan) 16 Apr '25

16 Apr '25
Dan Ballard pushed to branch tor-browser-128.9.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: dd6ad904 by Beatriz Rizental at 2025-04-15T23:38:11+02:00 fixup! Add CI for Base Browser - - - - - 1 changed file: - .gitlab/ci/jobs/lint/lint.yml Changes: ===================================== .gitlab/ci/jobs/lint/lint.yml ===================================== @@ -20,7 +20,7 @@ eslint: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l eslint + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l eslint rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -49,7 +49,7 @@ eslint: stylelint: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l stylelint + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l stylelint rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -67,7 +67,7 @@ stylelint: py-black: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l black + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l black rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -86,7 +86,7 @@ py-black: py-ruff: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l ruff + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l ruff rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -105,7 +105,7 @@ py-ruff: yaml: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l yaml + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l yaml rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -120,7 +120,7 @@ yaml: shellcheck: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l shellcheck + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l shellcheck rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -135,7 +135,7 @@ clang-format: extends: .base script: - ./mach configure --without-wasm-sandboxed-libraries --with-base-browser-version=0.0.0 - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l clang-format + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l clang-format rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -154,7 +154,7 @@ clang-format: rustfmt: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l rustfmt + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l rustfmt rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -168,7 +168,7 @@ rustfmt: fluent-lint: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l fluent-lint + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l fluent-lint rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -183,7 +183,7 @@ fluent-lint: localization: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l l10n + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l l10n rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -200,7 +200,7 @@ localization: mingw-capitalization: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mingw-capitalization + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l mingw-capitalization rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -217,7 +217,7 @@ mingw-capitalization: mscom-init: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mscom-init + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l mscom-init rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -234,7 +234,7 @@ mscom-init: file-whitespace: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l file-whitespace + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l file-whitespace rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -264,7 +264,7 @@ file-whitespace: test-manifest: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: @@ -279,7 +279,7 @@ test-manifest: trojan-source: extends: .base script: - - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l trojan-source + - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l trojan-source rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dd6ad90… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dd6ad90… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag mb-14.5-build2
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed new tag mb-14.5-build2 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-14.5-build2
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed new tag tbb-14.5-build2 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-14.5] Prepare build2 for Tor,Mullvad Browser 14.5
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build Commits: 416cb39f by Morgan at 2025-04-15T21:00:03+00:00 Prepare build2 for Tor,Mullvad Browser 14.5 - - - - - 4 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -14,7 +14,6 @@ Mullvad Browser 14.5 - April 15 2025 * Bug 43189: Remove privacy.resistFingerprinting.spoofOsInUserAgentHeader machinery entirely [tor-browser] * Bug 43205: newwin / letterboxing rounding with subpixels is off [tor-browser] * Bug 43257: NoScript-blocked content placeholders causing slow downs [tor-browser] - * Bug 43322: Stop blocking all fonts in FontFace [tor-browser] * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser] * Bug 43340: Support linux-aarch64 dev builds [tor-browser] ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -4,7 +4,6 @@ Tor Browser 14.5 - April 15 2025 * Bug 41921: Clean up initialisation and bridges conflict between TorSettings and TorConnect [tor-browser] * Bug 42300: Do not store logs inside TorProvider [tor-browser] * Bug 43308: Only allow "about:" pages to have access to contentaccessible branding assets [tor-browser] - * Bug 43322: Stop blocking all fonts in FontFace [tor-browser] * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser] * Bug 43336: Move branding files out of torbutton [tor-browser] ===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 3 + browser_build: 4 copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser ===================================== rbm.conf ===================================== @@ -74,7 +74,7 @@ buildconf: var: torbrowser_version: '14.5' - torbrowser_build: 'build1' + torbrowser_build: 'build2' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. browser_release_date: '2025/04/14 19:03:25' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-14.5] Prepare build2 for Tor,Mullvad Browser 14.5
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build Commits: 3335a617 by Morgan at 2025-04-15T20:15:44+00:00 Prepare build2 for Tor,Mullvad Browser 14.5 - - - - - 3 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -14,7 +14,6 @@ Mullvad Browser 14.5 - April 15 2025 * Bug 43189: Remove privacy.resistFingerprinting.spoofOsInUserAgentHeader machinery entirely [tor-browser] * Bug 43205: newwin / letterboxing rounding with subpixels is off [tor-browser] * Bug 43257: NoScript-blocked content placeholders causing slow downs [tor-browser] - * Bug 43322: Stop blocking all fonts in FontFace [tor-browser] * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser] * Bug 43340: Support linux-aarch64 dev builds [tor-browser] ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -4,7 +4,6 @@ Tor Browser 14.5 - April 15 2025 * Bug 41921: Clean up initialisation and bridges conflict between TorSettings and TorConnect [tor-browser] * Bug 42300: Do not store logs inside TorProvider [tor-browser] * Bug 43308: Only allow "about:" pages to have access to contentaccessible branding assets [tor-browser] - * Bug 43322: Stop blocking all fonts in FontFace [tor-browser] * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser] * Bug 43336: Move branding files out of torbutton [tor-browser] ===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 3 + browser_build: 4 copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-128.9.0esr-14.5-1-build4
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed new tag mullvad-browser-128.9.0esr-14.5-1-build4 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullv… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag tor-browser-128.9.0esr-14.5-1-build4
by morgan (@morgan) 15 Apr '25

15 Apr '25
morgan pushed new tag tor-browser-128.9.0esr-14.5-1-build4 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 16
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.