diff options
Diffstat (limited to 'sys-kernel/pfeifer-sources')
4 files changed, 168 insertions, 11 deletions
diff --git a/sys-kernel/pfeifer-sources/ChangeLog b/sys-kernel/pfeifer-sources/ChangeLog index e376ba16d8d8..ec2df6683962 100644 --- a/sys-kernel/pfeifer-sources/ChangeLog +++ b/sys-kernel/pfeifer-sources/ChangeLog @@ -1,20 +1,44 @@ -# ChangeLog for sys-kernel/lolo-sources +# ChangeLog for sys-kernel/pfeifer-sources # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pfeifer-sources/ChangeLog,v 1.1 2003/03/19 06:42:49 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pfeifer-sources/ChangeLog,v 1.2 2003/04/15 20:56:14 pfeifer Exp $ TODO: - * Keep grabbing hardware stuff from xfs-sources - * Update iptables a few more times (just for good measure) - * Updated chipset support (including new ide-core) - * Update SuperFreeS/WAN + ht support + better ide chipset support (ie. CSB6) + fix remaining usagi issues + add additional netfilter patches from latest pom * Maybe: + Re-add XFS (extremely doubtful) RSBAC - Win4Lin - Optional RMAP + NPTL (doubtful) skas - Re-add XFS - ht support - new O(1) sched stuff from linus & mingo + +*pfeifer-sources-2.4.20.1_pre7 (15 Apr 2003) + + Changes: + * Added latest ck (12Apr2003) - thank you Con Kolivas! + * Added support for either rmap(default) or aavm (your choice) + * Added support for evms 2.0 (user selects 1.2.1 or 2.0). evms 1.2.1 default. + * Added support for nforce2 ide & audio... (thanks alron & alain) + * ext3 fixes + * jfs fixes - 1.1.1 + xattr & acl + * update ntfs to 2.1.2a + * grsecurity bumped to 1.9.9f (this contains the ptrace fix) + * SuperFreeS/WAN up to 1.9.6.1 + * updated to ea+acl+nfsacl 0.8.56 + * Readded missing ciphers from patch-int + * Removed safe serial driver from usbdnet + * Added bootsplash 3.0.7 + * Fixed a number of USAGI issues (but some still remain). + * Updated adaptec 79xx to 18Mar2003 version (thanks livewire) + * Added backported bluetooth support from MH + * Added bootsplash 3.0.7 + * Other things I am forgetting to mention + +*pfeifer-sources-2.4.20.1_pre2-pre6 (20 Mar - 10 Apr 2003) + + Changes: + * pre2 through pre6 were internal use builds and never released beyond beta tests and experimentation. *pfeifer-sources-2.4.20.1_pre1 (19 Mar 2003) diff --git a/sys-kernel/pfeifer-sources/Manifest b/sys-kernel/pfeifer-sources/Manifest new file mode 100644 index 000000000000..2859662f6301 --- /dev/null +++ b/sys-kernel/pfeifer-sources/Manifest @@ -0,0 +1,5 @@ +MD5 4d766264921d799d6c0de451075b3d64 pfeifer-sources-2.4.20.1_pre1.ebuild 2811 +MD5 b513ab602c093f5eb987213c7f1ea6ea pfeifer-sources-2.4.20.1_pre7.ebuild 4221 +MD5 d053b7b0c9ef0919640b092f4a201839 ChangeLog 2327 +MD5 378e0fa4f9391179d8d8bdd917b32231 files/digest-pfeifer-sources-2.4.20.1_pre1 151 +MD5 d91a96abcf17fd5af55b4f21a96b2722 files/digest-pfeifer-sources-2.4.20.1_pre7 151 diff --git a/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre7 b/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre7 new file mode 100644 index 000000000000..cd1a0d7492b1 --- /dev/null +++ b/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre7 @@ -0,0 +1,2 @@ +MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046 +MD5 432e1030e8eec8c7658dfa99f749b450 patches-2.4.20-pfeifer-r1_pre7.tar.bz2 3835847 diff --git a/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre7.ebuild b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre7.ebuild new file mode 100644 index 000000000000..65875410602b --- /dev/null +++ b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre7.ebuild @@ -0,0 +1,126 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre7.ebuild,v 1.1 2003/04/15 20:56:14 pfeifer Exp $ + +IUSE="build crypt evms2 aavm" + +# 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 || die +OKV="2.4.20" +# Documentation on the patches contained in this kernel will be installed +# to /usr/share/doc/pfeifer-sources-${PV}/patches.txt.gz + +DESCRIPTION="Full sources for the experimental Gentoo Kernel. Patches from here may move into sys-kernel/gentoo-sources" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 + mirror://gentoo/patches-${KV}.tar.bz2" +HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/" +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc -sparc -alpha -hppa -mips -arm" +SLOT="${KV}" + + +src_unpack() { + unpack ${A} + mv linux-${OKV} linux-${KV} || die "Error moving kernel source tree to linux-${KV}" + + cd ${WORKDIR}/${KV}/jfs || die "${WORKDIR}/${KV}/jfs does not exist" + tar xzf jfs-2.4-1.1.1.tar.gz || die "Failed to unpack jfs files." + cp -a Documentation ${S} || die "Failed to copy jfs docs to kernel tree." + cp -a fs ${S} || die "Failed to copy jfs source to kernel tree." + + cd ${WORKDIR}/${KV} + + # This is the *ratified* aavm USE flag, enables aavm support in this kernel + if [ -z "`use aavm`" ]; then + einfo "Setting up kernel for rmap support(default)." + for file in *.aavm ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + else + einfo "Setting up kernel for aavm support." + for file in *.rmap ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + fi + + # If the compiler isn't gcc>3.1 drop the gcc>3.1 patches + if [[ "${COMPILER}" == "gcc3" ]];then + einfo "You are using gcc>3.1" + einfo "Enabling gcc>3.1 processor optimizations." + einfo "To use, choose the processor family labelled with (gcc>31) in" + einfo "Processor type and features -> Processor Family" + else + einfo "Your compiler is not gcc3, dropping patches..." + for file in *gcc3*;do + einfo "Dropping ${file}..." + rm -f ${file} + done + fi + + # This is the *ratified* evms2 USE flag, enables evms2 support + if [ -z "`use evms2`" ]; then + einfo "Setting up kernel for EVMS 1.2.1 support(default)." + echo + for file in 2* ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + else + einfo "Setting up kernel for EVMS 2.0 support." + ewarn "This is very beta. Please read the 'evms2' doc provided with this kernel." + ewarn "It is the install doc from the evms 2.0 tarball." + echo + for file in 1* ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + fi + + # This is the crypt USE flag, enables IPSEC & USAGI + if [ -z "`use crypt`" ]; then + einfo "No Cryptographic support, dropping patches..." + for file in 6* 8* ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + else + einfo "Cryptographic support enabled..." + fi + + kernel_src_unpack +} + +pkg_postinst() { + + kernel_pkg_postinst + + ewarn "There is no xfs support in this kernel." + ewarn "If you need xfs support, emerge xfs-sources." + echo + ewarn "If iptables/netfilter behaves abnormally, such as 'Invalid Argument'," + ewarn "you will need to re-emerge iptables to restore proper functionality." + echo + einfo "Please be warned, you have just installed an unstable" + einfo "patchset of the Gentoo Linux kernel sources." + einfo "This set contains the ptrace patch as part of grsecurity." + echo + einfo "If there are issues with it, please report them" + einfo "by assigning bugs on bugs.gentoo.org to" + einfo "x86-kernel@gentoo.org" + echo + einfo "Please read the changelog and associated docs for more information." +} |