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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-15.0] Bug 41787&41788: Prepare Tor, Mullvad Browser 15.0.12



Title: GitLab

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

Commits:

  • a860d674
    by Pier Angelo Vendrame at 2026-05-06T18:16:02+02:00
    Bug 41787&41788: Prepare Tor, Mullvad Browser 15.0.12
    

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 15.0.12 - May 07 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 140.10.2esr
    
    4
    + * Build System
    
    5
    +   * All Platforms
    
    6
    +     * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build]
    
    7
    +
    
    1 8
     Mullvad Browser 15.0.11 - April 28 2026
    
    2 9
      * All Platforms
    
    3 10
        * Updated Firefox to 140.10.1esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    No preview for this file type
  • projects/browser/config
    ... ... @@ -114,9 +114,9 @@ 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/04/2026-04-27-08-37-11-fenix-152.0a1-android-arm64-v8a/fenix-152.0a1.multi.android-arm64-v8a.apk
    
    117
    +    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/05/2026-05-06-08-59-15-fenix-152.0a1-android-arm64-v8a/fenix-152.0a1.multi.android-arm64-v8a.apk
    
    118 118
         enable: '[% c("var/android") %]'
    
    119
    -    sha256sum: 6f122e3d24c2a782bf86deca09155ec1fcf354522c62833715cca5f35c75d11f
    
    119
    +    sha256sum: b9abf50be5ccd4b4fdef96caaab05be42f8dd5fb46f14efc80e46cddf7c7ea87
    
    120 120
       - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.1984.xpi
    
    121 121
         name: noscript
    
    122 122
         sha256sum: 75cf39c482af002976be6bca9f4d4d13e161e9d97b078405180fc28436da5a2b
    

  • projects/firefox/config
    ... ... @@ -18,7 +18,7 @@ container:
    18 18
       use_container: 1
    
    19 19
     
    
    20 20
     var:
    
    21
    -  firefox_platform_version: '140.10.1'
    
    21
    +  firefox_platform_version: '140.10.2'
    
    22 22
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    23 23
       browser_series: '15.0'
    
    24 24
       browser_rebase: 1
    

  • projects/geckoview/config
    ... ... @@ -20,7 +20,7 @@ container:
    20 20
         build_apk: 1
    
    21 21
     
    
    22 22
     var:
    
    23
    -  firefox_platform_version: '140.10.1'
    
    23
    +  firefox_platform_version: '140.10.2'
    
    24 24
       geckoview_version: '[% c("var/firefox_platform_version") %]esr'
    
    25 25
       browser_series: '15.0'
    
    26 26
       browser_rebase: 1
    

  • 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.6
    
    3
    +version: 0.4.9.7
    
    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: 1f76c1fa38583ae3f911e00a3bb170d73a329fac
    
    15
    +    git_hash: bca639ef183dba065e6f9dc0bab86aedb03f9335
    
    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: 7ba943dc4c2b8675a38e09a4bdbf35692662f0c5
    
    21
    +    git_hash: 56f475a6c10e509aaff0657b9d864463d387cea7
    
    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: 77346b3d981743a4ea622eb1375907b8627059ac
    
    35
    +    git_hash: 2c08eef67c3e6d720b23b9766d12807e25fb805e
    
    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.11'
    
    77
    +  torbrowser_version: '15.0.12'
    
    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/04/27 17:30:00'
    
    81
    +  browser_release_date: '2026/05/06 16:00: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,9 +128,9 @@ var:
    128 128
       updater_enabled: 1
    
    129 129
       build_mar: 1
    
    130 130
       torbrowser_incremental_from:
    
    131
    +    - 15.0.11
    
    131 132
         - 15.0.10
    
    132 133
         - 15.0.9
    
    133
    -    - 15.0.8
    
    134 134
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    135 135
     
    
    136 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