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-r69.ebuild ChangeLog
Date: Tue, 27 Sep 2011 02:24:14
Message-Id: 20110927022401.7AC912004C@flycatcher.gentoo.org
1 blueness 11/09/27 02:24:01
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.32-r69.ebuild
5 Log:
6 Based on 2.6.32.46 + genpatches-2.6.32-43 + grsecurity-2.2.2-2.6.32.46-201109261052
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.475 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.475&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.475&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.474&r2=1.475
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.474
21 retrieving revision 1.475
22 diff -u -r1.474 -r1.475
23 --- ChangeLog 22 Sep 2011 13:07:01 -0000 1.474
24 +++ ChangeLog 27 Sep 2011 02:24:01 -0000 1.475
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.474 2011/09/22 13:07:01 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.475 2011/09/27 02:24:01 blueness Exp $
30 +
31 +*hardened-sources-2.6.32-r69 (27 Sep 2011)
32 +
33 + 27 Sep 2011; Anthony G. Basile <blueness@g.o>
34 + +hardened-sources-2.6.32-r69.ebuild:
35 + Based on 2.6.32.46 + genpatches-2.6.32-43 +
36 + grsecurity-2.2.2-2.6.32.46-201109261052
37
38 *hardened-sources-3.0.4-r3 (22 Sep 2011)
39
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r69.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r69.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-r69.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-2.6.32-r69.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-r69.ebuild,v 1.1 2011/09/27 02:24:01 blueness Exp $
53
54 EAPI="4"
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base extras"
58 K_GENPATCHES_VER="43"
59
60 inherit kernel-2
61 detect_version
62
63 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-72"
64 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
65 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
66
67 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
68 UNIPATCH_EXCLUDE="2000_fix-broken-backport-for-ipv6-tunnels.patch 4200_fbcondecor-0.9.6.patch"
69
70 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
71 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
72 IUSE=""
73
74 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
75
76 pkg_postinst() {
77 kernel-2_pkg_postinst
78
79 local GRADM_COMPAT="sys-apps/gradm-2.2.2*"
80
81 ewarn
82 ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
83 ewarn "[server], [workstation], and [virtualization]."
84 ewarn
85 ewarn "Those who intend to use one of these predefined grsecurity levels"
86 ewarn "should read the help associated with the level. Users importing a"
87 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
88 ewarn "should review their selected grsecurity/PaX options carefully."
89 ewarn
90 ewarn "Users of grsecurity's RBAC system must ensure they are using"
91 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
92 ewarn "It is strongly recommended that the following command is issued"
93 ewarn "prior to booting a ${PF} kernel for the first time:"
94 ewarn
95 ewarn "emerge -na =${GRADM_COMPAT}"
96 ewarn
97 }