Ticket #553 (closed task: fixed)
Opened 4 years ago
Last modified 8 months ago
add net-misc/tor
| Reported by: | martinhpedersen | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | |
| Severity: | normal | Keywords: | tor torproject anonymizer |
| Cc: |
Description
Anonymizing overlay network for TCP ( https://www.torproject.org/)
Compiles fine with gcc2 after removing -lm from some Makefiles (see patch).
One problem is that the tor project force us to download the source via https and wget needs the certificate.
Tested with torsocks and BeZillaBrowser?: working:)
We need torsocks in order to "torify" an application, but that should be added as a separate package. I've gotten everything but the tests to compile, so torsocks needs some more work.
Attachments
Change History
Changed 4 years ago by martinhpedersen
- attachment tor-0.2.2.34.bep added
comment:1 Changed 4 years ago by martinhpedersen
New version (0.2.2.35) released, so we should probably drop previous.
This time a wrote the patch "the right way", using AC_SEARCH_LIBS in configure.in to search for cos function.
EDIT:
This patch (and a new one fixing a newly introduced bug) has been merged into torproject's master repository, and newer releases should be working out-of-the-box.
Changed 4 years ago by martinhpedersen
- attachment tor-0.2.2.35.bep added
Changed 4 years ago by martinhpedersen
- attachment tor-0.2.2.35.patch added
comment:2 Changed 4 years ago by scottmc
added in r1807. It's putting things in /boot/common/share, see if you can fix it to use finddir and put docs into B_COMMON_DOCUMENTATION instead.
Changed 3 years ago by martinhpedersen
- attachment tor-0.2.2.35.2.bep added
New bep with fixed install dirs
comment:3 Changed 8 months ago by scottmc
- Resolution set to fixed
- Status changed from new to closed

bep