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