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.14.5-r2.ebuild ChangeLog
Date: Fri, 06 Jun 2014 00:24:46
Message-Id: 20140606002443.5F2612004E@flycatcher.gentoo.org
1 blueness 14/06/06 00:24:43
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.14.5-r2.ebuild
5 Log:
6 vanilla-3.14.4 + genpatches-3.14-7 + grsecurity-3.0-3.14.5-201406051310 bug #512526, CVE-2014-3153
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.1061 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1061&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1061&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1060&r2=1.1061
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.1060
21 retrieving revision 1.1061
22 diff -u -r1.1060 -r1.1061
23 --- ChangeLog 6 Jun 2014 00:21:39 -0000 1.1060
24 +++ ChangeLog 6 Jun 2014 00:24:43 -0000 1.1061
25 @@ -1,12 +1,13 @@
26 # ChangeLog for sys-kernel/hardened-sources
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.1060 2014/06/06 00:21:39 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.1061 2014/06/06 00:24:43 blueness Exp $
30
31 *hardened-sources-3.2.59-r4 (06 Jun 2014)
32
33 06 Jun 2014; Anthony G. Basile <blueness@g.o>
34 +hardened-sources-3.2.59-r4.ebuild:
35 vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201406051309
36 + bug #512526, CVE-2014-3153
37
38 05 Jun 2014; Anthony G. Basile <blueness@g.o>
39 -hardened-sources-3.11.7-r2.ebuild, -hardened-sources-3.13.10-r1.ebuild,
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-3.14.5-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 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-3.14.5-r2.ebuild,v 1.1 2014/06/06 00:24:43 blueness Exp $
53
54 EAPI="5"
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base"
58 K_GENPATCHES_VER="8"
59 K_DEBLOB_AVAILABLE="1"
60
61 inherit kernel-2
62 detect_version
63
64 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
65 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/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="
70 1500_XATTR_USER_PREFIX.patch
71 2900_dev-root-proc-mount-fix.patch"
72
73 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
74 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
75 IUSE="deblob"
76
77 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
78
79 RDEPEND=">=sys-devel/gcc-4.5"
80
81 pkg_postinst() {
82 kernel-2_pkg_postinst
83
84 local GRADM_COMPAT="sys-apps/gradm-3.0*"
85
86 ewarn
87 ewarn "Users of grsecurity's RBAC system must ensure they are using"
88 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
89 ewarn "It is strongly recommended that the following command is issued"
90 ewarn "prior to booting a ${PF} kernel for the first time:"
91 ewarn
92 ewarn "emerge -na =${GRADM_COMPAT}"
93 ewarn
94 }