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.9.2.ebuild ChangeLog
Date: Tue, 21 May 2013 14:18:22
Message-Id: 20130521141814.477C02171D@flycatcher.gentoo.org
1 blueness 13/05/21 14:18:14
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.9.2.ebuild
5 Log:
6 vanilla-3.8.12 + genpatches-3.8-13 + grsecurity-2.9.1-3.9.2-201305172333
7 This kernel has an early boot freeze on x86 with less than 512M. It
8 should not be stabilized.
9
10 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
11
12 Revision Changes Path
13 1.828 sys-kernel/hardened-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.828&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.828&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.827&r2=1.828
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
22 retrieving revision 1.827
23 retrieving revision 1.828
24 diff -u -r1.827 -r1.828
25 --- ChangeLog 21 May 2013 14:15:01 -0000 1.827
26 +++ ChangeLog 21 May 2013 14:18:14 -0000 1.828
27 @@ -1,6 +1,14 @@
28 # ChangeLog for sys-kernel/hardened-sources
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.827 2013/05/21 14:15:01 blueness Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.828 2013/05/21 14:18:14 blueness Exp $
32 +
33 +*hardened-sources-3.9.2 (21 May 2013)
34 +
35 + 21 May 2013; Anthony G. Basile <blueness@g.o>
36 + +hardened-sources-3.9.2.ebuild:
37 + vanilla-3.8.12 + genpatches-3.8-13 + grsecurity-2.9.1-3.9.2-201305172333 This
38 + kernel has an early boot freeze on x86 with less than 512M. It should not be
39 + stabilized.
40
41 *hardened-sources-3.2.45 (21 May 2013)
42
43
44
45
46 1.1 sys-kernel/hardened-sources/hardened-sources-3.9.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.9.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.9.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: hardened-sources-3.9.2.ebuild
52 ===================================================================
53 # Copyright 1999-2013 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-3.9.2.ebuild,v 1.1 2013/05/21 14:18:14 blueness Exp $
56
57 EAPI="5"
58
59 ETYPE="sources"
60 K_WANT_GENPATCHES="base"
61 K_GENPATCHES_VER="5"
62 K_DEBLOB_AVAILABLE="1"
63
64 inherit kernel-2
65 detect_version
66
67 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
68 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
69 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
70
71 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
72 UNIPATCH_EXCLUDE="2900_dev-root-proc-mount-fix.patch 4200_fbcondecor-0.9.6.patch"
73
74 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
75 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
76 IUSE="deblob"
77
78 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
79
80 RDEPEND=">=sys-devel/gcc-4.5"
81
82 pkg_postinst() {
83 kernel-2_pkg_postinst
84
85 local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
86
87 ewarn
88 ewarn "Users of grsecurity's RBAC system must ensure they are using"
89 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
90 ewarn "It is strongly recommended that the following command is issued"
91 ewarn "prior to booting a ${PF} kernel for the first time:"
92 ewarn
93 ewarn "emerge -na =${GRADM_COMPAT}"
94 ewarn
95 }