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: ChangeLog hardened-sources-2.6.32-r82.ebuild
Date: Tue, 27 Dec 2011 02:11:35
Message-Id: 20111227021125.A4B502004C@flycatcher.gentoo.org
1 blueness 11/12/27 02:11:25
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.32-r82.ebuild
5 Log:
6 Based on 2.6.32.50 + genpatches-2.6.32-46 + grsecurity-2.2.2-2.6.32.51-201112222105
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.515 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.515&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.515&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.514&r2=1.515
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.514
21 retrieving revision 1.515
22 diff -u -r1.514 -r1.515
23 --- ChangeLog 15 Dec 2011 13:11:28 -0000 1.514
24 +++ ChangeLog 27 Dec 2011 02:11:25 -0000 1.515
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/hardened-sources
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.514 2011/12/15 13:11:28 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.515 2011/12/27 02:11:25 blueness Exp $
30 +
31 +*hardened-sources-2.6.32-r82 (27 Dec 2011)
32 +
33 + 27 Dec 2011; Anthony G. Basile <blueness@g.o>
34 + +hardened-sources-2.6.32-r82.ebuild:
35 + Based on 2.6.32.50 + genpatches-2.6.32-46 +
36 + grsecurity-2.2.2-2.6.32.51-201112222105
37
38 15 Dec 2011; Anthony G. Basile <blueness@g.o>
39 -hardened-sources-2.6.32-r73.ebuild, -hardened-sources-3.0.8.ebuild:
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r82.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r82.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-r82.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-2.6.32-r82.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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-r82.ebuild,v 1.1 2011/12/27 02:11:25 blueness Exp $
53
54 EAPI="4"
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base extras"
58 K_GENPATCHES_VER="46"
59 K_DEBLOB_AVAILABLE="1"
60
61 inherit kernel-2
62 detect_version
63
64 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-84"
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="2901_kbuild-fix-passing-wno-options-to-gcc-4.4.patch 4200_fbcondecor-0.9.6.patch"
70
71 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
72 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
73 IUSE="deblob"
74
75 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
76
77 RDEPEND=">=sys-devel/gcc-4.5"
78
79 pkg_postinst() {
80 kernel-2_pkg_postinst
81
82 local GRADM_COMPAT="sys-apps/gradm-2.2.2*"
83
84 ewarn
85 ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
86 ewarn "[server], [workstation], and [virtualization]. Those who intend to"
87 ewarn "use one of these predefined grsecurity levels should read the help"
88 ewarn "associated with the level. Because some options require >=gcc-4.5,"
89 ewarn "users with more, than one version of gcc installed should use gcc-config"
90 ewarn "to select a compatible version."
91 ewarn
92 ewarn "Users of grsecurity's RBAC system must ensure they are using"
93 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
94 ewarn "It is strongly recommended that the following command is issued"
95 ewarn "prior to booting a ${PF} kernel for the first time:"
96 ewarn
97 ewarn "emerge -na =${GRADM_COMPAT}"
98 ewarn
99 }