From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/
Date: Thu, 4 Jul 2013 12:03:44 +0000 (UTC) [thread overview]
Message-ID: <1372939504.be1981a4c9f9b3dd3378f5c4f6d60bf60ebee98d.blueness@gentoo> (raw)
commit: be1981a4c9f9b3dd3378f5c4f6d60bf60ebee98d
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 4 00:24:35 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 12:05:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=be1981a4
sys-kernel/hardened-sources: testing patchset 20130630
Package-Manager: portage-2.1.12.2
Manifest-Sign-Key: 0xF52D4BBA
---
.../hardened-sources-2.6.32-r174.ebuild | 43 ++++++++++++++++++++++
.../hardened-sources-3.2.47-r4.ebuild | 43 ++++++++++++++++++++++
.../hardened-sources-3.9.8-r1.ebuild | 43 ++++++++++++++++++++++
3 files changed, 129 insertions(+)
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r174.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r174.ebuild
new file mode 100644
index 0000000..476c9a4
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r174.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r173.ebuild,v 1.1 2013/06/30 18:29:21 blueness Exp $
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="48"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-179"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+ kernel-2_pkg_postinst
+
+ local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
+
+ ewarn
+ ewarn "Users of grsecurity's RBAC system must ensure they are using"
+ ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
+ ewarn "It is strongly recommended that the following command is issued"
+ ewarn "prior to booting a ${PF} kernel for the first time:"
+ ewarn
+ ewarn "emerge -na =${GRADM_COMPAT}"
+ ewarn
+}
diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.47-r4.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.47-r4.ebuild
new file mode 100644
index 0000000..ba18bfa
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.47-r4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.47-r3.ebuild,v 1.1 2013/06/30 18:31:12 blueness Exp $
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="16"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-5"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+ kernel-2_pkg_postinst
+
+ local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
+
+ ewarn
+ ewarn "Users of grsecurity's RBAC system must ensure they are using"
+ ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
+ ewarn "It is strongly recommended that the following command is issued"
+ ewarn "prior to booting a ${PF} kernel for the first time:"
+ ewarn
+ ewarn "emerge -na =${GRADM_COMPAT}"
+ ewarn
+}
diff --git a/sys-kernel/hardened-sources/hardened-sources-3.9.8-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.9.8-r1.ebuild
new file mode 100644
index 0000000..f4fbff6
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-3.9.8-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.9.8.ebuild,v 1.1 2013/06/30 18:33:06 blueness Exp $
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base"
+K_GENPATCHES_VER="13"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="1500_XATTR_USER_PREFIX.patch 1505_dmesg-restrict-fix.patch 2900_dev-root-proc-mount-fix.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+ kernel-2_pkg_postinst
+
+ local GRADM_COMPAT="sys-apps/gradm-2.9.1*"
+
+ ewarn
+ ewarn "Users of grsecurity's RBAC system must ensure they are using"
+ ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
+ ewarn "It is strongly recommended that the following command is issued"
+ ewarn "prior to booting a ${PF} kernel for the first time:"
+ ewarn
+ ewarn "emerge -na =${GRADM_COMPAT}"
+ ewarn
+}
next reply other threads:[~2013-07-04 12:03 UTC|newest]
Thread overview: 233+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 12:03 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-01 10:13 [gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/ Anthony G. Basile
2015-11-18 9:49 Anthony G. Basile
2015-11-13 12:05 Anthony G. Basile
2015-11-10 21:49 Anthony G. Basile
2015-11-09 16:36 Anthony G. Basile
2015-11-03 8:25 Anthony G. Basile
2015-10-29 21:13 Anthony G. Basile
2015-10-26 9:10 Anthony G. Basile
2015-10-25 14:56 Anthony G. Basile
2015-10-24 13:04 Anthony G. Basile
2015-10-20 21:43 Anthony G. Basile
2015-10-17 22:23 Anthony G. Basile
2015-10-15 1:45 Anthony G. Basile
2015-10-13 0:12 Anthony G. Basile
2015-10-11 22:52 Anthony G. Basile
2015-10-08 14:33 Anthony G. Basile
2015-09-20 19:16 Anthony G. Basile
2015-09-15 17:04 Anthony G. Basile
2015-09-12 14:37 Anthony G. Basile
2015-09-12 14:14 Anthony G. Basile
2015-08-24 16:34 Anthony G. Basile
2015-08-19 10:14 Anthony G. Basile
2015-08-15 7:35 Anthony G. Basile
2015-08-12 2:12 Anthony G. Basile
2015-08-04 21:52 Anthony G. Basile
2015-08-03 1:35 Anthony G. Basile
2015-07-29 18:17 Anthony G. Basile
2015-07-27 13:14 Anthony G. Basile
2015-07-26 14:58 Anthony G. Basile
2015-07-12 14:38 Anthony G. Basile
2015-07-05 16:34 Anthony G. Basile
2015-07-01 22:20 Anthony G. Basile
2015-06-28 13:58 Anthony G. Basile
2015-06-27 21:25 Anthony G. Basile
2015-06-25 15:01 Anthony G. Basile
2015-06-18 11:11 Anthony G. Basile
2015-06-09 15:24 Anthony G. Basile
2015-06-03 19:34 Anthony G. Basile
2015-05-29 12:32 Anthony G. Basile
2015-05-24 12:54 Anthony G. Basile
2015-05-19 22:36 Anthony G. Basile
2015-05-18 11:59 Anthony G. Basile
2015-05-16 12:50 Anthony G. Basile
2015-05-15 23:24 Anthony G. Basile
2015-05-11 16:48 Anthony G. Basile
2015-05-11 16:40 Anthony G. Basile
2015-05-10 1:26 Anthony G. Basile
2015-05-05 18:09 Anthony G. Basile
2015-05-03 16:02 Anthony G. Basile
2015-05-01 18:08 Anthony G. Basile
2015-04-30 19:04 Anthony G. Basile
2015-04-29 10:51 Anthony G. Basile
2015-04-20 23:36 Anthony G. Basile
2015-04-15 13:21 Anthony G. Basile
2015-04-07 2:00 Anthony G. Basile
2015-03-28 16:54 Anthony G. Basile
2015-03-26 14:01 Anthony G. Basile
2015-03-21 16:01 Anthony G. Basile
2015-03-15 0:45 Anthony G. Basile
2015-03-10 19:42 Anthony G. Basile
2015-02-28 20:00 Anthony G. Basile
2015-02-28 20:00 Anthony G. Basile
2015-02-23 21:15 Anthony G. Basile
2015-02-21 1:49 Anthony G. Basile
2015-02-06 19:11 Anthony G. Basile
2015-02-01 22:51 Anthony G. Basile
2015-01-29 11:45 Anthony G. Basile
2015-01-23 20:53 Anthony G. Basile
2015-01-16 0:46 Anthony G. Basile
2015-01-12 22:52 Anthony G. Basile
2015-01-07 16:34 Anthony G. Basile
2014-12-30 16:50 Anthony G. Basile
2014-12-23 2:59 Anthony G. Basile
2014-12-18 15:37 Anthony G. Basile
2014-12-15 18:36 Anthony G. Basile
2014-12-09 0:34 Anthony G. Basile
2014-11-27 12:25 Anthony G. Basile
2014-11-23 13:40 Anthony G. Basile
2014-11-15 13:56 Anthony G. Basile
2014-11-08 15:49 Anthony G. Basile
2014-11-04 17:56 Anthony G. Basile
2014-11-01 20:21 Anthony G. Basile
2014-10-27 0:19 Anthony G. Basile
2014-10-24 2:13 Anthony G. Basile
2014-10-20 19:17 Anthony G. Basile
2014-10-15 0:47 Anthony G. Basile
2014-10-09 21:02 Anthony G. Basile
2014-10-07 20:37 Anthony G. Basile
2014-09-29 11:58 Anthony G. Basile
2014-09-19 11:21 Anthony G. Basile
2014-09-17 0:05 Anthony G. Basile
2014-09-13 21:26 Anthony G. Basile
2014-09-10 1:57 Anthony G. Basile
2014-09-10 1:00 Anthony G. Basile
2014-09-03 22:02 Anthony G. Basile
2014-08-30 13:01 Anthony G. Basile
2014-08-24 14:48 Anthony G. Basile
2014-08-20 20:14 Anthony G. Basile
2014-08-19 9:20 Jason Zaman
2014-08-19 9:20 Jason Zaman
2014-08-19 9:20 Jason Zaman
2014-08-15 0:28 Anthony G. Basile
2014-08-19 20:33 ` Anthony G. Basile
2014-08-11 22:37 Anthony G. Basile
2014-08-19 20:33 ` Anthony G. Basile
2014-08-04 23:25 Anthony G. Basile
2014-07-30 11:04 Anthony G. Basile
2014-07-25 18:18 Anthony G. Basile
2014-07-21 17:04 Anthony G. Basile
2014-07-15 11:41 Anthony G. Basile
2014-07-13 12:46 Anthony G. Basile
2014-07-11 12:45 Anthony G. Basile
2014-07-09 12:20 Anthony G. Basile
2014-07-08 20:16 Anthony G. Basile
2014-07-08 20:16 Anthony G. Basile
2014-07-06 12:24 Anthony G. Basile
2014-07-02 20:06 Anthony G. Basile
2014-06-27 16:54 Anthony G. Basile
2014-06-23 14:10 Anthony G. Basile
2014-06-22 16:06 Anthony G. Basile
2014-06-21 0:57 Anthony G. Basile
2014-06-06 12:01 Anthony G. Basile
2014-06-05 22:23 Anthony G. Basile
2014-06-03 13:47 Anthony G. Basile
2014-05-29 22:00 Anthony G. Basile
2014-05-29 22:00 Anthony G. Basile
2014-05-28 16:27 Anthony G. Basile
2014-05-26 13:06 Anthony G. Basile
2014-05-15 12:40 Anthony G. Basile
2014-05-11 11:55 Anthony G. Basile
2014-05-10 16:44 Anthony G. Basile
2014-05-08 0:18 Anthony G. Basile
2014-05-02 22:12 Anthony G. Basile
2014-04-27 23:07 Anthony G. Basile
2014-04-27 21:08 Anthony G. Basile
2014-04-21 17:21 Anthony G. Basile
2014-04-19 12:28 Anthony G. Basile
2014-04-12 18:04 Anthony G. Basile
2014-04-08 13:31 Anthony G. Basile
2014-04-04 15:31 Anthony G. Basile
2014-04-02 14:44 Anthony G. Basile
2014-03-31 14:01 Anthony G. Basile
2014-03-29 17:58 Anthony G. Basile
2014-03-21 13:50 Anthony G. Basile
2014-03-20 13:49 Anthony G. Basile
2014-03-18 22:41 Anthony G. Basile
2014-03-16 23:21 Anthony G. Basile
2014-03-05 0:07 Anthony G. Basile
2014-02-25 15:00 Anthony G. Basile
2014-02-20 21:57 Anthony G. Basile
2014-02-17 12:36 Anthony G. Basile
2014-02-12 15:47 Anthony G. Basile
2014-02-11 13:09 Anthony G. Basile
2014-02-09 15:31 Anthony G. Basile
2014-02-08 17:48 Anthony G. Basile
2014-02-06 16:33 Anthony G. Basile
2014-02-01 17:32 Anthony G. Basile
2014-01-28 21:37 Anthony G. Basile
2014-01-22 15:32 Anthony G. Basile
2014-01-21 22:29 Anthony G. Basile
2014-01-18 14:55 Anthony G. Basile
2014-01-18 13:29 Anthony G. Basile
2014-01-06 19:01 Anthony G. Basile
2014-01-04 15:13 Anthony G. Basile
2013-12-31 19:39 Anthony G. Basile
2013-12-27 15:10 Anthony G. Basile
2013-12-26 17:47 Anthony G. Basile
2013-12-21 16:22 Anthony G. Basile
2013-12-17 22:46 Anthony G. Basile
2013-12-15 15:38 Anthony G. Basile
2013-12-09 14:58 Anthony G. Basile
2013-12-06 22:41 Anthony G. Basile
2013-12-02 20:55 Anthony G. Basile
2013-11-27 21:09 Anthony G. Basile
2013-11-26 0:38 Anthony G. Basile
2013-11-25 22:43 Anthony G. Basile
2013-11-24 1:36 Anthony G. Basile
2013-11-22 13:20 Anthony G. Basile
2013-11-17 1:24 Anthony G. Basile
2013-11-14 21:35 Anthony G. Basile
2013-11-10 23:11 Anthony G. Basile
2013-11-05 0:08 Anthony G. Basile
2013-10-29 17:35 Anthony G. Basile
2013-10-27 15:05 Anthony G. Basile
2013-10-20 15:40 Anthony G. Basile
2013-10-17 13:48 Anthony G. Basile
2013-10-02 11:29 Anthony G. Basile
2013-09-29 19:17 Anthony G. Basile
2013-09-24 12:53 Anthony G. Basile
2013-09-22 21:48 Anthony G. Basile
2013-09-15 19:27 Anthony G. Basile
2013-09-10 13:48 Anthony G. Basile
2013-09-05 15:41 Anthony G. Basile
2013-08-29 23:47 Anthony G. Basile
2013-08-22 12:12 Anthony G. Basile
2013-08-20 19:02 Anthony G. Basile
2013-08-19 13:09 Anthony G. Basile
2013-08-18 14:12 Anthony G. Basile
2013-08-12 12:17 Anthony G. Basile
2013-08-06 15:17 Anthony G. Basile
2013-08-03 21:16 Anthony G. Basile
2013-08-01 14:06 Anthony G. Basile
2013-07-31 13:56 Anthony G. Basile
2013-07-27 14:06 Anthony G. Basile
2013-07-27 13:38 Anthony G. Basile
2013-07-25 22:40 Anthony G. Basile
2013-07-20 19:08 Anthony G. Basile
2013-07-15 12:02 Anthony G. Basile
2013-07-11 23:42 Anthony G. Basile
2013-07-06 17:00 Anthony G. Basile
2013-07-04 12:49 Anthony G. Basile
2013-07-04 12:05 Anthony G. Basile
2013-07-04 0:23 Anthony G. Basile
2013-06-30 18:35 Anthony G. Basile
2013-06-30 14:25 Anthony G. Basile
2013-06-28 1:29 Anthony G. Basile
2013-06-27 10:47 Anthony G. Basile
2013-06-27 10:47 Anthony G. Basile
2013-06-24 17:32 Anthony G. Basile
2013-06-24 12:05 Anthony G. Basile
2013-06-21 2:51 Anthony G. Basile
2013-06-21 2:51 Anthony G. Basile
2013-06-21 0:45 Anthony G. Basile
2013-06-12 22:19 Anthony G. Basile
2013-06-12 13:07 Anthony G. Basile
2013-06-09 11:57 Anthony G. Basile
2013-06-08 22:41 Anthony G. Basile
2013-05-30 11:45 Anthony G. Basile
2013-05-26 15:04 Anthony G. Basile
2013-05-15 22:22 Anthony G. Basile
2013-05-10 15:43 Anthony G. Basile
2013-05-10 1:13 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372939504.be1981a4c9f9b3dd3378f5c4f6d60bf60ebee98d.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox