Squirrelmail security patch for 1.4.6

thanks..applied and worked fine...though one hunk died on the updating of the comments..but no biggie their.
 
Commands to apply patch:

Code:
cd /var/www/html/squirrelmail/functions
wget -O patch "http://squirrelmail.cvs.sourceforge.net/squirrelmail/squirrelmail/functions/global.php?r1=1.27.2.16&r2=1.27.2.17&view=patch&pathrev=SM-1_4-STABLE"

patch -p0 < patch
rm -rf patch
 
Most of us have this version:
Code:
* @version $Id: global.php,v 1.27.2.15 2006/02/03 22:27:47 jervfors Exp $
instead of
Code:
* @version $Id: global.php,v 1.27.2.16 2006/04/14 22:27:07 jervfors Exp $
 
Back
Top