diff options
author | 2003-12-02 00:36:23 +0000 | |
---|---|---|
committer | 2003-12-02 00:36:23 +0000 | |
commit | 951c83860f2cde4ddc7f9d27a1e6814f60eb1db5 (patch) | |
tree | fdaf88e463b8eaad0c05b4b046d706ec1d6c76da /sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild | |
parent | fix do_brk vuln (diff) | |
download | historical-951c83860f2cde4ddc7f9d27a1e6814f60eb1db5.tar.gz historical-951c83860f2cde4ddc7f9d27a1e6814f60eb1db5.tar.bz2 historical-951c83860f2cde4ddc7f9d27a1e6814f60eb1db5.zip |
fix do_brk vuln
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild index 81fd625de20d..1b9483144c88 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.10 2003/11/20 07:43:38 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.11 2003/12/02 00:32:24 iggy Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -27,5 +27,7 @@ src_unpack() { cd ${S} + epatch ${FILESDIR}/do_brk_fix.patch || die "failed to patch for do_brk vuln" + kernel_universal_unpack } |