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: ChangeLog hardened-sources-3.6.4.ebuild
Date: Wed, 31 Oct 2012 12:04:45
Message-Id: 20121031120427.51A3921600@flycatcher.gentoo.org
1 blueness 12/10/31 12:04:26
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.6.4.ebuild
5 Log:
6 vanilla-3.6.4 + genpatches-3.6-5 + grsecurity-2.9.1-3.6.4-201210291446
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xD0455535)
9
10 Revision Changes Path
11 1.715 sys-kernel/hardened-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.715&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.715&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.714&r2=1.715
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
20 retrieving revision 1.714
21 retrieving revision 1.715
22 diff -u -r1.714 -r1.715
23 --- ChangeLog 31 Oct 2012 12:01:57 -0000 1.714
24 +++ ChangeLog 31 Oct 2012 12:04:26 -0000 1.715
25 @@ -1,6 +1,6 @@
26 # ChangeLog for sys-kernel/hardened-sources
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.714 2012/10/31 12:01:57 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.715 2012/10/31 12:04:26 blueness Exp $
30
31 *hardened-sources-3.2.32-r1 (31 Oct 2012)
32
33 @@ -25,7 +25,7 @@
34
35 26 Oct 2012; Anthony G. Basile <blueness@g.o>
36 +hardened-sources-3.2.32.ebuild:
37 - vanilla-3.2.31 + genpatches-3.2-16 + grsecurity-2.9.1-3.2.32-201210231935
38 + vanilla-3.2.32 + genpatches-3.2-16 + grsecurity-2.9.1-3.2.32-201210231935
39
40 24 Oct 2012; Anthony G. Basile <blueness@g.o>
41 -hardened-sources-3.6.2.ebuild:
42
43
44
45 1.1 sys-kernel/hardened-sources/hardened-sources-3.6.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.6.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.6.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: hardened-sources-3.6.4.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.6.4.ebuild,v 1.1 2012/10/31 12:04:26 blueness Exp $
55
56 EAPI="4"
57
58 ETYPE="sources"
59 K_WANT_GENPATCHES="base extras"
60 K_GENPATCHES_VER="5"
61 K_DEBLOB_AVAILABLE="1"
62
63 inherit kernel-2
64 detect_version
65
66 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
67 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
68 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
69
70 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
71 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.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-2.9.1*"
85
86 ewarn
87 ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
88 ewarn "[server], [workstation], and [virtualization]. Those who intend to"
89 ewarn "use one of these predefined grsecurity levels should read the help"
90 ewarn "associated with the level. Because some options require >=gcc-4.5,"
91 ewarn "users with more, than one version of gcc installed should use gcc-config"
92 ewarn "to select a compatible version."
93 ewarn
94 ewarn "Users of grsecurity's RBAC system must ensure they are using"
95 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
96 ewarn "It is strongly recommended that the following command is issued"
97 ewarn "prior to booting a ${PF} kernel for the first time:"
98 ewarn
99 ewarn "emerge -na =${GRADM_COMPAT}"
100 ewarn
101 }