[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42380] [PATCH v4 0/9] gnu: Add torbrowser-unbundle.
From: |
André Batista |
Subject: |
[bug#42380] [PATCH v4 0/9] gnu: Add torbrowser-unbundle. |
Date: |
Thu, 3 Jun 2021 00:17:37 -0300 |
*** Updated patch series to add torbrowser-unbundle current stable ***
The first 8 patches are identical to the previous versions, except
they've been updated to reflect line number changes on current guix.
Tor Browser is now built mainly from tarballs, except for
tor-browser-builder which needs a git repo. torbutton is not defined
anymore since it's already bundled.
The browser is fully working, but there are still two issues I'd like
to solve: 1. build extensions from source; 2. make it deterministic
again. I've left comments on code if anyone cares to try and solve
them before I get the time to give it another go.
Cheers,
André Batista (9):
gnu: Add go-torproject-org-ptlib.
gnu: Add go-github-com-agl-ed25519.
gnu: Add go-github-com-dchest-siphash.
gnu: Add go-github-com-dchest-uniuri.
gnu: Add go-github-com-dsnet-compress.
gnu: Add go-schwanenlied-me-yawning-bsaes.
gnu: Add go-gitlab-com-yawning-utls.
gnu: Add obfs4.
gnu: Add torbrowser-unbundle.
gnu/local.mk | 3 +
gnu/packages/golang.scm | 201 +++++
.../patches/torbrowser-start-desktop.patch | 22 +
.../patches/torbrowser-start-script.patch | 181 +++++
gnu/packages/tor.scm | 755 +++++++++++++++++-
5 files changed, 1159 insertions(+), 3 deletions(-)
create mode 100644 gnu/packages/patches/torbrowser-start-desktop.patch
create mode 100644 gnu/packages/patches/torbrowser-start-script.patch
--
2.31.1
- [bug#42380] [PATCH v4 0/9] gnu: Add torbrowser-unbundle.,
André Batista <=
- [bug#42380] [PATCH v4 1/9] gnu: Add go-torproject-org-ptlib., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 2/9] gnu: Add go-github-com-agl-ed25519., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 3/9] gnu: Add go-github-com-dchest-siphash., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 5/9] gnu: Add go-github-com-dsnet-compress., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 4/9] gnu: Add go-github-com-dchest-uniuri., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 6/9] gnu: Add go-schwanenlied-me-yawning-bsaes., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 8/9] gnu: Add obfs4., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 7/9] gnu: Add go-gitlab-com-yawning-utls., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 9/9] gnu: Add torbrowser-unbundle., André Batista, 2021/06/02