Re: [SM-USERS] using patch

2005-06-24 Thread harryp
> If you put the patch in the main SquirrelMail directory, this should work: > > squirrelmail-1.4.4]# patch -p1 < sqm-144-xss.patch > > If you for some reason cut and pasted the patch instead of downloading > it (wget or whatever), you might add the -l option. Ahhh. The -l worked. I have no id

Re: [SM-USERS] using patch

2005-06-24 Thread harryp
> 'man patch', read it and read it and read it again until you drop dead. > Then experiment with what you read. Finally, "how come it worked?" > > For the rest, it doesn't matter (of course it doesn't) where you put the > patch on your machine, as long as you give a path to it. > > --Tonni Somehow

Re: [SM-USERS] using patch

2005-06-24 Thread harryp
> If you put the patch in the main SquirrelMail directory, this should work: > > squirrelmail-1.4.4]# patch -p1 < sqm-144-xss.patch > > If you for some reason cut and pasted the patch instead of downloading > it (wget or whatever), you might add the -l option. Thanks for your help sir. Does it ma

Re: [SM-USERS] using patch

2005-06-24 Thread Tony Earnshaw
fre, 24.06.2005 kl. 17.52 skrev > > What error did you receive what os are you running > I am running RHEL 3 (I am not using the RPM). The error is > > [EMAIL PROTECTED] .com]# patch -p0 < sqm-144-xss.patch > can't find file to patch at input line 4 > Perhaps you used the wrong -p

Re: [SM-USERS] using patch

2005-06-24 Thread Paul Lesneiwski
If you put the patch in the main SquirrelMail directory, this should work: squirrelmail-1.4.4]# patch -p1 < sqm-144-xss.patch If you for some reason cut and pasted the patch instead of downloading it (wget or whatever), you might add the -l option. [EMAIL PROTECTED] wrote: What error did y

Re: [SM-USERS] using patch

2005-06-24 Thread harryp
> What error did you receive what os are you running I am running RHEL 3 (I am not using the RPM). The error is [EMAIL PROTECTED] .com]# patch -p0 < sqm-144-xss.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this

Re: [SM-USERS] using patch

2005-06-24 Thread Ken Jones
On Fri, June 24, 2005 10:34, [EMAIL PROTECTED] wrote: > I want to apply the latest patch to Squirrelmail version 1.4.4 > http://www.squirrelmail.org/security/issue/2005-06-15 > > > How can I do this? I know the patch needs to be in the root of the > Squirrelmail directory and then the patch comman

[SM-USERS] using patch

2005-06-24 Thread harryp
I want to apply the latest patch to Squirrelmail version 1.4.4 http://www.squirrelmail.org/security/issue/2005-06-15 How can I do this? I know the patch needs to be in the root of the Squirrelmail directory and then the patch command needs to be issued. I tried doing a “patch -p0 < sqm-144-xss.pat