Ticket #682 (closed defect: fixed)
Opened 2 years ago
Last modified 2 years ago
tor is broken
| Reported by: | paul0 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
current tor bep file tries to download a file that isn't on the server anymore, created a bep file with the latest version, and worked without the need os patch
DESCRIPTION="Anonymizing overlay network for TCP"
HOMEPAGE=" http://www.torproject.org/"
SRC_URI=" https://www.torproject.org/dist/tor-0.2.3.25.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/openssl >= 0.9.8
dev-libs/libevent >= 2.0.10"
CHECKSUM_MD5="a1c364189a9a66ed9daa8e6436489daf"
BUILD {
cd tor-0.2.3.25
autoconf
./configure --prefix=finddir B_COMMON_DIRECTORY --disable-asciidoc
make
}
INSTALL {
cd tor-0.2.3.25
make install
}
TEST {
cd tor-0.2.3.25
make test
}
LICENSE="Zlib"
COPYRIGHT="2001-2004, Roger Dingledine
2004-2006, Roger Dingledine, Nick Mathewson
2007-2011, The Tor Project, Inc."
Attachments
Change History
comment:1 Changed 2 years ago by freeman2430
Changed 2 years ago by freeman2430
- attachment tor-0.2.3.25.3.bep added
comment:2 Changed 2 years ago by scottmc
Here's where it got fixed for Haiku:
https://gitweb.torproject.org/tor.git/commit/f783a326b82518bf75b1d3952332b05aac7ffd9b
thx Martin
comment:3 Changed 2 years ago by scottmc
Tor is putting files in common/share and common/etc, the common/etc is getting a settings file, this might be better in B_COMMON_SETTINGS? See if you can figure out how to get configure to override putting files in those two places. I tried --datarootdir and --sysconfdir, but they didn't seem to help. See attached screenshot.
Changed 2 years ago by scottmc
- attachment tor-wrong-directories.png added
tor is puttig files in common/etc and common/share
comment:4 Changed 2 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
should be fixed in r2249.
