diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2008-02-15 17:16:43 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2008-02-15 17:16:43 +0000 |
commit | 504c7291a5fae63b255c9ba3459826fe08690855 (patch) | |
tree | 5f66d5ec1372d235d1dd7a81472608a42556c403 /sys-kernel/rsbac-sources | |
parent | Stable for HPPA. (diff) | |
download | gentoo-2-504c7291a5fae63b255c9ba3459826fe08690855.tar.gz gentoo-2-504c7291a5fae63b255c9ba3459826fe08690855.tar.bz2 gentoo-2-504c7291a5fae63b255c9ba3459826fe08690855.zip |
Bump RSBAC to 1.3.7
Fixes #209460 (vmsplice vuln)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-kernel/rsbac-sources')
-rw-r--r-- | sys-kernel/rsbac-sources/ChangeLog | 12 | ||||
-rw-r--r-- | sys-kernel/rsbac-sources/rsbac-sources-2.6.23.ebuild | 28 |
2 files changed, 38 insertions, 2 deletions
diff --git a/sys-kernel/rsbac-sources/ChangeLog b/sys-kernel/rsbac-sources/ChangeLog index 1ae58055cb8b..d661c9d7baf6 100644 --- a/sys-kernel/rsbac-sources/ChangeLog +++ b/sys-kernel/rsbac-sources/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-kernel/rsbac-sources -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog,v 1.57 2007/07/19 11:01:59 kang Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog,v 1.58 2008/02/15 17:16:43 kang Exp $ + +*rsbac-sources-2.6.23 (15 Feb 2008) + + 15 Feb 2008; Guillaume Destuynder <kang@gentoo.org> + +rsbac-sources-2.6.23.ebuild: + Bump to RSBAC 1.3.7. Also fixes the vmsplice vulnerabilities (included in + the RSBAC patch) + Fixes #209460 *rsbac-sources-2.6.21-r1 (19 Jul 2007) diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.6.23.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.6.23.ebuild new file mode 100644 index 000000000000..c003c00d7110 --- /dev/null +++ b/sys-kernel/rsbac-sources/rsbac-sources-2.6.23.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 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.23.ebuild,v 1.1 2008/02/15 17:16:43 kang Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base" +K_GENPATCHES_VER="7" + +inherit kernel-2 unipatch-001 +detect_version + +RDEPEND="${RDEPEND} + >=sys-apps/rsbac-admin-1.3.1" + +HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1 +#HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" +HGPV_URI="mirror://gentoo/rsbac-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_LIST="${DISTDIR}/rsbac-patches-${HGPV}.extras.tar.bz2" +DESCRIPTION="RSBAC Hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree" + +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" +KEYWORDS="~amd64 ~x86" + +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." |