Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/
Date: Thu, 29 May 2014 22:00:28
Message-Id: 1401400895.870def654a429036ea33ebf8cda2476c76e5b390.blueness@gentoo
1 commit: 870def654a429036ea33ebf8cda2476c76e5b390
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 29 22:01:35 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu May 29 22:01:35 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=870def65
7
8 sys-kernel/hardened-sources: testing patchset 20140528
9
10 Package-Manager: portage-2.2.8-r1
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 .../hardened-sources-3.14.4-r1.ebuild | 45 ----------------------
15 ...59.ebuild => hardened-sources-3.2.59-r1.ebuild} | 2 +-
16 2 files changed, 1 insertion(+), 46 deletions(-)
17
18 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild
19 deleted file mode 100644
20 index c5fe92f..0000000
21 --- a/sys-kernel/hardened-sources/hardened-sources-3.14.4-r1.ebuild
22 +++ /dev/null
23 @@ -1,45 +0,0 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.4.ebuild,v 1.1 2014/05/17 14:13:49 blueness Exp $
27 -
28 -EAPI="5"
29 -
30 -ETYPE="sources"
31 -K_WANT_GENPATCHES="base"
32 -K_GENPATCHES_VER="7"
33 -K_DEBLOB_AVAILABLE="1"
34 -
35 -inherit kernel-2
36 -detect_version
37 -
38 -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
39 -HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
40 -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
41 -
42 -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
43 -UNIPATCH_EXCLUDE="
44 - 1500_XATTR_USER_PREFIX.patch
45 - 2900_dev-root-proc-mount-fix.patch"
46 -
47 -DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
48 -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
49 -IUSE="deblob"
50 -
51 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52 -
53 -RDEPEND=">=sys-devel/gcc-4.5"
54 -
55 -pkg_postinst() {
56 - kernel-2_pkg_postinst
57 -
58 - local GRADM_COMPAT="sys-apps/gradm-3.0*"
59 -
60 - ewarn
61 - ewarn "Users of grsecurity's RBAC system must ensure they are using"
62 - ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
63 - ewarn "It is strongly recommended that the following command is issued"
64 - ewarn "prior to booting a ${PF} kernel for the first time:"
65 - ewarn
66 - ewarn "emerge -na =${GRADM_COMPAT}"
67 - ewarn
68 -}
69
70 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.59.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.59-r1.ebuild
71 similarity index 96%
72 rename from sys-kernel/hardened-sources/hardened-sources-3.2.59.ebuild
73 rename to sys-kernel/hardened-sources/hardened-sources-3.2.59-r1.ebuild
74 index fba6c77..ea96c24 100644
75 --- a/sys-kernel/hardened-sources/hardened-sources-3.2.59.ebuild
76 +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.59-r1.ebuild
77 @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
78 inherit kernel-2
79 detect_version
80
81 -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
82 +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
83 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
84 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"