Included the maintainer for the heads-up, w/original mail link for log reference... http://marc.theaimsgroup.com/?l=openbsd-misc&m=115014897914046&w=2
Hugo Villeneuve wrote: > Was gonna write about this soon. Run into the same problem while > upgrading a machine from 3.5 to 3.9. > > running an exec cmd not in a pty is broken in stunnel since they > added --enable-ipv6 in OpenBSD 3.7. Sure enough, that's it! I recompiled the port without the --enable-ipv6 line in the Makefile, and it functions as expected. > It fails in make_sockets() in client.c. I could make it work by not > using --enable-ipv6. Was gonna try by undefining INET_SOCKET_PAIR > in client.c to see if that worked but got sidetracked. > > I didn't debug the program to see what was wrong. This is what I > figured from ktracing it. > Hadn't had time to ktrace it myself, thanks for sharing your knowledge on the matter. - Seth

