Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
56584b5d by Pier Angelo Vendrame at 2023-01-23T19:32:07+01:00
fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
Bug 41540: Do not show the build ID for alphas
- - - - -
1 changed file:
- browser/components/preferences/main.js
Changes:
=====================================
browser/components/preferences/main.js
=====================================
@@ -556,14 +556,8 @@ var gMainPane = {
// Initialize the Firefox Updates section.
let version = AppConstants.TOR_BROWSER_VERSION;
- // Include the build ID if this is an "a#" (nightly) build
- if (/a\d+$/.test(version)) {
- let buildID = Services.appinfo.appBuildID;
- let year = buildID.slice(0, 4);
- let month = buildID.slice(4, 6);
- let day = buildID.slice(6, 8);
- version += ` (${year}-${month}-${day})`;
- }
+ // Tor Browser: do not include the build ID in our alphas, since they are
+ // not actually related to the build date.
// Append "(32-bit)" or "(64-bit)" build architecture to the version number:
let bundle = Services.strings.createBundle(
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/56584b5…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/56584b5…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
c6a6f09b by emma peel at 2023-01-23T18:01:22+00:00
fixup! Add TorStrings module for localization
replace with more common expression available in wikipedia. reported by translator dfiguera at https://hosted.weblate.org/translate/tor/tb-browseronboardingproperties/en/…, thanks!
(cherry picked from commit ff331e83fd3ccced869cff76702eea320fe44e2f)
- - - - -
1 changed file:
- toolkit/torbutton/chrome/locale/en-US/browserOnboarding.properties
Changes:
=====================================
toolkit/torbutton/chrome/locale/en-US/browserOnboarding.properties
=====================================
@@ -15,7 +15,7 @@ onboarding.tour-tor-privacy.button=Go to Tor Network
onboarding.tour-tor-network=Tor Network
onboarding.tour-tor-network.title=Travel a decentralized network.
-onboarding.tour-tor-network.description=Tor Browser connects you to the Tor network run by thousands of volunteers around the world. Unlike a VPN, there’s no one point of failure or centralized entity you need to trust in order to enjoy the internet privately.
+onboarding.tour-tor-network.description=Tor Browser connects you to the Tor network run by thousands of volunteers around the world. Unlike a VPN, there’s no single point of failure or centralized entity you need to trust in order to enjoy the internet privately.
onboarding.tour-tor-network.description-para2=NEW: Tor Network Settings, including the ability to request bridges where Tor is blocked, can now be found in Preferences.
onboarding.tour-tor-network.action-button=Adjust Your Tor Network Settings
onboarding.tour-tor-network.button=Go to Circuit Display
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c6a6f09…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c6a6f09…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
07f08e2e by Pier Angelo Vendrame at 2023-01-23T18:59:27+01:00
fixup! Base Browser's .mozconfigs.
Bug 41587: Disable the updater for Base Browser
- - - - -
1 changed file:
- browser/config/mozconfigs/base-browser
Changes:
=====================================
browser/config/mozconfigs/base-browser
=====================================
@@ -16,6 +16,9 @@ ac_add_options --enable-rust-simd
ac_add_options --enable-bundled-fonts
+# See bug #41587
+ac_add_options --disable-updater
+
ac_add_options --disable-tests
ac_add_options --disable-debug
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/07f08e2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/07f08e2…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
f22c8cc1 by Pier Angelo Vendrame at 2023-01-23T18:52:03+01:00
fixup! Base Browser's .mozconfigs.
Bug 41587: Disable the updater for Base Browser
- - - - -
3da2c5c8 by Pier Angelo Vendrame at 2023-01-23T18:52:04+01:00
fixup! TB3: Tor Browser's official .mozconfigs.
Bug 41587: Disable the updater for Base Browser
- - - - -
0 changed files:
Changes:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/ff331e…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/ff331e…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
ff331e83 by emma peel at 2023-01-23T18:49:12+01:00
fixup! Add TorStrings module for localization
replace with more common expression available in wikipedia. reported by translator dfiguera at https://hosted.weblate.org/translate/tor/tb-browseronboardingproperties/en/…, thanks!
- - - - -
1 changed file:
- toolkit/torbutton/chrome/locale/en-US/browserOnboarding.properties
Changes:
=====================================
toolkit/torbutton/chrome/locale/en-US/browserOnboarding.properties
=====================================
@@ -15,7 +15,7 @@ onboarding.tour-tor-privacy.button=Go to Tor Network
onboarding.tour-tor-network=Tor Network
onboarding.tour-tor-network.title=Travel a decentralized network.
-onboarding.tour-tor-network.description=Tor Browser connects you to the Tor network run by thousands of volunteers around the world. Unlike a VPN, there’s no one point of failure or centralized entity you need to trust in order to enjoy the internet privately.
+onboarding.tour-tor-network.description=Tor Browser connects you to the Tor network run by thousands of volunteers around the world. Unlike a VPN, there’s no single point of failure or centralized entity you need to trust in order to enjoy the internet privately.
onboarding.tour-tor-network.description-para2=NEW: Tor Network Settings, including the ability to request bridges where Tor is blocked, can now be found in Preferences.
onboarding.tour-tor-network.action-button=Adjust Your Tor Network Settings
onboarding.tour-tor-network.button=Go to Circuit Display
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ff331e8…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ff331e8…
You're receiving this email because of your account on gitlab.torproject.org.
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
76fbfc74 by Nicolas Vigier at 2023-01-23T18:10:58+01:00
Bug 40731: Update torbutton directory to apply namecoin-torbutton.patch
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -94,7 +94,7 @@ fi
[% END -%]
[% IF c("var/namecoin") %]
- pushd toolkit/torproject/torbutton
+ pushd toolkit/torbutton
patch -p1 < $rootdir/namecoin-torbutton.patch
popd
[% END %]
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7…
You're receiving this email because of your account on gitlab.torproject.org.
boklm pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
76ea72c2 by Nicolas Vigier at 2023-01-23T17:47:56+01:00
Bug 40747: Remove empty line at the top of sha256sums-unsigned-build.txt
- - - - -
6c1adab8 by Nicolas Vigier at 2023-01-23T17:48:08+01:00
Bug 40748: Remove warning in dmg2mar when sha256sums-unsigned-build.txt contains an empty line
- - - - -
2 changed files:
- projects/release/build
- tools/dmg2mar
Changes:
=====================================
projects/release/build
=====================================
@@ -51,7 +51,7 @@ RewriteRule ^sha256sums.incrementals.txt.asc$ sha256sums-unsigned-build.incremen
EOF
# empty any existing sh256sums file
-echo > sha256sums-unsigned-build.txt
+echo -n > sha256sums-unsigned-build.txt
# concat sha256sum entry for each file in set
for i in $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz *.apk *.json | grep -v '\.incremental\.mar$' | sort)
do
=====================================
tools/dmg2mar
=====================================
@@ -95,6 +95,7 @@ sub get_dmg_files_from_sha256sums {
my @files;
foreach my $line (read_file('sha256sums-unsigned-build.txt')) {
my (undef, $filename) = split ' ', $line;
+ next unless $filename;
chomp $filename;
next unless $filename =~ m/^$appname_dmg-(.+)-macos_(.+)\.dmg$/;
push @files, { filename => $filename, version => $1, lang => $2 };
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
You're receiving this email because of your account on gitlab.torproject.org.