diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-12-01 23:00:07 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-12-01 23:00:07 +0000 |
commit | f06f2a9a394611d849d1dc622780a40a8114e724 (patch) | |
tree | 6706b8184256f6dcac4f5d6e2e8b64d16f4cbe11 /sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | |
parent | fix do_brk vuln (diff) | |
download | gentoo-2-f06f2a9a394611d849d1dc622780a40a8114e724.tar.gz gentoo-2-f06f2a9a394611d849d1dc622780a40a8114e724.tar.bz2 gentoo-2-f06f2a9a394611d849d1dc622780a40a8114e724.zip |
fix do_brk vuln
Diffstat (limited to 'sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild')
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild index a4d2226a0abd..e0c342951072 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild +++ b/sys-kernel/xfs-sources/xfs-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/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.4 2003/09/07 18:53:16 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20.ebuild,v 1.5 2003/12/01 22:59:57 tseng Exp $ IUSE="build crypt" @@ -63,5 +63,7 @@ src_unpack() { einfo "Cryptographic support enabled..." fi + #IMPORTANT! Root Exploit! + epatch ${FILESDIR}/do_brk_fix.patch kernel_src_unpack } |