[tor-dev] torsocks-2.0: NetBSD mmap patch

2014-11-21 Thread Thomas Klausner
Hi! Please apply the attached patch to fix torsocks-2.0 on NetBSD. Thanks, Thomas $NetBSD$ handle_mmap() is needed in order to correctly build torsocks. --- src/lib/syscall.c.orig 2014-08-11 16:44:46.0 + +++ src/lib/syscall.c @@ -68,7 +68,7 @@ static LIBC_CONNECT_RET_TYPE hand

[tor-dev] tor-0.2.5.10: weird test failure

2014-11-21 Thread Thomas Klausner
Hi! I'm currently trying to update tor in pkgsrc (www.pkgsrc.org) to 0.2.5.10. When I run the self tests with 'make check', I see: .../work/tor-0.2.5.10> make check make check-TESTS check-local PASS: src/test/test make all-am

[tor-dev] torsocks-v2.0.0-rc3 NetBSD improvements

2013-11-05 Thread Thomas Klausner
Hi! I've patched torsocks-v2.0.0-rc3 to compile on NetBSD. There is one warning left: syscall.c: In function 'handle_mmap': syscall.c:88:9: warning: cast from pointer to integer of different size and I haven't done any functional tests yet. What is the easiest way to do that? Attached are the p