summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-03-10 03:06:29 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-03-10 03:06:29 +0000
commit4d5994c001f18fc01d8c06846e6f0d128aeb5aa6 (patch)
tree84a42a8ada16e4ec48a08917d4f987e7a4fd7276 /sys-kernel/hardened-sources
parentRemove message about old predefined grsecurity level (diff)
downloadgentoo-2-4d5994c001f18fc01d8c06846e6f0d128aeb5aa6.tar.gz
gentoo-2-4d5994c001f18fc01d8c06846e6f0d128aeb5aa6.tar.bz2
gentoo-2-4d5994c001f18fc01d8c06846e6f0d128aeb5aa6.zip
vanilla-2.6.32.60 + genpatches-2.6.32-48 + grsecurity-2.9.1-2.6.32.60-201303082034
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-kernel/hardened-sources')
-rw-r--r--sys-kernel/hardened-sources/ChangeLog12
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.32-r152.ebuild43
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.32-r155.ebuild (renamed from sys-kernel/hardened-sources/hardened-sources-2.6.32-r151.ebuild)6
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-3.2.38-r2.ebuild47
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-3.2.39.ebuild47
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-3.7.9.ebuild47
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-3.8.0.ebuild47
7 files changed, 14 insertions, 235 deletions
diff --git a/sys-kernel/hardened-sources/ChangeLog b/sys-kernel/hardened-sources/ChangeLog
index 495ba9762978..9b2335f62411 100644
--- a/sys-kernel/hardened-sources/ChangeLog
+++ b/sys-kernel/hardened-sources/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for sys-kernel/hardened-sources
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.787 2013/03/10 02:57:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.788 2013/03/10 03:06:29 blueness Exp $
+
+*hardened-sources-2.6.32-r155 (10 Mar 2013)
+
+ 10 Mar 2013; Anthony G. Basile <blueness@gentoo.org>
+ +hardened-sources-2.6.32-r155.ebuild, -hardened-sources-2.6.32-r151.ebuild,
+ -hardened-sources-2.6.32-r152.ebuild, -hardened-sources-3.2.38-r2.ebuild,
+ -hardened-sources-3.2.39.ebuild, -hardened-sources-3.7.9.ebuild,
+ -hardened-sources-3.8.0.ebuild:
+ vanilla-2.6.32.60 + genpatches-2.6.32-48 +
+ grsecurity-2.9.1-2.6.32.60-201303082034
10 Mar 2013; Anthony G. Basile <blueness@gentoo.org>
hardened-sources-2.6.32-r143.ebuild, hardened-sources-2.6.32-r148.ebuild,
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r152.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r152.ebuild
deleted file mode 100644
index 5476d7c68f33..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r152.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-r152.ebuild,v 1.3 2013/03/10 02:57:48 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}-156"
-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-2.6.32-r151.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r155.ebuild
index 8da820208dbc..984a76df1d09 100644
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r151.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r155.ebuild
@@ -1,8 +1,8 @@
# 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-r151.ebuild,v 1.3 2013/03/10 02:57:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r155.ebuild,v 1.1 2013/03/10 03:06:29 blueness Exp $
-EAPI="5"
+EAPI="4"
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-155"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-159"
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}"
diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.38-r2.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.38-r2.ebuild
deleted file mode 100644
index ff3232fe8036..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.38-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.38-r2.ebuild,v 1.3 2013/03/10 02:57:48 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}-3"
-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 "Because some options require >=gcc-4.5, users with more than"
- ewarn "one version of gcc installed should use gcc-config to select"
- ewarn "a compatible version."
- 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.39.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.39.ebuild
deleted file mode 100644
index 7baded48224c..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.39.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.39.ebuild,v 1.3 2013/03/10 02:57:48 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}-1"
-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 "Because some options require >=gcc-4.5, users with more than"
- ewarn "one version of gcc installed should use gcc-config to select"
- ewarn "a compatible version."
- 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.7.9.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.7.9.ebuild
deleted file mode 100644
index 1a4a86b86514..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-3.7.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.7.9.ebuild,v 1.3 2013/03/10 02:57:48 blueness Exp $
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="11"
-K_DEBLOB_AVAILABLE="1"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
-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="2900_dev-root-proc-mount-fix.patch 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 "Because some options require >=gcc-4.5, users with more than"
- ewarn "one version of gcc installed should use gcc-config to select"
- ewarn "a compatible version."
- 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.8.0.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.8.0.ebuild
deleted file mode 100644
index b11763639098..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-3.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.8.0.ebuild,v 1.3 2013/03/10 02:57:48 blueness Exp $
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="1"
-K_DEBLOB_AVAILABLE="1"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
-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="2900_dev-root-proc-mount-fix.patch 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 "Because some options require >=gcc-4.5, users with more than"
- ewarn "one version of gcc installed should use gcc-config to select"
- ewarn "a compatible version."
- 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
-}