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.26-r5.ebuild hardened-sources-2.6.25-r7.ebuild hardened-sources-2.6.26-r2.ebuild
Date: Mon, 03 Nov 2008 07:33:31
Message-Id: E1KwtwG-0004kZ-VR@stork.gentoo.org
1 gengor 08/11/03 07:33:28
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.26-r5.ebuild
5 Removed: hardened-sources-2.6.25-r7.ebuild
6 hardened-sources-2.6.26-r2.ebuild
7 Log:
8 Add 2.6.26-r5, clean out old versions.
9 (Portage version: 2.1.4.5)
10
11 Revision Changes Path
12 1.251 sys-kernel/hardened-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.251&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.251&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.250&r2=1.251
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
21 retrieving revision 1.250
22 retrieving revision 1.251
23 diff -u -r1.250 -r1.251
24 --- ChangeLog 2 Nov 2008 20:32:59 -0000 1.250
25 +++ ChangeLog 3 Nov 2008 07:33:28 -0000 1.251
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sys-kernel/hardened-sources
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.250 2008/11/02 20:32:59 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.251 2008/11/03 07:33:28 gengor Exp $
31 +
32 +*hardened-sources-2.6.26-r5 (03 Nov 2008)
33 +
34 + 03 Nov 2008; Gordon Malm <gengor@g.o>
35 + -hardened-sources-2.6.25-r7.ebuild, -hardened-sources-2.6.26-r2.ebuild,
36 + +hardened-sources-2.6.26-r5.ebuild:
37 + 2.6.26-r5: Bump to Linux 2.6.26.7, PaX updates.
38 + Clean out some old versions.
39
40 02 Nov 2008; nixnut <nixnut@g.o> hardened-sources-2.6.25-r9.ebuild:
41 Stable on ppc
42
43
44
45 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.26-r5.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.26-r5.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.26-r5.ebuild?rev=1.1&content-type=text/plain
49
50 Index: hardened-sources-2.6.26-r5.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.26-r5.ebuild,v 1.1 2008/11/03 07:33:28 gengor Exp $
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base extras"
58 K_GENPATCHES_VER="3"
59
60 inherit kernel-2
61 detect_version
62
63 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6"
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 }