summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Destuynder <kang@gentoo.org>2005-01-18 22:15:48 +0000
committerGuillaume Destuynder <kang@gentoo.org>2005-01-18 22:15:48 +0000
commitce65dfd100b03067f11716a233a7b5985a1d3764 (patch)
treee242b1a6af18c26dc502e99ac17bc71479b8bf37 /sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild
parentbug 77805 (diff)
downloadhistorical-ce65dfd100b03067f11716a233a7b5985a1d3764.tar.gz
historical-ce65dfd100b03067f11716a233a7b5985a1d3764.tar.bz2
historical-ce65dfd100b03067f11716a233a7b5985a1d3764.zip
Security issue: #75963 with LSM fixed. Fixed boudle EXTRAVERSION already
Diffstat (limited to 'sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild')
-rw-r--r--sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild
deleted file mode 100644
index a0957530521a..000000000000
--- a/sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.6.9.ebuild,v 1.1 2005/01/12 22:23:18 johnm Exp $
-
-IUSE=""
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-# rsbac
-RSBACV=1.2.4-pre3
-RSBAC_PRE_SRC="http://www.rsbac.org/download/pre/rsbac-${RSBACV}.tar.gz"
-#RSBAC_SRC="http://rsbac.org/download/code/v${RSBACV}/rsbac-v${RSBACV}.tar.bz2"
-CAN_SRC="http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/linux-2.6.7-CAN-2004-0415.patch"
-
-# rsbac kernel patches
-RGPV=9.0
-RGPV_SRC="http://dev.gentoo.org/~kang/rsbac/patches/1.2.4/2.6/rsbac-patches-${KV_MAJOR}.${KV_MINOR}-${RGPV}.tar.bz2"
-
-UNIPATCH_STRICTORDER="yes"
-UNIPATCH_LIST="${DISTDIR}/rsbac-patches-${KV_MAJOR}.${KV_MINOR}-${RGPV}.tar.bz2"
-UNIPATCH_DOCS="${WORKDIR}/patches/rsbac-patches-${KV_MAJOR}.${KV_MINOR}-${RGPV}/0000_README"
-
-HOMEPAGE="http://hardened.gentoo.org/rsbac/"
-DESCRIPTION="RSBAC hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
-
-SRC_URI="${KERNEL_URI} ${RSBAC_SRC} ${RGPV_SRC} ${CAN_SRC}"
-KEYWORDS="~x86"
-
-
-src_unpack() {
- universal_unpack
- (cd ${WORKDIR}/linux-${KV}; unpack rsbac-v${RSBACV}.tar.bz2)
- unipatch "${UNIPATCH_LIST_DEFAULT} ${UNIPATCH_LIST}"
- [ -z "${K_NOSETEXTRAVERSION}" ] && unpack_set_extraversion
-}
-
-pkg_postinst() {
- postinst_sources
- ewarn "Please configure and compile your RSBAC kernel before installing rsbac-admin tools"
-}