Author: dannf
Date: Mon Feb 18 06:15:04 2008
New Revision: 10569

Log:
* Build against kernel-tree-2.4.27-10sarge6:
  * 239_mincore-hang.diff
    [SECURITY] Fix a potential deadlock in mincore
    See CVE-2006-4814
  * [ERRATA] 240_smbfs-honor-mount-opts-2.diff
    Fix some regressions with respect to file types (e.g., symlinks)
    introduced by the fix for CVE-2006-5871 in 2.4.27-10sarge5
  * 241_bluetooth-capi-size-checks.diff
    [SECURITY] Add additional length checks to avoid potential remote
    DoS attacks in the handling of CAPI messages in the bluetooth driver
    See CVE-2006-6106
  * 242_ext3-fsfuzz.diff
    [SECURITY] Fix a DoS vulnerability that can be triggered by a local
    user with the ability to mount a corrupted ext3 filesystem
    See CVE-2006-6053
  * 243_ipv6_fl_socklist-no-share.diff
    [SECURITY] Fix local DoS vulnerability caused by inadvertently sharing
    ipv6_fl_socklist between the listening socket and the socket created
    for connection.
    See CVE-2007-1592
  * 244_bluetooth-l2cap-hci-info-leaks.diff
    245_bluetooth-l2cap-hci-info-leaks-2.diff
    [SECURITY] Fix information leaks in setsockopt() implementations
    See CVE-2007-1353
  * 246_dn_fib-out-of-bounds.diff
    266_ipv4-fib_props-out-of-bounds.diff
    267_ipv4-fib_props-out-of-bounds-2.diff
    See CVE-2007-2172
  * 247_reset-pdeathsig-on-suid.diff
    [SECURITY] Fix potential privilege escalation caused by improper
    clearing of the child process' pdeath signal.
    Thanks to Marcel Holtmann for the patch.
    See CVE-2007-3848
  * 248_random-reseed-sizeof-fix.diff
    [SECURITY] Fix a bug in the random driver reseeding code that reduces
    entropy by reseeding a smaller buffer size than expected
    See CVE-2007-4311
  * 249_openpromfs-signedness-bug.diff
    250_openpromfs-checks-1.diff
    251_openpromfs-checks-2.diff
    252_openpromfs-checks-3.diff
    [SECURITY] Fix a number of data checks in openprom code
    See CVE-2004-2731
  * 253_coredump-only-to-same-uid.diff
    [SECURITY] Fix an issue where core dumping over a file that
    already exists retains the ownership of the original file
    See CVE-2007-6206
  * 254_cramfs-check-block-length.diff
    [SECURITY] Add a sanity check of the block length in cramfs_readpage to
    avoid a potential oops condition
    See CVE-2006-5823
  * 255_pppoe-socket-release-mem-leak.diff
    [SECURITY] fix unpriveleged memory leak when a PPPoE socket is released
    after connect but before PPPIOCGCHAN ioctl is called upon it
    See CVE-2007-2525
  * 256_i4l-isdn_ioctl-mem-overrun.diff
    [SECURITY] Fix potential isdn ioctl memory overrun
    See CVE-2007-6151
  * 257_isdn-net-overflow.diff
    [SECURITY] Fix potential overflows in the ISDN subsystem
    See CVE-2007-6063
  * 258_ext2_readdir-f_pos-fix.diff,
    259_ext2_readdir-infinite-loop.diff,
    260_ext2-skip-pages-past-num-blocks.diff
    [SECURITY] Add some sanity checking for a corrupted i_size in
    ext2_find_entry()
    See CVE-2006-6054
  * 261_listxattr-mem-corruption.diff
    [SECURITY] Fix userspace corruption vulnerability caused by
    incorrectly promoted return values in bad_inode_ops
    This patches changes the kernel ABI.
    See CVE-2006-5753
  * 262_aacraid-ioctl-perm-check.diff
    [SECURITY] Require admin capabilities to issue ioctls to aacraid devices
    See CVE-2007-4308
  * 263_usb-pwc-disconnect-block.diff
    [SECURITY] Fix issue with unplugging webcams that use the pwc driver.
    If userspace still has the device open it can result, the driver would
    wait for the device to close, blocking the USB subsystem.
    See CVE-2007-5093
  * 264_mmap-VM_DONTEXPAND.diff
    [SECURITY] Add VM_DONTEXPAND to vm_flags in drivers that register
    a fault handler but do not bounds check the offset argument
    See CVE-2008-0007
  * 265_powerpc-chrp-null-deref.diff
    [SECURITY][powerpc] Fix NULL pointer dereference if get_property
    fails on the subarchitecture
    See CVE-2007-6694
* ABI changing update, increment ABI number to 4. If you don't understand
  what this means, see http://wiki.debian.org/DebianKernelABIChanges

Modified:
   
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/changelog
   
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/control

Modified: 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/changelog
==============================================================================
--- 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/changelog
       (original)
+++ 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/changelog
       Mon Feb 18 06:15:04 2008
@@ -1,3 +1,99 @@
+kernel-image-2.4.27-i386 (2.4.27-10sarge6) oldstable-security; urgency=high
+
+  * Build against kernel-tree-2.4.27-10sarge6:
+    * 239_mincore-hang.diff
+      [SECURITY] Fix a potential deadlock in mincore
+      See CVE-2006-4814
+    * [ERRATA] 240_smbfs-honor-mount-opts-2.diff
+      Fix some regressions with respect to file types (e.g., symlinks)
+      introduced by the fix for CVE-2006-5871 in 2.4.27-10sarge5
+    * 241_bluetooth-capi-size-checks.diff
+      [SECURITY] Add additional length checks to avoid potential remote
+      DoS attacks in the handling of CAPI messages in the bluetooth driver
+      See CVE-2006-6106
+    * 242_ext3-fsfuzz.diff
+      [SECURITY] Fix a DoS vulnerability that can be triggered by a local
+      user with the ability to mount a corrupted ext3 filesystem
+      See CVE-2006-6053
+    * 243_ipv6_fl_socklist-no-share.diff
+      [SECURITY] Fix local DoS vulnerability caused by inadvertently sharing
+      ipv6_fl_socklist between the listening socket and the socket created
+      for connection.
+      See CVE-2007-1592
+    * 244_bluetooth-l2cap-hci-info-leaks.diff
+      245_bluetooth-l2cap-hci-info-leaks-2.diff
+      [SECURITY] Fix information leaks in setsockopt() implementations
+      See CVE-2007-1353
+    * 246_dn_fib-out-of-bounds.diff
+      266_ipv4-fib_props-out-of-bounds.diff
+      267_ipv4-fib_props-out-of-bounds-2.diff
+      [SECURITY] Fix out of bounds condition in dn_fib_props[]
+      See CVE-2007-2172
+    * 247_reset-pdeathsig-on-suid.diff
+      [SECURITY] Fix potential privilege escalation caused by improper
+      clearing of the child process' pdeath signal.
+      Thanks to Marcel Holtmann for the patch.
+      See CVE-2007-3848
+    * 248_random-reseed-sizeof-fix.diff
+      [SECURITY] Fix a bug in the random driver reseeding code that reduces
+      entropy by reseeding a smaller buffer size than expected
+      See CVE-2007-4311
+    * 249_openpromfs-signedness-bug.diff
+      250_openpromfs-checks-1.diff
+      251_openpromfs-checks-2.diff
+      252_openpromfs-checks-3.diff
+      [SECURITY] Fix a number of data checks in openprom code
+      See CVE-2004-2731
+    * 253_coredump-only-to-same-uid.diff
+      [SECURITY] Fix an issue where core dumping over a file that
+      already exists retains the ownership of the original file
+      See CVE-2007-6206
+    * 254_cramfs-check-block-length.diff
+      [SECURITY] Add a sanity check of the block length in cramfs_readpage to
+      avoid a potential oops condition
+      See CVE-2006-5823
+    * 255_pppoe-socket-release-mem-leak.diff
+      [SECURITY] fix unpriveleged memory leak when a PPPoE socket is released
+      after connect but before PPPIOCGCHAN ioctl is called upon it
+      See CVE-2007-2525
+    * 256_i4l-isdn_ioctl-mem-overrun.diff
+      [SECURITY] Fix potential isdn ioctl memory overrun
+      See CVE-2007-6151
+    * 257_isdn-net-overflow.diff
+      [SECURITY] Fix potential overflows in the ISDN subsystem
+      See CVE-2007-6063
+    * 258_ext2_readdir-f_pos-fix.diff,
+      259_ext2_readdir-infinite-loop.diff,
+      260_ext2-skip-pages-past-num-blocks.diff
+      [SECURITY] Add some sanity checking for a corrupted i_size in
+      ext2_find_entry()
+      See CVE-2006-6054
+    * 261_listxattr-mem-corruption.diff
+      [SECURITY] Fix userspace corruption vulnerability caused by
+      incorrectly promoted return values in bad_inode_ops
+      This patches changes the kernel ABI.
+      See CVE-2006-5753
+    * 262_aacraid-ioctl-perm-check.diff
+      [SECURITY] Require admin capabilities to issue ioctls to aacraid devices
+      See CVE-2007-4308
+    * 263_usb-pwc-disconnect-block.diff
+      [SECURITY] Fix issue with unplugging webcams that use the pwc driver.
+      If userspace still has the device open it can result, the driver would
+      wait for the device to close, blocking the USB subsystem.
+      See CVE-2007-5093
+    * 264_mmap-VM_DONTEXPAND.diff
+      [SECURITY] Add VM_DONTEXPAND to vm_flags in drivers that register
+      a fault handler but do not bounds check the offset argument
+      See CVE-2008-0007
+    * 265_powerpc-chrp-null-deref.diff
+      [SECURITY][powerpc] Fix NULL pointer dereference if get_property
+      fails on the subarchitecture
+      See CVE-2007-6694
+  * ABI changing update, increment ABI number to 4. If you don't understand
+    what this means, see http://wiki.debian.org/DebianKernelABIChanges
+
+ -- dann frazier <[EMAIL PROTECTED]>  Sun, 17 Feb 2008 16:49:02 -0700
+
 kernel-image-2.4.27-i386 (2.4.27-10sarge5) stable-security; urgency=high
 
   * Build against kernel-tree-2.4.27-10sarge5:

Modified: 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/control
==============================================================================
--- 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/control
 (original)
+++ 
dists/sarge-security/kernel-2.4/i386/kernel-image-2.4.27-i386-2.4.27/debian/control
 Mon Feb 18 06:15:04 2008
@@ -4,9 +4,9 @@
 Maintainer: Debian Kernel Team <[EMAIL PROTECTED]>
 Uploaders: William Irwin <[EMAIL PROTECTED]>, Sven Luther <[EMAIL PROTECTED]>, 
Jens Schmalzing <[EMAIL PROTECTED]>, Jeff Bailey <[EMAIL PROTECTED]>, Dann 
Frazier <[EMAIL PROTECTED]>, Simon Horman <[EMAIL PROTECTED]>, Joshua Kwan 
<[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 2), modutils, kernel-tree-2.4.27-10sarge5, 
kernel-package (>= 8.105)
+Build-Depends: debhelper (>= 2), modutils, kernel-tree-2.4.27-10sarge6, 
kernel-package (>= 8.105)
 
-Package: kernel-headers-2.4.27-3
+Package: kernel-headers-2.4.27-4
 Architecture: i386
 Section: devel
 Priority: optional
@@ -16,18 +16,18 @@
  This package provides common kernel header files for version 2.4.27 used by
  other subarchitecture-specific kernel header packages, used to build
  out-of-tree kernel modules and the like. Please read
- /usr/share/doc/kernel-headers-2.4.27-3/debian.README.gz for details.
+ /usr/share/doc/kernel-headers-2.4.27-4/debian.README.gz for details.
 
-Package: kernel-build-2.4.27-3
+Package: kernel-build-2.4.27-4
 Architecture: i386
 Section: devel
 Priority: optional
-Depends: coreutils | fileutils (>= 4.0), kernel-headers-2.4.27-3-386, 
kernel-headers-2.4.27-3-586tsc, kernel-headers-2.4.27-3-686, 
kernel-headers-2.4.27-3-686-smp, kernel-headers-2.4.27-3-k6, 
kernel-headers-2.4.27-3-k7, kernel-headers-2.4.27-3-k7-smp
+Depends: coreutils | fileutils (>= 4.0), kernel-headers-2.4.27-4-386, 
kernel-headers-2.4.27-4-586tsc, kernel-headers-2.4.27-4-686, 
kernel-headers-2.4.27-4-686-smp, kernel-headers-2.4.27-4-k6, 
kernel-headers-2.4.27-4-k7, kernel-headers-2.4.27-4-k7-smp
 Description: Headers for building modules for Linux 2.4.27
  This package provides kernel header files for building modules for the
  precompiled kernel images on i386.
 
-Package: kernel-headers-2.4.27-3-386
+Package: kernel-headers-2.4.27-4-386
 Architecture: i386
 Section: devel
 Priority: optional
@@ -36,15 +36,15 @@
 Description: Linux 2.4.27 kernel headers for 386
  This package provides common kernel header files for version 2.4.27 on 386,
  used to build out-of-tree kernel modules and the like. Please read
- /usr/share/doc/kernel-headers-2.4.27-3-386/debian.README.gz for details.
+ /usr/share/doc/kernel-headers-2.4.27-4-386/debian.README.gz for details.
 
-Package: kernel-image-2.4.27-3-386
+Package: kernel-image-2.4.27-4-386
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-386 | 
pcmcia-modules-2.4.27-3-386
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-386 | 
pcmcia-modules-2.4.27-4-386
 Description: Linux kernel image for version 2.4.27 on 386
  This package contains the Linux kernel image for version 2.4.27 on
  386,
@@ -61,15 +61,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-386
+Package: kernel-pcmcia-modules-2.4.27-4-386
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-386, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-386, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-386
-Replaces: pcmcia-modules-2.4.27-3-386
+Conflicts: pcmcia-modules-2.4.27-4-386
+Replaces: pcmcia-modules-2.4.27-4-386
 Description: Mainstream PCMCIA modules 2.4.27 on 386
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  386.
@@ -79,7 +79,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-586tsc
+Package: kernel-headers-2.4.27-4-586tsc
 Architecture: i386
 Section: devel
 Priority: optional
@@ -88,16 +88,16 @@
 Description: Linux 2.4.27 kernel headers for Pentium-Classic
  This package provides common kernel header files for version 2.4.27 for
  Pentium Classic, used to build out-of-tree kernel modules and the like. Please
- read /usr/share/doc/kernel-headers-2.4.27-3-586tsc/debian.README.gz for
+ read /usr/share/doc/kernel-headers-2.4.27-4-586tsc/debian.README.gz for
  details.
 
-Package: kernel-image-2.4.27-3-586tsc
+Package: kernel-image-2.4.27-4-586tsc
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-586tsc | 
pcmcia-modules-2.4.27-3-586tsc
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-586tsc | 
pcmcia-modules-2.4.27-4-586tsc
 Description: Linux kernel image for version 2.4.27 on Pentium-Classic
  This package contains the Linux kernel image for version 2.4.27 on
  Pentium-Classic,
@@ -114,15 +114,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-586tsc
+Package: kernel-pcmcia-modules-2.4.27-4-586tsc
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-586tsc, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-586tsc, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-586tsc
-Replaces: pcmcia-modules-2.4.27-3-586tsc
+Conflicts: pcmcia-modules-2.4.27-4-586tsc
+Replaces: pcmcia-modules-2.4.27-4-586tsc
 Description: Mainstream PCMCIA modules 2.4.27 on Pentium-Classic
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  Pentium-Classic.
@@ -132,7 +132,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-686
+Package: kernel-headers-2.4.27-4-686
 Architecture: i386
 Section: devel
 Priority: optional
@@ -142,15 +142,15 @@
  This package provides common kernel header files for version 2.4.27 for
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4, used to build
  out-of-tree kernel modules and the like. Please read
- /usr/share/doc/kernel-headers-2.4.27-3-686/debian.README.gz for details.
+ /usr/share/doc/kernel-headers-2.4.27-4-686/debian.README.gz for details.
 
-Package: kernel-image-2.4.27-3-686
+Package: kernel-image-2.4.27-4-686
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-686 | 
pcmcia-modules-2.4.27-3-686
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-686 | 
pcmcia-modules-2.4.27-4-686
 Description: Linux kernel image for version 2.4.27 on PPro/Celeron/PII/PIII/P4
  This package contains the Linux kernel image for version 2.4.27 on
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4,
@@ -167,15 +167,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-686
+Package: kernel-pcmcia-modules-2.4.27-4-686
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-686, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-686, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-686
-Replaces: pcmcia-modules-2.4.27-3-686
+Conflicts: pcmcia-modules-2.4.27-4-686
+Replaces: pcmcia-modules-2.4.27-4-686
 Description: Mainstream PCMCIA modules 2.4.27 on PPro/Celeron/PII/PIII/P4
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4.
@@ -185,7 +185,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-686-smp
+Package: kernel-headers-2.4.27-4-686-smp
 Architecture: i386
 Section: devel
 Priority: optional
@@ -196,16 +196,16 @@
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4 with SMP support, used
  to build out-of-tree kernel modules and the like. SMP (symmetric multi-
  processing) support is needed if you have more than one CPU.
- Please read /usr/share/doc/kernel-headers-2.4.27-3-686-smp/debian.README.gz
+ Please read /usr/share/doc/kernel-headers-2.4.27-4-686-smp/debian.README.gz
  for details.
 
-Package: kernel-image-2.4.27-3-686-smp
+Package: kernel-image-2.4.27-4-686-smp
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-686-smp | 
pcmcia-modules-2.4.27-3-686-smp
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-686-smp | 
pcmcia-modules-2.4.27-4-686-smp
 Description: Linux kernel image for version 2.4.27 on PPro/Celeron/PII/PIII/P4 
SMP
  This package contains the Linux kernel image for version 2.4.27 on
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4 with SMP support,
@@ -223,15 +223,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-686-smp
+Package: kernel-pcmcia-modules-2.4.27-4-686-smp
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-686-smp, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-686-smp, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-686-smp
-Replaces: pcmcia-modules-2.4.27-3-686-smp
+Conflicts: pcmcia-modules-2.4.27-4-686-smp
+Replaces: pcmcia-modules-2.4.27-4-686-smp
 Description: Mainstream PCMCIA modules 2.4.27 on PPro/Celeron/PII/PIII/P4 SMP
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4 with SMP support.
@@ -242,7 +242,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-k6
+Package: kernel-headers-2.4.27-4-k6
 Architecture: i386
 Section: devel
 Priority: optional
@@ -251,16 +251,16 @@
 Description: Linux 2.4.27 kernel headers for AMD K6/K6-II/K6-III
  This package provides common kernel header files for version 2.4.27 for
  AMD K6/K6-II/K6-III, used to build out-of-tree kernel modules and the like.
- Please read /usr/share/doc/kernel-headers-2.4.27-3-k6/debian.README.gz for
+ Please read /usr/share/doc/kernel-headers-2.4.27-4-k6/debian.README.gz for
  details.
 
-Package: kernel-image-2.4.27-3-k6
+Package: kernel-image-2.4.27-4-k6
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-k6 | 
pcmcia-modules-2.4.27-3-k6
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-k6 | 
pcmcia-modules-2.4.27-4-k6
 Description: Linux kernel image for version 2.4.27 on AMD K6/K6-II/K6-III
  This package contains the Linux kernel image for version 2.4.27 on
  AMD K6/K6-II/K6-III,
@@ -277,15 +277,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-k6
+Package: kernel-pcmcia-modules-2.4.27-4-k6
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-k6, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-k6, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-k6
-Replaces: pcmcia-modules-2.4.27-3-k6
+Conflicts: pcmcia-modules-2.4.27-4-k6
+Replaces: pcmcia-modules-2.4.27-4-k6
 Description: Mainstream PCMCIA modules 2.4.27 on AMD K6/K6-II/K6-III
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  AMD K6/K6-II/K6-III.
@@ -295,7 +295,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-k7
+Package: kernel-headers-2.4.27-4-k7
 Architecture: i386
 Section: devel
 Priority: optional
@@ -305,16 +305,16 @@
  This package provides common kernel header files for version 2.4.27 for
  32bit AMD Duron/Athlon/AthlonXP, used to build out-of-tree kernel modules and 
  the like. 
- Please read /usr/share/doc/kernel-headers-2.4.27-3-k7/debian.README.gz 
+ Please read /usr/share/doc/kernel-headers-2.4.27-4-k7/debian.README.gz 
  for details.
 
-Package: kernel-image-2.4.27-3-k7
+Package: kernel-image-2.4.27-4-k7
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-k7 | 
pcmcia-modules-2.4.27-3-k7
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-k7 | 
pcmcia-modules-2.4.27-4-k7
 Description: Linux kernel image for version 2.4.27 on AMD K7
  This package contains the Linux kernel image for version 2.4.27 targeted
  for 32bit AMD Duron/Athlon/AthlonXP, the corresponding System.map file,
@@ -330,15 +330,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-k7
+Package: kernel-pcmcia-modules-2.4.27-4-k7
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-k7, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-k7, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-k7
-Replaces: pcmcia-modules-2.4.27-3-k7
+Conflicts: pcmcia-modules-2.4.27-4-k7
+Replaces: pcmcia-modules-2.4.27-4-k7
 Description: Mainstream PCMCIA modules 2.4.27 on AMD K7
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  32bit AMD Duron/Athlon/AthlonXP.
@@ -348,7 +348,7 @@
  .
  The utilities in the pcmcia-cs package are required to use these modules.
 
-Package: kernel-headers-2.4.27-3-k7-smp
+Package: kernel-headers-2.4.27-4-k7-smp
 Architecture: i386
 Section: devel
 Priority: optional
@@ -359,16 +359,16 @@
  AMD Duron/Athlon with SMP support, used to build out-of-tree kernel modules
  and the like. SMP (symmetric multi-processing support) is needed if you have
  more than one CPU.
- Please read /usr/share/doc/kernel-headers-2.4.27-3-k7-smp/debian.README.gz for
+ Please read /usr/share/doc/kernel-headers-2.4.27-4-k7-smp/debian.README.gz for
  details.
 
-Package: kernel-image-2.4.27-3-k7-smp
+Package: kernel-image-2.4.27-4-k7-smp
 Architecture: i386
 Section: base
 Priority: optional
 Provides: kernel-image, kernel-image-2.4
 Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0), modutils 
(>= 2.4.19)
-Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-3-k7-smp | 
pcmcia-modules-2.4.27-3-k7-smp
+Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 | 
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-4-k7-smp | 
pcmcia-modules-2.4.27-4-k7-smp
 Description: Linux kernel image for version 2.4.27 on AMD K7 SMP
  This package contains the Linux kernel image for version 2.4.27 on 32bit
  AMD Duron/Athlon/AthlonXP with SMP support, the corresponding System.map
@@ -386,15 +386,15 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-pcmcia-modules-2.4.27-3-k7-smp
+Package: kernel-pcmcia-modules-2.4.27-4-k7-smp
 Architecture: i386
 Section: base
 Priority: optional
 Provides: pcmcia-modules
-Depends: kernel-image-2.4.27-3-k7-smp, modutils (>= 2.4.19)
+Depends: kernel-image-2.4.27-4-k7-smp, modutils (>= 2.4.19)
 Recommends: pcmcia-cs
-Conflicts: pcmcia-modules-2.4.27-3-k7-smp
-Replaces: pcmcia-modules-2.4.27-3-k7-smp
+Conflicts: pcmcia-modules-2.4.27-4-k7-smp
+Replaces: pcmcia-modules-2.4.27-4-k7-smp
 Description: Mainstream PCMCIA modules 2.4.27 on AMD K7 SMP
  This package contains the PCMCIA modules compiled for version 2.4.27 on
  32bit 32bit AMD Duron/Athlon/AthlonXP with SMP support.

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to