Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv27790/scripts
Modified Files:
grsecurity quagga
Log Message:
- updated grsecurity to 2.2.2-3.1.6-201112222105
- updated ipac-ng to 1.34.2
- updated patch to 3.1.6
- updated postgresql to 8.4.10
- updated quagga to 0.99.20
- updated radvd to 1.8.3
- updated samba to 3.5.12
- updated stunnel to 4.50
Index: quagga
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/quagga,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- quagga 5 Dec 2011 09:11:38 -0000 1.16
+++ quagga 29 Dec 2011 21:32:01 -0000 1.17
@@ -19,12 +19,12 @@
case $1 in
build )
if [ "$CONFIG_QUAGGA" = "y" ]; then
- if [ ! -f devil-linux-quagga-patches.done ]; then
- touch devil-linux-quagga-patches.done
- for i in $( ls $DL_DIR/src/quagga-*.patch.bz2); do
- bzcat $i | patch -p1 || exit 1
- done
- fi
+ #if [ ! -f devil-linux-quagga-patches.done ]; then
+ # touch devil-linux-quagga-patches.done
+ # for i in $( ls $DL_DIR/src/quagga-*.patch.bz2); do
+ # bzcat $i | patch -p1 || exit 1
+ # done
+ #fi
if [ "$CONFIG_NET_SNMP" = "y" ]; then
SNMP="--enable-snmp"
fi
Index: grsecurity
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- grsecurity 12 Dec 2011 13:49:18 -0000 1.47
+++ grsecurity 29 Dec 2011 21:32:01 -0000 1.48
@@ -40,6 +40,7 @@
set_kernel_option CONFIG_IP_NF_SECURITY m
set_kernel_option CONFIG_IP6_NF_SECURITY m
set_kernel_option CONFIG_SECURITY_TOMOYO n
+ set_kernel_option CONFIG_GRKERNSEC_SETXID n
# start oldconfig, in case there are new options
make oldconfig || exit 1
|