summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-03-22 17:57:07 +0000
committerGordon Malm <gengor@gentoo.org>2009-03-22 17:57:07 +0000
commit1c419b22594267247d63c72e7ff29011cf37ed6e (patch)
tree4ea2583f7d4e8a35aecce98b8a6f0efb13640d62 /sys-kernel/hardened-sources
parentamd64/x86 stable, bug #218747 (diff)
downloadgentoo-2-1c419b22594267247d63c72e7ff29011cf37ed6e.tar.gz
gentoo-2-1c419b22594267247d63c72e7ff29011cf37ed6e.tar.bz2
gentoo-2-1c419b22594267247d63c72e7ff29011cf37ed6e.zip
Stable sys-kernel/hardened-sources-2.6.28-r6 on amd64/x86 and remove old versions
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sys-kernel/hardened-sources')
-rw-r--r--sys-kernel/hardened-sources/ChangeLog8
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.27-r7.ebuild52
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.27-r8.ebuild51
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.28-r1.ebuild51
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.28-r2.ebuild51
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.28-r3.ebuild51
-rw-r--r--sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild4
7 files changed, 9 insertions, 259 deletions
diff --git a/sys-kernel/hardened-sources/ChangeLog b/sys-kernel/hardened-sources/ChangeLog
index 477d5f5534be..e8f447b8bd81 100644
--- a/sys-kernel/hardened-sources/ChangeLog
+++ b/sys-kernel/hardened-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/hardened-sources
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.301 2009/03/22 16:42:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.302 2009/03/22 17:57:07 gengor Exp $
+
+ 22 Mar 2009; Gordon Malm <gengor@gentoo.org>
+ -hardened-sources-2.6.27-r7.ebuild, -hardened-sources-2.6.27-r8.ebuild,
+ -hardened-sources-2.6.28-r1.ebuild, -hardened-sources-2.6.28-r2.ebuild,
+ -hardened-sources-2.6.28-r3.ebuild, hardened-sources-2.6.28-r6.ebuild:
+ Stable amd64/x86 and remove old versions.
22 Mar 2009; nixnut <nixnut@gentoo.org> hardened-sources-2.6.28-r6.ebuild:
ppc stable
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.27-r7.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.27-r7.ebuild
deleted file mode 100644
index be5400a8d6e7..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.27-r7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 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.27-r7.ebuild,v 1.1 2009/01/25 08:04:08 gengor Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="10"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-8"
-HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
- mirror://gentoo/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="2000_sctp-fwd-tsn-overflow.patch 2510_nokia-6300-wrong-capacity.patch
- 2700_hda-asus-mic-input.patch 4200_fbcondecor-0.9.4.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-2.1.12*"
-
- ewarn
- ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
- ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
- ewarn "Two improved predefined security levels replace it:"
- ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
- ewarn
- ewarn "Those who intend to use one of these predefined grsecurity levels"
- ewarn "should read the help associated with the level. Users importing a"
- ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
- ewarn "should review their selected grsecurity/PaX options carefully."
- ewarn
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
- ewarn "Therefore, it is strongly recommended that the following command is"
- ewarn "issued prior to booting a ${P} series kernel for"
- ewarn "the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.27-r8.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.27-r8.ebuild
deleted file mode 100644
index f71b127398dd..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.27-r8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 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.27-r8.ebuild,v 1.5 2009/03/07 15:17:24 nixnut Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="11"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-9"
-HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
- mirror://gentoo/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.4.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
-IUSE=""
-
-KEYWORDS="~alpha ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-2.1.12*"
-
- ewarn
- ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
- ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
- ewarn "Two improved predefined security levels replace it:"
- ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
- ewarn
- ewarn "Those who intend to use one of these predefined grsecurity levels"
- ewarn "should read the help associated with the level. Users importing a"
- ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
- ewarn "should review their selected grsecurity/PaX options carefully."
- ewarn
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
- ewarn "Therefore, it is strongly recommended that the following command is"
- ewarn "issued prior to booting a ${P} series kernel for"
- ewarn "the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.28-r1.ebuild
deleted file mode 100644
index f5fb4a4e04a5..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 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.28-r1.ebuild,v 1.1 2009/03/09 03:29:07 gengor Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="4"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
-HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
- mirror://gentoo/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.5.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-2.1.13*"
-
- ewarn
- ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
- ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
- ewarn "Two improved predefined security levels replace it:"
- ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
- ewarn
- ewarn "Those who intend to use one of these predefined grsecurity levels"
- ewarn "should read the help associated with the level. Users importing a"
- ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
- ewarn "should review their selected grsecurity/PaX options carefully."
- ewarn
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
- ewarn "Therefore, it is strongly recommended that the following command is"
- ewarn "issued prior to booting a ${P} series kernel for"
- ewarn "the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r2.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.28-r2.ebuild
deleted file mode 100644
index ebd01957a4a2..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 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.28-r2.ebuild,v 1.3 2009/03/14 11:51:46 nixnut Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="4"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
-HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
- mirror://gentoo/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.5.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
-IUSE=""
-
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-2.1.13*"
-
- ewarn
- ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
- ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
- ewarn "Two improved predefined security levels replace it:"
- ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
- ewarn
- ewarn "Those who intend to use one of these predefined grsecurity levels"
- ewarn "should read the help associated with the level. Users importing a"
- ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
- ewarn "should review their selected grsecurity/PaX options carefully."
- ewarn
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
- ewarn "Therefore, it is strongly recommended that the following command is"
- ewarn "issued prior to booting a ${P} series kernel for"
- ewarn "the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r3.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.28-r3.ebuild
deleted file mode 100644
index c83baf0c2dd7..000000000000
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 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.28-r3.ebuild,v 1.2 2009/03/17 03:04:45 gengor Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="4"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
-HGPV_URI="http://dev.gentoo.org/~gengor/distfiles/${CATEGORY}/${PN}/hardened-patches-${HGPV}.extras.tar.bz2
- mirror://gentoo/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.5.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
-IUSE=""
-
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-2.1.13*"
-
- ewarn
- ewarn "As of ${CATEGORY}/${PN}-2.6.24 the predefined"
- ewarn "\"Hardened [Gentoo]\" grsecurity level has been removed."
- ewarn "Two improved predefined security levels replace it:"
- ewarn "\"Hardened Gentoo [server]\" and \"Hardened Gentoo [workstation]\""
- ewarn
- ewarn "Those who intend to use one of these predefined grsecurity levels"
- ewarn "should read the help associated with the level. Users importing a"
- ewarn "kernel configuration from a kernel prior to ${PN}-2.6.24,"
- ewarn "should review their selected grsecurity/PaX options carefully."
- ewarn
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with kernel series ${OKV}."
- ewarn "Therefore, it is strongly recommended that the following command is"
- ewarn "issued prior to booting a ${P} series kernel for"
- ewarn "the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}
diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild
index 5387f85ab500..83b9cba6f50b 100644
--- a/sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.28-r6.ebuild,v 1.2 2009/03/22 16:42:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.28-r6.ebuild,v 1.3 2009/03/22 17:57:07 gengor Exp $
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
@@ -21,7 +21,7 @@ DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
IUSE=""
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
pkg_postinst() {
kernel-2_pkg_postinst