richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
21242cea
by Pier Angelo Vendrame at 2024-03-13T19:27:13+01:00
11 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/allowed_addons.json
- projects/browser/config
- projects/firefox-android/config
- projects/firefox/config
- projects/geckoview/config
- projects/go/config
- projects/manual/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Mullvad Browser 13.0.12 - March 19 2024
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 115.9.0esr
|
|
4 | + * Updated mullvad-browser-extension to 0.9.0
|
|
5 | + * Updated uBlock Origin to 1.56.0
|
|
6 | + * Bug 270: Mullvad support email has changed from `support@mullvad.net` to `support@mullvadvpn.net` [mullvad-browser]
|
|
7 | + * Bug 273: Rebase Mullvad Browser stable onto Firefox 115.9.0esr [mullvad-browser]
|
|
8 | + * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
|
9 | + * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
|
10 | + * Windows
|
|
11 | + * Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
|
|
12 | + * Build System
|
|
13 | + * All Platforms
|
|
14 | + * Bug 41085: kick_devmole_build script prints wrong URL for Mullvad's build hashes [tor-browser-build]
|
|
15 | + * Bug 41097: authenticode-timestamping.sh fails to run again because tmp-timestamp already exists [tor-browser-build]
|
|
16 | + * Bug 41102: src archive does not match likely due to mismatched xz-utils version [tor-browser-build]
|
|
17 | + |
|
18 | +Mullvad Browser 13.5a5 - February 27 2024
|
|
19 | + * All Platforms
|
|
20 | + * Updated Firefox to 115.8.0esr
|
|
21 | + * Updated uBlock Origin to 1.56.0
|
|
22 | + * Updated mullvad-browser-extension to 0.8.5
|
|
23 | + * Bug 262: Mouse-over long links causes the browser element to re-center relative to width of status tooltip [mullvad-browser]
|
|
24 | + * Bug 268: Rebase Mullvad Browser Alpha onto 115.8.0esr [mullvad-browser]
|
|
25 | + * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
|
26 | + * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
|
27 | + * Bug 42387: Visual noise in 13.5a4 letterboxing [tor-browser]
|
|
28 | + * Bug 42389: Betterboxing: gradient is never shown [tor-browser]
|
|
29 | + * Bug 42390: Betterboxing: make the decorator border disappear when the corners are flat [tor-browser]
|
|
30 | + * Bug 42397: Change RFP-spoofed Timezone from UTC to a real-world, less discriminable one [tor-browser]
|
|
31 | + * Bug 42398: Include Alpha and Nightly in MOZ_APP_DISPLAYNAME (and possibly in other places) [tor-browser]
|
|
32 | + * Bug 42423: Move temporary Lox Fluent strings to new file [tor-browser]
|
|
33 | + * macOS
|
|
34 | + * Bug 40569: Create build-specific installer for macOS [tor-browser-build]
|
|
35 | + * Build System
|
|
36 | + * All Platforms
|
|
37 | + * Bug 41038: Add RPM dependencies to README [tor-browser-build]
|
|
38 | + * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
|
|
39 | + * Bug 41072: Set correct updater_url for Mullvad Browser nightly builds [tor-browser-build]
|
|
40 | + * Bug 41081: Update detailsURL in tools/signing/nightly/update-responses-base-config.yml [tor-browser-build]
|
|
41 | + * Bug 41085: kick_devmole_build script prints wrong URL for Mullvad's build hashes [tor-browser-build]
|
|
42 | + * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
|
|
43 | + * Bug 40069: Make stdout and stderr utf8 [rbm]
|
|
44 | + * Bug 40071: Add an option to create zip files using 7z [rbm]
|
|
45 | + * Bug 40072: Move capture_exec to a separate module [rbm]
|
|
46 | + * Windows
|
|
47 | + * Bug 41076: Include the ShellLink plugin in NSIS [tor-browser-build]
|
|
48 | + * Bug 41077: Draft the new installer for Mullvad Browser [tor-browser-build]
|
|
49 | + * macOS
|
|
50 | + * Bug 41084: $app_bundle is missing the final .app in projects/firefox/build [tor-browser-build]
|
|
51 | + |
|
1 | 52 | Mullvad Browser 13.0.10 - February 20 2024
|
2 | 53 | * All Platforms
|
3 | 54 | * Updated Firefox to 115.8.0esr
|
... | ... | @@ -49,6 +100,7 @@ Mullvad Browser 13.0.9 - January 23 2024 |
49 | 100 | * Bug 41043: Create script to push build requests to Mullvad build servers [tor-browser-build]
|
50 | 101 | * Bug 41056: Make it possible to use templates in var/torbrowser_incremental_from [tor-browser-build]
|
51 | 102 | * Bug 41059: Update keyring/torbrowser.gpg with updated key [tor-browser-build]
|
103 | + * Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
|
|
52 | 104 | * Windows + macOS
|
53 | 105 | * Bug 41016: Switch from bullseye to bookworm for desktop platforms [tor-browser-build]
|
54 | 106 | * Windows
|
1 | +Tor Browser 13.0.12 - March 19 2024
|
|
2 | + * All Platforms
|
|
3 | + * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
|
4 | + * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
|
5 | + * Bug 42444: Remove the "Prioritize .onion sites when known" option [tor-browser]
|
|
6 | + * Bug 42448: Rebase Tor Browser stable onto Firefox 115.9.0esr [tor-browser]
|
|
7 | + * Bug 42459: Add startpage onion service to list of search providers [tor-browser]
|
|
8 | + * Windows + macOS + Linux
|
|
9 | + * Updated Firefox to 115.9.0esr
|
|
10 | + * Android
|
|
11 | + * Updated GeckoView to 115.9.0esr
|
|
12 | + * Bug 42407: TTP-03-010 WP3: Potential phishing [tor-browser]
|
|
13 | + * Windows
|
|
14 | + * Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
|
|
15 | + * Build System
|
|
16 | + * All Platforms
|
|
17 | + * Updated Go to 1.21.8
|
|
18 | + * Bug 41102: src archive does not match likely due to mismatched xz-utils version [tor-browser-build]
|
|
19 | + |
|
1 | 20 | Tor Browser 13.0.11 - March 06 2024
|
2 | 21 | * All Platforms
|
3 | 22 | * Bug 42435: Update moat domain fronting configuration [tor-browser]
|
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | "picture_url": "https://addons.mozilla.org/user-media/userpics/34/9734/13299734/13299734.png?modified=1709053095"
|
18 | 18 | }
|
19 | 19 | ],
|
20 | - "average_daily_users": 1156101,
|
|
20 | + "average_daily_users": 1159924,
|
|
21 | 21 | "categories": {
|
22 | 22 | "firefox": [
|
23 | 23 | "web-development",
|
... | ... | @@ -218,10 +218,10 @@ |
218 | 218 | "category": "recommended"
|
219 | 219 | },
|
220 | 220 | "ratings": {
|
221 | - "average": 4.5383,
|
|
222 | - "bayesian_average": 4.537199119336593,
|
|
223 | - "count": 5475,
|
|
224 | - "text_count": 1727
|
|
221 | + "average": 4.5365,
|
|
222 | + "bayesian_average": 4.535401175675945,
|
|
223 | + "count": 5491,
|
|
224 | + "text_count": 1733
|
|
225 | 225 | },
|
226 | 226 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/",
|
227 | 227 | "requires_payment": false,
|
... | ... | @@ -318,7 +318,7 @@ |
318 | 318 | "type": "extension",
|
319 | 319 | "url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/",
|
320 | 320 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/",
|
321 | - "weekly_downloads": 23635
|
|
321 | + "weekly_downloads": 23726
|
|
322 | 322 | },
|
323 | 323 | "notes": null
|
324 | 324 | },
|
... | ... | @@ -334,7 +334,7 @@ |
334 | 334 | "picture_url": "https://addons.mozilla.org/user-media/userpics/56/7656/6937656/6937656.png?modified=1550343990"
|
335 | 335 | }
|
336 | 336 | ],
|
337 | - "average_daily_users": 267126,
|
|
337 | + "average_daily_users": 267400,
|
|
338 | 338 | "categories": {
|
339 | 339 | "firefox": [
|
340 | 340 | "privacy-security"
|
... | ... | @@ -547,9 +547,9 @@ |
547 | 547 | "category": "recommended"
|
548 | 548 | },
|
549 | 549 | "ratings": {
|
550 | - "average": 4.7977,
|
|
551 | - "bayesian_average": 4.793130609775481,
|
|
552 | - "count": 1409,
|
|
550 | + "average": 4.7982,
|
|
551 | + "bayesian_average": 4.793635080149146,
|
|
552 | + "count": 1412,
|
|
553 | 553 | "text_count": 254
|
554 | 554 | },
|
555 | 555 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
|
... | ... | @@ -635,7 +635,7 @@ |
635 | 635 | "type": "extension",
|
636 | 636 | "url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
|
637 | 637 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/",
|
638 | - "weekly_downloads": 3273
|
|
638 | + "weekly_downloads": 3038
|
|
639 | 639 | },
|
640 | 640 | "notes": null
|
641 | 641 | },
|
... | ... | @@ -651,7 +651,7 @@ |
651 | 651 | "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
|
652 | 652 | }
|
653 | 653 | ],
|
654 | - "average_daily_users": 1233259,
|
|
654 | + "average_daily_users": 1235058,
|
|
655 | 655 | "categories": {
|
656 | 656 | "firefox": [
|
657 | 657 | "privacy-security"
|
... | ... | @@ -1170,9 +1170,9 @@ |
1170 | 1170 | "category": "recommended"
|
1171 | 1171 | },
|
1172 | 1172 | "ratings": {
|
1173 | - "average": 4.7974,
|
|
1174 | - "bayesian_average": 4.79471376173004,
|
|
1175 | - "count": 2399,
|
|
1173 | + "average": 4.7979,
|
|
1174 | + "bayesian_average": 4.795218830409015,
|
|
1175 | + "count": 2405,
|
|
1176 | 1176 | "text_count": 457
|
1177 | 1177 | },
|
1178 | 1178 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/",
|
... | ... | @@ -1197,7 +1197,7 @@ |
1197 | 1197 | "type": "extension",
|
1198 | 1198 | "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/",
|
1199 | 1199 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/",
|
1200 | - "weekly_downloads": 20288
|
|
1200 | + "weekly_downloads": 19773
|
|
1201 | 1201 | },
|
1202 | 1202 | "notes": null
|
1203 | 1203 | },
|
... | ... | @@ -1213,7 +1213,7 @@ |
1213 | 1213 | "picture_url": null
|
1214 | 1214 | }
|
1215 | 1215 | ],
|
1216 | - "average_daily_users": 7782292,
|
|
1216 | + "average_daily_users": 7806685,
|
|
1217 | 1217 | "categories": {
|
1218 | 1218 | "firefox": [
|
1219 | 1219 | "privacy-security"
|
... | ... | @@ -1379,7 +1379,7 @@ |
1379 | 1379 | },
|
1380 | 1380 | "is_disabled": false,
|
1381 | 1381 | "is_experimental": false,
|
1382 | - "last_updated": "2024-03-04T01:35:20Z",
|
|
1382 | + "last_updated": "2024-03-11T17:35:25Z",
|
|
1383 | 1383 | "name": {
|
1384 | 1384 | "ar": "uBlock Origin",
|
1385 | 1385 | "bg": "uBlock Origin",
|
... | ... | @@ -1524,10 +1524,10 @@ |
1524 | 1524 | "category": "recommended"
|
1525 | 1525 | },
|
1526 | 1526 | "ratings": {
|
1527 | - "average": 4.7889,
|
|
1528 | - "bayesian_average": 4.78852910141135,
|
|
1529 | - "count": 17348,
|
|
1530 | - "text_count": 4523
|
|
1527 | + "average": 4.7893,
|
|
1528 | + "bayesian_average": 4.78892933338675,
|
|
1529 | + "count": 17378,
|
|
1530 | + "text_count": 4532
|
|
1531 | 1531 | },
|
1532 | 1532 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
|
1533 | 1533 | "requires_payment": false,
|
... | ... | @@ -1590,7 +1590,7 @@ |
1590 | 1590 | "type": "extension",
|
1591 | 1591 | "url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
|
1592 | 1592 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
|
1593 | - "weekly_downloads": 164561
|
|
1593 | + "weekly_downloads": 159165
|
|
1594 | 1594 | },
|
1595 | 1595 | "notes": null
|
1596 | 1596 | },
|
... | ... | @@ -1606,7 +1606,7 @@ |
1606 | 1606 | "picture_url": null
|
1607 | 1607 | }
|
1608 | 1608 | ],
|
1609 | - "average_daily_users": 178548,
|
|
1609 | + "average_daily_users": 178990,
|
|
1610 | 1610 | "categories": {
|
1611 | 1611 | "firefox": [
|
1612 | 1612 | "photos-music-videos",
|
... | ... | @@ -1702,10 +1702,10 @@ |
1702 | 1702 | "category": "recommended"
|
1703 | 1703 | },
|
1704 | 1704 | "ratings": {
|
1705 | - "average": 4.4478,
|
|
1706 | - "bayesian_average": 4.442927736258425,
|
|
1707 | - "count": 1206,
|
|
1708 | - "text_count": 462
|
|
1705 | + "average": 4.4476,
|
|
1706 | + "bayesian_average": 4.442740710153104,
|
|
1707 | + "count": 1211,
|
|
1708 | + "text_count": 466
|
|
1709 | 1709 | },
|
1710 | 1710 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
|
1711 | 1711 | "requires_payment": false,
|
... | ... | @@ -1727,7 +1727,7 @@ |
1727 | 1727 | "type": "extension",
|
1728 | 1728 | "url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
|
1729 | 1729 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
|
1730 | - "weekly_downloads": 351
|
|
1730 | + "weekly_downloads": 350
|
|
1731 | 1731 | },
|
1732 | 1732 | "notes": null
|
1733 | 1733 | },
|
... | ... | @@ -1743,7 +1743,7 @@ |
1743 | 1743 | "picture_url": null
|
1744 | 1744 | }
|
1745 | 1745 | ],
|
1746 | - "average_daily_users": 78821,
|
|
1746 | + "average_daily_users": 78537,
|
|
1747 | 1747 | "categories": {
|
1748 | 1748 | "firefox": [
|
1749 | 1749 | "privacy-security",
|
... | ... | @@ -1853,10 +1853,10 @@ |
1853 | 1853 | ],
|
1854 | 1854 | "promoted": null,
|
1855 | 1855 | "ratings": {
|
1856 | - "average": 4.3787,
|
|
1857 | - "bayesian_average": 4.364570736907983,
|
|
1858 | - "count": 404,
|
|
1859 | - "text_count": 113
|
|
1856 | + "average": 4.3753,
|
|
1857 | + "bayesian_average": 4.3611016639271964,
|
|
1858 | + "count": 405,
|
|
1859 | + "text_count": 114
|
|
1860 | 1860 | },
|
1861 | 1861 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/reviews/",
|
1862 | 1862 | "requires_payment": false,
|
... | ... | @@ -1878,7 +1878,7 @@ |
1878 | 1878 | "type": "extension",
|
1879 | 1879 | "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
|
1880 | 1880 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
|
1881 | - "weekly_downloads": 1812
|
|
1881 | + "weekly_downloads": 1672
|
|
1882 | 1882 | },
|
1883 | 1883 | "notes": null
|
1884 | 1884 | },
|
... | ... | @@ -1894,7 +1894,7 @@ |
1894 | 1894 | "picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
|
1895 | 1895 | }
|
1896 | 1896 | ],
|
1897 | - "average_daily_users": 307636,
|
|
1897 | + "average_daily_users": 308991,
|
|
1898 | 1898 | "categories": {
|
1899 | 1899 | "firefox": [
|
1900 | 1900 | "search-tools",
|
... | ... | @@ -2111,10 +2111,10 @@ |
2111 | 2111 | "category": "recommended"
|
2112 | 2112 | },
|
2113 | 2113 | "ratings": {
|
2114 | - "average": 4.6443,
|
|
2115 | - "bayesian_average": 4.639930009440798,
|
|
2116 | - "count": 1417,
|
|
2117 | - "text_count": 274
|
|
2114 | + "average": 4.6435,
|
|
2115 | + "bayesian_average": 4.639139586780839,
|
|
2116 | + "count": 1422,
|
|
2117 | + "text_count": 276
|
|
2118 | 2118 | },
|
2119 | 2119 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
|
2120 | 2120 | "requires_payment": false,
|
... | ... | @@ -2137,7 +2137,7 @@ |
2137 | 2137 | "type": "extension",
|
2138 | 2138 | "url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
|
2139 | 2139 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
|
2140 | - "weekly_downloads": 5954
|
|
2140 | + "weekly_downloads": 5686
|
|
2141 | 2141 | },
|
2142 | 2142 | "notes": null
|
2143 | 2143 | },
|
... | ... | @@ -2160,7 +2160,7 @@ |
2160 | 2160 | "picture_url": null
|
2161 | 2161 | }
|
2162 | 2162 | ],
|
2163 | - "average_daily_users": 124882,
|
|
2163 | + "average_daily_users": 125273,
|
|
2164 | 2164 | "categories": {
|
2165 | 2165 | "firefox": [
|
2166 | 2166 | "search-tools",
|
... | ... | @@ -2441,9 +2441,9 @@ |
2441 | 2441 | "category": "recommended"
|
2442 | 2442 | },
|
2443 | 2443 | "ratings": {
|
2444 | - "average": 4.3743,
|
|
2445 | - "bayesian_average": 4.369989496152543,
|
|
2446 | - "count": 1336,
|
|
2444 | + "average": 4.3752,
|
|
2445 | + "bayesian_average": 4.37089257689689,
|
|
2446 | + "count": 1338,
|
|
2447 | 2447 | "text_count": 378
|
2448 | 2448 | },
|
2449 | 2449 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
|
... | ... | @@ -2464,7 +2464,7 @@ |
2464 | 2464 | "type": "extension",
|
2465 | 2465 | "url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
|
2466 | 2466 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
|
2467 | - "weekly_downloads": 44
|
|
2467 | + "weekly_downloads": 22
|
|
2468 | 2468 | },
|
2469 | 2469 | "notes": null
|
2470 | 2470 | },
|
... | ... | @@ -2480,7 +2480,7 @@ |
2480 | 2480 | "picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
|
2481 | 2481 | }
|
2482 | 2482 | ],
|
2483 | - "average_daily_users": 309662,
|
|
2483 | + "average_daily_users": 309704,
|
|
2484 | 2484 | "categories": {
|
2485 | 2485 | "firefox": [
|
2486 | 2486 | "web-development",
|
... | ... | @@ -2667,10 +2667,10 @@ |
2667 | 2667 | "category": "recommended"
|
2668 | 2668 | },
|
2669 | 2669 | "ratings": {
|
2670 | - "average": 4.396,
|
|
2671 | - "bayesian_average": 4.393343568847512,
|
|
2672 | - "count": 2182,
|
|
2673 | - "text_count": 840
|
|
2670 | + "average": 4.3973,
|
|
2671 | + "bayesian_average": 4.394644655920732,
|
|
2672 | + "count": 2187,
|
|
2673 | + "text_count": 841
|
|
2674 | 2674 | },
|
2675 | 2675 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
|
2676 | 2676 | "requires_payment": false,
|
... | ... | @@ -2714,7 +2714,7 @@ |
2714 | 2714 | "type": "extension",
|
2715 | 2715 | "url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
|
2716 | 2716 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
|
2717 | - "weekly_downloads": 7462
|
|
2717 | + "weekly_downloads": 7679
|
|
2718 | 2718 | },
|
2719 | 2719 | "notes": null
|
2720 | 2720 | },
|
... | ... | @@ -2730,7 +2730,7 @@ |
2730 | 2730 | "picture_url": null
|
2731 | 2731 | }
|
2732 | 2732 | ],
|
2733 | - "average_daily_users": 163018,
|
|
2733 | + "average_daily_users": 163565,
|
|
2734 | 2734 | "categories": {
|
2735 | 2735 | "firefox": [
|
2736 | 2736 | "photos-music-videos",
|
... | ... | @@ -2839,10 +2839,10 @@ |
2839 | 2839 | "category": "recommended"
|
2840 | 2840 | },
|
2841 | 2841 | "ratings": {
|
2842 | - "average": 3.8731,
|
|
2843 | - "bayesian_average": 3.8690686700002854,
|
|
2844 | - "count": 1229,
|
|
2845 | - "text_count": 445
|
|
2842 | + "average": 3.8716,
|
|
2843 | + "bayesian_average": 3.867573249528433,
|
|
2844 | + "count": 1231,
|
|
2845 | + "text_count": 446
|
|
2846 | 2846 | },
|
2847 | 2847 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
|
2848 | 2848 | "requires_payment": false,
|
... | ... | @@ -2861,7 +2861,7 @@ |
2861 | 2861 | "type": "extension",
|
2862 | 2862 | "url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
|
2863 | 2863 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
|
2864 | - "weekly_downloads": 2750
|
|
2864 | + "weekly_downloads": 2672
|
|
2865 | 2865 | },
|
2866 | 2866 | "notes": null
|
2867 | 2867 | }
|
... | ... | @@ -99,13 +99,13 @@ input_files: |
99 | 99 | - URL: https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
100 | 100 | name: noscript
|
101 | 101 | sha256sum: 05b98840b05ef2acbac333543e4b7c3d40fee2ce5fb4e29260b05e2ff6fe24cd
|
102 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi
|
|
102 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi
|
|
103 | 103 | name: ublock-origin
|
104 | - sha256sum: a02ca1d32737c3437f97553e5caaead6479a66ac1f8ff3b84a06cfa6bb0c7647
|
|
104 | + sha256sum: f5fbeeac511ca4e10a74723413727fda8e6f9236c726d16eb54ade1fbe7be5be
|
|
105 | 105 | enable: '[% c("var/mullvad-browser") %]'
|
106 | - - URL: https://cdn.mullvad.net/browser-extension/0.8.5/mullvad-browser-extension-0.8.5.xpi
|
|
106 | + - URL: https://cdn.mullvad.net/browser-extension/0.9.0/mullvad-browser-extension-0.9.0.xpi
|
|
107 | 107 | name: mullvad-extension
|
108 | - sha256sum: b8208cc73d3c3c87342b25367b1a5fa330cb528f3213a4c4de30512f1662ff45
|
|
108 | + sha256sum: 65bf235aa1015054ae0a54a40c5a663e67fe1d0f0799e7b4726f98cccc7f3eab
|
|
109 | 109 | enable: '[% c("var/mullvad-browser") %]'
|
110 | 110 | - filename: 'gtk3-settings.ini'
|
111 | 111 | enable: '[% c("var/linux") %]'
|
... | ... | @@ -16,7 +16,7 @@ container: |
16 | 16 | var:
|
17 | 17 | fenix_version: 115.2.1
|
18 | 18 | browser_branch: 13.0-1
|
19 | - browser_build: 14
|
|
19 | + browser_build: 15
|
|
20 | 20 | variant: Beta
|
21 | 21 | # This should be updated when the list of gradle dependencies is changed.
|
22 | 22 | gradle_dependencies_version: 1
|
... | ... | @@ -14,7 +14,7 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: 115.8.0
|
|
17 | + firefox_platform_version: 115.9.0
|
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '13.0'
|
20 | 20 | browser_branch: '[% c("var/browser_series") %]-1'
|
... | ... | @@ -14,9 +14,9 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - geckoview_version: 115.8.0esr
|
|
17 | + geckoview_version: 115.9.0esr
|
|
18 | 18 | browser_branch: 13.0-1
|
19 | - browser_build: 1
|
|
19 | + browser_build: 2
|
|
20 | 20 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
21 | 21 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
22 | 22 | git_commit: '[% exec("git rev-parse HEAD") %]'
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: '[% IF c("var/use_go_1_20") %]1.20.14[% ELSE %]1.21.7[% END %]'
|
|
2 | +version: '[% IF c("var/use_go_1_20") %]1.20.14[% ELSE %]1.21.8[% END %]'
|
|
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
|
... | ... | @@ -121,7 +121,7 @@ input_files: |
121 | 121 | enable: '[% ! c("var/linux") %]'
|
122 | 122 | - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
123 | 123 | name: go
|
124 | - sha256sum: 00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6
|
|
124 | + sha256sum: dc806cf75a87e1414b5b4c3dcb9dd3e9cc98f4cfccec42b7af617d5a658a3c43
|
|
125 | 125 | enable: '[% !c("var/use_go_1_20") %]'
|
126 | 126 | - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
127 | 127 | name: go
|
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: 148707
|
|
4 | +version: 150100
|
|
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: a765497eaec3a926823812930a78d25048a1df0c4d765b53e87888db09f5d8d8
|
|
26 | + sha256sum: 039bdb04f97b803f0db2f12a6ba0a03a2091e8d8bd794e178c297e571f04eb7f
|
|
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: 16211a4b8524d71525f0ea73c07771c634132b30
|
|
15 | + git_hash: 595dcd5efe752cddc1b6ba47082ad9f5f4917fee
|
|
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: 012f643d2d6b04ebf868bf62cdb7ad5b727734f5
|
|
21 | + git_hash: 9b6914a85be61ad6975e8bf483d4484d39bf5f7a
|
|
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: e7d263c7ee81d7d9db3410ca880b1aeb107ef784
|
|
35 | + git_hash: 7374fbc72d2c37a4d5354447dec3b5c543fd0380
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,13 +73,12 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '13.0.11'
|
|
76 | + torbrowser_version: '13.0.12'
|
|
77 | 77 | torbrowser_build: 'build1'
|
78 | 78 | torbrowser_incremental_from:
|
79 | - # 13.0.11 is Tor Browser-only
|
|
79 | + - '[% IF c("var/tor-browser") %]13.0.11[% END %]'
|
|
80 | 80 | - '13.0.10'
|
81 | 81 | - '13.0.9'
|
82 | - - '[% IF c("var/tor-browser") %]13.0.8[% END %]'
|
|
83 | 82 | - '[% IF c("var/mullvad-browser") %]13.0.7[% END %]'
|
84 | 83 | updater_enabled: 1
|
85 | 84 | build_mar: 1
|