lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

March 2023

  • 1 participants
  • 121 discussions
[Git][tpo/applications/tor-browser] Pushed new branch tor-browser-102.9.0esr-12.0-1
by Richard Pospesel (@richard) 08 Mar '23

08 Mar '23
Richard Pospesel pushed new branch tor-browser-102.9.0esr-12.0-1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new branch base-browser-102.9.0esr-12.5-1
by Richard Pospesel (@richard) 08 Mar '23

08 Mar '23
Richard Pospesel pushed new branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/base-brow… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new branch base-browser-102.9.0esr-12.0-1
by Richard Pospesel (@richard) 08 Mar '23

08 Mar '23
Richard Pospesel pushed new branch base-browser-102.9.0esr-12.0-1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/base-brow… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.0-1] fixup! Bug 40925: Implemented the Security Level component
by Richard Pospesel (@richard) 07 Mar '23

07 Mar '23
Richard Pospesel pushed to branch base-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser Commits: e1ca4dc0 by Richard Pospesel at 2023-03-07T14:14:49+00:00 fixup! Bug 40925: Implemented the Security Level component Use --warning-color variable for the Custom label in the security level popup. (cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac) - - - - - 1 changed file: - browser/components/securitylevel/content/securityLevelPanel.css Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -47,7 +47,7 @@ label#securityLevel-level { label#securityLevel-custom { border-radius: 4px; - background-color: var(--yellow-50); + background-color: var(--warning-color); color: black; font-size: 1em; height: 1.6em; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e1ca4dc… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e1ca4dc… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.0-1] fixup! Bug 40925: Implemented the Security Level component
by Richard Pospesel (@richard) 07 Mar '23

07 Mar '23
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser Commits: dbc21572 by Richard Pospesel at 2023-03-07T14:14:31+00:00 fixup! Bug 40925: Implemented the Security Level component Use --warning-color variable for the Custom label in the security level popup. (cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac) - - - - - 1 changed file: - browser/components/securitylevel/content/securityLevelPanel.css Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -47,7 +47,7 @@ label#securityLevel-level { label#securityLevel-custom { border-radius: 4px; - background-color: var(--yellow-50); + background-color: var(--warning-color); color: black; font-size: 1em; height: 1.6em; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dbc2157… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dbc2157… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.5-1] fixup! Bug 40925: Implemented the Security Level component
by Richard Pospesel (@richard) 07 Mar '23

07 Mar '23
Richard Pospesel pushed to branch base-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser Commits: 9a4e12a2 by Richard Pospesel at 2023-03-07T14:14:09+00:00 fixup! Bug 40925: Implemented the Security Level component Use --warning-color variable for the Custom label in the security level popup. (cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac) - - - - - 1 changed file: - browser/components/securitylevel/content/securityLevelPanel.css Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -49,7 +49,7 @@ #securityLevel-custom { border-radius: 4px; - background-color: var(--yellow-50); + background-color: var(--warning-color); color: black; padding: 0.4em 0.5em; margin-inline-start: 1em; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9a4e12a… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9a4e12a… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] fixup! Bug 40925: Implemented the Security Level component
by Richard Pospesel (@richard) 07 Mar '23

07 Mar '23
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser Commits: 4f7b3857 by Richard Pospesel at 2023-03-06T14:30:53+00:00 fixup! Bug 40925: Implemented the Security Level component Use --warning-color variable for the Custom label in the security level popup. - - - - - 1 changed file: - browser/components/securitylevel/content/securityLevelPanel.css Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -49,7 +49,7 @@ #securityLevel-custom { border-radius: 4px; - background-color: var(--yellow-50); + background-color: var(--warning-color); color: black; padding: 0.4em 0.5em; margin-inline-start: 1em; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4f7b385… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4f7b385… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
by Pier Angelo Vendrame (@pierov) 06 Mar '23

06 Mar '23
Pier Angelo Vendrame pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser Commits: f1ea47b4 by Dan Ballard at 2023-03-06T13:47:51+00:00 fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser update 'make run' to process optional parameter ARGS="..." - - - - - 1 changed file: - tools/torbrowser/Makefile Changes: ===================================== tools/torbrowser/Makefile ===================================== @@ -34,7 +34,7 @@ fat-aar: all: build deploy run: - $(BINARIES)/dev/Browser/start-tor-browser -v + $(BINARIES)/dev/Browser/start-tor-browser -v $(ARGS) jslint: ./jslint.sh $(DEV_ROOT) $(JS) View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f1ea47b… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f1ea47b… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
by Pier Angelo Vendrame (@pierov) 06 Mar '23

06 Mar '23
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: fffda1fd by Pier Angelo Vendrame at 2023-03-06T10:21:29+01:00 Bug 40801: Correct the ExecShell open path on the Windows system-wide installer - - - - - 1 changed file: - projects/browser/windows-installer.nsi Changes: ===================================== projects/browser/windows-installer.nsi ===================================== @@ -240,6 +240,9 @@ ${EndIf} FunctionEnd Function StartBrowser -ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk" +[% IF !system_install_mode -%] + ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk" +[% ELSE -%] + ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe" +[% END -%] FunctionEnd - View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 40750: Solve rlbox reproducibility problems
by Pier Angelo Vendrame (@pierov) 06 Mar '23

06 Mar '23
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 76054058 by Pier Angelo Vendrame at 2023-03-03T18:42:49+01:00 Bug 40750: Solve rlbox reproducibility problems The wasi-sandbox project was not reproducible, because libc.a was filled in a non-deterministic order. Its Makefile contains some wildcards, but adding a sort to them was not enough to build libc.a deterministically. After fixing this problem, Firefox build issue disappears, too. Upstream issue: https://github.com/WebAssembly/wasi-libc/issues/398 - - - - - 4 changed files: - + projects/wasi-sysroot/0001-Sort-the-object-list-passed-to-ar-in-the-Makefile.patch - projects/wasi-sysroot/build - projects/wasi-sysroot/config - rbm.conf Changes: ===================================== projects/wasi-sysroot/0001-Sort-the-object-list-passed-to-ar-in-the-Makefile.patch ===================================== @@ -0,0 +1,36 @@ +From ef21e4f17e104a34e7db89215db567cddd48832d Mon Sep 17 00:00:00 2001 +From: Pier Angelo Vendrame <pierov(a)torproject.org> +Date: Wed, 1 Mar 2023 10:19:50 +0100 +Subject: [PATCH] Sort the object list passed to ar in the Makefile. + +This makes builds reproducible. +--- + Makefile | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/Makefile b/Makefile +index c31e3d7..f350ecb 100644 +--- a/Makefile ++++ b/Makefile +@@ -488,13 +488,13 @@ $(SYSROOT_LIB)/libwasi-emulated-signal.a: $(LIBWASI_EMULATED_SIGNAL_OBJS) $(LIBW + %.a: + @mkdir -p "$(@D)" + # On Windows, the commandline for the ar invocation got too long, so it needs to be split up. +- $(AR) crs $@ $(wordlist 1, 199, $^) +- $(AR) crs $@ $(wordlist 200, 399, $^) +- $(AR) crs $@ $(wordlist 400, 599, $^) +- $(AR) crs $@ $(wordlist 600, 799, $^) ++ $(AR) crs $@ $(wordlist 1, 199, $(sort $^)) ++ $(AR) crs $@ $(wordlist 200, 399, $(sort $^)) ++ $(AR) crs $@ $(wordlist 400, 599, $(sort $^)) ++ $(AR) crs $@ $(wordlist 600, 799, $(sort $^)) + # This might eventually overflow again, but at least it'll do so in a loud way instead of + # silently dropping the tail. +- $(AR) crs $@ $(wordlist 800, 100000, $^) ++ $(AR) crs $@ $(wordlist 800, 100000, $(sort $^)) + + $(MUSL_PRINTSCAN_OBJS): CFLAGS += \ + -D__wasilibc_printscan_no_long_double \ +-- +2.39.2 + ===================================== projects/wasi-sysroot/build ===================================== @@ -28,6 +28,9 @@ mv clang-source llvm-project export LLVM_HOME=$(pwd)/llvm-project tar -xf $rootdir/[% c('input_files_by_name/wasi-libc') %] mv wasi-libc-* wasi-libc +pushd wasi-libc +patch -p1 < "$rootdir/0001-Sort-the-object-list-passed-to-ar-in-the-Makefile.patch" +popd popd # What follows has been copied from Firefox's @@ -53,11 +56,14 @@ cat > 'version.sh' << EOF echo '[% c("abbrev") %]' EOF -# Build wasi-libc, libc++ and libc++abi. +# Build wasi-libc, and re-pack it, to make sure we get a deterministic output. +make PREFIX=/wasi build/wasi-libc.BUILT + +# We need to compile compiler-rt before building libc++ and libc++abi, because +# we need to inject it to Clang. make \ LLVM_PROJ_DIR=$LLVM_HOME \ PREFIX=/wasi \ - build/wasi-libc.BUILT \ build/compiler-rt.BUILT \ NINJA_FLAGS='-j[% c("num_procs") %]' @@ -66,6 +72,7 @@ rtdir="build/llvm/lib/clang/$(ls build/llvm/lib/clang)/lib/wasi" mkdir -p "$rtdir" cp build/compiler-rt/lib/wasi/libclang_rt.builtins-wasm32.a "$rtdir/" +# Now we can finally build libc++ and libc++abi. make \ LLVM_PROJ_DIR=$LLVM_HOME \ PREFIX=/wasi \ ===================================== projects/wasi-sysroot/config ===================================== @@ -33,3 +33,4 @@ input_files: project: wasi-config - name: wasi-libc project: wasi-libc + - filename: '0001-Sort-the-object-list-passed-to-ar-in-the-Makefile.patch' ===================================== rbm.conf ===================================== @@ -170,7 +170,7 @@ var: - zh-rCN - zh-rTW - rlbox: 0 + rlbox: 1 sign_build: '[% ENV.RBM_SIGN_BUILD %]' sign_build_gpg_opts: '[% ENV.RBM_GPG_OPTS %]' 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.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.