diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-06 16:31:59 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-06 16:31:59 +0000 |
commit | f9fbf17ebb201f60497749e77a313a2aff9011b9 (patch) | |
tree | c58cc2c99cdaf026663df520b1f05bf95acf5092 /sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild | |
parent | stable on alpha (diff) | |
download | gentoo-2-f9fbf17ebb201f60497749e77a313a2aff9011b9.tar.gz gentoo-2-f9fbf17ebb201f60497749e77a313a2aff9011b9.tar.bz2 gentoo-2-f9fbf17ebb201f60497749e77a313a2aff9011b9.zip |
Updated alpha-sources-2.4.19 as a different patch is needed for the RTC fix.
Diffstat (limited to 'sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild')
-rw-r--r-- | sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild index dbb56a29de15..96ceb3f38eef 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.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/alpha-sources/alpha-sources-2.4.19-r2.ebuild,v 1.13 2004/01/06 16:16:49 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild,v 1.14 2004/01/06 16:31:48 plasmaroo Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -50,7 +50,7 @@ src_unpack() { epatch ${FILESDIR}/do_brk_fix.patch || die "Failed to patch the do_brk() vulnerability!" 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!" + epatch ${FILESDIR}/${P}.rtc_fix.patch || die "Failed to patch RTC vulnerabilities!" #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die |