morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

7 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 14.0a7 - September 27 2024
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 128.3.0esr
    
    4
    +   * Updated NoScript to 11.4.40
    
    5
    +   * Bug 355: Rebase Mullvad Browser Alpha onto Firefox 128.3.0esr [mullvad-browser]
    
    6
    +   * Bug 42070: Backport Bugzilla 1834307 and hide smooth-scroll UX [tor-browser]
    
    7
    +   * Bug 42362: "New window" missing from File menu [tor-browser]
    
    8
    +   * Bug 42742: Inconsistent use of "New private window" vs "New window" [tor-browser]
    
    9
    +   * Bug 42832: Download spam prevention should not affect browser extensions [tor-browser]
    
    10
    +   * Bug 43163: Disable offscreen canvas until verified it is not fingerprintable [tor-browser]
    
    11
    +   * Bug 41248: Check and update bundled font versions [tor-browser-build]
    
    12
    + * Build System
    
    13
    +   * All Platforms
    
    14
    +     * Bug 41236: Remove binutils when not needed [tor-browser-build]
    
    15
    +
    
    1 16
     Mullvad Browser 14.0a6 - September 19 2024
    
    2 17
      * All Platforms
    
    3 18
        * Bug 344: set media.navigator.enabled = true [mullvad-browser]
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 14.0a7 - September 27 2024
    
    2
    + * All Platforms
    
    3
    +   * Updated NoScript to 11.4.40
    
    4
    +   * Bug 42832: Download spam prevention should not affect browser extensions [tor-browser]
    
    5
    +   * Bug 43163: Disable offscreen canvas until verified it is not fingerprintable [tor-browser]
    
    6
    +   * Bug 43166: Rebase Tor Browser alpha onto Firefox 128.3.0esr [tor-browser]
    
    7
    + * Windows + macOS + Linux
    
    8
    +   * Updated Firefox to 128.3.0esr
    
    9
    +   * Bug 42070: Backport Bugzilla 1834307 and hide smooth-scroll UX [tor-browser]
    
    10
    +   * Bug 42362: "New window" missing from File menu [tor-browser]
    
    11
    +   * Bug 42742: Inconsistent use of "New private window" vs "New window" [tor-browser]
    
    12
    +   * Bug 41248: Check and update bundled font versions [tor-browser-build]
    
    13
    + * Android
    
    14
    +   * Updated GeckoView to 128.3.0esr
    
    15
    +   * Bug 43172: remove remote settings and SERPTelemetry [tor-browser]
    
    16
    + * Build System
    
    17
    +   * All Platforms
    
    18
    +     * Updated Go to 1.23.1
    
    19
    +     * Bug 41236: Remove binutils when not needed [tor-browser-build]
    
    20
    +   * Windows + macOS + Linux
    
    21
    +     * Bug 41246: Add updater rewriterules to make 13.5a10 a watershed [tor-browser-build]
    
    22
    +
    
    23
    +Tor Browser 13.5a10 - September 25 2024
    
    24
    + * Windows + macOS + Linux
    
    25
    +   * Updated Firefox to 115.15.0esr
    
    26
    +   * Updated NoScript to 11.4.37
    
    27
    +   * Updated OpenSSL to 3.0.15
    
    28
    + * Windows + macOS
    
    29
    +   * Bug 42747: Windows 7/8 and macOS 10.12-10.14 Legacy/Maintenance [tor-browser]
    
    30
    + * Build System
    
    31
    +   * Windows + macOS + Linux
    
    32
    +     * Updated Go to 1.21.12
    
    33
    +
    
    1 34
     Tor Browser 14.0a6 - September 19 2024
    
    2 35
      * All Platforms
    
    3 36
        * Bug 42831: Remove the shopping components [tor-browser]
    

  • projects/browser/config
    ... ... @@ -108,9 +108,9 @@ input_files:
    108 108
         enable: '[% ! c("var/android") %]'
    
    109 109
       - filename: Bundle-Data
    
    110 110
         enable: '[% ! c("var/android") %]'
    
    111
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4349514/noscript-11.4.37.xpi
    
    111
    +  - URL: https://addons.mozilla.org/firefox/downloads/file/4357325/noscript-11.4.40.xpi
    
    112 112
         name: noscript
    
    113
    -    sha256sum: 5e9921599c63e0b357851ea7ca1354554b3af2c676bbbfff5687cafce4396c18
    
    113
    +    sha256sum: 242ead426159d871480a13062cbee08abc97da746cdc5c643aee2692e9adbbb2
    
    114 114
       - URL: https://addons.mozilla.org/firefox/downloads/file/4328681/ublock_origin-1.59.0.xpi
    
    115 115
         name: ublock-origin
    
    116 116
         sha256sum: 1db9c676a07d141f8d36dbbc24f9e3d64a6cc2340dbfc6c848bc4395f96cfb14
    

  • projects/firefox/config
    ... ... @@ -14,12 +14,12 @@ container:
    14 14
       use_container: 1
    
    15 15
     
    
    16 16
     var:
    
    17
    -  firefox_platform_version: '128.2.0'
    
    17
    +  firefox_platform_version: '128.3.0'
    
    18 18
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    19 19
       browser_series: '14.0'
    
    20 20
       browser_rebase: 1
    
    21 21
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    22
    -  browser_build: 6
    
    22
    +  browser_build: 2
    
    23 23
       branding_directory_prefix: 'tb'
    
    24 24
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    25 25
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    ... ... @@ -107,7 +107,7 @@ targets:
    107 107
           gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
    
    108 108
           updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
    
    109 109
           nightly_updates_publish_dir_prefix: mullvadbrowser-
    
    110
    -      browser_build: 4
    
    110
    +      browser_build: 1
    
    111 111
     
    
    112 112
       linux-x86_64:
    
    113 113
         var:
    

  • projects/geckoview/config
    ... ... @@ -16,12 +16,12 @@ container:
    16 16
         build_apk: 1
    
    17 17
     
    
    18 18
     var:
    
    19
    -  firefox_platform_version: '128.2.0'
    
    19
    +  firefox_platform_version: '128.3.0'
    
    20 20
       geckoview_version: '[% c("var/firefox_platform_version") %]esr'
    
    21 21
       browser_series: '14.0'
    
    22 22
       browser_rebase: 1
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 6
    
    24
    +  browser_build: 2
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    26 26
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    27 27
       git_commit: '[% exec("git rev-parse HEAD") %]'
    

  • projects/translation/config
    ... ... @@ -18,13 +18,13 @@ steps:
    18 18
             git_hash: 'base-browser'
    
    19 19
       tor-browser:
    
    20 20
         tor-browser: '[% INCLUDE build %]'
    
    21
    -    git_hash: 92b97bec9c21cc8881bee506bd75e05bab7578a3
    
    21
    +    git_hash: 816fcde248e0e25c8ad921d25ec97a374a59ed94
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    25 25
       mullvad-browser:
    
    26 26
         mullvad-browser: '[% INCLUDE build %]'
    
    27
    -    git_hash: bff8092bbe5ae93b2c162ade300d739b2cd9e92d
    
    27
    +    git_hash: 78212a3da2439e436ac5f73d8e3eb908145c3ece
    
    28 28
         targets:
    
    29 29
           nightly:
    
    30 30
             git_hash: 'mullvad-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: 0f1821e7e70c8ae3d8d59b9d889d95c135913bd9
    
    35
    +    git_hash: 12b033e4192448315794f5fe8203fe91dcc29a8c
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -73,18 +73,18 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '14.0a6'
    
    76
    +  torbrowser_version: '14.0a7'
    
    77 77
       torbrowser_build: 'build1'
    
    78 78
       # This should be the date of when the build is started. For the build
    
    79 79
       # to be reproducible, browser_release_date should always be in the past.
    
    80
    -  browser_release_date: '2024/09/19 19:03:33'
    
    80
    +  browser_release_date: '2024/09/27 00:19:33'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82 82
       updater_enabled: 1
    
    83 83
       build_mar: 1
    
    84 84
       torbrowser_incremental_from:
    
    85
    +    - 14.0a6
    
    85 86
         - 14.0a5
    
    86 87
         - 14.0a4
    
    87
    -    - 14.0a3
    
    88 88
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    89 89
     
    
    90 90
       # By default, we sort the list of installed packages. This allows sharing