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-2.6.34-r3.ebuild ChangeLog hardened-sources-2.6.32-r15.ebuild hardened-sources-2.6.32-r11.ebuild hardened-sources-2.6.32-r10.ebuild hardened-sources-2.6.34-r1.ebuild hardened-sources-2.6.32-r13.ebuild hardened-sources-2.6.32-r12.ebuild
Date: Thu, 02 Sep 2010 22:27:06
Message-Id: 20100902222657.482A120051@flycatcher.gentoo.org
1 blueness 10/09/02 22:26:57
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.34-r3.ebuild
5 hardened-sources-2.6.32-r15.ebuild
6 Removed: hardened-sources-2.6.32-r11.ebuild
7 hardened-sources-2.6.32-r10.ebuild
8 hardened-sources-2.6.34-r1.ebuild
9 hardened-sources-2.6.32-r13.ebuild
10 hardened-sources-2.6.32-r12.ebuild
11 Log:
12 Bumps and remove deprecated versions
13 (Portage version: 2.1.8.3/cvs/Linux x86_64)
14
15 Revision Changes Path
16 1.334 sys-kernel/hardened-sources/ChangeLog
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.334&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.334&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.333&r2=1.334
21
22 Index: ChangeLog
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
25 retrieving revision 1.333
26 retrieving revision 1.334
27 diff -u -r1.333 -r1.334
28 --- ChangeLog 21 Aug 2010 11:57:11 -0000 1.333
29 +++ ChangeLog 2 Sep 2010 22:26:57 -0000 1.334
30 @@ -1,6 +1,16 @@
31 # ChangeLog for sys-kernel/hardened-sources
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.333 2010/08/21 11:57:11 blueness Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.334 2010/09/02 22:26:57 blueness Exp $
35 +
36 +*hardened-sources-2.6.34-r3 (02 Sep 2010)
37 +*hardened-sources-2.6.32-r15 (02 Sep 2010)
38 +
39 + 02 Sep 2010; Anthony G. Basile <blueness@g.o>
40 + -hardened-sources-2.6.32-r10.ebuild, -hardened-sources-2.6.32-r11.ebuild,
41 + -hardened-sources-2.6.32-r12.ebuild, -hardened-sources-2.6.32-r13.ebuild,
42 + +hardened-sources-2.6.32-r15.ebuild, -hardened-sources-2.6.34-r1.ebuild,
43 + +hardened-sources-2.6.34-r3.ebuild:
44 + Bumps and remove deprecated versions
45
46 *hardened-sources-2.6.34-r2 (21 Aug 2010)
47
48
49
50
51 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.34-r3.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.34-r3.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.34-r3.ebuild?rev=1.1&content-type=text/plain
55
56 Index: hardened-sources-2.6.34-r3.ebuild
57 ===================================================================
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.34-r3.ebuild,v 1.1 2010/09/02 22:26:57 blueness Exp $
61
62 ETYPE="sources"
63 K_WANT_GENPATCHES="base extras"
64 K_GENPATCHES_VER="10"
65
66 inherit kernel-2
67 detect_version
68
69 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
70 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
71 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
72
73 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
74 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
75
76 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
77 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
78 IUSE=""
79
80 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
81
82 pkg_postinst() {
83 kernel-2_pkg_postinst
84
85 local GRADM_COMPAT="sys-apps/gradm-2.2.0*"
86
87 ewarn
88 ewarn "Hardened Gentoo provides four different predefined grsecurity level:"
89 ewarn "[server], [server no rbac] [workstation] [workstation no rbac]"
90 ewarn
91 ewarn "Those who intend to use one of these predefined grsecurity levels"
92 ewarn "should read the help associated with the level. Users importing a"
93 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
94 ewarn "should review their selected grsecurity/PaX options carefully."
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-2.6.32-r15.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r15.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r15.ebuild?rev=1.1&content-type=text/plain
111
112 Index: hardened-sources-2.6.32-r15.ebuild
113 ===================================================================
114 # Copyright 1999-2010 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-2.6.32-r15.ebuild,v 1.1 2010/09/02 22:26:57 blueness Exp $
117
118 ETYPE="sources"
119 K_WANT_GENPATCHES="base extras"
120 K_GENPATCHES_VER="19"
121
122 inherit kernel-2
123 detect_version
124
125 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-18"
126 HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
127 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
128
129 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
130 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
131
132 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
133 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
134 IUSE=""
135
136 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
137
138 pkg_postinst() {
139 kernel-2_pkg_postinst
140
141 local GRADM_COMPAT="sys-apps/gradm-2.2.0*"
142
143 ewarn
144 ewarn "Hardened Gentoo provides four different predefined grsecurity level:"
145 ewarn "[server], [server no rbac] [workstation] [workstation no rbac]"
146 ewarn
147 ewarn "Those who intend to use one of these predefined grsecurity levels"
148 ewarn "should read the help associated with the level. Users importing a"
149 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
150 ewarn "should review their selected grsecurity/PaX options carefully."
151 ewarn
152 ewarn "Users of grsecurity's RBAC system must ensure they are using"
153 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
154 ewarn "It is strongly recommended that the following command is issued"
155 ewarn "prior to booting a ${PF} kernel for the first time:"
156 ewarn
157 ewarn "emerge -na =${GRADM_COMPAT}"
158 ewarn
159 }