Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-2.6.24-r1.ebuild
Date: Wed, 30 Apr 2008 11:50:43
Message-Id: E1JrAkr-0001OI-FU@stork.gentoo.org
1 phreak 08/04/30 11:45:45
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.24-r1.ebuild
5 Log:
6 Revision bump (thanks to Kerin and Gordon, again), pulling genpatches-2.6.24-7, solving #219089. Additionally contains further security fixes plus some minor updates.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.219 sys-kernel/hardened-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.219&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.219&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.218&r2=1.219
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
19 retrieving revision 1.218
20 retrieving revision 1.219
21 diff -u -r1.218 -r1.219
22 --- ChangeLog 30 Apr 2008 11:32:44 -0000 1.218
23 +++ ChangeLog 30 Apr 2008 11:45:44 -0000 1.219
24 @@ -1,6 +1,14 @@
25 # ChangeLog for sys-kernel/hardened-sources
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.218 2008/04/30 11:32:44 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.219 2008/04/30 11:45:44 phreak Exp $
29 +
30 +*hardened-sources-2.6.24-r1 (30 Apr 2008)
31 +
32 + 30 Apr 2008; Christian Heim <phreak@g.o>
33 + +hardened-sources-2.6.24-r1.ebuild:
34 + Revision bump (thanks to Kerin and Gordon, again), pulling
35 + genpatches-2.6.24-7, solving #219089. Additionally contains further security
36 + fixes plus some minor updates.
37
38 *hardened-sources-2.6.23-r10 (30 Apr 2008)
39
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-2.6.24-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild,v 1.1 2008/04/30 11:45:44 phreak Exp $
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="7"
57
58 inherit kernel-2
59 detect_version
60
61 HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
62 HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2
63 mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
64 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
65 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4.patch"
66 DESCRIPTION="Hardened kernel sources ${OKV}"
67 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
68
69 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
70 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
71
72 pkg_postinst() {
73 kernel-2_pkg_postinst
74
75 ewarn
76 ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
77 ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
78 ewarn "Two improved predefined security levels replace it:"
79 ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
80 ewarn
81 ewarn "If you intend to use one of these predefined grsecurity levels,"
82 ewarn "please read the help associated with the level. If you intend to"
83 ewarn "import a previous kernel configuration, please review your selected"
84 ewarn "grsecurity/PaX options carefully before building the kernel."
85 ewarn
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list