Sorry my mistake, stunnel 4.22 doesn't already contain the patch but my
RPM was compiled with this patch
http://haproxy.1wt.eu/download/patches/stunnel-4.22-xforwarded-for.diff
I have both a x86 and 64bit versions RPM packaged for CentOS 5.3 if you
want them.
Duncan
Duncan Hall wrote:
Have you considered just downloading and compiling stunnel-4.22 it
already contains the patch?
I see you are using Centos. I have compiled an x86 stunnel-4.22 rpm
for CentOS 5.3 perhaps I could email it to you?
Regards,
Duncan
Nelson Serafica wrote:
I know this is a stupid question but how do I patch stunnel? I have
extract haproxy.tar.gz. cd to that directory and command "patch <
../stunnel-4.15-xforwarded-for.diff" but I encountered an error:
[r...@centos haproxy-1.3.20]# patch <
../stunnel-4.15-xforwarded-for.diff
can't find file to patch at input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -ru stunnel-4.15/doc/stunnel.8 stunnel-4.15_patched/doc/stunnel.8
|--- stunnel-4.15/doc/stunnel.8 2005-11-17 11:39:08.000000000 +0100
|+++ stunnel-4.15_patched/doc/stunnel.8 2006-07-07 09:13:34.000000000
+0200
--------------------------
File to patch:
Anyone knows how to resolve the problem?