]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- backported from 2.6.17.3:
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 30 Jun 2006 18:59:19 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks

Changed files:
    kernel.spec -> 1.441.2.1558.2.10

kernel.spec

index d0c9e1fff469cbd4e81b748584c15992d224e84f..61756543d220bbf386221f024ed47f38d2546c9a 100644 (file)
@@ -271,6 +271,10 @@ Patch200:  linux-2.6-ppc-ICE-hacks.patch
 
 Patch1000:     linux-2.6-grsec-minimal.patch
 
+# sec-fixes
+# NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks [CVE-2006-2934]
+Patch2000:     kernel-CVE-2006-2934.patch
+
 # grsecurity snap for 2.6.16.14
 # based on http://www.grsecurity.net/~spender/grsecurity-2.1.9-2.6.16.14-200605060936.patch
 Patch9999:     grsecurity-2.1.9-2.6.16.14.patch
@@ -807,6 +811,9 @@ done
 %patch200 -p1
 %endif
 
+# sec-fixes
+%patch2000 -p1
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
 
This page took 1.297091 seconds and 4 git commands to generate.