Author: hawk Date: Sun Feb 10 23:30:40 2008 GMT Module: SPECS Tag: Titanium ---- Log message: - fix for local root hole, release 2
---- Files affected: SPECS: kernel-vanilla.spec (1.43.2.11.2.24 -> 1.43.2.11.2.25) ---- Diffs: ================================================================ Index: SPECS/kernel-vanilla.spec diff -u SPECS/kernel-vanilla.spec:1.43.2.11.2.24 SPECS/kernel-vanilla.spec:1.43.2.11.2.25 --- SPECS/kernel-vanilla.spec:1.43.2.11.2.24 Fri Feb 8 23:14:40 2008 +++ SPECS/kernel-vanilla.spec Mon Feb 11 00:30:34 2008 @@ -43,7 +43,7 @@ %define _basever 2.6.24 %define _postver .1 -%define _rel 1 +%define _rel 2 # for rc kernels basever is the version patch (source1) should be applied to #%define _ver 2.6.20 @@ -79,6 +79,9 @@ Source20: kernel-vanilla-x86.config Source21: kernel-vanilla-x86_64.config +# security fix +Patch10: kernel-vanilla-vmsplice.patch + URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.14.90.0.7 BuildRequires: gcc >= 5:3.2 @@ -382,6 +385,8 @@ %{__bzip2} -dc %{SOURCE10} | %{__patch} -p1 -s %endif +%patch10 -p1 + # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}#g' Makefile @@ -846,6 +851,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43.2.11.2.25 2008-02-10 23:30:34 hawk +- fix for local root hole, release 2 + Revision 1.43.2.11.2.24 2008-02-08 22:14:40 hawk - updated to 2.6.24.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.43.2.11.2.24&r2=1.43.2.11.2.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
