diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2005-02-10 11:12:42 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2005-02-10 11:12:42 +0000 |
commit | 7029d9e43a5cc93461abc998cbfe683c0ae4e98c (patch) | |
tree | 45ba8ba7fb30148bdeb00121abbaa6b97d3d228f /sys-kernel | |
parent | Bump to RSBAC v1.2.4 (2.4 and 2.6 kernels) (diff) | |
download | historical-7029d9e43a5cc93461abc998cbfe683c0ae4e98c.tar.gz historical-7029d9e43a5cc93461abc998cbfe683c0ae4e98c.tar.bz2 historical-7029d9e43a5cc93461abc998cbfe683c0ae4e98c.zip |
Bump to RSBAC v1.2.4
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-kernel')
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/rsbac-dev-sources/ChangeLog b/sys-kernel/rsbac-dev-sources/ChangeLog index 1b39b418a3af..c975102d15fb 100644 --- a/sys-kernel/rsbac-dev-sources/ChangeLog +++ b/sys-kernel/rsbac-dev-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/rsbac-dev-sources # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-dev-sources/ChangeLog,v 1.24 2005/02/07 20:27:24 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-dev-sources/ChangeLog,v 1.25 2005/02/10 11:12:41 kang Exp $ + +*rsbac-dev-sources-2.6.10-r3 (09 Feb 2005) + + 09 Feb 2005; Guillaume Destuynder <kang@gentoo.org> + +rsbac-dev-sources-2.6.10-r3.ebuild: + Bump to RSBAC v1.2.4 07 Feb 2005; Guillaume Destuynder <kang@gentoo.org> : RSBAC 2.6 kernel is now based on -rsbacfixed which is based on -as. Contains diff --git a/sys-kernel/rsbac-dev-sources/files/digest-rsbac-dev-sources-2.6.10-r3 b/sys-kernel/rsbac-dev-sources/files/digest-rsbac-dev-sources-2.6.10-r3 new file mode 100644 index 000000000000..9baf4adb9791 --- /dev/null +++ b/sys-kernel/rsbac-dev-sources/files/digest-rsbac-dev-sources-2.6.10-r3 @@ -0,0 +1,2 @@ +MD5 cffcd2919d9c8ef793ce1ac07a440eda linux-2.6.10.tar.bz2 36533484 +MD5 1980f2f2aa50353c33a304510cf221f0 rsbac-patches-2.6-10.3.tar.bz2 529991 diff --git a/sys-kernel/rsbac-dev-sources/rsbac-dev-sources-2.6.10-r3.ebuild b/sys-kernel/rsbac-dev-sources/rsbac-dev-sources-2.6.10-r3.ebuild new file mode 100644 index 000000000000..05f37eeaeda2 --- /dev/null +++ b/sys-kernel/rsbac-dev-sources/rsbac-dev-sources-2.6.10-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-dev-sources/rsbac-dev-sources-2.6.10-r3.ebuild,v 1.1 2005/02/10 11:12:41 kang Exp $ + +IUSE="" +ETYPE="sources" +inherit kernel-2 +detect_version + +DEPEND=">=sys-apps/rsbac-admin-1.2.4" + +# rsbac versions +RSBACV=1.2.4 +RSBACD="20050209" + +# Gentoo rsbac kernel patches +RGPV=10.3 +RGPV_SRC="http://dev.gentoo.org/~kang/rsbac/patches/${RSBACV}/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} ${RGPV_SRC}" +KEYWORDS="~x86" + +K_NOUSENAME="yes" +K_PREPATCHED="yes" +K_EXTRAEINFO="Guides are available from the Gentoo Documentation Project for +this kernel +Please see http://www.gentoo.org/proj/en/hardened/rsbac/quickstart.xml +And the RSBAC hardened project http://www.gentoo.org/proj/en/hardened/rsbac/ +For help setting up and using RSBAC." +K_EXTRAEWARN="Please configure and compile your RSBAC kernel before installing +rsbac-admin tools, and read http://rsbac.org/documentation/upgrading.php to +upgrade from v1.2.3 to v1.2.4!" |