brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.57k stars 2.28k forks source link

Manual test run on macOS (arm64) for Tor 0.4.7.13 - Release #3 #31490

Closed GeetaSarvadnya closed 1 year ago

GeetaSarvadnya commented 1 year ago

Ventura 13.x

Tor Client Updater

MacOS

Big Sur 11.x

Tor Client Updater

MacOS

stephendonner commented 1 year ago

Big Sur - PASSED using

Brave | 1.52.129 Chromium: 114.0.5735.198 (Official Build) (arm64)
-- | --
Revision | c3029382d11c5f499e4fc317353a43d411a5ce1c-refs/branch-heads/5735@{#1394}
OS | macOS Version 11.7.8 (Build 20G1351)
Confirmed `Tor` component updater version `1.0.64`: Screen Shot 2023-07-07 at 12 58 03 AM Confirmed related `Tor`-libraries/dependencies' versions: ``` Jul 06 23:43:36.874 [notice] Tor 0.4.7.13 running on Darwin with Libevent 2.1.12-stable, OpenSSL 1.1.1t, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. ``` Confirmed `Tor` binary is notarized: ``` stephendonner@Stephens-MBP-3 1.0.64 % spctl -a -vv -t install tor-0.4.7.13-darwin-brave-1 tor-0.4.7.13-darwin-brave-1: accepted source=Notarized Developer ID origin=Developer ID Application: Brave Software, Inc. (KL8N8XSYF4) ``` Confirmed `Tor` codesign is valid: ``` stephendonner@Stephens-MBP-3 1.0.64 % codesign -vvvv tor-0.4.7.13-darwin-brave-1 tor-0.4.7.13-darwin-brave-1: valid on disk tor-0.4.7.13-darwin-brave-1: satisfies its Designated Requirement ``` Confirmed onion sites loaded via their `.onion` button: - brave.com -> https://brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/ - mail.protonmail.com -> https://account.protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/ - theguardian.com -> https://www.guardian2zotagl6tmjucg3lrhxdk4dw3lhbqnkvvkywawy3oqfoprid.onion/international
LaurenWags commented 1 year ago

Verified for the below:

macOS 13.4.1 Ventura arm64 - PASSED Verified on macOS 13.4.1 arm64 using the following build: ``` Brave 1.52.129 Chromium: 114.0.5735.198 (Official Build) (arm64) Revision c3029382d11c5f499e4fc317353a43d411a5ce1c-refs/branch-heads/5735@{#1394} OS macOS Version 13.4.1 (Build 22F82) ``` Confirmed that the correct Tor component was being downloaded via --use-dev-goupdater-url: ![M1](https://github.com/brave/brave-browser/assets/28145373/b0f95ff2-818b-4896-9c91-0faa47cdedd3) Confirmed that the Tor component was started when launching Tor and ensured Tor 0.4.7.13 was being used. Confirmed that OpenSSL version is 1.1.1t. Confirmed that Zlib version is 1.2.13. ``` Jul 07 09:29:08.439 [notice] Tor 0.4.7.13 running on Darwin with Libevent 2.1.12-stable, OpenSSL 1.1.1t, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. ``` Confirmed that you can open the following domains in a Tor window without issues: * brave.com * https://brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/ * check.torproject.org (ensured that hard refreshing gets a new circuit/IP) Confirmed the following sites opened via “Open in Tor” button from normal window and navigated to .onion URL in a Tor window: * brave.com --> https://brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/ * https://account.proton.me/login --> https://account.protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/ Confirmed that codesign is valid: ``` laurenwags@Laurens-M1 1.0.64 % codesign -vvvv tor-0.4.7.13-darwin-brave-1 tor-0.4.7.13-darwin-brave-1: valid on disk tor-0.4.7.13-darwin-brave-1: satisfies its Designated Requirement ``` Confirmed that the binary is notarized: ``` laurenwags@Laurens-M1 1.0.64 % spctl -a -vv -t install tor-0.4.7.13-darwin-brave-1 tor-0.4.7.13-darwin-brave-1: accepted source=Notarized Developer ID origin=Developer ID Application: Brave Software, Inc. (KL8N8XSYF4) ```