On Wed, Jun 03, 2020 at 06:13:26PM +0200, Caspar Schutijser wrote: > Below is a patch that updates Tor Browser to 9.5. Briefly tested on > amd64. Release announcement: > https://blog.torproject.org/new-release-tor-browser-95 > > Includes a change from Stéphane HUC to the pkg-readme of > meta/tor-browser.
(I should have added this in the initial email.) In case you're a bit puzzled by the .mozconfig patch: at the top of the .mozconfig file, there is this comment: # This mozconfig file is not used in official Tor Browser builds. # It is only intended to be used when doing incremental Linux builds # during development. The platform-specific mozconfig configuration # files used in official Tor Browser releases can be found in the # tor-browser-build repo: # https://gitweb.torproject.org/builders/tor-browser-build.git/ # under: # tor-browser-build/projects/firefox/mozconfig-$OS-$ARCH So I've compared the .mozconfig shipped in the tarball with the file they're referring to and as a result commented out a few options. I'll think of a way to make it easier to stay in sync. Thanks, Caspar Schutijser
