From: <smi...@us...> - 2003-12-29 19:39:22
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv26093 Modified Files: CHANGES Log Message: - enabled compilation of iptables with the GCC SSP - enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN - added new functions to build system: disable_et_dyn () & enable_et_dyn () Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.619 retrieving revision 1.620 diff -u -d -r1.619 -r1.620 --- CHANGES 29 Dec 2003 18:57:23 -0000 1.619 +++ CHANGES 29 Dec 2003 19:35:59 -0000 1.620 @@ -22,6 +22,8 @@ # 1.1.1 +- enabled compilation of iptables with the GCC SSP +- enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added smartmontools v5.26 (rpd) - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN |