1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: ksplice
Section: admin
Priority: optional
Vcs-Git: git://git.debian.org/git/collab-maint/ksplice.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/ksplice.git
Maintainer: Luca Bruno <lucab@debian.org>
Build-Depends: debhelper (>= 5.0), binutils-dev (>=2.19.51.20090827), quilt, rsync, zlib1g-dev
Build-Conflicts: binutils-multiarch
Standards-Version: 3.8.3
Homepage: http://ksplice.com
Package: ksplice
Architecture: i386 amd64 arm armel
Depends: ${shlibs:Depends}, perl, gcc | c-compiler, patch, rsync
Description: Patching live kernel without having to reboot
Ksplice allows system administrators to apply security patches to the
Linux kernel without having to reboot. Ksplice takes as input a source
code change in unified diff format and the kernel source code to be
patched, and it applies the patch to the corresponding running kernel.
The running kernel does not need to have been prepared in advance in any
way.
|