From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Tor Browser Date: Sun, 26 Jun 2016 12:05:13 +0200 Message-ID: <87r3bkmfja.fsf@gnu.org> References: <20160623104107.GA2505@shadowwalker> <20160623132347.GA9193@shadowwalker> <87a8ia7pq4.fsf@gnu.org> <20160624134357.GA30727@shadowwalker> <87por637vi.fsf_-_@gnu.org> <20160624174913.GA19633@shadowwalker> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bH6wL-0007oe-PB for guix-devel@gnu.org; Sun, 26 Jun 2016 06:05:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bH6wH-0006op-I4 for guix-devel@gnu.org; Sun, 26 Jun 2016 06:05:20 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bH6wH-0006og-Ey for guix-devel@gnu.org; Sun, 26 Jun 2016 06:05:17 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:41518 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bH6wF-0008PY-Oe for guix-devel@gnu.org; Sun, 26 Jun 2016 06:05:16 -0400 In-Reply-To: <20160624174913.GA19633@shadowwalker> (ng0@we.make.ritual.n0.is's message of "Fri, 24 Jun 2016 17:49:13 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi! ng0 skribis: > What it does is the following: > > A shallow checkout of https://git.torproject.org/tor-browser.git > which is usually pinned to a tag specified in the gitian build > repository of torproject for tor-browser, > pull in gentoo specific patchsets for the firefox version, > pull in an architecture specific torbrowser from either > https://archive.torproject.org/tor-package-archive/${PN}/${TOR_PV}or > https://dist.torproject.org/${PN}/${TOR_PV} (arch is x86 or amd64), > prepare the source: > 1. apply firefox patches > 2. revert "change the default firefox profile directory to be tbb-relativ= e" (patch) > 3. allow the lightspark and freshplayerplugins for whatever reasons (exce= pt them from a blocklist) > 4. fix some nss problems > 5. set the plugins directory to the global one of gentoo > 6. fix sandbox violations > etc etc (very similar to firefox at this point and before it) > configure: > rename install executables and directories > disable the update + set the tor-browser version > install (build): > some orientation around the tor-browser-bunde.git repository > some firefox again > set a profile > install files. I suppose TB contains a script that does all that, right? Would it work to simply run it? If it invokes wget/curl, then this needs to be replaced, but the rest should be fine. It=E2=80=99s unfortunate that there=E2=80=99s no ready-to-build TB tarball,= that would simplify things for us. Thanks, Ludo=E2=80=99.