Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-2.6.32-r93.ebuild ChangeLog
Date: Mon, 05 Mar 2012 01:53:40
Message-Id: 20120305015322.3AFC32004B@flycatcher.gentoo.org
1 blueness 12/03/05 01:53:22
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.32-r93.ebuild
5 Log:
6 Based on 2.6.32.57 + genpatches-2.6.32-48 + grsecurity-2.9-2.6.32.57-201203022148
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.546 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.546&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.546&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.545&r2=1.546
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.545
21 retrieving revision 1.546
22 diff -u -r1.545 -r1.546
23 --- ChangeLog 4 Mar 2012 16:08:06 -0000 1.545
24 +++ ChangeLog 5 Mar 2012 01:53:22 -0000 1.546
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/hardened-sources
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.545 2012/03/04 16:08:06 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.546 2012/03/05 01:53:22 blueness Exp $
30 +
31 +*hardened-sources-2.6.32-r93 (05 Mar 2012)
32 +
33 + 05 Mar 2012; Anthony G. Basile <blueness@g.o>
34 + +hardened-sources-2.6.32-r93.ebuild:
35 + Based on 2.6.32.57 + genpatches-2.6.32-48 +
36 + grsecurity-2.9-2.6.32.57-201203022148
37
38 04 Mar 2012; Anthony G. Basile <blueness@g.o>
39 hardened-sources-2.6.32-r92.ebuild, hardened-sources-3.2.7.ebuild:
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r93.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r93.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r93.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-2.6.32-r93.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r93.ebuild,v 1.1 2012/03/05 01:53:22 blueness Exp $
53
54 EAPI="4"
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base extras"
58 K_GENPATCHES_VER="48"
59 K_DEBLOB_AVAILABLE="1"
60
61 inherit kernel-2
62 detect_version
63
64 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-95"
65 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
66 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
67
68 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
69 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
70 ! use xtpax && UNIPATCH_EXCLUDE+=" 4425_grsec_enable_xtpax.patch"
71
72 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
73 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
74 IUSE="deblob -xtpax"
75
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
77
78 RDEPEND=">=sys-devel/gcc-4.5"
79
80 pkg_postinst() {
81 kernel-2_pkg_postinst
82
83 local GRADM_COMPAT="sys-apps/gradm-2.9*"
84
85 ewarn
86 ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
87 ewarn "[server], [workstation], and [virtualization]."
88 ewarn
89 ewarn "Those who intend to use one of these predefined grsecurity levels"
90 ewarn "should read the help associated with the level. Users importing a"
91 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
92 ewarn "should review their selected grsecurity/PaX options carefully."
93 ewarn
94 ewarn "Users of grsecurity's RBAC system must ensure they are using"
95 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
96 ewarn "It is strongly recommended that the following command is issued"
97 ewarn "prior to booting a ${PF} kernel for the first time:"
98 ewarn
99 ewarn "emerge -na =${GRADM_COMPAT}"
100 ewarn
101 }