diff options
author | 2004-08-04 20:51:14 +0000 | |
---|---|---|
committer | 2004-08-04 20:51:14 +0000 | |
commit | 28b4964f555d39fc913ea15b301ee7bc0295cb43 (patch) | |
tree | ef048d727c71b4f3b1a4d38db0867e2ab91e2db7 /sys-kernel/alpha-sources | |
parent | Fixed missing { in init script. (Manifest recommit) (diff) | |
download | gentoo-2-28b4964f555d39fc913ea15b301ee7bc0295cb43.tar.gz gentoo-2-28b4964f555d39fc913ea15b301ee7bc0295cb43.tar.bz2 gentoo-2-28b4964f555d39fc913ea15b301ee7bc0295cb43.zip |
Added a patch for the CAN-2004-0415 vulnerability, bug #59378.
Diffstat (limited to 'sys-kernel/alpha-sources')
-rw-r--r-- | sys-kernel/alpha-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/alpha-sources/alpha-sources-2.4.21-r10.ebuild (renamed from sys-kernel/alpha-sources/alpha-sources-2.4.21-r9.ebuild) | 8 | ||||
-rw-r--r-- | sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r10 (renamed from sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r9) | 1 |
3 files changed, 13 insertions, 4 deletions
diff --git a/sys-kernel/alpha-sources/ChangeLog b/sys-kernel/alpha-sources/ChangeLog index e4873552c0fa..f728cbacc3f6 100644 --- a/sys-kernel/alpha-sources/ChangeLog +++ b/sys-kernel/alpha-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/alpha-sources # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/ChangeLog,v 1.30 2004/07/09 14:13:59 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/ChangeLog,v 1.31 2004/08/04 20:51:14 plasmaroo Exp $ + +*alpha-sources-2.4.21-r10 (04 Aug 2004) + + 04 Aug 2004; <plasmaroo@gentoo.org> +alpha-sources-2.4.21-r10.ebuild, + -alpha-sources-2.4.21-r9.ebuild: + Added a patch for the CAN-2004-0415 vulnerability, bug #59378. *alpha-sources-2.4.21-r9 (09 Jul 2004) diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r9.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r10.ebuild index fe0b463faad2..6aa3ca3cd914 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r9.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r9.ebuild,v 1.2 2004/07/15 03:45:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r10.ebuild,v 1.1 2004/08/04 20:51:14 plasmaroo Exp $ # OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -16,14 +16,15 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full sources for the Gentoo Linux Alpha kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://gentoo/patches-${KV/9/3}.tar.bz2" + mirror://gentoo/patches-${KV/10/3}.tar.bz2 + http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/linux-${OKV}-CAN-2004-0415.patch" SLOT="${KV}" KEYWORDS="alpha -sparc -x86 -ppc -hppa -mips" src_unpack() { unpack ${A} mv linux-${OKV} linux-${KV} || die - cd ${WORKDIR}/${KV/9/1} + cd ${WORKDIR}/${KV/10/1} # This is the crypt USE flag, keeps {USAGI/superfreeswan/patch-int/loop-jari} if ! use crypt; then @@ -67,6 +68,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}.CAN-2004-0178.patch || die "Failed to add the CAN-2004-0178 patch!" epatch ${FILESDIR}/${PN}.CAN-2004-0181.patch || die "Failed to add the CAN-2004-0181 patch!" epatch ${FILESDIR}/${PN}.CAN-2004-0394.patch || die "Failed to add the CAN-2004-0394 patch!" + epatch ${DISTDIR}/linux-${OKV}-CAN-2004-0415.patch || die "Failed to add the CAN-2004-0415 patch!" epatch ${FILESDIR}/${PN}.CAN-2004-0427.patch || die "Failed to add the CAN-2004-0427 patch!" epatch ${FILESDIR}/${PN}.CAN-2004-0495.patch || die "Failed to add the CAN-2004-0495 patch!" epatch ${FILESDIR}/${PN}.CAN-2004-0497.patch || die "Failed to add the CAN-2004-0497 patch!" diff --git a/sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r9 b/sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r10 index a17dcc489c19..363cacc1766b 100644 --- a/sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r9 +++ b/sys-kernel/alpha-sources/files/digest-alpha-sources-2.4.21-r10 @@ -1,2 +1,3 @@ MD5 f51e12efa18bb828cf57d9d4a81b2fb1 linux-2.4.21.tar.bz2 28533733 MD5 28094d6a3d68f228bda98af459ad1310 patches-2.4.21-alpha-r3.tar.bz2 1696825 +MD5 b48375b2731b9a99bb3697e90f170ff2 linux-2.4.21-CAN-2004-0415.patch 84284 |