From: Heiko Z. <smi...@us...> - 2011-05-25 13:59:10
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv15933/scripts Modified Files: create_cd_dirs grsecurity Log Message: - updated aufs2 to git-20110523 - updated cyrus-imapd to 2.4.8 - updated dhcp to 4.2.1-P1 - updated dhcpcd to 5.2.12 - updated dovecot to 2.0.13 - updated file to 5.07 - updated glib to 2.28.6 - updated gradm to 2.2.2-201103262019 - updated grsecurity to 2.2.2-2.6.32.40-201105222331 - updated httpd to 2.2.19 - updated iproute2 to 2.6.38 - updated iptstate to 2.2.3 - updated jailkit to 2.14 - updated jpegsrc to v8c - updated less to 443 - updated lftp to 4.2.3 - updated lm_sensors to 3.3.0 - updated loop-AES to v3.6c - updated mc to 4.7.5.2 - updated mdadm to 3.2.1 - updated mysql to 5.1.57 - updated openldap to 2.4.25 - updated openssh to 5.8p2 - updated linux kernel to 2.6.32.40 - updated php to 5.3.6 - updated postfix to 2.8.3 - updated radvd to 1.8 - updated samba to 3.5.8 - updated snort to 2.9.0.5 - updated squashfs to 4.2 - updated stunnel to 4.36 - updated webmin to 1.550 - updated xtables-addons to 1.35 Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- grsecurity 6 Jan 2010 15:20:24 -0000 1.44 +++ grsecurity 25 May 2011 13:59:08 -0000 1.45 @@ -21,7 +21,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then - bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 | patch -p1 || exit 1 + bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 | sed -e "s/-Wno-empty-body//g" | patch -p1 || exit 1 touch devil-linux-grsec-kernel-patches.done fi # make sure we got all the line breaks we need Index: create_cd_dirs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/create_cd_dirs,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- create_cd_dirs 19 May 2011 18:34:31 -0000 1.34 +++ create_cd_dirs 25 May 2011 13:59:08 -0000 1.35 @@ -40,7 +40,7 @@ # create links ln -s sbin $INITRDDIR/bin ln -s . $INITRDDIR/usr - ln -s /shm/etc $INITRDDIR/etc + ln -s /shm/etc-mods $INITRDDIR/etc DIRS='bin boot cd cdrom floppy initrd lib proc sbin var home' mk_dir $CDDIR $DIRS |