tag 299105 patch
thanks
The attached patch fixes this bug. I prepared an NMU for this fix, but
I am not a Debian developer so I will have to ask someone to sponsor the
upload. The new source package is available here:
http://mentors.debian.net/debian/pool/main/s/stunnel/
I'll see if my AM can perform the NMU.
--- client.c.orig 2005-03-11 23:05:36.513448816 -0800
+++ client.c 2005-03-11 23:00:13.919490552 -0800
@@ -729,9 +729,9 @@
leave_critical_section(CRIT_NTOA);
putenv(env[0]);
if(c->ip) {
- putenv("LD_PRELOAD=" libdir "/stunnel.so");
+ putenv("LD_PRELOAD=" libdir "/libstunnel.so");
/* For Tru64 _RLD_LIST is used instead */
- putenv("_RLD_LIST=" libdir "/stunnel.so:DEFAULT");
+ putenv("_RLD_LIST=" libdir "/libstunnel.so:DEFAULT");
addr.s_addr = c->ip;
}
if(c->ssl) {