From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A181F138A9F for ; Sun, 17 Feb 2013 02:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED38E0495; Sun, 17 Feb 2013 02:42:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1AFFE0495 for ; Sun, 17 Feb 2013 02:42:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD71833DB6C for ; Sun, 17 Feb 2013 02:42:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 80DD62171E; Sun, 17 Feb 2013 02:42:34 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-2.6.32-r150.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hardened-sources-2.6.32-r150.ebuild ChangeLog X-VCS-Directories: sys-kernel/hardened-sources X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130217024234.80DD62171E@flycatcher.gentoo.org> Date: Sun, 17 Feb 2013 02:42:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9fcc966e-0071-4348-9ed1-c438030f7a15 X-Archives-Hash: 2981fd862cce6664d582ca8b599b3326 blueness 13/02/17 02:42:34 Modified: ChangeLog Added: hardened-sources-2.6.32-r150.ebuild Log: vanilla-2.6.32.60 + genpatches-2.6.32-48 + grsecurity-2.9.1-2.6.32.60-201302161146 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.762 sys-kernel/hardened-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.762&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.762&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.761&r2=1.762 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v retrieving revision 1.761 retrieving revision 1.762 diff -u -r1.761 -r1.762 --- ChangeLog 12 Feb 2013 20:45:23 -0000 1.761 +++ ChangeLog 17 Feb 2013 02:42:34 -0000 1.762 @@ -1,6 +1,13 @@ # ChangeLog for sys-kernel/hardened-sources # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.761 2013/02/12 20:45:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.762 2013/02/17 02:42:34 blueness Exp $ + +*hardened-sources-2.6.32-r150 (17 Feb 2013) + + 17 Feb 2013; Anthony G. Basile + +hardened-sources-2.6.32-r150.ebuild: + vanilla-2.6.32.60 + genpatches-2.6.32-48 + + grsecurity-2.9.1-2.6.32.60-201302161146 12 Feb 2013; Anthony G. Basile hardened-sources-2.6.32-r148.ebuild, hardened-sources-3.2.37-r2.ebuild, 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r150.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r150.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r150.ebuild?rev=1.1&content-type=text/plain Index: hardened-sources-2.6.32-r150.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r150.ebuild,v 1.1 2013/02/17 02:42:34 blueness Exp $ EAPI="4" ETYPE="sources" K_WANT_GENPATCHES="base extras" K_GENPATCHES_VER="48" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-154" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch" DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" IUSE="deblob" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=sys-devel/gcc-4.5" pkg_postinst() { kernel-2_pkg_postinst local GRADM_COMPAT="sys-apps/gradm-2.9.1*" ewarn ewarn "Hardened Gentoo provides three different predefined grsecurity level:" ewarn "[server], [workstation], and [virtualization]." ewarn ewarn "Those who intend to use one of these predefined grsecurity levels" 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 =${GRADM_COMPAT}" ewarn }