View previous topic :: View next topic |
Author |
Message |
HydroSan l33t
Joined: 04 Mar 2004 Posts: 764 Location: The Kremlin (aka Canada)
|
Posted: Tue Nov 30, 2004 8:14 pm Post subject: Does anyone have the ebuild for hardened-dev-sources-r8? |
|
|
I'm looking for any person who has the ebuild for hardened-dev-sources-r8. Not the latest -r15, or anything below that. Specifically -r8.
The reason I ask this is because:
1) PPPoE is broken in anything later than -r8.
2) ReiserFS is broken in anything later than -r8.
3) -r15 does not boot on my test system even with the same exact .config file from -r8.
Any help is appreciated. _________________ I was a Gangster for Capitalism, by Major General Smedley Butler.
Server status: Currently down, being replaced with fresh install - 20% completed. |
|
Back to top |
|
|
tuxmin l33t
Joined: 24 Apr 2004 Posts: 838 Location: Heidelberg
|
Posted: Tue Nov 30, 2004 8:36 pm Post subject: |
|
|
I still have it...
Code: |
cat /usr/portage/sys-kernel/hardened-dev-sources/hardened-dev-sources-2.6.7-r8.ebuild
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-dev-sources/hardened-dev-sources-2.6.7-r8.ebuild,v 1.2 2004/09/05 14:08:40 pebenito Exp $
IUSE=""
ETYPE="sources"
inherit kernel-2
detect_version
GPV=7.46
GPV_SRC="mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2"
HGPV=7.7
#HGPV_SRC="mirror://gentoo/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2"
HGPV_SRC="http://dev.gentoo.org/~tseng/kernel/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_EXCLUDE="1315_alpha"
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}.tar.bz2
${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2"
UNIPATCH_DOCS="${WORKDIR}/patches/hardened-patches-${KV_MAJOR}.${KV_MINOR}-${HGPV}/0000_README"
DESCRIPTION="Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${HGPV_SRC} ${GPV_SRC}"
KEYWORDS="x86 ppc ~amd64"
pkg_postinst() {
postinst_sources
}
|
_________________ ALT-F4 |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Tue Nov 30, 2004 8:49 pm Post subject: |
|
|
Just for further reference, you should always be able to get an old ebuild from Gentoo's CVS, just look in the appropriate attic/ directory.
hardened-dev-sources-2.6.7-r8.ebuild _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
|