Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@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-r8.ebuild
Date: Tue, 01 Jun 2010 15:28:14
Message-Id: 20100601152809.74F602CE14@corvid.gentoo.org
1 chainsaw 10/06/01 15:28:09
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.32-r8.ebuild
5 Log:
6 New patchset by Anthony G Basile, based on mainline 2.6.32.14 sources.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.315 sys-kernel/hardened-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.315&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.315&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.314&r2=1.315
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
19 retrieving revision 1.314
20 retrieving revision 1.315
21 diff -u -r1.314 -r1.315
22 --- ChangeLog 27 May 2010 13:00:16 -0000 1.314
23 +++ ChangeLog 1 Jun 2010 15:28:09 -0000 1.315
24 @@ -1,6 +1,11 @@
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.314 2010/05/27 13:00:16 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.315 2010/06/01 15:28:09 chainsaw Exp $
29 +
30 +*hardened-sources-2.6.32-r8 (01 Jun 2010)
31 +
32 + 01 Jun 2010; <chainsaw@g.o> +hardened-sources-2.6.32-r8.ebuild:
33 + New patchset by Anthony G Basile, based on mainline 2.6.32.14 sources.
34
35 27 May 2010; <chainsaw@g.o> hardened-sources-2.6.32-r7.ebuild:
36 Update SRC_URI to point to mirror network now that the distfile has
37
38
39
40 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hardened-sources-2.6.32-r8.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r8.ebuild,v 1.1 2010/06/01 15:28:09 chainsaw Exp $
50
51 ETYPE="sources"
52 K_WANT_GENPATCHES="base extras"
53 K_GENPATCHES_VER="12"
54
55 inherit kernel-2
56 detect_version
57
58 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-11"
59 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
60 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
61
62 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
63 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
64
65 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
66 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
67 IUSE=""
68
69 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
70
71 pkg_postinst() {
72 kernel-2_pkg_postinst
73
74 local GRADM_COMPAT="sys-apps/gradm-2.1.14*"
75
76 ewarn
77 ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
78 ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
79 ewarn "Two improved predefined security levels replace it:"
80 ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
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.24,"
85 ewarn "should review their selected grsecurity/PaX options carefully."
86 ewarn
87 ewarn
88 ewarn "Users of grsecurity's RBAC system must ensure they are using"
89 ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
90 ewarn "Therefore, it is strongly recommended that the following command is"
91 ewarn "issued prior to booting a ${P} series kernel for"
92 ewarn "the first time:"
93 ewarn
94 ewarn "emerge -na =${GRADM_COMPAT}"
95 ewarn
96 }