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-3.1.1.ebuild ChangeLog
Date: Sat, 19 Nov 2011 19:10:04
Message-Id: 20111119185705.ABC2D2004B@flycatcher.gentoo.org
1 blueness 11/11/19 18:57:05
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.1.1.ebuild
5 Log:
6 Based on 3.1.1 + genpatches-3.1-4 + grsecurity-2.2.2-3.1.1-201111181902
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.500 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.500&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.500&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.499&r2=1.500
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.499
21 retrieving revision 1.500
22 diff -u -r1.499 -r1.500
23 --- ChangeLog 19 Nov 2011 18:52:26 -0000 1.499
24 +++ ChangeLog 19 Nov 2011 18:57:05 -0000 1.500
25 @@ -1,6 +1,12 @@
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.499 2011/11/19 18:52:26 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.500 2011/11/19 18:57:05 blueness Exp $
30 +
31 +*hardened-sources-3.1.1 (19 Nov 2011)
32 +
33 + 19 Nov 2011; Anthony G. Basile <blueness@g.o>
34 + +hardened-sources-3.1.1.ebuild:
35 + Based on 3.1.1 + genpatches-3.1-4 + grsecurity-2.2.2-3.1.1-201111181902
36
37 *hardened-sources-2.6.32-r76 (19 Nov 2011)
38
39
40
41
42 1.1 sys-kernel/hardened-sources/hardened-sources-3.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hardened-sources-3.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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-3.1.1.ebuild,v 1.1 2011/11/19 18:57:05 blueness Exp $
52
53 EAPI="4"
54
55 ETYPE="sources"
56 K_WANT_GENPATCHES="base extras"
57 K_GENPATCHES_VER="4"
58 K_DEBLOB_AVAILABLE="1"
59
60 inherit kernel-2
61 detect_version
62
63 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
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="1700_i386-bigsmp-early-lapicid-override.patch 4200_fbcondecor-0.9.6.patch"
69 UNIPATCH_EXCLUDE="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 pkg_postinst() {
78 kernel-2_pkg_postinst
79
80 local GRADM_COMPAT="sys-apps/gradm-2.2.2*"
81
82 ewarn
83 ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
84 ewarn "[server], [workstation], and [virtualization]."
85 ewarn
86 ewarn "Those who intend to use one of these predefined grsecurity levels"
87 ewarn "should read the help associated with the level. Users importing a"
88 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
89 ewarn "should review their selected grsecurity/PaX options carefully."
90 ewarn
91 ewarn "Users of grsecurity's RBAC system must ensure they are using"
92 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
93 ewarn "It is strongly recommended that the following command is issued"
94 ewarn "prior to booting a ${PF} kernel for the first time:"
95 ewarn
96 ewarn "emerge -na =${GRADM_COMPAT}"
97 ewarn
98 }