From 3c2436a5a9b00f3321686c2211cb2ceeac367d5e Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sun, 11 May 2008 07:56:17 +0000 Subject: - proxy commit for gengor (Portage version: 2.1.4.4) --- sys-kernel/hardened-sources/ChangeLog | 16 +++++++++- .../hardened-sources-2.6.23-r10.ebuild | 35 -------------------- .../hardened-sources-2.6.23-r12.ebuild | 35 ++++++++++++++++++++ .../hardened-sources-2.6.23-r7.ebuild | 19 ----------- .../hardened-sources-2.6.23-r9.ebuild | 34 -------------------- .../hardened-sources-2.6.24-r1.ebuild | 37 ---------------------- .../hardened-sources-2.6.24-r2.ebuild | 37 ++++++++++++++++++++++ .../hardened-sources-2.6.24.ebuild | 37 ---------------------- 8 files changed, 87 insertions(+), 163 deletions(-) delete mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild create mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.23-r12.ebuild delete mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.23-r7.ebuild delete mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild delete mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild create mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.24-r2.ebuild delete mode 100644 sys-kernel/hardened-sources/hardened-sources-2.6.24.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/hardened-sources/ChangeLog b/sys-kernel/hardened-sources/ChangeLog index 67a09a87df20..f3ad09cb7cab 100644 --- a/sys-kernel/hardened-sources/ChangeLog +++ b/sys-kernel/hardened-sources/ChangeLog @@ -1,6 +1,20 @@ # ChangeLog for sys-kernel/hardened-sources # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.222 2008/05/10 07:26:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.223 2008/05/11 07:56:17 solar Exp $ + +*hardened-sources-2.6.24-r2 (11 May 2008) +*hardened-sources-2.6.23-r12 (11 May 2008) + + 11 May 2008; -hardened-sources-2.6.23-r7.ebuild, + -hardened-sources-2.6.23-r9.ebuild, -hardened-sources-2.6.23-r10.ebuild, + +hardened-sources-2.6.23-r12.ebuild, -hardened-sources-2.6.24.ebuild, + -hardened-sources-2.6.24-r1.ebuild, +hardened-sources-2.6.24-r2.ebuild: + proxy commit for gengor. 2.6.23-r11 shortlog: Fixes security bugs 220691, + 220975, 220979, 221123. 2.6.24-r2 not-so-shortlog: Fixes bug 215442, + security bugs 219901, 220691, 220975, 220979, 221123. New + genpatches/grsecurity with numerous updates & fixes. 2.6.23-r7->2.6.23-r10 + should be removed as far as I'm concerned, everything else remove due to + vulnerable to numerous security bugs or brokeness. 10 May 2008; nixnut hardened-sources-2.6.23-r11.ebuild: diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild deleted file mode 100644 index 24209b8b6a77..000000000000 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 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.23-r10.ebuild,v 1.1 2008/04/30 11:32:44 phreak 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://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2 - mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4-2.6.23-rc7.patch 4205_uvesafb-0.1-rc3-2.6.23-rc3.patch 4405_alpha-sysctl-uac.patch" -DESCRIPTION="Hardened kernel sources ${OKV}" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" - -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -pkg_postinst() { - kernel-2_pkg_postinst - ewarn - ewarn "The options selected by the \"Hardened [Gentoo]\" security level" - ewarn "(GRKERNSEC_HARDENED) have been revised for this release. If you intend" - ewarn "to import a previous kernel configuration which uses this level then" - ewarn "please remember to review these changes before you build the kernel. In" - ewarn "particular, x86 users should note that PAX_MEMORY_UDEREF is now enabled" - ewarn "which is known not to work well in some virtualised environments. If this" - ewarn "affects you then you should switch to the \"Custom\" security level and" - ewarn "disable the option." - ewarn -} diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r12.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.23-r12.ebuild new file mode 100644 index 000000000000..432cbdd824b2 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-2.6.23-r12.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 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.23-r12.ebuild,v 1.1 2008/05/11 07:56:17 solar Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="10" + +inherit kernel-2 +detect_version + +HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-10 +HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2 + mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4-2.6.23-rc7.patch 4205_uvesafb-0.1-rc3-2.6.23-rc3.patch 4405_alpha-sysctl-uac.patch" +DESCRIPTION="Hardened kernel sources ${OKV}" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" + +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +pkg_postinst() { + kernel-2_pkg_postinst + ewarn + ewarn "The options selected by the \"Hardened [Gentoo]\" security level" + ewarn "(GRKERNSEC_HARDENED) have been revised for this release. If you intend" + ewarn "to import a previous kernel configuration which uses this level then" + ewarn "please remember to review these changes before you build the kernel. In" + ewarn "particular, x86 users should note that PAX_MEMORY_UDEREF is now enabled" + ewarn "which is known not to work well in some virtualised environments. If this" + ewarn "affects you then you should switch to the \"Custom\" security level and" + ewarn "disable the option." + ewarn +} diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r7.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.23-r7.ebuild deleted file mode 100644 index 6b0b1f910db6..000000000000 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 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.23-r7.ebuild,v 1.3 2008/02/17 23:47:07 solar Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base" -K_GENPATCHES_VER="9" - -inherit kernel-2 -detect_version - -HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-5 -HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" -DESCRIPTION="Hardened kernel sources ${OKV}" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" - -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild deleted file mode 100644 index 79b712d7a6ec..000000000000 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 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.23-r9.ebuild,v 1.4 2008/04/08 16:46:08 nixnut Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="10" - -inherit kernel-2 -detect_version - -HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-7 -HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4-2.6.23-rc7.patch 4205_uvesafb-0.1-rc3-2.6.23-rc3.patch 4405_alpha-sysctl-uac.patch" -DESCRIPTION="Hardened kernel sources ${OKV}" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" - -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" - -pkg_postinst() { - kernel-2_pkg_postinst - ewarn - ewarn "The options selected by the \"Hardened [Gentoo]\" security level" - ewarn "(GRKERNSEC_HARDENED) have been revised for this release. If you intend" - ewarn "to import a previous kernel configuration which uses this level then" - ewarn "please remember to review these changes before you build the kernel. In" - ewarn "particular, x86 users should note that PAX_MEMORY_UDEREF is now enabled" - ewarn "which is known not to work well in some virtualised environments. If this" - ewarn "affects you then you should switch to the \"Custom\" security level and" - ewarn "disable the option." - ewarn -} diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild deleted file mode 100644 index fb61feec0510..000000000000 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.24-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 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.24-r1.ebuild,v 1.1 2008/04/30 11:45:44 phreak Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="7" - -inherit kernel-2 -detect_version - -HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2 -HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2 - mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4.patch" -DESCRIPTION="Hardened kernel sources ${OKV}" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" - -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -pkg_postinst() { - kernel-2_pkg_postinst - - 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 "If you intend to use one of these predefined grsecurity levels," - ewarn "please read the help associated with the level. If you intend to" - ewarn "import a previous kernel configuration, please review your selected" - ewarn "grsecurity/PaX options carefully before building the kernel." - ewarn -} diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.24-r2.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.24-r2.ebuild new file mode 100644 index 000000000000..4d2ad9f93733 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-2.6.24-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 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.24-r2.ebuild,v 1.1 2008/05/11 07:56:17 solar Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="8" + +inherit kernel-2 +detect_version + +HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3 +HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2 + mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4.patch" +DESCRIPTION="Hardened kernel sources ${OKV}" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" + +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +pkg_postinst() { + kernel-2_pkg_postinst + + 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 "If you intend to use one of these predefined grsecurity levels," + ewarn "please read the help associated with the level. If you intend to" + ewarn "import a previous kernel configuration, please review your selected" + ewarn "grsecurity/PaX options carefully before building the kernel." + ewarn +} diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.24.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.24.ebuild deleted file mode 100644 index 855ec6c0cf02..000000000000 --- a/sys-kernel/hardened-sources/hardened-sources-2.6.24.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 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.24.ebuild,v 1.1 2008/04/07 13:07:00 phreak Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="5" - -inherit kernel-2 -detect_version - -HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1 -HGPV_URI="http://confucius.dh.bytemark.co.uk/~kerin.millar/distfiles/hardened-patches-${HGPV}.extras.tar.bz2 - mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" -UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4.patch 4405_alpha-sysctl-uac.patch" -DESCRIPTION="Hardened kernel sources ${OKV}" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" - -SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -pkg_postinst() { - kernel-2_pkg_postinst - - 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 "If you intend to use one of these predefined grsecurity levels," - ewarn "please read the help associated with the level. If you intend to" - ewarn "import a previous kernel configuration, please review your selected" - ewarn "grsecurity/PaX options carefully before building the kernel." - ewarn -} -- cgit v1.2.3-65-gdbad