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.23-r10.ebuild
Date: Wed, 30 Apr 2008 11:32:48
Message-Id: E1JrAYH-00017I-5T@stork.gentoo.org
1 phreak 08/04/30 11:32:45
2
3 Modified: ChangeLog
4 Added: hardened-sources-2.6.23-r10.ebuild
5 Log:
6 Revision bump (thanks to Kerin and Gordon, again), solving #213811, #219089. Additional contains "various other fixes".
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.218 sys-kernel/hardened-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.218&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.218&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.217&r2=1.218
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
19 retrieving revision 1.217
20 retrieving revision 1.218
21 diff -u -r1.217 -r1.218
22 --- ChangeLog 9 Apr 2008 08:30:07 -0000 1.217
23 +++ ChangeLog 30 Apr 2008 11:32:44 -0000 1.218
24 @@ -1,6 +1,13 @@
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.217 2008/04/09 08:30:07 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.218 2008/04/30 11:32:44 phreak Exp $
29 +
30 +*hardened-sources-2.6.23-r10 (30 Apr 2008)
31 +
32 + 30 Apr 2008; Christian Heim <phreak@g.o>
33 + +hardened-sources-2.6.23-r10.ebuild:
34 + Revision bump (thanks to Kerin and Gordon, again), solving #213811, #219089.
35 + Additional contains "various other fixes".
36
37 09 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
38 Update the longdescription in metadata, thanks to Gordon Malm.
39
40
41
42 1.1 sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hardened-sources-2.6.23-r10.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild,v 1.1 2008/04/30 11:32:44 phreak Exp $
52
53 ETYPE="sources"
54 K_WANT_GENPATCHES="base extras"
55 K_GENPATCHES_VER="10"
56
57 inherit kernel-2
58 detect_version
59
60 HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-8
61 HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2
62 mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
63 UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
64 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4-2.6.23-rc7.patch 4205_uvesafb-0.1-rc3-2.6.23-rc3.patch 4405_alpha-sysctl-uac.patch"
65 DESCRIPTION="Hardened kernel sources ${OKV}"
66 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
67
68 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
69 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
70
71 pkg_postinst() {
72 kernel-2_pkg_postinst
73 ewarn
74 ewarn "The options selected by the \"Hardened [Gentoo]\" security level"
75 ewarn "(GRKERNSEC_HARDENED) have been revised for this release. If you intend"
76 ewarn "to import a previous kernel configuration which uses this level then"
77 ewarn "please remember to review these changes before you build the kernel. In"
78 ewarn "particular, x86 users should note that PAX_MEMORY_UDEREF is now enabled"
79 ewarn "which is known not to work well in some virtualised environments. If this"
80 ewarn "affects you then you should switch to the \"Custom\" security level and"
81 ewarn "disable the option."
82 ewarn
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list