From: Heiko Z. <smi...@us...> - 2011-01-18 22:11:25
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4350/scripts Modified Files: loop-AES Log Message: - updated shorewall to 4.4.16 - updated gradm to 2.2.1-201012301333 - updated grsecurity to 2.2.1-2.6.32.28-201101170305 - updated kernel to 2.6.32.28 - updated sagator to 1.2.2 Index: loop-AES =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/loop-AES,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- loop-AES 6 Jan 2010 15:20:24 -0000 1.12 +++ loop-AES 18 Jan 2011 22:11:15 -0000 1.13 @@ -17,6 +17,7 @@ case $1 in build ) + patch_from_file 1 $DL_DIR/src/loop-AES-v3.5b-20110110.diff.bz2 #make CC="gcc -no-pie" LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$(pwd) || exit 1 make PADLOCK=y EXTRA_CIPHERS=y LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$(pwd) || exit 1 ;; |