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/rsbac-sources: ChangeLog rsbac-sources-3.4.1.ebuild
Date: Sat, 09 Jun 2012 12:13:55
Message-Id: 20120609121330.2158E2004B@flycatcher.gentoo.org
1 blueness 12/06/09 12:13:30
2
3 Modified: ChangeLog
4 Added: rsbac-sources-3.4.1.ebuild
5 Log:
6 Based on 3.4.1 + 4500_patch-linux-3.4.1-rsbac-1.4.6.diff
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 sys-kernel/rsbac-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 9 Jun 2012 12:11:24 -0000 1.64
24 +++ ChangeLog 9 Jun 2012 12:13:30 -0000 1.65
25 @@ -1,5 +1,12 @@
26
27
28 +*rsbac-sources-3.4.1 (09 Jun 2012)
29 +
30 + 09 Jun 2012; Anthony G. Basile <blueness@g.o>
31 + +rsbac-sources-3.4.1.ebuild:
32 + Based on 3.4.1 + 4500_patch-linux-3.4.1-rsbac-1.4.6.diff
33 + 4500_patch-linux-3.4.1-rsbac-1.4.6.diff included for testing but not applied
34 +
35 *rsbac-sources-3.3.8 (09 Jun 2012)
36
37 09 Jun 2012; Anthony G. Basile <blueness@g.o>
38
39
40
41 1.1 sys-kernel/rsbac-sources/rsbac-sources-3.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-3.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-3.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rsbac-sources-3.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-3.4.1.ebuild,v 1.1 2012/06/09 12:13:30 blueness Exp $
51
52 EAPI="4"
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="1"
57
58 inherit kernel-2
59 detect_version
60
61 HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
62 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/rsbac-patches-${HGPV}.extras.tar.bz2"
63 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
64
65 UNIPATCH_LIST="${DISTDIR}/rsbac-patches-${HGPV}.extras.tar.bz2"
66 UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch 4520_pax-linux-3.4-test7.patch"
67
68 DESCRIPTION="Hardened + RSBAC kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
69 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
70 IUSE=""
71
72 KEYWORDS="~amd64 ~x86"
73
74 pkg_postinst() {
75 kernel-2_pkg_postinst
76
77 ewarn
78 ewarn "Note: the pax patches have not been applied however they are included"
79 ewarn "in the patchset. If you want to try to apply them, edit UNIPATCH_EXCLUDE"
80 ewarn "in this ebuild. Expect breakage ;)"
81 ewarn
82 }