On Fri, 3 Sep 2004, Carlos Eduardo Gomes Marins wrote:
How can I apply this brand new patch to correct the Squid NTLM Authentication Denial of Service Vulnerability? I've downloaded the patch... But do I really need to apply to the source code and then run configure... again?
Yes. Well, you do not need to run configure but you need to run "make install".
Is there na "easy" way to do this?
Can it be asier?
Is there a way to apply the correction directly to already running Squid?
patch -p1 </path/to/file.patch make install restart Squid [how depends on how you start Squid]
Regards Henrik
