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.35-r2.ebuild
Date: Thu, 07 Oct 2010 14:02:48
Message-Id: 20101007140211.B5E8720051@flycatcher.gentoo.org
1 blueness 10/10/07 14:02:11
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.35-r2.ebuild
5 Log:
6 hardened-sources-2.6.35-r2 based on 2.6.35.7 + genpatches + grsec-2.2.0-2.6.35.7-201010021153
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.343 sys-kernel/hardened-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.343&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.343&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.342&r2=1.343
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
19 retrieving revision 1.342
20 retrieving revision 1.343
21 diff -u -r1.342 -r1.343
22 --- ChangeLog 6 Oct 2010 19:03:17 -0000 1.342
23 +++ ChangeLog 7 Oct 2010 14:02:11 -0000 1.343
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-kernel/hardened-sources
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.342 2010/10/06 19:03:17 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.343 2010/10/07 14:02:11 blueness Exp $
29 +
30 +*hardened-sources-2.6.35-r2 (07 Oct 2010)
31 +
32 + 07 Oct 2010; Anthony G. Basile <blueness@g.o>
33 + +hardened-sources-2.6.35-r2.ebuild:
34 + hardened-sources-2.6.35-r2 based on 2.6.35.7 + genpatches +
35 + grsec-2.2.0-2.6.35.7-201010021153
36
37 *hardened-sources-2.6.32-r20 (06 Oct 2010)
38
39
40
41
42 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.35-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hardened-sources-2.6.35-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r2.ebuild,v 1.1 2010/10/07 14:02:11 blueness Exp $
52
53 ETYPE="sources"
54 K_WANT_GENPATCHES="base extras"
55 K_GENPATCHES_VER="11"
56
57 inherit kernel-2
58 detect_version
59
60 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
61 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
62 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
63
64 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
65 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
66
67 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
68 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
69 IUSE=""
70
71 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
72
73 pkg_postinst() {
74 kernel-2_pkg_postinst
75
76 local GRADM_COMPAT="sys-apps/gradm-2.2.0*"
77
78 ewarn
79 ewarn "Hardened Gentoo provides four different predefined grsecurity level:"
80 ewarn "[server], [server no rbac] [workstation] [workstation no rbac]"
81 ewarn
82 ewarn "Those who intend to use one of these predefined grsecurity levels"
83 ewarn "should read the help associated with the level. Users importing a"
84 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
85 ewarn "should review their selected grsecurity/PaX options carefully."
86 ewarn
87 ewarn "Users of grsecurity's RBAC system must ensure they are using"
88 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
89 ewarn "It is strongly recommended that the following command is issued"
90 ewarn "prior to booting a ${PF} kernel for the first time:"
91 ewarn
92 ewarn "emerge -na =${GRADM_COMPAT}"
93 ewarn
94 }