[kernel] r12387 - in dists/etch-security/linux-2.6.24/debian: . patches/bugfix/all patches/series

Dann Frazier dannf at alioth.debian.org
Mon Nov 17 06:17:34 UTC 2008


Author: dannf
Date: Mon Nov 17 06:17:33 2008
New Revision: 12387

Log:
Don't allow splicing to files opened with O_APPEND (CVE-2008-4554)

Added:
   dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/dont-allow-splice-to-files-opened-with-O_APPEND.patch
      - copied unchanged from r12384, /dists/etch-security/linux-2.6/debian/patches/bugfix/dont-allow-splice-to-files-opened-with-O_APPEND.patch
Modified:
   dists/etch-security/linux-2.6.24/debian/changelog
   dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.7

Modified: dists/etch-security/linux-2.6.24/debian/changelog
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/changelog	(original)
+++ dists/etch-security/linux-2.6.24/debian/changelog	Mon Nov 17 06:17:33 2008
@@ -4,7 +4,10 @@
   * unix domain sockets: fix recursive descent in __scm_destroy()
     and garbage collector counting bug (CVE-2008-5029)
 
- -- dann frazier <dannf at debian.org>  Mon, 13 Oct 2008 00:01:20 -0600
+  [ dann frazier ]
+  * Don't allow splicing to files opened with O_APPEND (CVE-2008-4554)
+
+ -- dann frazier <dannf at debian.org>  Sun, 16 Nov 2008 23:14:59 -0700
 
 linux-2.6.24 (2.6.24-6~etchnhalf.6) stable-security; urgency=high
 

Modified: dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.7
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.7	(original)
+++ dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.7	Mon Nov 17 06:17:33 2008
@@ -1,3 +1,4 @@
 + bugfix/unix-domain-recursive-descent.patch
 + bugfix/unix-domain-counting-gc.patch
 + bugfix/unix-domain-recursive-descent-abi-ignore.patch
++ bugfix/all/dont-allow-splice-to-files-opened-with-O_APPEND.patch



More information about the Kernel-svn-changes mailing list