From: Heiko Z. <smi...@us...> - 2011-11-21 21:17:25
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory vz-cvs-3.sog:/tmp/cvs-serv19755/scripts/configuration/profiles Modified Files: default router server Log Message: - build system: --with-pic is now enforced via autoconfig site-config file - updated gnutls to 2.12.14 - updated gradm to 2.2.2-201111011031 - updated grsecurity to 2.2.2-3.1.1-201111181902 - updated iproute2 to 2.6.39 - updated libdnet to 1.12 - updated libusb to 1.0.8 - updated kernel to 3.1.1 - added nettle 2.4 - updated open-vm-tools to 2011.10.26-514583 - added p11-kit to 0.9 - updated usbutils-004 (SuSE version) - the "server" doesn't use the hardened gcc anymore, in order to provide - greater compatibility. Please use the normal (secured) version of DL in areas where hightened - security is required! - build system: kernel patch now needs to be supplied as a .xz file Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.125 retrieving revision 1.126 diff -u -d -r1.125 -r1.126 --- default 2 Nov 2011 14:03:42 -0000 1.125 +++ default 21 Nov 2011 21:17:22 -0000 1.126 @@ -92,7 +92,7 @@ CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=16 CONFIG_LINUX_SYSRQ=n -CONFIG_LINUX_VERSION=3.0 +CONFIG_LINUX_VERSION=3.x CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- router 22 Oct 2011 21:36:53 -0000 1.28 +++ router 21 Nov 2011 21:17:22 -0000 1.29 @@ -49,7 +49,7 @@ CONFIG_LINUX_SMP=n CONFIG_LINUX_SYSRQ=n CONFIG_LINUX_UPDATE_PWC=n -CONFIG_LINUX_VERSION=2.4 +CONFIG_LINUX_VERSION=3.x CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- server 2 Nov 2011 14:03:42 -0000 1.36 +++ server 21 Nov 2011 21:17:22 -0000 1.37 @@ -100,7 +100,7 @@ CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=16 CONFIG_LINUX_SYSRQ=n -CONFIG_LINUX_VERSION=3.0 +CONFIG_LINUX_VERSION=3.x CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y |