[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-15.0] Bug 41760&41761: Prepare Tor, Mullvad Browser 15.0.9



Title: GitLab

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

Commits:

  • 02fa60d1
    by Pier Angelo Vendrame at 2026-04-04T12:05:11+02:00
    Bug 41760&41761: Prepare Tor, Mullvad Browser 15.0.9
    

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 15.0.9 - April 07 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 140.9.1esr
    
    4
    +   * Updated NoScript to 13.6.15.1984
    
    5
    +   * Bug 524: Rebase Mullvad Browser stable onto 140.9.1esr [mullvad-browser]
    
    6
    + * Build System
    
    7
    +   * All Platforms
    
    8
    +     * Bug 41758: Rename `tools/signing/deploy-legacy` to `tools/signing/redeploy-update_responses-release` [tor-browser-build]
    
    9
    +
    
    1 10
     Mullvad Browser 15.0.8 - March 24 2026
    
    2 11
      * All Platforms
    
    3 12
        * Updated Firefox to 140.9.0esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    No preview for this file type
  • projects/browser/config
    ... ... @@ -114,12 +114,12 @@ input_files:
    114 114
       - filename: dmg-root
    
    115 115
         enable: '[% ! c("var/android") %]'
    
    116 116
       - name: fenix-nightly-apk
    
    117
    -    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/03/2026-03-21-20-51-52-fenix-150.0a1-android-arm64-v8a/fenix-150.0a1.multi.android-arm64-v8a.apk
    
    117
    +    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/04/2026-04-03-21-20-07-fenix-151.0a1-android-arm64-v8a/fenix-151.0a1.multi.android-arm64-v8a.apk
    
    118 118
         enable: '[% c("var/android") %]'
    
    119
    -    sha256sum: 84932e0e1288bfd0678d39d96e89530cce4d5f2c4ad37126338e060b0b89204e
    
    120
    -  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.12.1984.xpi
    
    119
    +    sha256sum: 761ac1b0576638ace97ffe9e4aed6a881cebde1ce1d4d1961f593c84f67f5b88
    
    120
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.15.1984.xpi
    
    121 121
         name: noscript
    
    122
    -    sha256sum: fe0fe0b582723ba2187def77746aab6b8f5f884729465de746f846ed00a87201
    
    122
    +    sha256sum: acf9509922b298b4529a434587dc04f5ff82dcb00b035f7efec90fb1ef8a09f3
    
    123 123
       - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70.0.xpi
    
    124 124
         name: ublock-origin
    
    125 125
         sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
    

  • projects/firefox/config
    ... ... @@ -16,12 +16,12 @@ container:
    16 16
       use_container: 1
    
    17 17
     
    
    18 18
     var:
    
    19
    -  firefox_platform_version: '140.9.0'
    
    19
    +  firefox_platform_version: '140.9.1'
    
    20 20
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    21 21
       browser_series: '15.0'
    
    22 22
       browser_rebase: 1
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 2
    
    24
    +  browser_build: 1
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    26 26
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    

  • projects/geckoview/config
    ... ... @@ -18,12 +18,12 @@ container:
    18 18
         build_apk: 1
    
    19 19
     
    
    20 20
     var:
    
    21
    -  firefox_platform_version: '140.9.0'
    
    21
    +  firefox_platform_version: '140.9.1'
    
    22 22
       geckoview_version: '[% c("var/firefox_platform_version") %]esr'
    
    23 23
       browser_series: '15.0'
    
    24 24
       browser_rebase: 1
    
    25 25
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    26
    -  browser_build: 2
    
    26
    +  browser_build: 1
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    28 28
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    29 29
       deps:
    

  • projects/tor/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    3
    -version: 0.4.9.5
    
    3
    +version: 0.4.9.6
    
    4 4
     git_hash: 'tor-[% c("version") %]'
    
    5 5
     git_url: https://gitlab.torproject.org/tpo/core/tor.git
    
    6 6
     git_submodule: 1
    

  • projects/translation/config
    ... ... @@ -12,13 +12,13 @@ compress_tar: 'gz'
    12 12
     steps:
    
    13 13
       base-browser:
    
    14 14
         base-browser: '[% INCLUDE build %]'
    
    15
    -    git_hash: 1603108043c6fd4f8efbdc48b0c1efdb1a75e23f
    
    15
    +    git_hash: ce651a6f8aa3a6c5ff9c3f9c77d3cb9585dcc903
    
    16 16
         targets:
    
    17 17
           nightly:
    
    18 18
             git_hash: 'base-browser'
    
    19 19
       tor-browser:
    
    20 20
         tor-browser: '[% INCLUDE build %]'
    
    21
    -    git_hash: fc03771326c446f5eed1e0675fdf88769ca3daf2
    
    21
    +    git_hash: 685a144cb5cfdb50afc1e4effae48a63b3a81ee3
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    ... ... @@ -32,7 +32,7 @@ steps:
    32 32
         fenix: '[% INCLUDE build %]'
    
    33 33
         # We need to bump the commit before releasing but just pointing to a branch
    
    34 34
         # might cause too much rebuidling of the Firefox part.
    
    35
    -    git_hash: 50f7678e7090753d1ca795b87bd2827c0cbfbba6
    
    35
    +    git_hash: 0ed9941918bf17ced5568616f421a5d1f3accab9
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -74,11 +74,11 @@ buildconf:
    74 74
       git_signtag_opt: '-s'
    
    75 75
     
    
    76 76
     var:
    
    77
    -  torbrowser_version: '15.0.8'
    
    77
    +  torbrowser_version: '15.0.9'
    
    78 78
       torbrowser_build: 'build1'
    
    79 79
       # This should be the date of when the build is started. For the build
    
    80 80
       # to be reproducible, browser_release_date should always be in the past.
    
    81
    -  browser_release_date: '2026/03/23 08:00:00'
    
    81
    +  browser_release_date: '2026/04/04 07:30:00'
    
    82 82
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    83 83
       browser_default_channel: release
    
    84 84
       browser_platforms:
    
    ... ... @@ -128,10 +128,9 @@ var:
    128 128
       updater_enabled: 1
    
    129 129
       build_mar: 1
    
    130 130
       torbrowser_incremental_from:
    
    131
    +    - 15.0.8
    
    131 132
         - 15.0.7
    
    132 133
         - 15.0.6
    
    133
    -    - '[% IF c("var/tor-browser") %]15.0.5[% END %]'
    
    134
    -    - '[% IF c("var/mullvad-browser") %]15.0.4[% END %]'
    
    135 134
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    136 135
     
    
    137 136
       # By default, we sort the list of installed packages. This allows sharing
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx