summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-12-02 07:11:25 +0000
committerBrian Jackson <iggy@gentoo.org>2003-12-02 07:11:25 +0000
commit9670723f17af66fdd7a12c25c80df45b723848f8 (patch)
treebf64ab622aaaa3f6370d95a8d7e05c95fda8b675 /sys-kernel/gs-sources
parentversion bump for do_brk vuln (diff)
downloadgentoo-2-9670723f17af66fdd7a12c25c80df45b723848f8.tar.gz
gentoo-2-9670723f17af66fdd7a12c25c80df45b723848f8.tar.bz2
gentoo-2-9670723f17af66fdd7a12c25c80df45b723848f8.zip
version bump for do_brk vuln
Diffstat (limited to 'sys-kernel/gs-sources')
-rw-r--r--sys-kernel/gs-sources/ChangeLog8
-rw-r--r--sys-kernel/gs-sources/Manifest4
-rw-r--r--sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8-r12
-rw-r--r--sys-kernel/gs-sources/gs-sources-2.4.23_pre8-r1.ebuild56
4 files changed, 67 insertions, 3 deletions
diff --git a/sys-kernel/gs-sources/ChangeLog b/sys-kernel/gs-sources/ChangeLog
index 6235998e0309..308be4504142 100644
--- a/sys-kernel/gs-sources/ChangeLog
+++ b/sys-kernel/gs-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/gs-sources
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.26 2003/12/01 22:51:34 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.27 2003/12/02 07:09:02 iggy Exp $
+
+*gs-sources-2.4.23_pre8-r1 (02 Dec 2003)
+
+ 02 Dec 2003; Brian Jackson <iggy@gentoo.org>
+ gs-sources-2.4.23_pre8-r1.ebuild:
+ version bump for do_brk vuln
01 Dec 2003; Brian Jackson <iggy@gentoo.org> gs-sources-2.4.22_pre2.ebuild,
files/do_brk_fix.patch:
diff --git a/sys-kernel/gs-sources/Manifest b/sys-kernel/gs-sources/Manifest
index 9f06511a58a4..80f0e83f085c 100644
--- a/sys-kernel/gs-sources/Manifest
+++ b/sys-kernel/gs-sources/Manifest
@@ -3,8 +3,8 @@ MD5 783e7c84cf51942f711d519bf8d2cae8 gs-sources-2.4.23_pre6.ebuild 1950
MD5 87c15004851f26f9291567df0a355c7b gs-sources-2.4.23_pre6-r1.ebuild 1959
MD5 46c8ec068663d1638b25284092ea9bc4 gs-sources-2.4.23_pre8.ebuild 1950
MD5 8492209c2a15f6d924c36276d2a0aee1 gs-sources-2.4.22_pre2.ebuild 2026
-MD5 29f0ed17cf3e367d1e3fb1fa1edaf98e ChangeLog 5052
-MD5 46c8ec068663d1638b25284092ea9bc4 gs-sources-2.4.23_pre8-r1.ebuild 1950
+MD5 bdf7ea9f0926b65e26440acb08d9bfbf ChangeLog 5209
+MD5 35d78b6bed209bce59e2d3499e469aef gs-sources-2.4.23_pre8-r1.ebuild 1949
MD5 4df72e65b139d3e4c18bec81f3a561df metadata.xml 227
MD5 4220f7240ff50a9a0b993acc7fab408e files/digest-gs-sources-2.4.22_pre2 144
MD5 206fe55c70506a82e49b1249d83361a0 files/digest-gs-sources-2.4.23_pre6 144
diff --git a/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8-r1 b/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8-r1
new file mode 100644
index 000000000000..aad81484b58e
--- /dev/null
+++ b/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8-r1
@@ -0,0 +1,2 @@
+MD5 75dc85149b06ac9432106b8941eb9f7b linux-2.4.22.tar.bz2 29528612
+MD5 64aff10db764dc7bdbfb105466db45ec patches-2.4.23_pre8-gss.tar.bz2 3663061
diff --git a/sys-kernel/gs-sources/gs-sources-2.4.23_pre8-r1.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.23_pre8-r1.ebuild
new file mode 100644
index 000000000000..2500f4e96eb3
--- /dev/null
+++ b/sys-kernel/gs-sources/gs-sources-2.4.23_pre8-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.23_pre8-r1.ebuild,v 1.1 2003/12/02 07:09:02 iggy Exp $
+
+IUSE="build crypt"
+
+# OKV=original kernel version, KV=patched kernel version. They can be the same.
+
+# Kernel ebuilds using the kernel.eclass can remove any patch that you
+# do not want to apply by simply setting the KERNEL_EXCLUDE shell
+# variable to the string you want to exclude (for instance
+# KERNEL_EXCLUDE="evms" would not patch any patches whose names match
+# *evms*). Kernels are only tested in the default configuration, but
+# this may be useful if you know that a particular patch is causing a
+# conflict with a patch you personally want to apply, or some other
+# similar situation.
+
+ETYPE="sources"
+
+inherit kernel
+PROVIDE="virtual/linux-sources virtual/winkernel"
+OKV=2.4.22
+EXTRAVERSION=_pre8-gss
+KV=2.4.23_pre8-gss
+S=${WORKDIR}/linux-${KV}
+
+# Documentation on the patches contained in this kernel will be installed
+# to /usr/share/doc/gs-sources-${PV}/patches.txt.gz
+
+DESCRIPTION="This kernel stays up to date with current kernel -pres,
+ with recent acpi,evms,win3lin ,futexes,aic79xx,
+ superfreeswan,preempt/ll, and various hw fixes."
+SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
+ mirror://gentoo/patches-${KV}.tar.bz2"
+KEYWORDS="x86 -ppc -sparc "
+SLOT="${KV}"
+
+src_unpack() {
+ unpack ${A}
+ mv linux-${OKV} linux-${KV} || die
+ cd ${KV} || die
+ # Kill patches we aren't suppposed to use, don't worry about
+ # failures, if they aren't there that is a good thing!
+ # This is the ratified crypt USE flag, enables IPSEC and patch-int
+ if [ -z "`use crypt`" ]; then
+ einfo "No Cryptographic support, dropping patches..."
+ for file in 8*;do
+ einfo "Dropping ${file}..."
+ rm -f ${file}
+ done
+ else
+ einfo "Cryptographic support enabled..."
+ fi
+
+ kernel_src_unpack
+}