summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2002-12-18 04:19:10 +0000
committerJoshua Brindle <method@gentoo.org>2002-12-18 04:19:10 +0000
commitfedc4ceb72db276f08c4c2dea20710f2bb60532b (patch)
treea03f8f5a7c86e98a4126b3cd25097d062ade6e4b /sys-kernel/selinux-sources
parentRepoman error correction (diff)
downloadgentoo-2-fedc4ceb72db276f08c4c2dea20710f2bb60532b.tar.gz
gentoo-2-fedc4ceb72db276f08c4c2dea20710f2bb60532b.tar.bz2
gentoo-2-fedc4ceb72db276f08c4c2dea20710f2bb60532b.zip
New upstream version
Diffstat (limited to 'sys-kernel/selinux-sources')
-rw-r--r--sys-kernel/selinux-sources/ChangeLog11
-rw-r--r--sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.202
-rw-r--r--sys-kernel/selinux-sources/selinux-sources-2.4.20.ebuild39
3 files changed, 49 insertions, 3 deletions
diff --git a/sys-kernel/selinux-sources/ChangeLog b/sys-kernel/selinux-sources/ChangeLog
index 23b6a90d3429..b4a6cc77ab54 100644
--- a/sys-kernel/selinux-sources/ChangeLog
+++ b/sys-kernel/selinux-sources/ChangeLog
@@ -1,13 +1,18 @@
# ChangeLog for sys-kernel/selinux-sources
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/selinux-sources/ChangeLog,v 1.4 2002/12/18 00:12:48 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/selinux-sources/ChangeLog,v 1.5 2002/12/18 04:19:10 method Exp $
+
+*selinux-sources-2.4.20 (17 Dec 2002)
+
+ 17 Dec 2002; Joshua Brindle <method@gentoo.org> : selinux-sources-2.4.20.ebuild
+ New upstream version.
+
+*selinux-sources-2.4.19 (30 Oct 2002)
17 Dec 2002; Brandon Low <lostlogic@gentoo.org>:
Make all kernel-sources SLOT="${KV}"
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*selinux-sources-2.4.19 (30 Oct 2002)
30 Oct 2002; Joachim Blaabjerg <styx@gentoo.org>
selinux-sources-2.4.19.ebuild, ChangeLog, files/digest-selinux-sources-2.4.19:
diff --git a/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.20 b/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.20
new file mode 100644
index 000000000000..efd5937fc59e
--- /dev/null
+++ b/sys-kernel/selinux-sources/files/digest-selinux-sources-2.4.20
@@ -0,0 +1,2 @@
+MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046
+MD5 fa758986d07b324c135d56ba3c6a6ba3 patches-2.4.20-selinux.tbz2 203816
diff --git a/sys-kernel/selinux-sources/selinux-sources-2.4.20.ebuild b/sys-kernel/selinux-sources/selinux-sources-2.4.20.ebuild
new file mode 100644
index 000000000000..adfc70e5bfc2
--- /dev/null
+++ b/sys-kernel/selinux-sources/selinux-sources-2.4.20.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+IUSE="selinux"
+
+# 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
+
+KV=2.4.20-selinux
+EXTRAVERSION=selinux
+S=${WORKDIR}/linux-${KV}
+OKV=2.4.20
+DESCRIPTION="LSM patched kernel with SELinux archive"
+SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2
+ http://cvs.gentoo.org/~method/patches-${KV}.tbz2"
+
+HOMEPAGE="http://www.kernel.org/ http://www.nsa.gov/selinux"
+KEYWORDS="~x86"
+SLOT="${KV}"
+
+src_unpack() {
+ unpack ${A}
+ mv linux-${OKV} linux-${KV} || die
+
+ cd ${KV}
+ kernel_src_unpack
+}