dkm has produced a version that, according to my tests, works fine on Wheezy. It is available from git://numm.org/tordnsel. I have installed the dependencies using cabal install.
(This time on the right ticket, sorry for the mess.)
Let's get this one out, then I'll post another batch to fix a bunch of deprecation errors left.
once I can merge the changes, we can release a new version, and try it out on our server. can everything be installed via apt-get? We can't do cabal on production machines, only apt-get. If it's not in a debian repo, we cannot install it.
Cabal is haskell's build infrastructure; you use it to compile regardless of whether you invoke the cabal binary or the Setup.hs scriptlet.
re: debian repo:
I added some additional code to cope with relatively old libraries in wheezy (so it builds exactly with libghc-XXX-dev libraries installed with apt), but it will break the build the next time libraries are revbumped.
Cabal can also fetch and compile all the needed haskell dependencies for a project. What's your take on having build-time deps that are not in debian repos, but are fully automatically fulfilled by the build system to produce a debian-packagable and deployable binary?
The difference is in canonicalization of directory paths: the failing first test is trying to verify config parsing and expects a certain trailing slash to be stripped.
The code to perform the stripping does not exist, however, and it wouldn't make any difference if it did.
Which is a symptom of the more basic fact that the tests haven't been kept up to date with the rest of the code, are very sparse to begin with, and not very useful in general. Especially since the proposed patch barely touches parsing.
Which is why I didn't rely on them while fixing the code.
The only way to actually test this is to create a basic config, run the program and use dig or such to establish that the responses are what they should be.
I've been meaning to write a short guide on how to set it up. But that procedure is not changed by the patch in question, so whoever already knows how to set up and run a tordnsel instance could just give it a go and see if it works?
I've been meaning to write a short guide on how to set it up. But that procedure is not changed by the patch in question, so whoever already knows how to set up and run a tordnsel instance could just give it a go and see if it works?
I'm not sure that there's anyone left who knows tordnsel well enough to feel comfortable setting it up and accepting a patch, so something like a guide, or some docker/vagrant configs, for setting up a test environment would likely be quite helpful!
FWIW, I've met a person recently who expressed interest in working on tordnsel, but they seemed to be a bit discouraged that this ticket has gone without review for a year or so.