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