[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sauberes Kernel-Update



On Thu, 27 Mar 2003 the mental interface of 
Frank Niedermann told:

> Hi,
> 
> ich habe noch einen ungepatchten selbstkompilierten Kernel 2.4.20
> im Einsatz. Bevor das System ans Internet geht möchte ich den
> ptrace-Patch einspielen, wie mache ich das am 'saubersten'?
> 
> Idealerweise würde ich meine aktuelle .config behalten und den
> Kernel einfach nur neu übersetzen und installieren ...
> 
> Wie ist das dann später bei z.B. Update von kernel-2.4.20 auf
> kernel-2.4.21 oder sogar kernel-2.6.1 ?

in /etc/apt/sources.list


#deb ftp://ftp.de.debian.org/debian/ unstable main non-free contrib
deb-src ftp://ftp.de.debian.org/debian/ unstable main non-free contrib
#deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

apt-get update

apt-get source kernel-source-2.4.20

cd kernel-source-2.4.20-2.4.20

$EDITOR debian/changelog

Nach Deinem Befinden ändern

:wq

fakeroot dpkg-buildpackage

########

kernel-source-2.4.20 (2.4.20-6) unstable; urgency=low

  * Documented mem= change in README.Debian.
  * Fixed printk warnings in init/do_mounts.c.
  * Fixed printk warnings in fs/fat/file.c (closes: #178355).
  * Commented out non-TeX heading in Documentation/smp.tex (Daniel van Eeden,
    closes: #174554).
  * Fixed dupliate detection problem in drivers/net/tokenring/ibmtr.c
    (closes: #178874).
  * Close old_fd and root_fd in init/do_mounts.c (Brian May, closes: #180934).
  * Ignore errors from tw_setfeature in drivers/scsi/3w-xxxx.c
    (closes: #181581).
  * Changed all occurances of infobox+sleep to msgbox in scripts/Menuconfig
    (closes: #181640).
  * Use rq->special instead of rq->buffer in drivers/scsi/ide-scsi.c
    (closes: #180125).
  * Fixed precedence bug in drivers/sound/trident.c (John Levon).
  * Documented AMD 768 erratum (closes: #177139).
  * Fixed initialisation error handling in drivers/block/cciss.c.
  * Fixed initialisation error handling in drivers/block/cpqarray.c.
->* Fixed ptrace security hole (closes: #185375).
  * Work around broken Toshiba keyboards (2.4.21pre, closes: #121335).
  * Fixed sock address length check (2.4.21pre, closes: #171983).

#############


-- 
  Alles was viel bedacht wird ist bedenklich!;-)
         Friedrich Nietzsche

Attachment: pgpb_l4tWH04u.pgp
Description: PGP signature


Reply to: