diff options
author | Jay Pfeifer <pfeifer@gentoo.org> | 2003-05-03 21:24:00 +0000 |
---|---|---|
committer | Jay Pfeifer <pfeifer@gentoo.org> | 2003-05-03 21:24:00 +0000 |
commit | 1f21217f52b04a5256aeb4083e10cec68de77633 (patch) | |
tree | 3a705f2041edab62b46c9cca5f2d1fe165631639 /sys-kernel/pfeifer-sources | |
parent | Version bump with new USB scanner support & couple minor fixes for rmap/grsec... (diff) | |
download | gentoo-2-1f21217f52b04a5256aeb4083e10cec68de77633.tar.gz gentoo-2-1f21217f52b04a5256aeb4083e10cec68de77633.tar.bz2 gentoo-2-1f21217f52b04a5256aeb4083e10cec68de77633.zip |
Version bump with new USB scanner support & couple minor fixes for rmap/grsecurity
Diffstat (limited to 'sys-kernel/pfeifer-sources')
4 files changed, 148 insertions, 3 deletions
diff --git a/sys-kernel/pfeifer-sources/ChangeLog b/sys-kernel/pfeifer-sources/ChangeLog index fe7fa9f7d60e..37c31fd40c6a 100644 --- a/sys-kernel/pfeifer-sources/ChangeLog +++ b/sys-kernel/pfeifer-sources/ChangeLog @@ -1,6 +1,6 @@ # 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.3 2003/05/03 15:19:34 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pfeifer-sources/ChangeLog,v 1.4 2003/05/03 21:23:50 pfeifer Exp $ TODO: ht support @@ -12,6 +12,13 @@ NPTL (doubtful) skas +*pfeifer-sources-2.4.20.1_pre9 (03 Mar 2003) + + Changes: + * Added usb scanners update from 16Apr2003 + * Added some minor grsecurity fixes + * Few other minor fixes + *pfeifer-sources-2.4.20.1_pre8 (03 May 2003) Changes: diff --git a/sys-kernel/pfeifer-sources/Manifest b/sys-kernel/pfeifer-sources/Manifest index 43ab897e553d..a16cd62b2b81 100644 --- a/sys-kernel/pfeifer-sources/Manifest +++ b/sys-kernel/pfeifer-sources/Manifest @@ -1,8 +1,8 @@ MD5 4d766264921d799d6c0de451075b3d64 pfeifer-sources-2.4.20.1_pre1.ebuild 2811 MD5 05d0599d4d87e2e0aae39cfe01a0b3b0 pfeifer-sources-2.4.20.1_pre8.ebuild 4482 MD5 b513ab602c093f5eb987213c7f1ea6ea pfeifer-sources-2.4.20.1_pre7.ebuild 4221 -MD5 05d0599d4d87e2e0aae39cfe01a0b3b0 pfeifer-sources-2.4.20.1_pre9.ebuild 4482 -MD5 3e5e15006877a9afc7d67b63d6863e82 ChangeLog 3267 +MD5 295772804cde9f74b1997750a5c40334 pfeifer-sources-2.4.20.1_pre9.ebuild 4482 +MD5 a7fa7f33144288341440311fbfe440f1 ChangeLog 3267 MD5 378e0fa4f9391179d8d8bdd917b32231 files/digest-pfeifer-sources-2.4.20.1_pre1 151 MD5 d91a96abcf17fd5af55b4f21a96b2722 files/digest-pfeifer-sources-2.4.20.1_pre7 151 MD5 ccfa2db27b12a191fb0198f29b6b1540 files/digest-pfeifer-sources-2.4.20.1_pre8 151 diff --git a/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre9 b/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre9 new file mode 100644 index 000000000000..2eafe6a2812f --- /dev/null +++ b/sys-kernel/pfeifer-sources/files/digest-pfeifer-sources-2.4.20.1_pre9 @@ -0,0 +1,2 @@ +MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046 +MD5 4d7e032e6c0ccb507a2be262ef745587 patches-2.4.20-pfeifer-r1_pre9.tar.bz2 4039856 diff --git a/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre9.ebuild b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre9.ebuild new file mode 100644 index 000000000000..b51f01715abb --- /dev/null +++ b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre9.ebuild @@ -0,0 +1,136 @@ +# 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_pre9.ebuild,v 1.1 2003/05/03 21:23:50 pfeifer Exp $ + +IUSE="build crypt evms2 aavm usagi" + +# 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} + + # 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)." + 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, keeps {USAGI/superfreeswan/patch-int/loop-jari} + 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 patches will be applied" + fi + + # This is the usagi USE flag, keeps USAGI, drops {superfreeswan/patch-int/loop-jari} + # Using USAGI will also cause you to drop all iptables ipv6 patches + if [ -z "`use usagi`" ]; then + einfo "Keeping {superfreeswan/patch-int/loop-jari} patches, dropping USAGI" + for file in 6* ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + else + einfo "Keeping USAGI patch, dropping {superfreeswan/patch-int/loop-jari}" + for file in *.ipv6 8* ;do + einfo "Dropping ${file}..." + rm -f ${file} + done + 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." +} |