Gentoo Archives: gentoo-commits

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