kernel-source-2.4.17 (2.4.17-1woody4) oldstable-security; urgency=high

  * Non-maintainer upload by the Security Team
  * Disabled O_DIRECT (CAN-2003-0018):
    . fs/fcntl.c
    . fs/open.c
  * Backport final ioport fix (CVE-2003-0246)
  * Made /proc/tty/driver root-only (CAN-2003-0461):
    . include/linux/proc_fs.h
    . fs/proc/generic.c
    . fs/proc/proc_tty.c
  * Fix race condition in execve env_start/env_end initialization.
    (CVE-2003-0462)
    . fs/proc/base.c
  * Fixed ptrace/proc bug in fs/proc/base.c (CAN-2003-0501).
  * [SECURITY] Make sure strncpy null terminates strings. (CAN-2003-0465)
    Fix for s390x and s390. mips and alpha are still unfixed.
    N.B. This bug appears to be minor at best
    http://marc.theaimsgroup.com/?l=linux-kernel&m=105796021120436&w=2
  * Fix unauthorized file descriptor read vulnerability.  (CAN-2003-0476)
  * Fixed bridging security issues (CAN-2003-055[012]):
    . net/bridge/br_fdb.c
    . net/bridge/br_if.c
    . net/bridge/br_input.c
    . net/bridge/br_private.h
    . net/bridge/br_stp_bpdu.c
  * Applied patch from John Byrne <john.l.byrne@hp.com> for Linux 2.4.26
    to fix local denial of service in do_fork()
    <http://marc.theaimsgroup.com/?l=linux-kernel&m=108139073506983&w=2>
    [kernel/fork.c, CAN-2004-0427]
  * Applied patch by Marcelo Tosatti <marcelo.tosatti@cyclades.com> to fix
    potential memory access to free memory in /proc handling
    [fs/proc/base.c, CAN-2005-0489]
  * Applied patch by Marcelo Tosatti <marcelo.tosatti@cyclades.com> to fix
    a possible buffer overflow in panic() [kernel/panic.c, CAN-2004-0394]
  * Applied patch by David Mosberger <davidm@napali.hpl.hp.com> to fix
    local denial of service in combination with gdb 6.x and NPTL on IA-64
    <http://marc.theaimsgroup.com/?l=linux-ia64&m=108026377907667&w=2>
    [arch/ia64/kernel/unwind.c, CAN-2004-0447]
  * Applied patch by Alexander Nyberg and Andi/Sergey to fix local denial
    of service.  <http://linuxreviews.org/news/2004-06-11_kernel_crash/>
    [include/asm-i386/i387.h, CAN-2004-0554]
  * Applied patch by Arun Sharma <arun.sharma@intel.com> to fix register
    information leak on the IA64 architecture
    <http://lia64.bkbits.net:8080/to-linus-2.5/cset@1.1726.29.7>
    [include/asm-ia64/system.h, CAN-2004-0565]
  * Backported patch by Mark Cox to fix information leak by initialising
    allocated data structures [drivers/usb/serial/io_edgeport.c,
    drivers/sound/audio.c, drivers/usb/vicam.c, CAN-2004-0685]
    <http://linux.bkbits.net:8080/linux-2.4/cset@410582380U3H9KOx8J2YZmMT0bhXQw>
  * Applied patch from Marcelo Tosatti to fix i386 SMP page fault handler
    privilege escalation [include/linux/mm.h, CAN-2005-0001]
  * Applied patch by Stefan Esser to fix missing boundary checks
    [fs/smbfs/proc.c, fs/smbfs/sock.c, CAN-2004-0883]
  * Applied patch by Stefan Esser to fix information leak
    [fs/smbfs/sock.c, CAN-2004-0949]
  * Applied patch by Herbert Xu to fix a denial of service in scm_send()
    <http://linux.bkbits.net:8080/linux-2.4/cset@41b76e94BsJKm8jhVtyDat9ZM1dXXg>,
    added patch by Marcus Meissner to fix more 64/32 bit compatibility
    code, added additional patch by Olaf Kirch and Marcus Meissner for
    type correction [arch/ia64/ia32/sys_ia32.c,
    arch/s390x/kernel/linux32.c, include/linux/socket.h, net/core/scm.c,
    net/ipv4/ip_sockglue.c, net/ipv6/datagram.c, CAN-2004-1016]
  * Applied patch by Thiemo Seufer to fix local ptrace root in the MIPS
    ptrace implementation [arch/mips/kernel/scall_o32.S,
    arch/mips/tools/offset.c, arch/mips64/kernel/scall_64.S,
    arch/mips64/kernel/scall_o32.S, CAN-2004-0997]
  * Applied patch by Marcelo Tosatti to fix integer overflow in the
    vc_resize() function [drivers/char/console.c, CAN-2004-1333]
  * Applied patch by Dave Miller to fix memory leak in ip_options_get()
    [net/ipv4/ip_options.c, CAN-2004-1335]
  * Applied patch by Greg Kroah-Hartman to fix buffer overflow and crash
    [drivers/usb/serial/io_edgeport.c, CAN-2004-1017]
  * Applied patch by Jan Harkes to fix to add bounds checking for tainted
    scalars [include/linux/coda.h, fs/coda/upcall.c, CAN-2005-0124]
  * Applied patch by Andrea Arcangeli from 2.4.24 to fix privilege
    escalation in the mremap() syscall [mm/mremap.c, CAN-2004-nnnn]
  * Applied patch by Tom Rini to fix information leak
    [drivers/char/efirtc.c, drivers/char/rtc.c, drivers/macintosh/rtc.c,
    drivers/sbus/char/rtc.c, CAN-2003-0984]
  * Applied patch by Chris Wright to fix wrong return value check while
    filling kernel buffers [fs/binfmt_elf.c, CAN-2004-1070]
  * Applied patch by Chris Wright to fix incorrect error behaviour when
    mmap() fails [fs/binfmt_elf.c, CAN-2004-1071]
  * Applied patch by Chris Wright to fix NULL termination vulnerability
    when reading an interpreter [fs/binfmt_elf.c, CAN-2004-1072]
  * Applied patch by Chris Wright to fix reading of non-readable ELF
    binaries [fs/binfmt_elf.c, CAN-2004-1073]
  * Applied patch by Chris Wright to not insert overlapping regions in
    setup_arg_pages() [fs/exec.c, associated to CAN-2004-1074]
  * Applied patch by Chris Wright to fix error handling in do_brk() when
    setting up bss in a.out [fs/binfmt_aout.c, CAN-2004-1074]
  * Applied patch by Chris Wright to denial of service in the ELF loader
    when the interpreter architecture doesn't match the current one
    <http://linux.bkbits.net:8080/linux-2.4/cset@4021346f79nBb-4X_usRikR3Iyb4Vg>
    [fs/binfmt_elf.c, CAN-2004-0138]
  * Applied patch by Dave Miller to serialize dgram read using semaphore
    [net/unix/af_unix.c, CAN-2004-1068]
  * Applied patch by Chris Wright to fix denial of service in the ELF loader
    <http://linux.bkbits.net:8080/linux-2.4/cset@4076466d_SqUm4azg4_v3FIG2-X6XQ>
    [fs/binfmt_elf.c, CAN-2004-1234]
  * Backported patch by Nanhai Zou from 2.6 to fix denial of service via
    broken executables [arch/ia64/ia32/binfmt_elf32.c,
    arch/ia64/mm/init.c, fs/exec.c, include/linux/mm.h, mm/mmap.c,
    CAN-2005-0003]
  * Backported patch by Chris Wright and Simon Heywood to fix a race
    conditions in the uselib calls for ELF and a.out formats
    [arch/mips/kernel/irixelf.c, arch/sparc64/kernel/binfmt_aout32.c,
    fs/binfmt_aout.c, fs/binfmt_elf.c, CAN-2004-1235]
  * Applied patch by Brad Spengler to fix integer overflow in the moxa
    serial driver [drivers/char/moxa.c, CAN-2005-0504]
  * Applied patch by Ben Martel and Stephen Blackheath to fix a remote
    denial of service [drivers/net/ppp_async.c, CAN-2005-0384]
  * Backported patch by Keith Owens to fix a locally induced crash on
    IA-64 machines [arch/ia64/kernel/unwind.c, CAN-2005-0135]

 -- dann frazier <dannf@debian.org>  Mon,  5 Dec 2005 23:42:09 -0700

kernel-source-2.4.17 (2.4.17-1woody3) stable-security; urgency=high

  * Non-maintainer upload by the Security Team
  * Applied patch by Petr Vandrovec <vandrove@vc.cvut.cz> to fix a
    possible roothole in ncpfs discovered by Arjan van de Ven
    <arjanv@devserv.devel.redhat.com> [fs/ncpfs/dir.c, CAN-2004-0010]
  * Applied patch by Sebastian Krahmer <krahmer@suse.de> and Ernie
    Petrides <petrides@redhat.com> to fix a local root exploit in iso9660
    [fs/isofs/rock.c, CAN-2004-0109]
  * Applied patch by Alan Cox and Thomas Biege to fix local root exploit
    in the R128 DRI code [drivers/char/drm/r128_state.c, CAN-2004-0003]
  * Applied additional patch by Ernie Petrides <petrides@redhat.com> to
    fix another intance of the same
  * Applied patch by Theodore Ts'o <tytso@mit.edu> to fix an information
    leak in ext3 journal creation [fs/jbd/journal.c, CAN-2004-0177]
  * Applied patch by Andreas Kies <andikies@t-online.de> to fix local
    denial of service in the Sound Blaster driver
    [drivers/sound/sb_audio.c, CAN-2004-0178]

 -- Martin Schulze <joey@infodrom.org>  Fri,  9 Apr 2004 11:23:34 +0200

kernel-source-2.4.17 (2.4.17-1woody2) stable-security; urgency=high

  * Non-maintainer upload by the Security Team
  * Added TASK_SIZE check to do_brk() [mm/mmap.c, CAN-2003-0961]
  * Applied patch by Andrea Arcangeli to fix local privilege escalation
    discovered by Paul Starzetz [mm/mremap.c, CAN-2003-0985]
  * Applied patch extracted from Solar Designer's Owl patched kernel to
    fix local privilege escalation discovered by Paul Starzetz
    [mm/mremap.c, CAN-2004-0077]
  * Fixed C syntax error which prevented compilation for apus
    [drives/net/a2065.c]

 -- Martin Schulze <joey@infodrom.org>  Tue, 17 Feb 2004 17:26:18 +0100

kernel-source-2.4.17 (2.4.17-1woody1) stable-security; urgency=high

  * Non-maintainer upload by the Security Team
  * Apply security fixes from 2.4.18-9
    - CAN-2003-0001: Multiple ethernet Network Interface Card (NIC) device
      drivers do not pad frames with null bytes, which allows remote
      attackers to obtain information from previous packets or kernel
      memory by using malformed packets
    - CAN-2003-0127: The kernel module loader allows local users to gain
      root privileges by using ptrace to attach to a child process that
      is spawned by the kernel
    - CAN-2003-0244: The route cache implementation in Linux 2.4, and the
      Netfilter IP conntrack module, allows remote attackers to cause a
      denial of service (CPU consumption) via packets with forged
      source addresses that cause a large number of hash table
      collisions related to the PREROUTING chain
    - CAN-2003-0246: The ioperm system call in Linux kernel 2.4.20 and earlier
      does not properly restrict privileges, which allows local users to
      gain read or write access to certain I/O ports.
    - CVE-2002-0429: The iBCS routines in arch/i386/kernel/traps.c for Linux
      kernels 2.4.18 and earlier on x86 systems allow local users to kill
      arbitrary processes via a a binary compatibility interface (lcall)
    - CAN-2003-0248: The mxcsr code in Linux kernel 2.4 allows attackers to
      modify CPU state registers via a malformed address.
    - CAN-2003-0247: vulnerability in the TTY layer of the Linux kernel 2.4
      allows attackers to cause a denial of service ("kernel oops")
    - CAN-2003-0364: The TCP/IP fragment reassembly handling in the Linux
      kernel 2.4 allows remote attackers to cause a denial of service (CPU
      consumption) via certain packets that cause a large number of hash
      table collisions

 -- Matt Zimmerman <mdz@debian.org>  Tue, 10 Jun 2003 14:56:08 -0400

kernel-source-2.4.17 (2.4.17-1) unstable; urgency=low

  * New upstream release (closes: #122168, #123471).
  * Only set startup to 0 for 21143 (rev 65) in tulip.
  * Don't clear BMCR_FULLDPLX bit in tulip_find_mii as it breaks some cards
    (closes: #100624).
  * Fixed atyfb compilation problem (Tobias Ringstrom).
  * Removed obsolete vfat patch.
  * Fixed double cache allocation in mount_devfs_fs.

 -- Herbert Xu <herbert@debian.org>  Sat, 22 Dec 2001 13:41:46 +1100

kernel-source-2.4.16 (2.4.16-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Wed, 28 Nov 2001 07:30:44 +1100

kernel-source-2.4.15 (2.4.15-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 24 Nov 2001 13:34:51 +1100

kernel-source-2.4.14 (2.4.14-1) unstable; urgency=low

  * New upstream release (closes: #117368, #118111).
  * Made mkcramfs more verbose about write errors.
  * Fixed compilation problem in loopback driver.
  * Fixed compilation problem in ps2esdi.c.
  * Fixed compilation problem in i2c-core.c.

 -- Herbert Xu <herbert@debian.org>  Fri,  9 Nov 2001 20:15:49 +1100

kernel-source-2.4.13 (2.4.13-1) unstable; urgency=low

  * New upstream release.
  * Updated kernel-source suggests (closes: #115716).
  * Added support for nm256xl+ (Mattia Monga, closes: #116378).
  * Fixed comment about epochs in arch/alpha/kernel/time.c.
  * Fixed symlink size bug on tmpfs.
  * Fixed handling of HIDs with product strings bug no manufacturer.
  * Work around tmpfs symlink size bug in mkcramfs.

 -- Herbert Xu <herbert@debian.org>  Sat, 27 Oct 2001 17:39:07 +1000

kernel-source-2.4.12 (2.4.12-1) unstable; urgency=low

  * New upstream release.
  * Fixed typo in debian/rules (closes: #114065).
  * Fixed ECN compilation problem (closes: #114192).
  * Fixed typo in Documentation/sound/OPL3-SA
    (Marius Gedminas, closes: #114760).
  * Fixed typo in drivers/parport/ieee1284_ops.c (Tim Waugh).
  * Don't kill page cache entries in set_blocksize.

 -- Herbert Xu <herbert@debian.org>  Sat, 13 Oct 2001 11:41:03 +1000

kernel-source-2.4.10 (2.4.10-1) unstable; urgency=low

  * New upstream release.
  * Added support for EPAT C7/C8 chips.
  * Fixed dead lock on shutdown in 8139too (closes: #107779).
  * Removed const from drivers/net/irda/smc-ircc.c
    (Keith Owens, closes: #110193).
  * Allow ECN to be compiled in but disabled.
  * Removed non-free Keyspan firmware.  We're no longer pristine.
  * Fixed list_del bug in usb-uhci (ac patches).
  * Fixed apm argument processing (ac patches).
  * Added ioctl defines for cpq (ac patches).
  * Included linux/init.h in drivers/net/aironet4500_card.c.

 -- Herbert Xu <herbert@debian.org>  Sat, 29 Sep 2001 16:05:20 +1000

kernel-source-2.4.9 (2.4.9-1) unstable; urgency=low

  * New upstream release (closes: #63393).
  * Fixed highmem CramFS bug (closes: #108893).
  * Added missing include in fs/ntfs/unistr.c.
  * Reverted startup==1 patch from drivers/net/tulip/21142.c.
  * Fixed obsolete use of min: drivers/net/rrunner.c.
  * Exported snprintf/vsnprintf (ac patches).

 -- Herbert Xu <herbert@debian.org>  Sat, 18 Aug 2001 21:23:07 +1000

kernel-source-2.4.8 (2.4.8-1) unstable; urgency=low

  * New upstream release.
  * Menuconfig now exits with 1 if screen is too small (closes: #106510).
  * Applied NFS client seekdir patch (closes: #63063, #107045).
  * Build-depend on kernel-package >= 7.48 (closes: #107545).
  * Applied emu10k fixes (ac patches).
  * Fixed ldm macros (ac patches).

 -- Herbert Xu <herbert@debian.org>  Sun, 12 Aug 2001 09:04:44 +1000

kernel-source-2.4.7 (2.4.7-1) unstable; urgency=low

  * New upstream release (closes: #97516, #104141, #104267).
  * Applied ReiserFS umount patch (closes: #100740).
  * Applied DAC960 completion patch (Jens Axboe).
  * Restricted CONFIG_FB_PVR2 to SH (ac patches).

 -- Herbert Xu <herbert@debian.org>  Sun, 22 Jul 2001 11:52:29 +1000

kernel-source-2.4.6 (2.4.6-1) unstable; urgency=low

  * New upstream release (closes: #102864).
  * Fixed pegasus_set_multicast lockup.
  * Reverted sysinfo patch.

 -- Herbert Xu <herbert@debian.org>  Thu,  5 Jul 2001 19:24:12 +1000

kernel-source-2.4.5 (2.4.5-1) unstable; urgency=low

  * New upstream release (closes: #78761, #96443).
  * Fixed set_blocksize() on RAMDISKs.
  * Removed flavour patch from Makefile as it is now obsolete.
  * Fixed typo in drivers/usb/ov511.c (ac patches).
  * Fixed race in fs/super.c (Alexander Viro).

 -- Herbert Xu <herbert@debian.org>  Sun, 27 May 2001 10:25:42 +1000

kernel-source-2.4.4 (2.4.4-2) unstable; urgency=low

  * Hacked ide_xlate_1024 to work when IDE is modularised (closes: #94853).
  * Fixed typo in pci2220i.c (ac patches).
  * Treat files that begin with FD_FILL_BYTE correctly in vfat
    (closes: #75413).

 -- Herbert Xu <herbert@debian.org>  Sun, 13 May 2001 09:33:09 +1000

kernel-source-2.4.4 (2.4.4-1) unstable; urgency=low

  * New upstream release.
  * Fixed a typo in Documentation/sound/OPL3-SA (Carlos Valdivia Yage,
    closes: #95255).

 -- Herbert Xu <herbert@debian.org>  Sun, 29 Apr 2001 10:32:51 +1000

kernel-source-2.4.3 (2.4.3-4) unstable; urgency=low

  * ip_conntrack_ftp fix (netfilter, closes: #94216).

 -- Herbert Xu <herbert@debian.org>  Sun, 22 Apr 2001 11:15:02 +1000

kernel-source-2.4.3 (2.4.3-3) unstable; urgency=low

  * Added missing SIEMENS PCI ID (ac patches).
  * Exported proc_get_inode (ac patches).

 -- Herbert Xu <herbert@debian.org>  Mon, 16 Apr 2001 08:42:17 +1000

kernel-source-2.4.3 (2.4.3-2) unstable; urgency=low

  * Correct devfs path name in scsi-generic.txt (closes: #93405).
  * Fixed negative padding in struct sysinfo.

 -- Herbert Xu <herbert@debian.org>  Fri, 13 Apr 2001 19:42:42 +1000

kernel-source-2.4.3 (2.4.3-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sun,  8 Apr 2001 16:50:40 +1000

kernel-source-2.4.2 (2.4.2-3) unstable; urgency=low

  * Added build-time dependency on libz-dev (closes: #89722).
  * Compilation fixes in 6pack.c and genhd.h (closes: #90646).

 -- Herbert Xu <herbert@debian.org>  Fri, 23 Mar 2001 20:30:03 +1100

kernel-source-2.4.2 (2.4.2-2) unstable; urgency=low

  * Added initrd support for cramfs.
  * Fixed bug that prevented initrd from being freed (ac patches).
  * Fixed a typo in Documentation/sound/VIBRA16 (Carlos Valdivia,
    closes: #88018).
  * Removed misleading securetty note in devfs README files (closes: #89148).

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Mar 2001 08:56:27 +1100

kernel-source-2.4.2 (2.4.2-1) unstable; urgency=low

  * New upstream release.
  * Created mkcramfs package.
  * Accomodate option change in binutils (closes: #87009).
  * Applied loopback patch by Jens Axobe.

 -- Herbert Xu <herbert@debian.org>  Fri, 23 Feb 2001 20:19:31 +1100

kernel-source-2.4.1 (2.4.1-3) unstable; urgency=low

  * Applied tmpfs patch by Christoph Rohland.
  * Fixed incorrect conditional check in struct sysinfo (closes: #85603).

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Feb 2001 21:08:05 +1100

kernel-source-2.4.1 (2.4.1-2) unstable; urgency=low

  * Fixed the struct sysinfo warning properly (closes: #84234).

 -- Herbert Xu <herbert@debian.org>  Sat, 10 Feb 2001 23:10:44 +1100

kernel-source-2.4.1 (2.4.1-1) unstable; urgency=low

  * New upstream release.
  * Added support for flavours to Makefile.
  * Only include asm/bitops.h if __KERNEL__ is defined in linux/fs.h
    (closes: #84238).
  * Added padding to struct sysinfo so that it's identical to 2.2 (#84234).
  * Fixed typos in asm/socket.h (closes: #39168).
  * Updated IrDA URL in asm/termios.h (closes: #42222).

 -- Herbert Xu <herbert@debian.org>  Sun,  4 Feb 2001 10:11:47 +1100

kernel-source-2.4.0 (2.4.0-1) unstable; urgency=low

  * New upstream release (closes: #71874, #79490).
  * Added missing build-time dependencies (closes: #81728).

 -- Herbert Xu <herbert@debian.org>  Tue, 16 Jan 2001 11:14:16 +1100

kernel-source-2.4.0-test11 (2.4.0-test11-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat,  9 Dec 2000 11:34:37 +1100

kernel-source-2.4.0-test5 (2.4.0-test5-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 29 Jul 2000 17:55:37 +1000

kernel-source-2.4.0-test4 (2.4.0-test4-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Wed, 19 Jul 2000 18:37:17 +1000

kernel-source-2.4.0-test3 (2.4.0-test3-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Wed, 12 Jul 2000 09:49:57 +1000

kernel-source-2.4.0-test2 (2.4.0-test2-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Mon, 10 Jul 2000 19:24:59 +1000

kernel-source-2.2.17 (2.2.17pre6-1) frozen unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 24 Jun 2000 21:53:40 +1000

kernel-source-2.2.16 (2.2.16-1) frozen unstable; urgency=high

  * New upstream release (closes: #65745).

 -- Herbert Xu <herbert@debian.org>  Sun, 18 Jun 2000 12:42:37 +1000

kernel-source-2.2.15 (1:2.2.15-3) frozen unstable; urgency=low

  * Bring capabilities closer to POSIX spec (Andrew Morgan)
    | Note. This subtly changes cap_bset behaviour.

 -- Herbert Xu <herbert@debian.org>  Thu,  1 Jun 2000 09:32:11 +1000

kernel-source-2.2.15 (1:2.2.15-2) frozen unstable; urgency=low

  * AIC7XXX 5.1.29 (closes: #63946).

 -- Herbert Xu <herbert@debian.org>  Sat, 13 May 2000 09:29:50 +1000

kernel-source-2.2.15 (1:2.2.15-1) frozen unstable; urgency=low

  * New upstream release (closes: #63675).
  * Built with kernel-package 7.04.potato.1 (closes: #63290).

 -- Herbert Xu <herbert@debian.org>  Tue,  9 May 2000 12:54:09 +1000

kernel-source-2.2.15pre19 (2.2.15pre19-2) frozen unstable; urgency=low

  * New upstream release (pre20).

 -- Herbert Xu <herbert@debian.org>  Tue, 25 Apr 2000 15:31:03 +1000

kernel-source-2.2.15pre19 (2.2.15pre19-1) frozen unstable; urgency=low

  * New upstream release (closes: #55383).
  * Applied patch from Chris Evans.
  * Applied patch from David Miller.

 -- Herbert Xu <herbert@debian.org>  Fri, 21 Apr 2000 12:15:30 +1000

kernel-source-2.2.14 (2.2.14-5) frozen unstable; urgency=low

  * Delete my copy of the control file before calling make-kpkg
    (closes: #62269).

 -- Herbert Xu <herbert@debian.org>  Thu, 13 Apr 2000 08:33:18 +1000

kernel-source-2.2.14 (2.2.14-4) frozen unstable; urgency=medium

  * Applied patch from Alexey Kuznetsov that fixes the AF_UNIX socket crash
    (closes: #61335).
  * Rebuilt with new kernel-package (closes: #61261).

 -- Herbert Xu <herbert@debian.org>  Fri, 31 Mar 2000 14:12:43 +1000

kernel-source-2.2.14 (2.2.14-3) frozen unstable; urgency=low

  * Rebuilt with new kernel-package (closes: #60001).
  * Included a patch from Eric Delaunay <delaunay@lix.polytechnique.fr> that
    fixes a couple of argument parsing bugs in main.c (closes: #58566).

 -- Herbert Xu <herbert@debian.org>  Thu, 23 Mar 2000 19:05:11 +1100

kernel-source-2.2.14 (2.2.14-2) unstable; urgency=low

  * Fixed incorrect assembly code for i386.

 -- Herbert Xu <herbert@debian.org>  Sun, 16 Jan 2000 12:36:59 +1100

kernel-source-2.2.14 (2.2.14-1) unstable; urgency=low

  * New upstream release.
  * Fixed a typo in aha152x.c (closes: #12636).

 -- Herbert Xu <herbert@debian.org>  Thu, 13 Jan 2000 12:09:06 +1100

kernel-source-2.2.13 (2.2.13-2) unstable; urgency=low

  * Updated version number in README.Debian (closes: #49033).
  * Removed kernel-image as it will be generated by the kernel-image source
    package.

 -- Herbert Xu <herbert@debian.org>  Fri, 19 Nov 1999 19:41:45 +1100

kernel-source-2.2.13 (2.2.13-1) unstable; urgency=low

  * New upstream release.
  * Enabled ServeRAID (closes: #47653).

 -- Herbert Xu <herbert@debian.org>  Sun, 24 Oct 1999 14:22:49 +1000

kernel-source-2.2.12 (2.2.12-4) unstable; urgency=low

  * Fixed a typo in tgafb.c.
  * Added CONFIG_APM_DISABLE_BY_DEFAULT.
  * Call make-kpkg to clean up (closes: #45603).

 -- Herbert Xu <herbert@debian.org>  Thu, 14 Oct 1999 09:06:57 +1000

kernel-source-2.2.12 (2.2.12-3) unstable; urgency=low

  * Compiled with stacks aligned on dwords.
  * Enabled serial consoles (closes: #46152).

 -- Herbert Xu <herbert@debian.org>  Tue, 28 Sep 1999 17:39:34 +1000

kernel-source-2.2.12 (2.2.12-2) unstable; urgency=low

  * Rewrote the kmod patch to only bail out when the other side is our parent.
  * Use the VFS patch rather than the autofs patch.
  * Enabled Joliet extensions (fixes #42006).
  * Enabled APM (fixes #42258).

 -- Herbert Xu <herbert@debian.org>  Sat, 11 Sep 1999 23:51:00 +1000

kernel-source-2.2.12 (2.2.12-1) unstable; urgency=low

  * New upstream release (fixes #43865).
  * Fixed an nlink update problem in nfs.
  * New rules file from Hartmut Koptein.
  * Fixed an overflow bug in the stallion driver.
  * Fixed an autofs deadlock.
  * Don't load a module that we're already trying to load (Chris Butler) (fixes
    #39910).

 -- Herbert Xu <herbert@debian.org>  Wed,  1 Sep 1999 09:12:15 +1000

kernel-source-2.2.10 (2.2.10-1) unstable; urgency=low

  * New upsream release.
  * Moved default.config to new kernel-patch for i386.

 -- Herbert Xu <herbert@debian.org>  Tue, 15 Jun 1999 21:59:48 +1000

kernel-source-2.2.9 (2.2.9-2) unstable; urgency=high

  * Fixed a network DoS attack.

 -- Herbert Xu <herbert@debian.org>  Fri,  4 Jun 1999 21:06:28 +1000

kernel-source-2.2.9 (2.2.9-1) unstable; urgency=low

  * New upstream relesae.

 -- Herbert Xu <herbert@debian.org>  Tue, 18 May 1999 10:20:08 +1000

kernel-source-2.2.7 (2.2.7-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Fri,  7 May 1999 22:19:56 +1000

kernel-source-2.2.5 (1:2.2.5-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Fri, 16 Apr 1999 13:56:45 +1000

kernel-source-2.0.36 (2.0.36-3) frozen unstable; urgency=low

  * Upgraded AIC7XXX to 5.1.11 which should make some owners of Adaptec cards
    able to install Debian.

 -- Herbert Xu <herbert@debian.org>  Sun, 21 Feb 1999 14:56:42 +1100

kernel-source-2.0.36 (2.0.36-2) frozen unstable; urgency=low

  * Applied ISDN patch from Paul Slootman that enables idle timeouts in the
    manual dialmode and allows callback syncPPP connections to be made
    (fixes #31516).
  * Enlarged kernel message buffer so that all messages are caught by klogd.
  * Included module for TLAN based network cards (fixes #31623).
  * Include EtherExpressPro and FMV0181/182/183/184 as modules.

 -- Herbert Xu <herbert@debian.org>  Sat, 16 Jan 1999 16:39:01 +1100

kernel-source-2.0.36 (2.0.36-1) unstable; urgency=low

  * New upstream release.
  * Enabled ETH16I.

 -- Herbert Xu <herbert@debian.org>  Sat, 28 Nov 1998 17:40:21 +1100

kernel-source-2.0.35 (2.0.35-3) frozen; urgency=low

  * Upgraded to aic7xxx 5.1.4 (fixes #29480, #27859, #28946).

 -- Herbert Xu <herbert@debian.org>  Sun, 22 Nov 1998 15:41:44 +1100

kernel-source-2.0.35 (2.0.35-2) unstable; urgency=low

  * Upgraded to aic7xxx 5.1.0.
  * Removed spurious definition in 3c523.c (fixes #25370).
  * Built with kernel-package 5.11 (fixes #25623).
  * Enabled autofs (fixes #22338, #27860).

 -- Herbert Xu <herbert@debian.org>  Sat, 24 Oct 1998 17:32:06 +1000

kernel-source-2.0.35 (2.0.35-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sun, 19 Jul 1998 08:59:44 +1000

kernel-source-2.0.34 (2.0.34-4) frozen unstable; urgency=high

  * Updated to aic7xxx 5.0.19 (fixes #24252).

 -- Herbert Xu <herbert@debian.org>  Wed,  8 Jul 1998 20:06:08 +1000

kernel-source-2.0.34 (2.0.34-3) frozen unstable; urgency=high

  * Reversed euid test in fs/fcntl.c.

 -- Herbert Xu <herbert@debian.org>  Tue, 30 Jun 1998 16:27:49 +1000

kernel-source-2.0.34 (2.0.34-2) frozen unstable; urgency=low

  * Upload to hamm as well.

 -- Herbert Xu <herbert@debian.org>  Sun, 21 Jun 1998 16:48:13 +1000

kernel-source-2.0.34 (2.0.34-1) unstable; urgency=low

  * New upstream release (fixes #17651, #18788, #21231, #22330).

 -- Herbert Xu <herbert@debian.org>  Sun,  7 Jun 1998 12:29:27 +1000

kernel-source-2.0.33 (2.0.33-9) frozen unstable; urgency=low

  * Disabled certain MCA NIC drivers (fixes #22254).

 -- Herbert Xu <herbert@debian.org>  Sun, 10 May 1998 15:59:32 +1000

kernel-source-2.0.33 (2.0.33-8) frozen unstable; urgency=low

  * Disabled experimental drivers.
  * Reapplied joliet patch (fixes #19160, #21537).
  * Built with kernel-package 4.07 (fixes #21229).
  * Replaced NO_PCI with !CONFIG_PCI in 3c59x.c (fixes #21916).

 -- Herbert Xu <herbert@debian.org>  Fri,  1 May 1998 18:29:03 +1000

kernel-source-2.0.33 (2.0.33-7) frozen unstable; urgency=high

  * Applied IP fragmentation patch from Alan Cox.

 -- Herbert Xu <herbert@debian.org>  Sat, 18 Apr 1998 12:57:56 +1000

kernel-source-2.0.33 (2.0.33-6) frozen unstable; urgency=low

  * Disabled scc since we don't support ax25 by default (fixes #20307).

 -- Herbert Xu <herbert@debian.org>  Wed,  1 Apr 1998 19:21:05 +1000

kernel-source-2.0.33 (2.0.33-5) unstable; urgency=low

  * Turned rst cookies off.

 -- Herbert Xu <herbert@debian.org>  Wed, 18 Mar 1998 20:41:27 +1100

kernel-source-2.0.33 (2.0.33-4) unstable; urgency=low

  * Applied patch from Paul Slootman (fixes #18787).

 -- Herbert Xu <herbert@debian.org>  Fri,  6 Mar 1998 11:30:44 +1100

kernel-source-2.0.33 (2.0.33-3) stable unstable; urgency=low

  * Built with new kernel-package (3.61).
  * Added support for fat32 (fixes #14042).

 -- Herbert Xu <herbert@debian.org>  Fri, 20 Feb 1998 16:33:40 +1100

kernel-source-2.0.33 (2.0.33-2) stable unstable; urgency=low

  * built with new kernel-package (3.57)

 -- Herbert Xu <herbert@debian.org>  Mon, 16 Feb 1998 08:59:11 +1100

kernel-source-2.0.33 (2.0.33-1) stable unstable; urgency=high

  * New upstream release (fixes #15736).

 -- Herbert Xu <herbert@debian.org>  Sat,  7 Feb 1998 15:06:57 +1100

kernel-source-2.0.32 (2.0.32-3) stable unstable; urgency=low

  * Built with new kernel-package (3.49).

 -- Herbert Xu <herbert@debian.org>  Mon, 15 Dec 1997 12:22:45 +1100

kernel-source-2.0.32 (2.0.32-2) stable unstable; urgency=low

  * Removed teles driver which was accidentally left in.
  * Applied patch from Andreas Jaeger.
  * Built with new kernel-package (3.48) for use by libc6.

 -- Herbert Xu <herbert@debian.org>  Sun, 14 Dec 1997 09:29:26 +1100

kernel-source-2.0.32 (2.0.32-1) unstable; urgency=low

  * New upstream release.
  * Pristine source.
  * Bugs fixed (#6132, #6133, #8647, #11823, #13705).

 -- Herbert Xu <herbert@debian.org>  Sun, 23 Nov 1997 18:34:38 +1100

kernel-source-2.0.29 (1:2.0.29-10) unstable; urgency=low

  * NCR53C8XX driver updates.
  * Installed 3c59x 0.46C (#10902).
  * Modified scc.c to compile with libc6 (#14367).

 -- Herbert Xu <herbert@debian.org>  Mon, 17 Nov 1997 20:46:57 +1100

kernel-source-2.0.29 (1:2.0.29-9) unstable; urgency=low

  * Slight mod to pci.c to ignore bridges that the kernel can't handle (#11865).
  * Removed sound module support.

 -- Herbert Xu <herbert@debian.org>  Fri,  3 Oct 1997 11:17:02 +1000

kernel-source-2.0.29 (1:2.0.29-8) unstable; urgency=low

  * Used epoch numbers to deal with old kernel-source releases.
  * Enabled support for NCPFS.
  * Added sound support.
  * Enabled IP firewalls, forwarding, and aliasing.
  * Applied ne2000 patch from Paul Gortmaker.

 -- Herbert Xu <herbert@debian.org>  Fri,  4 Jul 1997 22:01:16 +1000

kernel-source-2.0.29 (2.0.29-7) frozen unstable; urgency=high

  * Applied security patch from Alan Cox.
  * Applied patch from Andreas Jellinghaus.

 -- Herbert Xu <herbert@debian.org>  Sat, 31 May 1997 11:59:56 +1000

kernel-source-2.0.29 (2.0.29-6) frozen unstable; urgency=medium

  * Merged Debian changes from 2.0.30.

 -- Herbert Xu <herbert@debian.org>  Sun, 25 May 1997 22:26:30 +1000

