diff options
author | 2004-08-04 22:31:58 +0000 | |
---|---|---|
committer | 2004-08-04 22:31:58 +0000 | |
commit | 1dc13411248d7f2f5045af0406265d82f0143c10 (patch) | |
tree | 054f76bf0ae5c49c9974cec425ebca7c14e9f5df /sys-kernel/ia64-sources | |
parent | Added a patch for the CAN-2004-0415 vulnerability, bug #59378. (Manifest reco... (diff) | |
download | gentoo-2-1dc13411248d7f2f5045af0406265d82f0143c10.tar.gz gentoo-2-1dc13411248d7f2f5045af0406265d82f0143c10.tar.bz2 gentoo-2-1dc13411248d7f2f5045af0406265d82f0143c10.zip |
Added a patch for the CAN-2004-0415 vulnerability, bug #59378.
Diffstat (limited to 'sys-kernel/ia64-sources')
-rw-r--r-- | sys-kernel/ia64-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r8 (renamed from sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r7) | 1 | ||||
-rw-r--r-- | sys-kernel/ia64-sources/ia64-sources-2.4.24-r8.ebuild (renamed from sys-kernel/ia64-sources/ia64-sources-2.4.24-r7.ebuild) | 6 |
3 files changed, 12 insertions, 3 deletions
diff --git a/sys-kernel/ia64-sources/ChangeLog b/sys-kernel/ia64-sources/ChangeLog index 3e413942cee8..cdc3936cea64 100644 --- a/sys-kernel/ia64-sources/ChangeLog +++ b/sys-kernel/ia64-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/ia64-sources # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ia64-sources/ChangeLog,v 1.20 2004/07/21 22:34:05 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ia64-sources/ChangeLog,v 1.21 2004/08/04 22:31:58 plasmaroo Exp $ + +*ia64-sources-2.4.24-r8 (04 Aug 2004) + + 04 Aug 2004; <plasmaroo@gentoo.org> -ia64-sources-2.4.24-r7.ebuild, + +ia64-sources-2.4.24-r8.ebuild: + Added a patch for the CAN-2004-0415 vulnerability, bug #59378. *ia64-sources-2.4.24-r7 (21 Jul 2004) diff --git a/sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r7 b/sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r8 index 2af043964e41..0c22f2fb2d27 100644 --- a/sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r7 +++ b/sys-kernel/ia64-sources/files/digest-ia64-sources-2.4.24-r8 @@ -1,2 +1,3 @@ MD5 1e055c42921b2396a559d84df4c3d9aa linux-2.4.24.tar.bz2 29837818 MD5 e62d6b4be335b6dbafc535c59833cd1e linux-2.4.24-ia64-040109.diff.bz2 69525 +MD5 635d81023296732a416e72cffcb3d3d6 ia64-sources-2.4.24-CAN-2004-0415.patch 89105 diff --git a/sys-kernel/ia64-sources/ia64-sources-2.4.24-r7.ebuild b/sys-kernel/ia64-sources/ia64-sources-2.4.24-r8.ebuild index 257fdfaaef85..a7d72a1305d0 100644 --- a/sys-kernel/ia64-sources/ia64-sources-2.4.24-r7.ebuild +++ b/sys-kernel/ia64-sources/ia64-sources-2.4.24-r8.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/ia64-sources/ia64-sources-2.4.24-r7.ebuild,v 1.1 2004/07/21 22:34:05 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ia64-sources/ia64-sources-2.4.24-r8.ebuild,v 1.1 2004/08/04 22:31:58 plasmaroo Exp $ IUSE="" @@ -32,7 +32,8 @@ S=${WORKDIR}/linux-${KV} MYSNAPSHOT="040109" DESCRIPTION="Full sources for the Gentoo Kernel." SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 -mirror://kernel/linux/kernel/ports/ia64/v2.4/linux-${OKV}-ia64-${MYSNAPSHOT}.diff.bz2" + mirror://kernel/linux/kernel/ports/ia64/v2.4/linux-${OKV}-ia64-${MYSNAPSHOT}.diff.bz2 + http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/${P}-CAN-2004-0415.patch" HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/" LICENSE="GPL-2" @@ -60,6 +61,7 @@ src_unpack() { epatch ${FILESDIR}/${P}.CAN-2004-0178.patch || die "Failed to add the CAN-2004-0178 patch!" epatch ${FILESDIR}/${P}.CAN-2004-0181.patch || die "Failed to add the CAN-2004-0181 patch!" epatch ${FILESDIR}/${P}.CAN-2004-0394.patch || die "Failed to add the CAN-2004-0394 patch!" + epatch ${DISTDIR}/${P}-CAN-2004-0415.patch || die "Failed to add the CAN-2004-0415 patch!" epatch ${FILESDIR}/${P}.CAN-2004-0427.patch || die "Failed to add the CAN-2004-0427 patch!" epatch ${FILESDIR}/${P}.CAN-2004-0447.patch || die "Failed to add the CAN-2004-0447 patch!" epatch ${FILESDIR}/${P}.CAN-2004-0495.patch || die "Failed to add the CAN-2004-0495 patch!" |