From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RaGrS-0003Nh-HR for garchives@archives.gentoo.org; Tue, 13 Dec 2011 01:08:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8387721C2EC; Tue, 13 Dec 2011 01:08:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 38C3C21C2EC for ; Tue, 13 Dec 2011 01:08:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A32211B4014 for ; Tue, 13 Dec 2011 01:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 185708004A for ; Tue, 13 Dec 2011 01:08:42 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <4e9ef12a7985007118030c407f14d4e33ddefcb6.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:XT_PAX commit in: sys-kernel/xtpax-sources/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-kernel/xtpax-sources/ChangeLog sys-kernel/xtpax-sources/xtpax-sources-3.1.5.ebuild X-VCS-Directories: sys-kernel/xtpax-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4e9ef12a7985007118030c407f14d4e33ddefcb6 Date: Tue, 13 Dec 2011 01:08:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f4bc445b-cd99-4ae2-80ed-578145d37592 X-Archives-Hash: 7a519921a9c09925964745ad173897b6 commit: 4e9ef12a7985007118030c407f14d4e33ddefcb6 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 13 01:08:37 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 13 01:08:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D4e9ef12a sys-kernel/xtpax-sources: bump to vanilla 3.1.5 + patches --- sys-kernel/xtpax-sources/ChangeLog | 6 ++ .../xtpax-sources/xtpax-sources-3.1.5.ebuild | 49 ++++++++++++++= ++++++ 2 files changed, 55 insertions(+), 0 deletions(-) diff --git a/sys-kernel/xtpax-sources/ChangeLog b/sys-kernel/xtpax-source= s/ChangeLog index b05c789..08b16c9 100644 --- a/sys-kernel/xtpax-sources/ChangeLog +++ b/sys-kernel/xtpax-sources/ChangeLog @@ -1,5 +1,11 @@ =20 =20 +*xtpax-sources-3.1.5 (13 Dec 2011) + + 13 Dec 2011; Anthony G. Basile + +xtpax-sources-3.1.5.ebuild: + Version bump + *xtpax-sources-3.1.1 (20 Nov 2011) =20 20 Nov 2011; Anthony G. Basile diff --git a/sys-kernel/xtpax-sources/xtpax-sources-3.1.5.ebuild b/sys-ke= rnel/xtpax-sources/xtpax-sources-3.1.5.ebuild new file mode 100644 index 0000000..1942045 --- /dev/null +++ b/sys-kernel/xtpax-sources/xtpax-sources-3.1.5.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-= sources-3.1.1.ebuild,v 1.1 2011/11/19 18:57:05 blueness Exp $ + +EAPI=3D"4" + +ETYPE=3D"sources" +K_WANT_GENPATCHES=3D"base extras" +K_GENPATCHES_VER=3D"8" +K_DEBLOB_AVAILABLE=3D"1" + +inherit kernel-2 +detect_version + +HGPV=3D"${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV_URI=3D"http://dev.gentoo.org/~blueness/hardened-sources/hardened-pa= tches/xtpax-patches-${HGPV}.extras.tar.bz2" +SRC_URI=3D"${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +UNIPATCH_LIST=3D"${DISTDIR}/xtpax-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE=3D"4200_fbcondecor-0.9.6.patch" + +DESCRIPTION=3D"Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_M= INOR})" +HOMEPAGE=3D"http://www.gentoo.org/proj/en/hardened/" +IUSE=3D"deblob" + +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT=3D"sys-apps/gradm-2.2.2*" + + ewarn + ewarn "Hardened Gentoo provides three different predefined grsecurity l= evel:" + ewarn "[server], [workstation], and [virtualization]." + ewarn + ewarn "Those who intend to use one of these predefined grsecurity level= s" + ewarn "should read the help associated with the level. Users importing= a" + ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32," + ewarn "should review their selected grsecurity/PaX options carefully." + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =3D${GRADM_COMPAT}" + ewarn +}