Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/blueness:master commit in: sys-kernel/hardened-sources/
Date: Sat, 02 Mar 2013 01:36:19
Message-Id: 1362188138.65de3978c4e01e10994e3b28f3ff38c845107b6b.blueness@gentoo
1 commit: 65de3978c4e01e10994e3b28f3ff38c845107b6b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 01:35:38 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 01:35:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=65de3978
7
8 sys-kernel/hardened-sources: patchset 20130227 moved to tree
9
10 ---
11 .../hardened-sources-2.6.32-r153.ebuild | 51 --------------------
12 .../hardened-sources-3.2.39-r1.ebuild | 50 -------------------
13 .../hardened-sources-3.8.0-r1.ebuild | 50 -------------------
14 3 files changed, 0 insertions(+), 151 deletions(-)
15
16 diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r153.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r153.ebuild
17 deleted file mode 100644
18 index 878581f..0000000
19 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r153.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r152.ebuild,v 1.1 2013/02/24 18:45:09 blueness Exp $
25 -
26 -EAPI="4"
27 -
28 -ETYPE="sources"
29 -K_WANT_GENPATCHES="base extras"
30 -K_GENPATCHES_VER="48"
31 -K_DEBLOB_AVAILABLE="1"
32 -
33 -inherit kernel-2
34 -detect_version
35 -
36 -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-157"
37 -HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
38 -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
39 -
40 -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
41 -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
42 -
43 -DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
44 -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
45 -IUSE="deblob"
46 -
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -
49 -RDEPEND=">=sys-devel/gcc-4.5"
50 -
51 -pkg_postinst() {
52 - kernel-2_pkg_postinst
53 -
54 - local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
55 -
56 - ewarn
57 - ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
58 - ewarn "[server], [workstation], and [virtualization]."
59 - ewarn
60 - ewarn "Those who intend to use one of these predefined grsecurity levels"
61 - ewarn "should read the help associated with the level. Users importing a"
62 - ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32,"
63 - ewarn "should review their selected grsecurity/PaX options carefully."
64 - ewarn
65 - ewarn "Users of grsecurity's RBAC system must ensure they are using"
66 - ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
67 - ewarn "It is strongly recommended that the following command is issued"
68 - ewarn "prior to booting a ${PF} kernel for the first time:"
69 - ewarn
70 - ewarn "emerge -na =${GRADM_COMPAT}"
71 - ewarn
72 -}
73
74 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.39-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.39-r1.ebuild
75 deleted file mode 100644
76 index 333ee22..0000000
77 --- a/sys-kernel/hardened-sources/hardened-sources-3.2.39-r1.ebuild
78 +++ /dev/null
79 @@ -1,50 +0,0 @@
80 -# Copyright 1999-2013 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.39.ebuild,v 1.1 2013/02/24 18:46:56 blueness Exp $
83 -
84 -EAPI="4"
85 -
86 -ETYPE="sources"
87 -K_WANT_GENPATCHES="base extras"
88 -K_GENPATCHES_VER="16"
89 -K_DEBLOB_AVAILABLE="1"
90 -
91 -inherit kernel-2
92 -detect_version
93 -
94 -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
95 -HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
96 -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
97 -
98 -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
99 -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
100 -
101 -DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
102 -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
103 -IUSE="deblob"
104 -
105 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
106 -
107 -RDEPEND=">=sys-devel/gcc-4.5"
108 -
109 -pkg_postinst() {
110 - kernel-2_pkg_postinst
111 -
112 - local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
113 -
114 - ewarn
115 - ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
116 - ewarn "[server], [workstation], and [virtualization]. Those who intend to"
117 - ewarn "use one of these predefined grsecurity levels should read the help"
118 - ewarn "associated with the level. Because some options require >=gcc-4.5,"
119 - ewarn "users with more, than one version of gcc installed should use gcc-config"
120 - ewarn "to select a compatible version."
121 - ewarn
122 - ewarn "Users of grsecurity's RBAC system must ensure they are using"
123 - ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
124 - ewarn "It is strongly recommended that the following command is issued"
125 - ewarn "prior to booting a ${PF} kernel for the first time:"
126 - ewarn
127 - ewarn "emerge -na =${GRADM_COMPAT}"
128 - ewarn
129 -}
130
131 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.8.0-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.8.0-r1.ebuild
132 deleted file mode 100644
133 index 22d466f..0000000
134 --- a/sys-kernel/hardened-sources/hardened-sources-3.8.0-r1.ebuild
135 +++ /dev/null
136 @@ -1,50 +0,0 @@
137 -# Copyright 1999-2013 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.8.0.ebuild,v 1.1 2013/02/24 18:48:39 blueness Exp $
140 -
141 -EAPI="4"
142 -
143 -ETYPE="sources"
144 -K_WANT_GENPATCHES="base"
145 -K_GENPATCHES_VER="1"
146 -K_DEBLOB_AVAILABLE="1"
147 -
148 -inherit kernel-2
149 -detect_version
150 -
151 -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
152 -HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
153 -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
154 -
155 -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
156 -UNIPATCH_EXCLUDE="2900_dev-root-proc-mount-fix.patch 4200_fbcondecor-0.9.6.patch"
157 -
158 -DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
159 -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
160 -IUSE="deblob"
161 -
162 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
163 -
164 -RDEPEND=">=sys-devel/gcc-4.5"
165 -
166 -pkg_postinst() {
167 - kernel-2_pkg_postinst
168 -
169 - local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
170 -
171 - ewarn
172 - ewarn "Hardened Gentoo provides three different predefined grsecurity level:"
173 - ewarn "[server], [workstation], and [virtualization]. Those who intend to"
174 - ewarn "use one of these predefined grsecurity levels should read the help"
175 - ewarn "associated with the level. Because some options require >=gcc-4.5,"
176 - ewarn "users with more, than one version of gcc installed should use gcc-config"
177 - ewarn "to select a compatible version."
178 - ewarn
179 - ewarn "Users of grsecurity's RBAC system must ensure they are using"
180 - ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
181 - ewarn "It is strongly recommended that the following command is issued"
182 - ewarn "prior to booting a ${PF} kernel for the first time:"
183 - ewarn
184 - ewarn "emerge -na =${GRADM_COMPAT}"
185 - ewarn
186 -}