diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-18 18:24:35 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-18 18:24:35 +0000 |
commit | 197c32733efdbcc01659d16ceca209c089adc724 (patch) | |
tree | 958901bb514661cc9027f3e0d85b982e7beb14fe /sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild | |
parent | bump to 2.6.3 stable and fix for munmap vulnerability (diff) | |
download | historical-197c32733efdbcc01659d16ceca209c089adc724.tar.gz historical-197c32733efdbcc01659d16ceca209c089adc724.tar.bz2 historical-197c32733efdbcc01659d16ceca209c089adc724.zip |
Added the patch for the mremap/munmap vulnerability. Bug #42024.
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild index e544e962ede8..e1755f9768c3 100644 --- a/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild +++ b/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild,v 1.1 2004/02/16 12:08:44 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild,v 1.2 2004/02/18 18:24:35 plasmaroo Exp $ -UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" +UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2 ${FILESDIR}/${P}.munmap.patch" K_PREPATCHED="yes" UNIPATCH_STRICTORDER="yes" |