Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.59-r3.ebuild hardened-sources-3.11.7-r2.ebuild hardened-sources-3.2.53-r7.ebuild hardened-sources-3.2.54-r10.ebuild hardened-sources-3.2.55-r8.ebuild hardened-sources-3.13.6-r4.ebuild ChangeLog
Date: Thu, 05 Jun 2014 17:58:59
Message-Id: 20140605175855.BE1902004E@flycatcher.gentoo.org
1 prometheanfire 14/06/05 17:58:55
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.2.59-r3.ebuild
5 hardened-sources-3.11.7-r2.ebuild
6 hardened-sources-3.2.53-r7.ebuild
7 hardened-sources-3.2.54-r10.ebuild
8 hardened-sources-3.2.55-r8.ebuild
9 hardened-sources-3.13.6-r4.ebuild
10 Log:
11 more fixes for CVE-2014-3153 bug 512526
12
13 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
14
15 Revision Changes Path
16 1.1057 sys-kernel/hardened-sources/ChangeLog
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1057&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1057&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1056&r2=1.1057
21
22 Index: ChangeLog
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
25 retrieving revision 1.1056
26 retrieving revision 1.1057
27 diff -u -r1.1056 -r1.1057
28 --- ChangeLog 5 Jun 2014 17:24:14 -0000 1.1056
29 +++ ChangeLog 5 Jun 2014 17:58:55 -0000 1.1057
30 @@ -1,6 +1,19 @@
31 # ChangeLog for sys-kernel/hardened-sources
32 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.1056 2014/06/05 17:24:14 prometheanfire Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.1057 2014/06/05 17:58:55 prometheanfire Exp $
35 +
36 +*hardened-sources-3.2.59-r3 (05 Jun 2014)
37 +*hardened-sources-3.11.7-r2 (05 Jun 2014)
38 +*hardened-sources-3.2.55-r8 (05 Jun 2014)
39 +*hardened-sources-3.2.53-r7 (05 Jun 2014)
40 +*hardened-sources-3.2.54-r10 (05 Jun 2014)
41 +*hardened-sources-3.13.6-r4 (05 Jun 2014)
42 +
43 + 05 Jun 2014; Matthew Thode <prometheanfire@g.o>
44 + +hardened-sources-3.11.7-r2.ebuild, +hardened-sources-3.13.6-r4.ebuild,
45 + +hardened-sources-3.2.53-r7.ebuild, +hardened-sources-3.2.54-r10.ebuild,
46 + +hardened-sources-3.2.55-r8.ebuild, +hardened-sources-3.2.59-r3.ebuild:
47 + more fixes for CVE-2014-3153 bug 512526
48
49 *hardened-sources-3.14.5-r1 (05 Jun 2014)
50
51
52
53
54 1.1 sys-kernel/hardened-sources/hardened-sources-3.2.59-r3.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.59-r3.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.59-r3.ebuild?rev=1.1&content-type=text/plain
58
59 Index: hardened-sources-3.2.59-r3.ebuild
60 ===================================================================
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.59-r3.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
64
65 EAPI="5"
66
67 ETYPE="sources"
68 K_WANT_GENPATCHES="base extras"
69 K_GENPATCHES_VER="16"
70 K_DEBLOB_AVAILABLE="1"
71
72 inherit kernel-2
73 detect_version
74
75 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
76 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
77 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
78
79 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
80 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
81
82 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
83 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
84 IUSE="deblob"
85
86 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
87
88 RDEPEND=">=sys-devel/gcc-4.5"
89
90 pkg_postinst() {
91 kernel-2_pkg_postinst
92
93 local GRADM_COMPAT="sys-apps/gradm-3.0*"
94
95 ewarn
96 ewarn "Users of grsecurity's RBAC system must ensure they are using"
97 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
98 ewarn "It is strongly recommended that the following command is issued"
99 ewarn "prior to booting a ${PF} kernel for the first time:"
100 ewarn
101 ewarn "emerge -na =${GRADM_COMPAT}"
102 ewarn
103 }
104
105
106
107 1.1 sys-kernel/hardened-sources/hardened-sources-3.11.7-r2.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.11.7-r2.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.11.7-r2.ebuild?rev=1.1&content-type=text/plain
111
112 Index: hardened-sources-3.11.7-r2.ebuild
113 ===================================================================
114 # Copyright 1999-2014 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.11.7-r2.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
117
118 EAPI="5"
119
120 ETYPE="sources"
121 K_WANT_GENPATCHES="base"
122 K_GENPATCHES_VER="10"
123 K_DEBLOB_AVAILABLE="1"
124
125 inherit kernel-2
126 detect_version
127
128 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
129 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
130 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
131
132 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
133 UNIPATCH_EXCLUDE="
134 1500_XATTR_USER_PREFIX.patch
135 2900_dev-root-proc-mount-fix.patch"
136
137 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
138 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
139 IUSE="deblob"
140
141 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
142
143 RDEPEND=">=sys-devel/gcc-4.5"
144
145 pkg_postinst() {
146 kernel-2_pkg_postinst
147
148 local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
149
150 ewarn
151 ewarn "Users of grsecurity's RBAC system must ensure they are using"
152 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
153 ewarn "It is strongly recommended that the following command is issued"
154 ewarn "prior to booting a ${PF} kernel for the first time:"
155 ewarn
156 ewarn "emerge -na =${GRADM_COMPAT}"
157 ewarn
158 }
159
160
161
162 1.1 sys-kernel/hardened-sources/hardened-sources-3.2.53-r7.ebuild
163
164 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.53-r7.ebuild?rev=1.1&view=markup
165 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.53-r7.ebuild?rev=1.1&content-type=text/plain
166
167 Index: hardened-sources-3.2.53-r7.ebuild
168 ===================================================================
169 # Copyright 1999-2014 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.53-r7.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
172
173 EAPI="5"
174
175 ETYPE="sources"
176 K_WANT_GENPATCHES="base extras"
177 K_GENPATCHES_VER="16"
178 K_DEBLOB_AVAILABLE="1"
179
180 inherit kernel-2
181 detect_version
182
183 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-8"
184 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
185 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
186
187 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
188 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
189
190 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
191 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
192 IUSE="deblob"
193
194 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
195
196 RDEPEND=">=sys-devel/gcc-4.5"
197
198 pkg_postinst() {
199 kernel-2_pkg_postinst
200
201 local GRADM_COMPAT="sys-apps/gradm-3.0*"
202
203 ewarn
204 ewarn "Users of grsecurity's RBAC system must ensure they are using"
205 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
206 ewarn "It is strongly recommended that the following command is issued"
207 ewarn "prior to booting a ${PF} kernel for the first time:"
208 ewarn
209 ewarn "emerge -na =${GRADM_COMPAT}"
210 ewarn
211 }
212
213
214
215 1.1 sys-kernel/hardened-sources/hardened-sources-3.2.54-r10.ebuild
216
217 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.54-r10.ebuild?rev=1.1&view=markup
218 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.54-r10.ebuild?rev=1.1&content-type=text/plain
219
220 Index: hardened-sources-3.2.54-r10.ebuild
221 ===================================================================
222 # Copyright 1999-2014 Gentoo Foundation
223 # Distributed under the terms of the GNU General Public License v2
224 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.54-r10.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
225
226 EAPI="5"
227
228 ETYPE="sources"
229 K_WANT_GENPATCHES="base extras"
230 K_GENPATCHES_VER="16"
231 K_DEBLOB_AVAILABLE="1"
232
233 inherit kernel-2
234 detect_version
235
236 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-11"
237 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
238 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
239
240 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
241 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
242
243 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
244 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
245 IUSE="deblob"
246
247 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
248
249 RDEPEND=">=sys-devel/gcc-4.5"
250
251 pkg_postinst() {
252 kernel-2_pkg_postinst
253
254 local GRADM_COMPAT="sys-apps/gradm-3.0*"
255
256 ewarn
257 ewarn "Users of grsecurity's RBAC system must ensure they are using"
258 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
259 ewarn "It is strongly recommended that the following command is issued"
260 ewarn "prior to booting a ${PF} kernel for the first time:"
261 ewarn
262 ewarn "emerge -na =${GRADM_COMPAT}"
263 ewarn
264 }
265
266
267
268 1.1 sys-kernel/hardened-sources/hardened-sources-3.2.55-r8.ebuild
269
270 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.55-r8.ebuild?rev=1.1&view=markup
271 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.55-r8.ebuild?rev=1.1&content-type=text/plain
272
273 Index: hardened-sources-3.2.55-r8.ebuild
274 ===================================================================
275 # Copyright 1999-2014 Gentoo Foundation
276 # Distributed under the terms of the GNU General Public License v2
277 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.55-r8.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
278
279 EAPI="5"
280
281 ETYPE="sources"
282 K_WANT_GENPATCHES="base extras"
283 K_GENPATCHES_VER="16"
284 K_DEBLOB_AVAILABLE="1"
285
286 inherit kernel-2
287 detect_version
288
289 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-9"
290 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
291 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
292
293 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
294 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
295
296 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
297 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
298 IUSE="deblob"
299
300 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
301
302 RDEPEND=">=sys-devel/gcc-4.5"
303
304 pkg_postinst() {
305 kernel-2_pkg_postinst
306
307 local GRADM_COMPAT="sys-apps/gradm-3.0*"
308
309 ewarn
310 ewarn "Users of grsecurity's RBAC system must ensure they are using"
311 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
312 ewarn "It is strongly recommended that the following command is issued"
313 ewarn "prior to booting a ${PF} kernel for the first time:"
314 ewarn
315 ewarn "emerge -na =${GRADM_COMPAT}"
316 ewarn
317 }
318
319
320
321 1.1 sys-kernel/hardened-sources/hardened-sources-3.13.6-r4.ebuild
322
323 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.13.6-r4.ebuild?rev=1.1&view=markup
324 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.13.6-r4.ebuild?rev=1.1&content-type=text/plain
325
326 Index: hardened-sources-3.13.6-r4.ebuild
327 ===================================================================
328 # Copyright 1999-2014 Gentoo Foundation
329 # Distributed under the terms of the GNU General Public License v2
330 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.13.6-r4.ebuild,v 1.1 2014/06/05 17:58:55 prometheanfire Exp $
331
332 EAPI="5"
333
334 ETYPE="sources"
335 K_WANT_GENPATCHES="base"
336 K_GENPATCHES_VER="9"
337 K_DEBLOB_AVAILABLE="1"
338
339 inherit kernel-2
340 detect_version
341
342 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-5"
343 HGPV_URI="http://dev.gentoo.org/~prometheanfire/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
344 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
345
346 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
347 UNIPATCH_EXCLUDE="
348 1500_XATTR_USER_PREFIX.patch
349 2900_dev-root-proc-mount-fix.patch"
350
351 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
352 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
353 IUSE="deblob"
354
355 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
356
357 RDEPEND=">=sys-devel/gcc-4.5"
358
359 pkg_postinst() {
360 kernel-2_pkg_postinst
361
362 local GRADM_COMPAT="sys-apps/gradm-3.0*"
363
364 ewarn
365 ewarn "Users of grsecurity's RBAC system must ensure they are using"
366 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
367 ewarn "It is strongly recommended that the following command is issued"
368 ewarn "prior to booting a ${PF} kernel for the first time:"
369 ewarn
370 ewarn "emerge -na =${GRADM_COMPAT}"
371 ewarn
372 }