diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-14 18:30:28 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-14 18:30:28 +0000 |
commit | 0dd5c4d5a07bb388100cb47389a4a3d18da9f53c (patch) | |
tree | dd6925d7c1ec83df113193f3daaf32e22dc913d8 /sys-kernel/openvz-sources | |
parent | Fix Manifest signing (diff) | |
download | gentoo-2-0dd5c4d5a07bb388100cb47389a4a3d18da9f53c.tar.gz gentoo-2-0dd5c4d5a07bb388100cb47389a4a3d18da9f53c.tar.bz2 gentoo-2-0dd5c4d5a07bb388100cb47389a4a3d18da9f53c.zip |
Drop old hard-masked kernels
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-kernel/openvz-sources')
4 files changed, 7 insertions, 118 deletions
diff --git a/sys-kernel/openvz-sources/ChangeLog b/sys-kernel/openvz-sources/ChangeLog index 3b7aa2586bd6..3f43c8f2fc6c 100644 --- a/sys-kernel/openvz-sources/ChangeLog +++ b/sys-kernel/openvz-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/openvz-sources # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.191 2013/04/02 15:05:58 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.192 2013/04/14 18:30:28 pinkbyte Exp $ + + 14 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> + -files/openvz-sources-2.6.18.028.064.7-bridgemac.patch, + -openvz-sources-2.6.18.028.099.3.ebuild, + -openvz-sources-2.6.18.028.101.1.ebuild: + Drop old hard-masked kernels *openvz-sources-2.6.32.76.5 (02 Apr 2013) diff --git a/sys-kernel/openvz-sources/files/openvz-sources-2.6.18.028.064.7-bridgemac.patch b/sys-kernel/openvz-sources/files/openvz-sources-2.6.18.028.064.7-bridgemac.patch deleted file mode 100644 index b092c15a2952..000000000000 --- a/sys-kernel/openvz-sources/files/openvz-sources-2.6.18.028.064.7-bridgemac.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN linux/net/bridge/br_stp_if.c drobtmp/net/bridge/br_stp_if.c ---- linux/net/bridge/br_stp_if.c 2009-06-20 01:46:25.000000000 -0600 -+++ drobtmp/net/bridge/br_stp_if.c 2009-06-27 16:47:57.000000000 -0600 -@@ -163,10 +163,7 @@ - struct net_bridge_port *p; - - list_for_each_entry(p, &br->port_list, list) { -- if (addr == br_mac_zero || -- memcmp(p->dev->dev_addr, addr, ETH_ALEN) < 0) -- addr = p->dev->dev_addr; -- -+ addr = p->dev->dev_addr; - } - - if (compare_ether_addr(br->bridge_id.addr, addr)) diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.099.3.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.099.3.ebuild deleted file mode 100644 index 79e05ed58f10..000000000000 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.099.3.ebuild +++ /dev/null @@ -1,51 +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/openvz-sources/openvz-sources-2.6.18.028.099.3.ebuild,v 1.3 2013/03/09 21:07:32 tomwij Exp $ - -EAPI="5" - -inherit versionator - -ETYPE="sources" - -CKV=$(get_version_component_range 1-3) -OKV=${OKV:-${CKV}} -if [[ ${PR} == "r0" ]]; then -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6) -else -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6)-${PR} -fi -OVZ_KERNEL="$(get_version_component_range 4)stab$(get_version_component_range 5)" -OVZ_REV="$(get_version_component_range 6)" -EXTRAVERSION=-${OVZ_KERNEL} -S=${WORKDIR}/linux-${KV_FULL} - -# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed. -KV_MAJOR=$(get_version_component_range 1 ${OKV}) -KV_MINOR=$(get_version_component_range 2 ${OKV}) -KV_PATCH=$(get_version_component_range 3 ${OKV}) - -KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz" - -inherit kernel-2 - -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" -IUSE="" -PATCHV="308.el5" -DESCRIPTION="Full sources including OpenVZ patchset for the 2.6.18 kernel tree" -HOMEPAGE="http://www.openvz.org" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://download.openvz.org/kernel/branches/rhel5-${CKV}/${OVZ_KERNEL}.${OVZ_REV}/patches/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz" - -UNIPATCH_STRICTORDER=1 -UNIPATCH_LIST="${DISTDIR}/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz -${FILESDIR}/${PN}-2.6.18.028.064.7-bridgemac.patch" - -K_EXTRAEINFO="This openvz kernel uses RHEL5 patchset instead of vanilla kernel. -This patchset considered to be more stable and security supported by upstream, -that why they suggested us to use it. But note: RHEL5 patchset is very fragile -and fails to build in many configurations so if you have problems use config -files from openvz team http://wiki.openvz.org/Download/kernel/rhel5/${OVZ_KERNEL}.${OVZ_REV}" - -K_EXTRAEWARN="This kernel is stable only when built with gcc-4.1.x and is known -to oops in random places if built with newer compilers." diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.101.1.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.101.1.ebuild deleted file mode 100644 index b2d236355e23..000000000000 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.101.1.ebuild +++ /dev/null @@ -1,51 +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/openvz-sources/openvz-sources-2.6.18.028.101.1.ebuild,v 1.3 2013/03/09 21:07:32 tomwij Exp $ - -EAPI="5" - -inherit versionator - -ETYPE="sources" - -CKV=$(get_version_component_range 1-3) -OKV=${OKV:-${CKV}} -if [[ ${PR} == "r0" ]]; then -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6) -else -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6)-${PR} -fi -OVZ_KERNEL="$(get_version_component_range 4)stab$(get_version_component_range 5)" -OVZ_REV="$(get_version_component_range 6)" -EXTRAVERSION=-${OVZ_KERNEL} -S=${WORKDIR}/linux-${KV_FULL} - -# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed. -KV_MAJOR=$(get_version_component_range 1 ${OKV}) -KV_MINOR=$(get_version_component_range 2 ${OKV}) -KV_PATCH=$(get_version_component_range 3 ${OKV}) - -KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz" - -inherit kernel-2 - -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" -IUSE="" -PATCHV="308.8.2.el5" -DESCRIPTION="Full sources including OpenVZ patchset for the 2.6.18 kernel tree" -HOMEPAGE="http://www.openvz.org" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://download.openvz.org/kernel/branches/rhel5-${CKV}/${OVZ_KERNEL}.${OVZ_REV}/patches/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz" - -UNIPATCH_STRICTORDER=1 -UNIPATCH_LIST="${DISTDIR}/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz -${FILESDIR}/${PN}-2.6.18.028.064.7-bridgemac.patch" - -K_EXTRAEINFO="This openvz kernel uses RHEL5 patchset instead of vanilla kernel. -This patchset considered to be more stable and security supported by upstream, -that why they suggested us to use it. But note: RHEL5 patchset is very fragile -and fails to build in many configurations so if you have problems use config -files from openvz team http://wiki.openvz.org/Download/kernel/rhel5/${OVZ_KERNEL}.${OVZ_REV}" - -K_EXTRAEWARN="This kernel is stable only when built with gcc-4.1.x and is known -to oops in random places if built with newer compilers." |