[kernel] r12397 - in dists/sid/linux-2.6/debian: . patches/bugfix/all patches/series

Dann Frazier dannf at alioth.debian.org
Mon Nov 17 16:17:12 UTC 2008


Author: dannf
Date: Mon Nov 17 16:17:11 2008
New Revision: 12397

Log:
* Fix buffer overflow in hfsplus (CVE-2008-4933)
* Fix BUG() in hfsplus (CVE-2008-4934)
* Fix stack corruption in hfs (CVE-2008-5025)

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/hfs-fix-namelength-memory-corruption.patch
      - copied unchanged from r12396, /dists/etch-security/linux-2.6.24/debian/patches/bugfix/hfs-fix-namelength-memory-corruption.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/hfsplus-check_read_mapping_page-return-value.patch
      - copied unchanged from r12396, /dists/etch-security/linux-2.6.24/debian/patches/bugfix/hfsplus-check_read_mapping_page-return-value.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/hfsplus-fix-Buffer-overflow-with-a-corrupted-image.patch   (props changed)
      - copied unchanged from r12396, /dists/etch-security/linux-2.6.24/debian/patches/bugfix/hfsplus-fix-Buffer-overflow-with-a-corrupted-image.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/11

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Mon Nov 17 16:17:11 2008
@@ -1,5 +1,6 @@
 linux-2.6 (2.6.26-11) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * [sparc] Reintroduce dummy PCI host controller to workaround broken X.org.
   * [sparc] Fix size checks in PCI maps.
   * Add stable release 2.6.26.8:
@@ -30,7 +31,12 @@
   * Override ABI changes.
   * [xen] Update description. (closes: #505961)
 
- -- Bastian Blank <waldi at debian.org>  Thu, 13 Nov 2008 12:44:45 +0100
+  [ dann frazier ]
+  * Fix buffer overflow in hfsplus (CVE-2008-4933)
+  * Fix BUG() in hfsplus (CVE-2008-4934)
+  * Fix stack corruption in hfs (CVE-2008-5025)
+
+ -- dann frazier <dannf at debian.org>  Mon, 17 Nov 2008 09:05:09 -0700
 
 linux-2.6 (2.6.26-10) unstable; urgency=low
 

Modified: dists/sid/linux-2.6/debian/patches/series/11
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/11	(original)
+++ dists/sid/linux-2.6/debian/patches/series/11	Mon Nov 17 16:17:11 2008
@@ -2,3 +2,6 @@
 + bugfix/sparc/arch_pci_map_align.patch
 + bugfix/all/stable/2.6.26.8.patch
 + bugfix/all/stable/2.6.26.8-abi-1.patch
++ bugfix/all/hfsplus-fix-Buffer-overflow-with-a-corrupted-image.patch
++ bugfix/all/hfsplus-check_read_mapping_page-return-value.patch
++ bugfix/all/hfs-fix-namelength-memory-corruption.patch



More information about the Kernel-svn-changes mailing list