Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-2.6.25-r8.ebuild hardened-sources-2.6.25-r6.ebuild hardened-sources-2.6.25-r5.ebuild hardened-sources-2.6.25-r4.ebuild
Date: Thu, 09 Oct 2008 19:39:23
Message-Id: E1Ko1M0-0006ny-IY@stork.gentoo.org
1 gengor 08/10/09 19:39:20
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.25-r8.ebuild
5 Removed: hardened-sources-2.6.25-r6.ebuild
6 hardened-sources-2.6.25-r5.ebuild
7 hardened-sources-2.6.25-r4.ebuild
8 Log:
9 Add 2.6.25-r8, remove old versions.
10 (Portage version: 2.1.4.4)
11
12 Revision Changes Path
13 1.244 sys-kernel/hardened-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.244&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.244&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.243&r2=1.244
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
22 retrieving revision 1.243
23 retrieving revision 1.244
24 diff -u -r1.243 -r1.244
25 --- ChangeLog 20 Sep 2008 16:11:28 -0000 1.243
26 +++ ChangeLog 9 Oct 2008 19:39:20 -0000 1.244
27 @@ -1,6 +1,13 @@
28 # ChangeLog for sys-kernel/hardened-sources
29 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.243 2008/09/20 16:11:28 nixnut Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.244 2008/10/09 19:39:20 gengor Exp $
32 +
33 +*hardened-sources-2.6.25-r8 (09 Oct 2008)
34 +
35 + 09 Oct 2008; Gordon Malm <gengor@g.o>
36 + -hardened-sources-2.6.25-r4.ebuild, -hardened-sources-2.6.25-r5.ebuild,
37 + -hardened-sources-2.6.25-r6.ebuild, +hardened-sources-2.6.25-r8.ebuild:
38 + Update to genpatches-11 and Linux 2.6.25.18. Remove old versions.
39
40 20 Sep 2008; nixnut <nixnut@g.o> hardened-sources-2.6.25-r7.ebuild:
41 Stable on ppc
42
43
44
45 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.25-r8.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.25-r8.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.25-r8.ebuild?rev=1.1&content-type=text/plain
49
50 Index: hardened-sources-2.6.25-r8.ebuild
51 ===================================================================
52 # Copyright 1999-2008 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-2.6.25-r8.ebuild,v 1.1 2008/10/09 19:39:20 gengor Exp $
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base extras"
58 K_GENPATCHES_VER="11"
59
60 inherit kernel-2
61 detect_version
62
63 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-9"
64 HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
65 mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
66 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
67
68 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
69 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4.patch"
70
71 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
72 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
73 IUSE=""
74
75 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
76
77 pkg_postinst() {
78 kernel-2_pkg_postinst
79
80 local GRADM_COMPAT="sys-apps/gradm-2.1.12*"
81
82 ewarn
83 ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
84 ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
85 ewarn "Two improved predefined security levels replace it:"
86 ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
87 ewarn
88 ewarn "Those who intend to use one of these predefined grsecurity levels"
89 ewarn "should read the help associated with the level. Users importing a"
90 ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
91 ewarn "should review their selected grsecurity/PaX options carefully."
92 ewarn
93 ewarn
94 ewarn "Users of grsecurity's RBAC system must ensure they are using"
95 ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
96 ewarn "Therefore, it is strongly recommended that the following command is"
97 ewarn "issued prior to booting a ${P} series kernel for"
98 ewarn "the first time:"
99 ewarn
100 ewarn "emerge -na =${GRADM_COMPAT}"
101 ewarn
102 }