This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch maint-11.5 in repository builders/tor-browser-build.
from 38afab6 Bug 40613: Prepare stable release (Android Only) 11.5.3 new 4b13dbb Bug 40629: Bump snowflake version to 9ce1de4eee4e new 24738a7 Bug 40633: Remove Team Cymru hard-coded bridges new b1b85af Bug 40608: Prepare stable release 11.5.4
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: projects/common/bridges_list.obfs4.txt | 2 - projects/firefox/config | 2 +- projects/geckoview/config | 4 +- projects/go/config | 4 +- projects/goxtext/config | 3 + projects/manual/config | 4 +- projects/{gocheck => refraction-utls}/config | 16 +- projects/snowflake/build | 1 + projects/snowflake/config | 6 +- projects/tba-translation/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 100 +++++++++ projects/tor-browser/allowed_addons.json | 234 ++++++++++----------- projects/tor-browser/config | 4 +- rbm.conf | 4 +- 14 files changed, 245 insertions(+), 141 deletions(-) copy projects/{gocheck => refraction-utls}/config (53%)
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository builders/tor-browser-build.
commit 4b13dbb6a4e195af11a286ae3011bcb1a0ec3844 Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Fri Sep 30 10:40:53 2022 -0400
Bug 40629: Bump snowflake version to 9ce1de4eee4e
Requires a new project for the refraction-networking branch of utls. --- projects/goxtext/config | 3 +++ projects/{goxtext => refraction-utls}/config | 15 +++++++++------ projects/snowflake/build | 1 + projects/snowflake/config | 6 ++++-- 4 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/projects/goxtext/config b/projects/goxtext/config index 9563c87..900f999 100644 --- a/projects/goxtext/config +++ b/projects/goxtext/config @@ -11,6 +11,9 @@ build: '[% c("projects/go/var/build_go_lib") %]'
var: go_lib: golang.org/x/text + go_lib_install: + - golang.org/x/text + - golang.org/x/text/secure/bidirule
input_files: - project: container-image diff --git a/projects/goxtext/config b/projects/refraction-utls/config similarity index 50% copy from projects/goxtext/config copy to projects/refraction-utls/config index 9563c87..e6974b4 100644 --- a/projects/goxtext/config +++ b/projects/refraction-utls/config @@ -1,18 +1,21 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' -git_url: https://github.com/golang/text -# v0.3.3 -git_hash: 23ae387dee1f90d29a23c0e87ee0b46038fbed0e +git_url: https://github.com/refraction-networking/utls +git_hash: 0b2885c8c0d4467cfe98136748a9d011d0b8fff0 #v1.0.0 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' -container: - use_container: 1
build: '[% c("projects/go/var/build_go_lib") %]'
var: - go_lib: golang.org/x/text + container: + use_container: 1 + go_lib: github.com/refraction-networking/utls + go_lib_deps: + - goxcrypto
input_files: - project: container-image - name: go project: go + - name: goxcrypto + project: goxcrypto diff --git a/projects/snowflake/build b/projects/snowflake/build index a7eae3f..1250555 100644 --- a/projects/snowflake/build +++ b/projects/snowflake/build @@ -17,6 +17,7 @@ tar -C /var/tmp/dist -xf [% c('input_files_by_name/goptlib') %] tar -C /var/tmp/dist -xf [% c('input_files_by_name/pion-webrtc') %] tar -C /var/tmp/dist -xf [% c('input_files_by_name/kcp-go') %] tar -C /var/tmp/dist -xf [% c('input_files_by_name/smux') %] +tar -C /var/tmp/dist -xf [% c('input_files_by_name/refraction-utls') %]
mkdir -p /var/tmp/build tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz diff --git a/projects/snowflake/config b/projects/snowflake/config index 2a0cf3c..ee73aa7 100644 --- a/projects/snowflake/config +++ b/projects/snowflake/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' -git_url: https://git.torproject.org/pluggable-transports/snowflake.git -git_hash: 01ae5b56e8399d29aa18605dc9add913d84dc553 +git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf... +git_hash: 9ce1de4eee4e23c918c7c5e96666ff5c6ddc654e filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
container: @@ -21,6 +21,8 @@ input_files: project: kcp-go - name: smux project: smux + - name: refraction-utls + project: refraction-utls - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' enable: '[% c("var/android") %]'
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository builders/tor-browser-build.
commit 24738a7481fd5d9a2efb7140ba772412764f437f Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Oct 4 17:49:30 2022 +0200
Bug 40633: Remove Team Cymru hard-coded bridges --- projects/common/bridges_list.obfs4.txt | 2 -- 1 file changed, 2 deletions(-)
diff --git a/projects/common/bridges_list.obfs4.txt b/projects/common/bridges_list.obfs4.txt index 238a1a8..c97c76c 100644 --- a/projects/common/bridges_list.obfs4.txt +++ b/projects/common/bridges_list.obfs4.txt @@ -1,6 +1,4 @@ obfs4 192.95.36.142:443 CDF2E852BF539B82BD10E27E9115A31734E378C2 cert=qUVQ0srL1JI/vO6V6m/24anYXiJD3QP2HgzUKQtQ7GRqqUvs7P+tG43RtAqdhLOALP7DJQ iat-mode=1 -obfs4 38.229.1.78:80 C8CBDB2464FC9804A69531437BCF2BE31FDD2EE4 cert=Hmyfd2ev46gGY7NoVxA9ngrPF2zCZtzskRTzoWXbxNkzeVnGFPWmrTtILRyqCTjHR+s9dg iat-mode=1 -obfs4 38.229.33.83:80 0BAC39417268B96B9F514E7F63FA6FBA1A788955 cert=VwEFpk9F/UN9JED7XpG1XOjm/O8ZCXK80oPecgWnNDZDv5pdkhq1OpbAH0wNqOT6H6BmRQ iat-mode=1 obfs4 37.218.245.14:38224 D9A82D2F9C2F65A18407B1D2B764F130847F8B5D cert=bjRaMrr1BRiAW8IE9U5z27fQaYgOhX1UCmOpg2pFpoMvo6ZgQMzLsaTzzQNTlm7hNcb+Sg iat-mode=0 obfs4 85.31.186.98:443 011F2599C0E9B27EE74B353155E244813763C3E5 cert=ayq0XzCwhpdysn5o0EyDUbmSOx3X/oTEbzDMvczHOdBJKlvIdHHLJGkZARtT4dcBFArPPg iat-mode=0 obfs4 85.31.186.26:443 91A6354697E6B02A386312F68D82CF86824D3606 cert=PBwr+S8JTVZo6MPdHnkTwXJPILWADLqfMGoVvhZClMq/Urndyd42BwX9YFJHZnBB3H0XCw iat-mode=0
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository builders/tor-browser-build.
commit b1b85af0f22d5959f5141ce4fdcda3732629f7ce Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Oct 6 16:11:51 2022 +0200
Bug 40608: Prepare stable release 11.5.4 --- projects/firefox/config | 2 +- projects/geckoview/config | 4 +- projects/go/config | 4 +- projects/manual/config | 4 +- projects/tba-translation/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 100 +++++++++ projects/tor-browser/allowed_addons.json | 234 ++++++++++----------- projects/tor-browser/config | 4 +- rbm.conf | 4 +- 9 files changed, 229 insertions(+), 129 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index 86c8078..b4c7c4b 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]' -git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2' +git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build4' tag_gpg_id: 1 git_url: https://git.torproject.org/tor-browser.git git_submodule: 1 diff --git a/projects/geckoview/config b/projects/geckoview/config index bd0aed9..ac16e7b 100644 --- a/projects/geckoview/config +++ b/projects/geckoview/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' filename: 'geckoview-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' -git_hash: 'geckoview-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-2-build4' +git_hash: 'geckoview-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1-build1' tag_gpg_id: 1 git_url: https://git.torproject.org/tor-browser.git git_submodule: 1 @@ -10,7 +10,7 @@ container: use_container: 1
var: - geckoview_version: 99.0b3 + geckoview_version: 102.3.0esr torbrowser_branch: 11.5 copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' deps: diff --git a/projects/go/config b/projects/go/config index 2fd0af6..e6bee01 100644 --- a/projects/go/config +++ b/projects/go/config @@ -94,7 +94,7 @@ targets: var: GOARCH: 386 android: - version: 1.18.5 + version: 1.18.7 var: GOOS: android android-x86: @@ -122,7 +122,7 @@ input_files: - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% c("var/android") %]' name: go - sha256sum: 9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a + sha256sum: 9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944 - URL: 'https://golang.org/dl/go%5B% c("var/go14_version") %].src.tar.gz' name: go14 sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 diff --git a/projects/manual/config b/projects/manual/config index 909e565..6076fc5 100644 --- a/projects/manual/config +++ b/projects/manual/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 # To update, see doc/how-to-update-the-manual.txt # Remember to update also the package's hash, with the version! -version: 44679 +version: 52244 filename: 'manual-[% c("version") %].tar.gz' container: use_container: 1 @@ -19,6 +19,6 @@ input_files: - project: container-image - URL: 'https://people.torproject.org/~pierov/tbb_files/manual_%5B% c("version") %].zip' name: manual - sha256sum: d9061ca5afdf4d04fb735bc645318d5eedc69f10fa200faaca82731ad4b105f7 + sha256sum: 98030331e3f814e5b37df930343ca3eb7e323a5099ed95e9e15084d618bdb1d1 - filename: packagemanual.py name: package_script diff --git a/projects/tba-translation/config b/projects/tba-translation/config index c853f0a..507d63e 100644 --- a/projects/tba-translation/config +++ b/projects/tba-translation/config @@ -3,5 +3,5 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' git_url: https://git.torproject.org/translation.git # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. -git_hash: 0615520e75e576db23b443df9859fabd188211e8 +git_hash: 9681c2223e4b3b4225aa6fa9433a0c76bc53734f version: '[% c("abbrev") %]' diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 6f61504..654d433 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,103 @@ +Tor Browser 11.5.4 - October 11 2022 + * All Platforms + * Bug 40580: Add support for uk (ukranian) locale [tor-browser-build] + * Bug 40629: Bump snowflake version to 9ce1de4eee4e [tor-browser-build] + * Bug 40633: Remove Team Cymru hard-coded bridges [tor-browser-build] + * Bug 41326: Update preference for remoteRecipes [tor-browser] + * Windows + macOS + Linux + * Bug 40624: Change placeholder bridge addresses to make snowflake and meek work with ReachableAddresses/FascistFirewall [tor-browser-build] + * Bug 41303: YEC 2022 Takeover for Desktop Stable [tor-browser] + * Bug 41310: Backport ESR 102.3 security fixes to 91.13-based Tor Browser [tor-browser] + * Bug 41323: Tor-ify notification bar gradient colors (branding) [tor-browser] + * Bug 41338: The arrow on the search bar should be flipped for RTL languages [tor-browser] + * Windows + macOS + * Bug 41307: font whitelist typos [tor-browser] + * Android + * Updated GeckoView to 102.3.0esr + * Bug 41302: YEC 2022 Takeover for Android Stable [tor-browser] + * Bug 41314: Add YEC 2022 strings to torbutton and fenix [tor-browser] + * Build System + * Android + * Update Go to 1.18.7 + +Tor Browser 12.0a3 - September 26 2022 + * All Platforms + * Update Firefox to 102.3.0esr + * Update NoScript to 11.4.11 + * Update Translations + * Bug 40624: Change placeholder bridge addresses to make snowflake and meek work with ReachableAddresses/FascistFirewall [tor-browser-build] + * Bug 41125: Review Mozilla 1732792: retry polling requests without proxy [tor-browser] + * Windows + macOS + Linux + * Bug 41116: Review Mozilla 1226042: add support for the new 'system-ui' generic font family [tor-browser] + * Bug 41283: Toolbar buttons missing their label attribute [tor-browser] + * Bug 41284: Stray security-level- fluent ids [tor-browser] + * Bug 41287: New identity button inactive if added after customization [tor-browser] + * Bug 41292: moreFromMozilla pane in about:preferences in 12.0a2 [tor-browser] + * Bug 41307: font whitelist typos [tor-browser] + * Linux + * Bug 40626: Define the replacements for generic families on Linux [tor-browser-build] + * Bug 41163: Fixing loading of bundled fonts on linux [tor-browser] + * Android + * Bug 41159: Remove HTTPS-Everywhere extension from esr102-based Tor Browser Android [tor-browser] + * Bug 41312: Backport Firefox 105 Android security fixes to 102.3-based Tor Browser [tor-browser] + * Build System + * All Platforms + * Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos [tor-browser-build] + * Bug 41321: Delete various master branches after automated build/testing scripts are updated [tor-browser] + * Linux + * Bug 40621: Update namecoin patches for linted TorButton [tor-browser-build] + * Android + * Bug 41304: Add Android-specific targets to makefiles [tor-browser] + +Tor Browser 12.0a2 - September 1 2022 + * All Platforms + * Update Firefox to 102.2.0esr + * Update Tor to 0.4.7.10 + * Update NoScript to 11.4.10 + * Update Translations + * Bug 40242: Tor Browser has two default bridges that share a fingerprint, and Tor ignores one [tor-browser] + * Windows + macOS + Linux + * Update Tor-Launcher to 0.2.39 + * Update Manual + * Bug 40580: Add support for uk (ukranian) locale [tor-browser-build] + * Bug 40595: Migrate to 102 on desktop [tor-browser-buid] + * Bug 41075: The Tor Browser is showing caution sign but your document said it won't [tor-browser] + * Bug 41089: Add tor-browser build scripts + Makefile to tor-browser [tor-browser] + * macOS + * Bug 41108: Remove privileged macOS installation from 102 [tor-browser] + * Android + * Bug 40225: Bundled extensions don't get updated with Android Tor Browser updates (they stay stuck at the first installed version) [fenix] + * Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android [tor-browser] + * Bug 41156: User-installed addons are broken on Android [tor-browser] + * Bug 41166: Backport fix for CVE-2022-36317: Long URL would hang Firefox for Android (Bug 1759951) [tor-browser] + * Bug 41167: Backport fix for CVE-2022-38474: Recording notification not shown when microphone was recording on Android (Bug 1719511) [tor-browser] + * Build System + * All Platforms + * Bug 40407: Bump binutils version to pick up security improvements for Windows users [tor-browser-build] + * Bug 40591: Rust 1.60 not working to build 102 on Debian Jessie [tor-browser-build] + * Bug 40592: Consider re-using our LLVM/Clang to build Rust [tor-browser-build] + * Bug 40593: Update signing scripts to take into account new project names and layout [tor-browser-build] + * Bug 40607: Add alpha-specific release prep template [tor-browser-build] + * Bug 40610: src-*.tar.xz tarballs are missing in https://dist.torproject.org/torbrowser/12.0a1/ [tor-browser-build] + * Bug 40612: Migrate Release Prep template to Release Prep - Stable [tor-browser-build] + * Windows + macOS + Linux + * Bug 41099: Update+comment the update channels in update_responses.config.yaml [tor-browser] + * Windows + * Bug 29318: Use Clang for everything on Windows [tor-browser-buid] + * Bug 29321: Use mingw-w64/clang toolchain to build tor [tor-browser-build] + * Bug 29322: Use mingw-w64/clang toolchain to build OpenSSL [tor-browser-build] + * Bug 40409: Upgrade NSIS to 3.08 [tor-browser-build] + * macOS + * Bug 40605: Reworked the macOS toolchain creation [tor-browser-build] + * Bug 40620: Update macosx-sdk to 11.0 [tor-browser-build] + * Linux + * Bug 31321: Add cc -> gcc link to projects/gcc [tor-browser-build] + * Android + * Update Go to 1.18.5 + * Bug 40574: Improve tools/signing/android-signing [tor-browser-build] + * Bug 40582: Prepared TBA to use Mozilla 102 components [tor-browser-build] + * Bug 40604: Bug 40604: Fix binutils build on android [tor-browser-build] + Tor Browser 11.5.3 - August 29 2022 * Android * Bug 40225: Bundled extensions don't get updated with Android Tor Browser diff --git a/projects/tor-browser/allowed_addons.json b/projects/tor-browser/allowed_addons.json index da88705..23148ee 100644 --- a/projects/tor-browser/allowed_addons.json +++ b/projects/tor-browser/allowed_addons.json @@ -17,7 +17,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/13/13299/13299734.png?modifie..." } ], - "average_daily_users": 803489, + "average_daily_users": 854041, "categories": { "android": [ "experimental", @@ -31,7 +31,7 @@ "contributions_url": "https://opencollective.com/darkreader?utm_content=product-page-contribute&am...", "created": "2017-09-19T07:03:00Z", "current_version": { - "id": 5448399, + "id": 5461250, "compatibility": { "firefox": { "min": "54.0", @@ -42,7 +42,7 @@ "max": "*" } }, - "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/544839...", + "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/546125...", "is_strict_compatibility_enabled": false, "license": { "id": 22, @@ -54,22 +54,22 @@ }, "release_notes": { "en-GB": "", - "en-US": "- Fix iframes not getting modified when settings were changed.\n- Fixed registering system automation handlers multiple times.\n- Users' fixes for websites." + "en-US": "- Remove newlines from CSS URL values, before handling them.\n- Better detection for text color property in variables.\n- es-419 (Latin America & Caribbean Spanish) translation.\n- Updates to Hebrew and Portuguese (Brazilian) translations.\n- Users' fixes for websites." }, "reviewed": null, - "version": "4.9.57", + "version": "4.9.58", "files": [ { - "id": 3992744, - "created": "2022-08-23T10:27:29Z", - "hash": "sha256:235281b6419dd1b78683caa4ca95d509538b1b03ad22afb9bbbbe85861ee23a5", + "id": 4005595, + "created": "2022-09-22T07:25:02Z", + "hash": "sha256:2adf7f533055e50a5d7840f5ea738577d58c14fac15fc3a62fb559829edb65ba", "is_restart_required": false, "is_webextension": true, "is_mozilla_signed_extension": false, "platform": "all", - "size": 625749, + "size": 637675, "status": "public", - "url": "https://addons.mozilla.org/firefox/downloads/file/3992744/darkreader-4.9.57....", + "url": "https://addons.mozilla.org/firefox/downloads/file/4005595/darkreader-4.9.58....", "permissions": [ "alarms", "contextMenus", @@ -146,7 +146,7 @@ }, "is_disabled": false, "is_experimental": false, - "last_updated": "2022-08-23T15:16:48Z", + "last_updated": "2022-09-23T11:31:54Z", "name": { "ar": "Dark Reader", "bn": "Dark Reader", @@ -221,10 +221,10 @@ "category": "recommended" }, "ratings": { - "average": 4.5532, - "bayesian_average": 4.5519689466017415, - "count": 4548, - "text_count": 1459 + "average": 4.5555, + "bayesian_average": 4.554274258359635, + "count": 4612, + "text_count": 1472 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/", "requires_payment": false, @@ -321,7 +321,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/", - "weekly_downloads": 22583 + "weekly_downloads": 31112 }, "notes": null }, @@ -337,7 +337,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/5/5474/5474073.png?modified=1..." } ], - "average_daily_users": 645830, + "average_daily_users": 664936, "categories": { "android": [ "security-privacy" @@ -368,7 +368,7 @@ "name": { "en-US": "Multiple" }, - "url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/license/2021..." + "url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/license/" }, "release_notes": { "en-US": "2021.7.13\n* Amend Incognito Key for Chrome and Firefox #20092\n* Fix unexpected arithmetic operations on strings #20043\n* Remove Top Alexa Labeller #20083\n* Update deprecated log function #20101\n* Patch Chrome Test Failure #20102" @@ -404,7 +404,7 @@ "default_locale": "en-US", "description": { "de": "Viele Webseiten unterstützen zwar Verschlüsslung über HTTPS, machen es aber nicht einfach, diese auch zu nutzen. Manchmal bieten diese beispielsweise standardmäßig nur unverschlüsseltes HTTP an oder haben auf verschlüsselten Seiten Links gesetzt, die Sie zurück zu einer unverschlüsselten Version führen.\n\nDie HTTPS-Everywhere Erweiterung löst dieses Problem, indem sie alle Anfragen zu diesen Seiten automatisch zu HTTPS ändert.", - "en-US": "Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site.\n\nThe HTTPS Everywhere extension fixes these problems by rewriting all requests to these sites to HTTPS.\n\nThe DuckDuckGo Smarter Encryption list is publicly available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0. In [...] + "en-US": "Note: Extension will sunset January 2023. Instructions on how to turn on HTTPS by default in Firefox here: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/a15697d75ed1f7eb05e9b06..." rel="nofollow">https://eff.org/https-everywhere/set-https-default-your-browser</a>\n\nMany sites on the web offer some limited support for encryption over HTTPS, but m [...] "es": "Muchos sitios en la web ofrecen soporte limitado para cifrado sobre HTTPS, pero hacen difícil su uso. Por ejemplo, puede que usen HTTP no cifrado por defecto o que llenen páginas cifradas con enlaces que vuelvan al sitio no cifrado.\n\nLa extensión HTTPS Everywhere corrige estos problemas reescribiendo todas las peticiones a estos sitios a HTTPS.", "fr": "Beaucoup de sites web offrent une prise en charge limitée pour le chiffrement via HTTPS, mais la rendent difficile à utiliser. Par exemple, ils peuvent utiliser une adresse par défaut non chiffrée avec HTTPS, ou proposer sur des pages chiffrées uniquement des liens qui retournent sur le site non chiffré.\n\nL’extension HTTPS Everywhere résout le problème en redirigeant toutes les requêtes de ces sites vers HTTPS.", "it": "Molti siti web offrono un limitato supporto per la crittografia HTTPS, ma lo rendono difficile da usare. Ad esempio, possono avere come impostazione predefinita HTTP non crittato, o inserire in pagine crittate collegamenti che indirizzano a siti non crittati.\n\nL'estensione HTTPS Everywhere consente di correggere questi problemi riscrivendo tutte le richieste a questi siti in HTTPS.", @@ -470,10 +470,10 @@ "category": "recommended" }, "ratings": { - "average": 4.6653, - "bayesian_average": 4.66276978562778, - "count": 2277, - "text_count": 454 + "average": 4.664, + "bayesian_average": 4.661456166013637, + "count": 2283, + "text_count": 457 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/reviews/", "requires_payment": false, @@ -502,7 +502,7 @@ "type": "extension", "url": "https://www.eff.org/https-everywhere", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/versions/", - "weekly_downloads": 9166 + "weekly_downloads": 10080 }, "notes": null }, @@ -518,7 +518,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/6/6937/6937656.png?modified=1..." } ], - "average_daily_users": 232939, + "average_daily_users": 246103, "categories": { "android": [ "security-privacy" @@ -733,10 +733,10 @@ "category": "recommended" }, "ratings": { - "average": 4.8183, - "bayesian_average": 4.813578934662873, - "count": 1266, - "text_count": 232 + "average": 4.8212, + "bayesian_average": 4.816483758659482, + "count": 1281, + "text_count": 233 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/", "requires_payment": false, @@ -821,7 +821,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/", - "weekly_downloads": 4894 + "weekly_downloads": 6635 }, "notes": null }, @@ -837,7 +837,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/5/5474/5474073.png?modified=1..." } ], - "average_daily_users": 963456, + "average_daily_users": 1011105, "categories": { "android": [ "security-privacy" @@ -849,18 +849,18 @@ "contributions_url": "https://paypal.me/SupportEFF?utm_content=product-page-contribute&utm_med...", "created": "2014-05-01T18:23:16Z", "current_version": { - "id": 5327937, + "id": 5463829, "compatibility": { "firefox": { - "min": "52.0", + "min": "60.0", "max": "*" }, "android": { - "min": "52.0", + "min": "60.0", "max": "*" } }, - "edit_url": "https://addons.mozilla.org/en-US/developers/addon/privacy-badger17/versions/...", + "edit_url": "https://addons.mozilla.org/en-US/developers/addon/privacy-badger17/versions/...", "is_strict_compatibility_enabled": false, "license": { "id": 6, @@ -871,22 +871,22 @@ "url": "http://www.gnu.org/licenses/gpl-3.0.html" }, "release_notes": { - "en-US": "<ul><li>Improved widget replacement system to better handle Google reCAPTCHA. Privacy Badger replaces potentially useful widgets with placeholders. These replacements protect privacy while letting you restore the original widget whenever you want it or need it for the page to function.</li><li>Improved tracking script surrogation system to work across more websites. Script surrogates protect privacy while avoiding site breakages.</li><li>Fixed display of non-trackin [...] + "en-US": "<ul><li>Improved widget replacement system to better handle embedded YouTube videos</li><li>Delayed opening the new user welcome page for a few seconds to work around a Chromium bug with administrator settings (managed storage)</li><li>Removed obsolete "Prevent WebRTC from leaking local IP address" setting</li><li>Fixed various site breakages</li><li>Added Japanese translations</li><li>Improved translations (Dutch, Finnish, French, Brazilian Portuguese, Russian, S [...] }, "reviewed": null, - "version": "2021.11.23.1", + "version": "2022.9.27", "files": [ { - "id": 3872283, - "created": "2021-11-23T20:48:55Z", - "hash": "sha256:50274cd280413bd0e7c4b53d2ef3d019f6a3ce14a7396fed6d248f295ae7f63e", + "id": 4008174, + "created": "2022-09-27T18:57:05Z", + "hash": "sha256:8a0e456dfac801ea437164192f0a0659ee7227a519db97aceeb221f48f74d44a", "is_restart_required": false, "is_webextension": true, "is_mozilla_signed_extension": false, "platform": "all", - "size": 1417710, + "size": 1487264, "status": "public", - "url": "https://addons.mozilla.org/firefox/downloads/file/3872283/privacy_badger17-2...", + "url": "https://addons.mozilla.org/firefox/downloads/file/4008174/privacy_badger17-2...", "permissions": [ "tabs", "http://*/*", @@ -1313,7 +1313,7 @@ }, "is_disabled": false, "is_experimental": false, - "last_updated": "2021-11-29T15:57:49Z", + "last_updated": "2022-09-28T07:55:03Z", "name": { "en-US": "Privacy Badger" }, @@ -1359,9 +1359,9 @@ "category": "recommended" }, "ratings": { - "average": 4.794, - "bayesian_average": 4.791156046415039, - "count": 2092, + "average": 4.7954, + "bayesian_average": 4.792554873665205, + "count": 2111, "text_count": 417 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/", @@ -1386,7 +1386,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/", - "weekly_downloads": 15463 + "weekly_downloads": 22441 }, "notes": null }, @@ -1402,7 +1402,7 @@ "picture_url": null } ], - "average_daily_users": 5440166, + "average_daily_users": 5827251, "categories": { "android": [ "security-privacy" @@ -1414,7 +1414,7 @@ "contributions_url": "", "created": "2015-04-25T07:26:22Z", "current_version": { - "id": 5445448, + "id": 5459624, "compatibility": { "firefox": { "min": "68.0", @@ -1425,7 +1425,7 @@ "max": "*" } }, - "edit_url": "https://addons.mozilla.org/en-US/developers/addon/ublock-origin/versions/544...", + "edit_url": "https://addons.mozilla.org/en-US/developers/addon/ublock-origin/versions/545...", "is_strict_compatibility_enabled": false, "license": { "id": 6, @@ -1436,22 +1436,22 @@ "url": "http://www.gnu.org/licenses/gpl-3.0.html" }, "release_notes": { - "en-US": "See complete release notes for <a href="https://outgoing.prod.mozaws.net/v1/11bad719ec80200c100ee5f58185122e06937ed0..." rel="nofollow">1.44.0</a>.\n\n<b>New</b>\n\nNew procedural cosmetic filter operator: <code>:matches-media()</code>: <a href="https://outgoing.prod.mozaws.net/v1/dacaf4dff71da6e91fa9b7639659ef1614c9a2a6... [...] + "en-US": "See complete release notes for <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/74149257aaa1088974bb497..." rel="nofollow">1.44.4</a>.\n\n<b>Fixes:</b>\n\n<ul><li><a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/96aef6ba447fc44f6cb19d4... [...] }, "reviewed": null, - "version": "1.44.0", + "version": "1.44.4", "files": [ { - "id": 3989793, - "created": "2022-08-16T14:37:44Z", - "hash": "sha256:ae761fe4014e328fdef838b81d43c30c84422cb8140cceedf0ed7a7c1f8e70aa", + "id": 4003969, + "created": "2022-09-19T00:21:31Z", + "hash": "sha256:0be550c9a27c040d04ad71954dd9e9a4967a27d48ffa2cdfe91171752e152685", "is_restart_required": false, "is_webextension": true, "is_mozilla_signed_extension": false, "platform": "all", - "size": 3060026, + "size": 3060441, "status": "public", - "url": "https://addons.mozilla.org/firefox/downloads/file/3989793/ublock_origin-1.44...", + "url": "https://addons.mozilla.org/firefox/downloads/file/4003969/ublock_origin-1.44...", "permissions": [ "dns", "menus", @@ -1566,7 +1566,7 @@ }, "is_disabled": false, "is_experimental": false, - "last_updated": "2022-08-23T20:45:17Z", + "last_updated": "2022-10-04T12:20:38Z", "name": { "ar": "uBlock Origin", "bg": "uBlock Origin", @@ -1711,10 +1711,10 @@ "category": "recommended" }, "ratings": { - "average": 4.7732, - "bayesian_average": 4.772778011885451, - "count": 14035, - "text_count": 3704 + "average": 4.7744, + "bayesian_average": 4.773981861005287, + "count": 14298, + "text_count": 3769 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/", "requires_payment": false, @@ -1776,7 +1776,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/", - "weekly_downloads": 135648 + "weekly_downloads": 184370 }, "notes": null }, @@ -1792,7 +1792,7 @@ "picture_url": null } ], - "average_daily_users": 123399, + "average_daily_users": 129815, "categories": { "android": [ "photos-media" @@ -1889,9 +1889,9 @@ "category": "recommended" }, "ratings": { - "average": 4.5231, - "bayesian_average": 4.517870186763684, - "count": 1061, + "average": 4.5169, + "bayesian_average": 4.511669766741626, + "count": 1068, "text_count": 396 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/rev...", @@ -1914,7 +1914,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/ver...", - "weekly_downloads": 413 + "weekly_downloads": 386 }, "notes": null }, @@ -1930,7 +1930,7 @@ "picture_url": null } ], - "average_daily_users": 88792, + "average_daily_users": 91223, "categories": { "android": [ "experimental", @@ -2042,9 +2042,9 @@ ], "promoted": null, "ratings": { - "average": 4.3929, - "bayesian_average": 4.379283631318623, - "count": 392, + "average": 4.3959, + "bayesian_average": 4.382198877180816, + "count": 394, "text_count": 111 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/reviews/", @@ -2067,7 +2067,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/", - "weekly_downloads": 736 + "weekly_downloads": 1335 }, "notes": null }, @@ -2083,7 +2083,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/12/12929/12929064.png?modifie..." } ], - "average_daily_users": 209619, + "average_daily_users": 227725, "categories": { "android": [ "photos-media", @@ -2097,7 +2097,7 @@ "contributions_url": "https://www.paypal.com/donate?hosted_button_id=GLL4UNSNU6SQN&utm_content...", "created": "2017-06-17T15:23:33Z", "current_version": { - "id": 5444440, + "id": 5456999, "compatibility": { "firefox": { "min": "91.0", @@ -2108,7 +2108,7 @@ "max": "*" } }, - "edit_url": "https://addons.mozilla.org/en-US/developers/addon/search_by_image/versions/5...", + "edit_url": "https://addons.mozilla.org/en-US/developers/addon/search_by_image/versions/5...", "is_strict_compatibility_enabled": false, "license": { "id": 6, @@ -2119,22 +2119,22 @@ "url": "http://www.gnu.org/licenses/gpl-3.0.html" }, "release_notes": { - "en-US": "Learn more about this release from the <a href="https://outgoing.prod.mozaws.net/v1/034fc31c913b4c441795892fe3d65db9f7edbe64..." rel="nofollow">changelog</a>." + "en-US": "Learn more about this release from the <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/034fc31c913b4c441795892..." rel="nofollow">changelog</a>." }, "reviewed": null, - "version": "5.2.0", + "version": "5.3.0", "files": [ { - "id": 3988785, - "created": "2022-08-14T16:58:44Z", - "hash": "sha256:340cb228a9ef2f9506e314f3b372c4041b8fd459d5c6534019e1d546d3ed582f", + "id": 4001344, + "created": "2022-09-12T08:14:06Z", + "hash": "sha256:9bfb6f0397b9ff85135d81393d84bd05be99ebb5993b79181e76a7e624d30b43", "is_restart_required": false, "is_webextension": true, "is_mozilla_signed_extension": false, "platform": "all", - "size": 770539, + "size": 803558, "status": "public", - "url": "https://addons.mozilla.org/firefox/downloads/file/3988785/search_by_image-5....", + "url": "https://addons.mozilla.org/firefox/downloads/file/4001344/search_by_image-5....", "permissions": [ "alarms", "clipboardRead", @@ -2175,7 +2175,7 @@ }, "is_disabled": false, "is_experimental": false, - "last_updated": "2022-08-16T09:43:00Z", + "last_updated": "2022-09-12T08:35:26Z", "name": { "en-US": "Search by Image" }, @@ -2301,10 +2301,10 @@ "category": "recommended" }, "ratings": { - "average": 4.6437, - "bayesian_average": 4.638700644765555, - "count": 1145, - "text_count": 226 + "average": 4.6444, + "bayesian_average": 4.6394514087830645, + "count": 1167, + "text_count": 228 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/", "requires_payment": false, @@ -2325,7 +2325,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/", - "weekly_downloads": 7199 + "weekly_downloads": 8839 }, "notes": null }, @@ -2348,7 +2348,7 @@ "picture_url": null } ], - "average_daily_users": 84209, + "average_daily_users": 88886, "categories": { "android": [ "other" @@ -2630,10 +2630,10 @@ "category": "recommended" }, "ratings": { - "average": 4.4392, - "bayesian_average": 4.434493763231172, - "count": 1152, - "text_count": 310 + "average": 4.4441, + "bayesian_average": 4.439381461931763, + "count": 1162, + "text_count": 314 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/", "requires_payment": false, @@ -2653,7 +2653,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/", - "weekly_downloads": 48 + "weekly_downloads": 84 }, "notes": null }, @@ -2669,7 +2669,7 @@ "picture_url": "https://addons.mozilla.org/user-media/userpics/0/0/143.png?modified=15068045..." } ], - "average_daily_users": 321860, + "average_daily_users": 327896, "categories": { "android": [ "performance", @@ -2683,7 +2683,7 @@ "contributions_url": "https://www.paypal.com/donate/?hosted_button_id=9ERKTU5MBH4EW&utm_conten...", "created": "2005-05-13T10:51:32Z", "current_version": { - "id": 5444007, + "id": 5458071, "compatibility": { "firefox": { "min": "59.0", @@ -2694,7 +2694,7 @@ "max": "*" } }, - "edit_url": "https://addons.mozilla.org/en-US/developers/addon/noscript/versions/5444007", + "edit_url": "https://addons.mozilla.org/en-US/developers/addon/noscript/versions/5458071", "is_strict_compatibility_enabled": false, "license": { "id": 13, @@ -2705,22 +2705,22 @@ "url": "http://www.gnu.org/licenses/gpl-2.0.html" }, "release_notes": { - "en-US": "v 11.4.9rc1\n============================================================\nx [L10n] Updated pl, tr, zh_CN\nx [TabGuard] Abort the load when the warning dialog is\n closed by any mean except the OK button\nx [TabGuard] Stricter criteria for cutting tab relations\n (thanks fatboy for reporting)" + "en-US": "v 11.4.11\n============================================================\nx Fix broken NoScript dialogs when\n browser.privatebrowsing.autostart = true (issue#259,\n thanks foenix for reporting)\nx Avoid using fallback origins for main_frame loads" }, "reviewed": null, - "version": "11.4.9", + "version": "11.4.11", "files": [ { - "id": 3988352, - "created": "2022-08-12T20:16:32Z", - "hash": "sha256:47a740f90258de755b709168c4985d9fc6721ff7f32f9cfc4c7094316cc5f960", + "id": 4002416, + "created": "2022-09-14T13:49:37Z", + "hash": "sha256:d1430ddc3f3bc3a5c403dbf39ff8c8275a2e7ecd4a2f079be39c193d462a2a0b", "is_restart_required": false, "is_webextension": true, "is_mozilla_signed_extension": false, "platform": "all", - "size": 922472, + "size": 922584, "status": "public", - "url": "https://addons.mozilla.org/firefox/downloads/file/3988352/noscript-11.4.9.xp...", + "url": "https://addons.mozilla.org/firefox/downloads/file/4002416/noscript-11.4.11.x...", "permissions": [ "contextMenus", "storage", @@ -2786,7 +2786,7 @@ }, "is_disabled": false, "is_experimental": false, - "last_updated": "2022-08-15T09:42:03Z", + "last_updated": "2022-09-14T15:48:58Z", "name": { "de": "NoScript", "el": "NoScript", @@ -2858,10 +2858,10 @@ "category": "recommended" }, "ratings": { - "average": 4.4093, - "bayesian_average": 4.406565617967924, - "count": 1969, - "text_count": 775 + "average": 4.4121, + "bayesian_average": 4.409353301250661, + "count": 1980, + "text_count": 778 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/", "requires_payment": false, @@ -2905,7 +2905,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/", - "weekly_downloads": 8033 + "weekly_downloads": 8014 }, "notes": null }, @@ -2921,7 +2921,7 @@ "picture_url": null } ], - "average_daily_users": 129220, + "average_daily_users": 134632, "categories": { "android": [ "performance", @@ -3035,10 +3035,10 @@ "category": "recommended" }, "ratings": { - "average": 3.9122, - "bayesian_average": 3.907855472558339, - "count": 1071, - "text_count": 382 + "average": 3.9119, + "bayesian_average": 3.907544541383511, + "count": 1078, + "text_count": 385 }, "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/revie...", "requires_payment": false, @@ -3057,7 +3057,7 @@ "type": "extension", "url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/", "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versi...", - "weekly_downloads": 1670 + "weekly_downloads": 1752 }, "notes": null } diff --git a/projects/tor-browser/config b/projects/tor-browser/config index ae2eb8c..9a8d2c6 100644 --- a/projects/tor-browser/config +++ b/projects/tor-browser/config @@ -77,9 +77,9 @@ input_files: enable: '[% ! c("var/android") %]' - filename: Bundle-Data enable: '[% ! c("var/android") %]' - - URL: https://addons.mozilla.org/firefox/downloads/file/3988352/noscript-11.4.9.xp... + - URL: https://addons.mozilla.org/firefox/downloads/file/4002416/noscript-11.4.11.x... name: noscript - sha256sum: 47a740f90258de755b709168c4985d9fc6721ff7f32f9cfc4c7094316cc5f960 + sha256sum: d1430ddc3f3bc3a5c403dbf39ff8c8275a2e7ecd4a2f079be39c193d462a2a0b - filename: 'RelativeLink/start-tor-browser.desktop' enable: '[% c("var/linux") %]' - filename: 'RelativeLink/execdesktop' diff --git a/rbm.conf b/rbm.conf index 6c1b146..c0d6bf4 100644 --- a/rbm.conf +++ b/rbm.conf @@ -69,10 +69,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '11.5.3' + torbrowser_version: '11.5.4' torbrowser_build: 'build1' torbrowser_incremental_from: - - 11.5.1 + - 11.5.2 project_name: tor-browser multi_lingual: 0 build_mar: 1
tor-commits@lists.torproject.org