summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild')
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild
index 9cca805f9399..f496c21bfecd 100644
--- a/sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild
@@ -1,6 +1,6 @@
# 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.4.23-r1.ebuild,v 1.2 2004/01/05 12:16:12 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.4.23-r1.ebuild,v 1.3 2004/01/06 18:00:45 plasmaroo Exp $
IUSE="build"
@@ -48,10 +48,8 @@ KEYWORDS="x86 -ppc"
SLOT="${KV}"
src_unpack() {
- sleep 1
unpack linux-${OURKERNEL}.tar.bz2
mv linux-${OURKERNEL} linux-${KV} || die
-
cd linux-${KV}
# if we need a pre/rc patch, then use it
@@ -61,6 +59,9 @@ src_unpack() {
bzcat ${DISTDIR}/patch-${KV}.bz2|patch -p1 || die "-ck patch failed"
+ epatch ${FILESDIR}/${PN}.CAN-2003-0985.patch || die "Failed to patch mremap() vulnerability!"
+ epatch ${FILESDIR}/${PN}.rtc_fix.patch || die "Failed to patch RTC vulnerabilities!"
+
kernel_universal_unpack
}