morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
ca00f0c4
by Morgan at 2024-11-12T19:23:44+00:00
8 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/geckoview/config
- projects/go/config
- projects/manual/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 14.0.2 - November 12 2024
|
|
2 | + * All Platforms
|
|
3 | + * Updated NoScript to 11.5.2
|
|
4 | + * Bug 43257: NoScript-blocked content placeholders causing slow downs [tor-browser]
|
|
5 | + * Windows + macOS + Linux
|
|
6 | + * Bug 32668: NoScript default whitelist re-appears on clicking NoScript Options / Reset [tor-browser]
|
|
7 | + * Bug 43258: NoScript Lifecycle error on extension updates [tor-browser]
|
|
8 | + * Bug 43262: Onion keys dialog. "Remove" removes all keys, "Remove all" does nothing. [tor-browser]
|
|
9 | + * macOS
|
|
10 | + * Bug 43245: TB14 on macOS crashing when visiting some onionsites [tor-browser]
|
|
11 | + * Build System
|
|
12 | + * All Platforms
|
|
13 | + * Updated Go to 1.22.9
|
|
14 | + * Windows + macOS + Linux
|
|
15 | + * Bug 41286: Update the deploy update scripts to optinally take an override hash [tor-browser-build]
|
|
16 | + |
|
1 | 17 | Tor Browser 14.0.1 - October 29 2024
|
2 | 18 | * All Platforms
|
3 | 19 | * Updated Tor to 0.4.8.13
|
... | ... | @@ -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/4377088/noscript-11.5.0.xpi
|
|
111 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4379558/noscript-11.5.2.xpi
|
|
112 | 112 | name: noscript
|
113 | - sha256sum: 999244c7be75e58fe16cb2880711013ca079822da1dab65e7eb375c1faf5baad
|
|
113 | + sha256sum: 460aaa6484bf8422415dfe08260e8536866e3731ed5b8b7913cf4b7b1333493a
|
|
114 | 114 | - URL: https://addons.mozilla.org/firefox/downloads/file/4359936/ublock_origin-1.60.0.xpi
|
115 | 115 | name: ublock-origin
|
116 | 116 | sha256sum: e2cda9b2a1b0a7f6e5ef0da9f87f28df52f8560587ba2e51a3003121cfb81600
|
... | ... | @@ -19,7 +19,7 @@ var: |
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: 2
|
|
22 | + browser_build: 3
|
|
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") %]'
|
... | ... | @@ -21,7 +21,7 @@ var: |
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: 2
|
|
24 | + browser_build: 3
|
|
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") %]'
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: '1.22.8'
|
|
2 | +version: '1.22.9'
|
|
3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
4 | 4 | container:
|
5 | 5 | use_container: 1
|
... | ... | @@ -126,7 +126,7 @@ input_files: |
126 | 126 | enable: '[% ! c("var/linux") %]'
|
127 | 127 | - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
128 | 128 | name: go
|
129 | - sha256sum: df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8
|
|
129 | + sha256sum: e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22
|
|
130 | 130 | - project: go-bootstrap
|
131 | 131 | name: go-bootstrap
|
132 | 132 | target_replace:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | # To update, see doc/how-to-update-the-manual.txt
|
3 | 3 | # Remember to update also the package's hash, with the version!
|
4 | -version: 215922
|
|
4 | +version: 222718
|
|
5 | 5 | filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
6 | 6 | container:
|
7 | 7 | use_container: 1
|
... | ... | @@ -23,6 +23,6 @@ input_files: |
23 | 23 | - project: container-image
|
24 | 24 | - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
|
25 | 25 | name: manual
|
26 | - sha256sum: b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885
|
|
26 | + sha256sum: 051174ba012fa2241e865cc604658a0af116d3bbf9d02474025277fff1b34636
|
|
27 | 27 | - filename: packagemanual.py
|
28 | 28 | name: package_script |
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: f7c77f129447921ec1490f5f401ee27e474b932a
|
|
15 | + git_hash: 5a074e0814015db3c2edbf63ff8e9d1f552900aa
|
|
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: ba63bd165f3fd4bdd472815c9761413d4671cfb7
|
|
21 | + git_hash: 7276d3d2ad0319c3d3762047226da7ee104d1d42
|
|
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: 60f82208b8a0a95e91fdb4dcefe8d394c17f64ba
|
|
35 | + git_hash: f7a877d66205f33e3cf33e717384b504a374039e
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,11 +73,11 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '[% IF c("var/tor-browser") %]14.0.1[% ELSE %]14.0a10[% END %]'
|
|
76 | + torbrowser_version: '[% IF c("var/tor-browser") %]14.0.2[% ELSE %]14.0a10[% END %]'
|
|
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/10/31 19:43:38'
|
|
80 | + browser_release_date: '2024/11/12 18:50:24'
|
|
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
|
... | ... | @@ -85,6 +85,7 @@ var: |
85 | 85 | - '[% IF c("var/mullvad-browser") %]14.0a9[% END %]'
|
86 | 86 | - '[% IF c("var/mullvad-browser") %]14.0a8[% END %]'
|
87 | 87 | - '[% IF c("var/mullvad-browser") %]14.0a7[% END %]'
|
88 | + - '[% IF c("var/tor-browser") %]14.0.1[% END %]'
|
|
88 | 89 | - '[% IF c("var/tor-browser") %]14.0[% END %]'
|
89 | 90 | - '[% IF c("var/tor-browser") %]13.5.7[% END %]'
|
90 | 91 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|