richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
462e362c by Nicolas Vigier at 2023-10-31T18:44:13+00:00
Bug 40934: Remove $bundle_locales from signing scripts
IN macos-signer-* we don't remove the loop, since those scripts are
going away soon.
- - - - -
21b3e176 by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 29815: Add rcodesign build
- - - - -
db589fc3 by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 29815: Set up signing machines for rcodesign
- - - - -
819afa1d by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 29815: Update signing scripts for rcodesign
- - - - -
1e47cd1a by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 40982: Fix logging in tools/signing/do-all-signing
- - - - -
223e1eda by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 29815: Update macos signing entitlements files
Taken from Firefox tree in security/mac/hardenedruntime/production.entitlements.xml
in esr115 branch.
- - - - -
af80e8c1 by Nicolas Vigier at 2023-10-31T18:54:13+00:00
Bug 29815: Update issue templates for macos signing changes
- - - - -
30 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- Makefile
- + projects/rcodesign/build
- + projects/rcodesign/config
- tools/.gitignore
- tools/signing/alpha.entitlements.xml
- tools/signing/dmg2mar
- tools/signing/do-all-signing
- tools/signing/finished-signing-clean-linux-signer
- tools/signing/gatekeeper-bundling.sh
- + tools/signing/linux-signer-rcodesign-sign
- + tools/signing/linux-signer-rcodesign-sign.mullvadbrowser
- + tools/signing/linux-signer-rcodesign-sign.torbrowser
- tools/signing/machines-setup/setup-signing-machine
- + tools/signing/machines-setup/sudoers.d/sign-rcodesign
- tools/signing/machines-setup/upload-tbb-to-signing-machine
- tools/signing/macos-signer-gatekeeper-signing
- tools/signing/macos-signer-notarization
- tools/signing/macos-signer-stapler
- + tools/signing/rcodesign-notary-submit
- tools/signing/release.entitlements.xml
- tools/signing/set-config
- + tools/signing/set-config.rcodesign
- + tools/signing/set-config.rcodesign-appstoreconnect
- + tools/signing/setup-rcodesign
- + tools/signing/sync-linux-signer-macos-signed-tar-to-local
- + tools/signing/sync-linux-signer-macos-signed-tar-to-local.mullvadbrowser
The diff was not included because it is too large.
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.
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
e893fe92 by Nicolas Vigier at 2023-10-31T18:07:31+00:00
Bug 40979: Add redirects from old linux filenames in .htaccess, part 2
In a previous commit we already updated projects/release/build for that,
however we re-generate the .htaccess file during the signing process, in
tools/signing/staticiforme-prepare-cdn-dist-upload.
- - - - -
1 changed file:
- tools/signing/staticiforme-prepare-cdn-dist-upload
Changes:
=====================================
tools/signing/staticiforme-prepare-cdn-dist-upload
=====================================
@@ -11,6 +11,17 @@ RewriteRule ^sha256sums.txt.asc$ sha256sums-unsigned-build.txt.asc
RewriteRule ^sha256sums.incrementals.txt$ sha256sums-unsigned-build.incrementals.txt
RewriteRule ^sha256sums.incrementals.txt.asc$ sha256sums-unsigned-build.incrementals.txt.asc
EOF
+
+# Adding redirects for tor-browser-build#40979
+if is_project torbrowser; then
+ cat >> "$dist_dir/.htaccess" << 'EOF'
+RewriteRule ^tor-browser-linux64-(.*)_ALL.tar.xz.asc$ tor-browser-linux-x86_64-$1.tar.xz.asc
+RewriteRule ^tor-browser-linux64-(.*)_ALL.tar.xz$ tor-browser-linux-x86_64-$1.tar.xz
+RewriteRule ^tor-browser-linux32-(.*)_ALL.tar.xz.asc$ tor-browser-linux-i686-$1.tar.xz.asc
+RewriteRule ^tor-browser-linux32-(.*)_ALL.tar.xz$ tor-browser-linux-i686-$1.tar.xz
+EOF
+fi
+
chgrp -R tb-release "$dist_dir"
chmod 775 "$dist_dir"
chmod 664 "$dist_dir"/*
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
dc1b6f12 by Nicolas Vigier at 2023-10-26T11:38:51+02:00
Bug 40979: Add redirects from old linux filenames in .htaccess, part 2
In a previous commit we already updated projects/release/build for that,
however we re-generate the .htaccess file during the signing process, in
tools/signing/staticiforme-prepare-cdn-dist-upload.
- - - - -
1 changed file:
- tools/signing/staticiforme-prepare-cdn-dist-upload
Changes:
=====================================
tools/signing/staticiforme-prepare-cdn-dist-upload
=====================================
@@ -11,6 +11,17 @@ RewriteRule ^sha256sums.txt.asc$ sha256sums-unsigned-build.txt.asc
RewriteRule ^sha256sums.incrementals.txt$ sha256sums-unsigned-build.incrementals.txt
RewriteRule ^sha256sums.incrementals.txt.asc$ sha256sums-unsigned-build.incrementals.txt.asc
EOF
+
+# Adding redirects for tor-browser-build#40979
+if is_project torbrowser; then
+ cat >> "$dist_dir/.htaccess" << 'EOF'
+RewriteRule ^tor-browser-linux64-(.*)_ALL.tar.xz.asc$ tor-browser-linux-x86_64-$1.tar.xz.asc
+RewriteRule ^tor-browser-linux64-(.*)_ALL.tar.xz$ tor-browser-linux-x86_64-$1.tar.xz
+RewriteRule ^tor-browser-linux32-(.*)_ALL.tar.xz.asc$ tor-browser-linux-i686-$1.tar.xz.asc
+RewriteRule ^tor-browser-linux32-(.*)_ALL.tar.xz$ tor-browser-linux-i686-$1.tar.xz
+EOF
+fi
+
chgrp -R tb-release "$dist_dir"
chmod 775 "$dist_dir"
chmod 664 "$dist_dir"/*
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits:
f0ca6b33 by Pier Angelo Vendrame at 2023-10-31T14:18:09+01:00
fixup! Modify build system
Bug 42201: Sign all the channels of local builds
- - - - -
1 changed file:
- fenix/tools/tba-sign-devbuilds.sh
Changes:
=====================================
fenix/tools/tba-sign-devbuilds.sh
=====================================
@@ -41,8 +41,10 @@ sign () {
echo "Signed $out"
}
-for apk in app/build/outputs/apk/fenix/release/*-unsigned.apk; do
- sign "$apk"
+for channel in app/build/outputs/apk/fenix/*; do
+ for apk in $channel/*-unsigned.apk; do
+ sign "$apk"
+ done
done
rm -rf "$tmpdir"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/f0c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/f0c…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-115.4.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
32953eb9 by Henry Wilkes at 2023-10-31T14:41:29+00:00
fixup! Add TorStrings module for localization
Bug 42204: Drop unused aboutTor.dtd
- - - - -
1 changed file:
- − toolkit/torbutton/chrome/locale/en-US/aboutTor.dtd
Changes:
=====================================
toolkit/torbutton/chrome/locale/en-US/aboutTor.dtd deleted
=====================================
@@ -1,43 +0,0 @@
-<!-- Copyright (c) 2022, The Tor Project, Inc.
- - This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-<!-- Remove this entire file once stable reaches 13.0 -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
-<!ENTITY aboutTor.donationBanner.freeToUse "Tor is free to use because of donations from people like you.">
-<!ENTITY aboutTor.donationBanner.buttonA "Donate Now">
-
-<!ENTITY aboutTor.alpha.ready.label "Test. Thoroughly.">
-<!ENTITY aboutTor.alpha.ready2.label "You’re ready to test the world’s most private browsing experience.">
-<!ENTITY aboutTor.alpha.bannerDescription "Tor Browser Alpha is an unstable version of Tor Browser you can use to preview new features, test their performance and provide feedback before release.">
-<!ENTITY aboutTor.alpha.bannerLink "Report a bug on the Tor Forum">
-
-<!ENTITY aboutTor.nightly.ready.label "Test. Thoroughly.">
-<!ENTITY aboutTor.nightly.ready2.label "You’re ready to test the world’s most private browsing experience.">
-<!ENTITY aboutTor.nightly.bannerDescription "Tor Browser Nightly is an unstable version of Tor Browser you can use to preview new features, test their performance and provide feedback before release.">
-<!ENTITY aboutTor.nightly.bannerLink "Report a bug on the Tor Forum">
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/32953eb…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/32953eb…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
b12391cb by Richard Pospesel at 2023-10-26T16:15:00+00:00
Bug 40993: Prepare Tor Browser 13.0.2
- - - - -
3 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox-android/config
- rbm.conf
Changes:
=====================================
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
=====================================
@@ -1,3 +1,7 @@
+Tor Browser 13.0.2 - October 26 2023
+ * Android
+ * Bump firefox-android commit to generate new version code to allow uploading to Google Play (see tor-browser-build#40992)
+
Tor Browser 13.0.1 - October 24 2023
* All Platforms
* Bug 42185: Rebase stable browsers on top of 115.4.0esr [tor-browser]
=====================================
projects/firefox-android/config
=====================================
@@ -16,7 +16,7 @@ container:
var:
fenix_version: 115.2.1
browser_branch: 13.0-1
- browser_build: 6
+ browser_build: 7
variant: Beta
# This should be updated when the list of gradle dependencies is changed.
gradle_dependencies_version: 1
=====================================
rbm.conf
=====================================
@@ -81,8 +81,8 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '13.0.1'
- torbrowser_build: 'build2'
+ torbrowser_version: '13.0.2'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- '13.0'
- '12.5.6'
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b…
You're receiving this email because of your account on gitlab.torproject.org.