r2854 - in trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian: . patches/series

Simon Horman horms@costa.debian.org
Tue, 29 Mar 2005 10:06:34 +0000


Author: horms
Date: 2005-03-29 10:06:32 +0000 (Tue, 29 Mar 2005)
New Revision: 2854

Modified:
   trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/changelog
   trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/series/2.6.11-2
Log:
 * drivers-input-serio-nmouse.patch:
   [Security] fix N_MOUSE TTY privelage problem. See CAN-2005-0839
   (Simon Horman) (closes: #301372)

 * net-bluetooth-signdness-fix.patch:
   [Security] Fix signedness problem at socket creation in bluetooth
   which can lead to local root exploit. See CAN-2005-0750
   (Simon Horman)

 * fs-ext2-info-leak.patch:
   [Security] Fix information leak in ext2 which leads to
   a local information leak. See CAN-2005-0400
   (Simon Horman)

 * fs-isofs-range-check-1.patch, fs-isofs-range-check-2.patch,
   fs-isofs-range-check-3.patch:
   [Security] Fix range checking in isofs which leads to a local crash
   and arbitary code execution.  See CAN-2005-0815
   (Simon Horman)




Modified: trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/changelog	2005-03-29 10:01:42 UTC (rev 2853)
+++ trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/changelog	2005-03-29 10:06:32 UTC (rev 2854)
@@ -2,13 +2,35 @@
 
   * Fix naming of NEWS.Debian (Andres Salomon) (closes: #301613).
 
-  * Updated asfs patch (Sven Luther)
+  * fs-asfs-2.patch (fs-asfs.patch removed):
+    Updated asfs patch (Sven Luther)
 
-  * [powerpc] do not build pmac_cache.S on power3/4, since it is not needed
+  * powerpc-pmac-cache-power34-fix.patch:
+    [powerpc] do not build pmac_cache.S on power3/4, since it is not needed
     and fails to build there (Sven Luther)
 
- -- Sven Luther <luther@debian.org>  Sun, 27 Mar 2005 11:43:48 +0200
+  * drivers-input-serio-nmouse.patch:
+    [Security] fix N_MOUSE TTY privelage problem. See CAN-2005-0839
+    (Simon Horman) (closes: #301372)
 
+  * net-bluetooth-signdness-fix.patch:
+    [Security] Fix signedness problem at socket creation in bluetooth
+    which can lead to local root exploit. See CAN-2005-0750
+    (Simon Horman)
+
+  * fs-ext2-info-leak.patch:
+    [Security] Fix information leak in ext2 which leads to
+    a local information leak. See CAN-2005-0400
+    (Simon Horman)
+
+  * fs-isofs-range-check-1.patch, fs-isofs-range-check-2.patch,
+    fs-isofs-range-check-3.patch:
+    [Security] Fix range checking in isofs which leads to a local crash
+    and arbitary code execution.  See CAN-2005-0815
+    (Simon Horman)
+
+ -- Simon Horman <horms@debian.org>  Tue, 29 Mar 2005 18:39:45 +0900
+
 kernel-source-2.6.11 (2.6.11-1) unstable; urgency=low
 
   * Initial 2.6.11 kernel-source creation (Sven Luther)

Modified: trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/series/2.6.11-2
===================================================================
--- trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/series/2.6.11-2	2005-03-29 10:01:42 UTC (rev 2853)
+++ trunk/kernel/source/kernel-source-2.6.11-2.6.11/debian/patches/series/2.6.11-2	2005-03-29 10:06:32 UTC (rev 2854)
@@ -1,3 +1,10 @@
 - fs-asfs.patch
 + fs-asfs-2.patch
 + powerpc-pmac-cache-power34-fix.patch
++ drivers-input-serio-nmouse.patch
++ net-bluetooth-signdness-fix.patch
++ fs-ext2-info-leak.patch
++ fs-isofs-range-check-1.patch
++ fs-isofs-range-check-2.patch
++ fs-isofs-range-check-3.patch
+