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-r1.ebuild hardened-sources-2.6.32-r19.ebuild
Date: Thu, 30 Sep 2010 19:54:48
Message-Id: 20100930195443.211CF20057@flycatcher.gentoo.org
1 blueness 10/09/30 19:54:43
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.35-r1.ebuild
5 hardened-sources-2.6.32-r19.ebuild
6 Log:
7 hardened-sources-2.6.32-r19 based on 2.6.32.23 + genpatches + grsec-2.2.0-2.6.32.23-201009272133
8 hardened-sources-2.6.35-r1 based on 2.6.35.6 + genpatches + grsec-2.2.0-2.6.35.6-201009281623
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.341 sys-kernel/hardened-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.341&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.341&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.340&r2=1.341
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
21 retrieving revision 1.340
22 retrieving revision 1.341
23 diff -u -r1.340 -r1.341
24 --- ChangeLog 28 Sep 2010 02:17:03 -0000 1.340
25 +++ ChangeLog 30 Sep 2010 19:54:43 -0000 1.341
26 @@ -1,6 +1,16 @@
27 # ChangeLog for sys-kernel/hardened-sources
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.340 2010/09/28 02:17:03 blueness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.341 2010/09/30 19:54:43 blueness Exp $
31 +
32 +*hardened-sources-2.6.35-r1 (30 Sep 2010)
33 +*hardened-sources-2.6.32-r19 (30 Sep 2010)
34 +
35 + 30 Sep 2010; Anthony G. Basile <blueness@g.o>
36 + +hardened-sources-2.6.32-r19.ebuild, +hardened-sources-2.6.35-r1.ebuild:
37 + hardened-sources-2.6.32-r19 based on 2.6.32.23 + genpatches +
38 + grsec-2.2.0-2.6.32.23-201009272133
39 + hardened-sources-2.6.35-r1 based on 2.6.35.6 + genpatches +
40 + grsec-2.2.0-2.6.35.6-201009281623
41
42 *hardened-sources-2.6.35 (28 Sep 2010)
43
44
45
46
47 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.35-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: hardened-sources-2.6.35-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.35-r1.ebuild,v 1.1 2010/09/30 19:54:43 blueness Exp $
57
58 ETYPE="sources"
59 K_WANT_GENPATCHES="base extras"
60 K_GENPATCHES_VER="10"
61
62 inherit kernel-2
63 detect_version
64
65 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
66 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
67 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
68
69 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
70 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
71
72 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
73 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
74 IUSE=""
75
76 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
77
78 pkg_postinst() {
79 kernel-2_pkg_postinst
80
81 local GRADM_COMPAT="sys-apps/gradm-2.2.0*"
82
83 ewarn
84 ewarn "Hardened Gentoo provides four different predefined grsecurity level:"
85 ewarn "[server], [server no rbac] [workstation] [workstation no rbac]"
86 ewarn
87 ewarn "Those who intend to use one of these predefined grsecurity levels"
88 ewarn "should read the help associated with the level. Users importing a"
89 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
90 ewarn "should review their selected grsecurity/PaX options carefully."
91 ewarn
92 ewarn "Users of grsecurity's RBAC system must ensure they are using"
93 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
94 ewarn "It is strongly recommended that the following command is issued"
95 ewarn "prior to booting a ${PF} kernel for the first time:"
96 ewarn
97 ewarn "emerge -na =${GRADM_COMPAT}"
98 ewarn
99 }
100
101
102
103 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.32-r19.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r19.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r19.ebuild?rev=1.1&content-type=text/plain
107
108 Index: hardened-sources-2.6.32-r19.ebuild
109 ===================================================================
110 # Copyright 1999-2010 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r19.ebuild,v 1.1 2010/09/30 19:54:43 blueness Exp $
113
114 ETYPE="sources"
115 K_WANT_GENPATCHES="base extras"
116 K_GENPATCHES_VER="22"
117
118 inherit kernel-2
119 detect_version
120
121 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-22"
122 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
123 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
124
125 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
126 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
127
128 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
129 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
130 IUSE=""
131
132 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
133
134 pkg_postinst() {
135 kernel-2_pkg_postinst
136
137 local GRADM_COMPAT="sys-apps/gradm-2.2.0*"
138
139 ewarn
140 ewarn "Hardened Gentoo provides four different predefined grsecurity level:"
141 ewarn "[server], [server no rbac] [workstation] [workstation no rbac]"
142 ewarn
143 ewarn "Those who intend to use one of these predefined grsecurity levels"
144 ewarn "should read the help associated with the level. Users importing a"
145 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
146 ewarn "should review their selected grsecurity/PaX options carefully."
147 ewarn
148 ewarn "Users of grsecurity's RBAC system must ensure they are using"
149 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
150 ewarn "It is strongly recommended that the following command is issued"
151 ewarn "prior to booting a ${PF} kernel for the first time:"
152 ewarn
153 ewarn "emerge -na =${GRADM_COMPAT}"
154 ewarn
155 }