Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.10.4-r1.ebuild ChangeLog hardened-sources-3.10.4.ebuild
Date: Thu, 01 Aug 2013 14:08:51
Message-Id: 20130801140846.2D9162171C@flycatcher.gentoo.org
1 blueness 13/08/01 14:08:46
2
3 Modified: ChangeLog
4 Added: hardened-sources-3.10.4-r1.ebuild
5 Removed: hardened-sources-3.10.4.ebuild
6 Log:
7 vanilla-3.10.4 + genpatches-3.10-8 + grsecurity-2.9.1-3.10.4-201307311627
8
9 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
10
11 Revision Changes Path
12 1.888 sys-kernel/hardened-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.888&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.888&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.887&r2=1.888
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
21 retrieving revision 1.887
22 retrieving revision 1.888
23 diff -u -r1.887 -r1.888
24 --- ChangeLog 31 Jul 2013 16:40:00 -0000 1.887
25 +++ ChangeLog 1 Aug 2013 14:08:45 -0000 1.888
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-kernel/hardened-sources
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.887 2013/07/31 16:40:00 blueness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.888 2013/08/01 14:08:45 blueness Exp $
31 +
32 +*hardened-sources-3.10.4-r1 (01 Aug 2013)
33 +
34 + 01 Aug 2013; Anthony G. Basile <blueness@g.o>
35 + +hardened-sources-3.10.4-r1.ebuild, -hardened-sources-3.10.4.ebuild:
36 + vanilla-3.10.4 + genpatches-3.10-8 + grsecurity-2.9.1-3.10.4-201307311627
37
38 *hardened-sources-3.10.4 (31 Jul 2013)
39
40
41
42
43 1.1 sys-kernel/hardened-sources/hardened-sources-3.10.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.10.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.10.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hardened-sources-3.10.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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-3.10.4-r1.ebuild,v 1.1 2013/08/01 14:08:45 blueness Exp $
53
54 EAPI="5"
55
56 ETYPE="sources"
57 K_WANT_GENPATCHES="base"
58 K_GENPATCHES_VER="8"
59 K_DEBLOB_AVAILABLE="1"
60
61 inherit kernel-2
62 detect_version
63
64 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
65 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/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="
70 1500_XATTR_USER_PREFIX.patch
71 1600_CVE-2013-4125-ipv6-fix-fib6_add_rt2node-BUG.patch
72 1600_CVE-2013-4127-fix-use-after-free-in-vhost_net_flush.patch
73 2900_dev-root-proc-mount-fix.patch"
74
75 DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
76 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
77 IUSE="deblob"
78
79 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
80
81 RDEPEND=">=sys-devel/gcc-4.5"
82
83 pkg_postinst() {
84 kernel-2_pkg_postinst
85
86 local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
87
88 ewarn
89 ewarn "Users of grsecurity's RBAC system must ensure they are using"
90 ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
91 ewarn "It is strongly recommended that the following command is issued"
92 ewarn "prior to booting a ${PF} kernel for the first time:"
93 ewarn
94 ewarn "emerge -na =${GRADM_COMPAT}"
95 ewarn
96 }