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.2.61-r4.ebuild ChangeLog
Date: Wed, 30 Jul 2014 14:31:32
Message-Id: 20140730143126.179612004C@flycatcher.gentoo.org
1 blueness 14/07/30 14:31:25
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.2.61-r4.ebuild
5 Log:
6 vanilla-3.2.61 + genpatches-3.2.16 + grsecurity-3.0-3.2.61-201407280723
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.1107 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1107&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1107&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1106&r2=1.1107
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.1106
21 retrieving revision 1.1107
22 diff -u -r1.1106 -r1.1107
23 --- ChangeLog 30 Jul 2014 12:11:27 -0000 1.1106
24 +++ ChangeLog 30 Jul 2014 14:31:24 -0000 1.1107
25 @@ -1,6 +1,12 @@
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.1106 2014/07/30 12:11:27 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.1107 2014/07/30 14:31:24 blueness Exp $
30 +
31 +*hardened-sources-3.2.61-r4 (30 Jul 2014)
32 +
33 + 30 Jul 2014; Anthony G. Basile <blueness@g.o>
34 + +hardened-sources-3.2.61-r4.ebuild:
35 + vanilla-3.2.61 + genpatches-3.2.16 + grsecurity-3.0-3.2.61-201407280723
36
37 30 Jul 2014; Anthony G. Basile <blueness@g.o>
38 hardened-sources-3.14.12-r2.ebuild, hardened-sources-3.15.5-r2.ebuild,
39
40
41
42 1.1 sys-kernel/hardened-sources/hardened-sources-3.2.61-r4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.61-r4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.61-r4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hardened-sources-3.2.61-r4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.2.61-r4.ebuild,v 1.1 2014/07/30 14:31:24 blueness Exp $
52
53 EAPI="5"
54
55 ETYPE="sources"
56 K_WANT_GENPATCHES="base extras"
57 K_GENPATCHES_VER="16"
58 K_DEBLOB_AVAILABLE="1"
59
60 inherit kernel-2
61 detect_version
62
63 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-5"
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="4200_fbcondecor-0.9.6.patch"
69
70 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
71 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
72 IUSE="deblob"
73
74 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
75
76 RDEPEND=">=sys-devel/gcc-4.5"
77
78 pkg_postinst() {
79 kernel-2_pkg_postinst
80
81 local GRADM_COMPAT="sys-apps/gradm-3.0*"
82
83 ewarn
84 ewarn "Users of grsecurity's RBAC system must ensure they are using"
85 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
86 ewarn "It is strongly recommended that the following command is issued"
87 ewarn "prior to booting a ${PF} kernel for the first time:"
88 ewarn
89 ewarn "emerge -na =${GRADM_COMPAT}"
90 ewarn
91 }