[imp] Imp Security
Lars Hecking
lhecking@nmrc.ucc.ie
Tue, 13 Nov 2001 12:18:36 +0000
Felipe Scuciatto dos Santos writes:
> Hello Guys !
>
> I´ve got a question about the last flaw found at imp:
>
> Is there any way to solve the problem without upgrade the version ??
> I´ve got a hardly configured imp and its quite dificult to do it again !
>
> But . . Wich files should a change etc.. !
Well, Brent just posted it ...
Alternative method: make a backup of your current install
tar cf horde.tar horde
then get the patches for horde and imp and apply them.
gunzip patch-horde-1.2.6-1.2.7.gz
gunzip patch-imp-2.2.6-2.2.7.gz
cd horde
patch -p1 <../patch-horde-1.2.6-1.2.7
cd imp
patch -p1 <../../patch-imp-2.2.6-2.2.7