diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-02-22 23:20:19 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-02-22 23:20:19 +0000 |
commit | e491ad787e6327c833ee04389d78d7997ab1ba0d (patch) | |
tree | e6c87e24ddc62736ed1ac2d89ed86632ed0a51a5 /app-emulation/vmware-server | |
parent | Clear out old insecure versions of vmware-player (bug 245941). (diff) | |
download | gentoo-2-e491ad787e6327c833ee04389d78d7997ab1ba0d.tar.gz gentoo-2-e491ad787e6327c833ee04389d78d7997ab1ba0d.tar.bz2 gentoo-2-e491ad787e6327c833ee04389d78d7997ab1ba0d.zip |
Clear out old insecure versions of vmware-server (bug 245941).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-emulation/vmware-server')
4 files changed, 6 insertions, 304 deletions
diff --git a/app-emulation/vmware-server/ChangeLog b/app-emulation/vmware-server/ChangeLog index 5e2e9a4f5685..8bdbd3b907f3 100644 --- a/app-emulation/vmware-server/ChangeLog +++ b/app-emulation/vmware-server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-server # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/ChangeLog,v 1.50 2009/01/12 21:48:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/ChangeLog,v 1.51 2009/02/22 23:20:19 ikelos Exp $ + + 22 Feb 2009; Mike Auty <ikelos@gentoo.org> + -vmware-server-1.0.5.80187.ebuild, -vmware-server-1.0.6.91891.ebuild, + -vmware-server-1.0.7.108231.ebuild: + Clear out old insecure versions of vmware-server (bug 245941). 12 Jan 2009; Markus Meier <maekke@gentoo.org> vmware-server-1.0.8.126538.ebuild: diff --git a/app-emulation/vmware-server/vmware-server-1.0.5.80187.ebuild b/app-emulation/vmware-server/vmware-server-1.0.5.80187.ebuild deleted file mode 100644 index e5b6546f39e1..000000000000 --- a/app-emulation/vmware-server/vmware-server-1.0.5.80187.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/vmware-server-1.0.5.80187.ebuild,v 1.4 2009/01/04 22:25:53 ulm Exp $ - -# Unlike many other binary packages the user doesn't need to agree to a licence -# to download VMWare. The agreeing to a licence is part of the configure step -# which the user must run manually. - -inherit eutils versionator vmware - -MY_PV=$(replace_version_separator 3 '-' ) -MY_P="VMware-server-${MY_PV}" - -DESCRIPTION="VMware Server for Linux" -HOMEPAGE="http://www.vmware.com/" -SRC_URI="http://download3.vmware.com/software/vmserver/${MY_P}.tar.gz - http://dev.gentoo.org/~ikelos/devoverlay-distfiles/${PN}-perl-fixed-rpath-libs.tar.bz2 - mirror://gentoo/${PN}-perl-fixed-rpath-libs.tar.bz2" - -LICENSE="vmware" -IUSE="" -SLOT="0" -KEYWORDS="-* amd64 x86" -RESTRICT="strip" - -DEPEND=">=sys-libs/glibc-2.3.5 - >=dev-lang/perl-5 - sys-apps/pciutils - sys-apps/findutils - virtual/os-headers" -# vmware-server should not use virtual/libc as this is a -# precompiled binary package thats linked to glibc. -RDEPEND=">=sys-libs/glibc-2.3.5 - amd64? ( - >=app-emulation/emul-linux-x86-baselibs-2.5.5-r3 - app-emulation/emul-linux-x86-gtklibs ) - !amd64? ( - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXtst - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender ) - >=dev-lang/perl-5 - !<sys-apps/dbus-0.62 - !app-emulation/vmware-player - !app-emulation/vmware-workstation - ~app-emulation/vmware-modules-1.0.0.15 - !<app-emulation/vmware-modules-1.0.0.15 - !>=app-emulation/vmware-modules-1.0.0.16 - sys-apps/pciutils - virtual/pam - sys-apps/xinetd" - -S=${WORKDIR}/vmware-server-distrib - -RUN_UPDATE="no" -ANY_ANY="" -PATCHES="general" - -src_unpack() { - EPATCH_SUFFIX="patch" - vmware_src_unpack - #cd "${WORKDIR}" - #unpack ${PN}-perl-fixed-rpath-libs.tar.bz2 - - # patch the vmware /etc/pam.d file to ensure that only - # vmware group members can log in - cp "${FILESDIR}/vmware-authd" "${S}/etc/pam.d/vmware-authd" -} - -src_install() { - vmware_src_install - - # Fix the amd64 emulation pam stuff - use amd64 && dosed "s:pam_:/lib32/security/pam_:" ${config_dir}/pam.d/vmware-authd - # Remove libpam on amd64 because it's linked against the wrong paths - use amd64 && rm "${D}/opt/vmware/server/lib/lib/libpam.so.0/libpam.so" - - echo "${VMWARE_GROUP}" > "${D}${config_dir}/vmwaregroup" - - dosym /etc/init.d/xinetd ${config_dir}/init.d -} - -pkg_config() { - einfo "Running ${ROOT}${dir}/bin/vmware-config.pl" - "${ROOT}${dir}/bin/vmware-config.pl" -} - -pkg_postinst() { - vmware_pkg_postinst - elog "Remember by default xinetd only allows connections from localhost" - elog "To allow external users access to vmware-server you must edit" - elog " /etc/xinetd.d/vmware-authd" - elog "and specify a new 'only_from' line" - echo - ewarn "VMWare Server also has issues when running on a JFS filesystem. For more" - ewarn "information see http://bugs.gentoo.org/show_bug.cgi?id=122500#c94" -} diff --git a/app-emulation/vmware-server/vmware-server-1.0.6.91891.ebuild b/app-emulation/vmware-server/vmware-server-1.0.6.91891.ebuild deleted file mode 100644 index 034cb74f197b..000000000000 --- a/app-emulation/vmware-server/vmware-server-1.0.6.91891.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/vmware-server-1.0.6.91891.ebuild,v 1.4 2009/01/04 22:25:53 ulm Exp $ - -# Unlike many other binary packages the user doesn't need to agree to a licence -# to download VMWare. The agreeing to a licence is part of the configure step -# which the user must run manually. - -inherit eutils versionator vmware - -MY_PV=$(replace_version_separator 3 '-' ) -MY_P="VMware-server-${MY_PV}" - -DESCRIPTION="VMware Server for Linux" -HOMEPAGE="http://www.vmware.com/" -SRC_URI="http://download3.vmware.com/software/vmserver/${MY_P}.tar.gz - http://dev.gentoo.org/~ikelos/devoverlay-distfiles/${PN}-perl-fixed-rpath-libs.tar.bz2 - mirror://gentoo/${PN}-perl-fixed-rpath-libs.tar.bz2" - -LICENSE="vmware" -IUSE="" -SLOT="0" -KEYWORDS="-* amd64 x86" -RESTRICT="strip" - -DEPEND=">=sys-libs/glibc-2.3.5 - >=dev-lang/perl-5 - sys-apps/pciutils - sys-apps/findutils - virtual/os-headers" -# vmware-server should not use virtual/libc as this is a -# precompiled binary package thats linked to glibc. -RDEPEND=">=sys-libs/glibc-2.3.5 - amd64? ( - >=app-emulation/emul-linux-x86-baselibs-2.5.5-r3 - app-emulation/emul-linux-x86-gtklibs ) - !amd64? ( - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXtst - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender ) - >=dev-lang/perl-5 - !<sys-apps/dbus-0.62 - !app-emulation/vmware-player - !app-emulation/vmware-workstation - ~app-emulation/vmware-modules-1.0.0.15 - !<app-emulation/vmware-modules-1.0.0.15 - !>=app-emulation/vmware-modules-1.0.0.16 - sys-apps/pciutils - virtual/pam - sys-apps/xinetd" - -S=${WORKDIR}/vmware-server-distrib - -RUN_UPDATE="no" -ANY_ANY="" -PATCHES="general" - -src_unpack() { - EPATCH_SUFFIX="patch" - vmware_src_unpack - #cd "${WORKDIR}" - #unpack ${PN}-perl-fixed-rpath-libs.tar.bz2 - - # patch the vmware /etc/pam.d file to ensure that only - # vmware group members can log in - cp "${FILESDIR}/vmware-authd" "${S}/etc/pam.d/vmware-authd" -} - -src_install() { - vmware_src_install - - # Fix the amd64 emulation pam stuff - use amd64 && dosed "s:pam_:/lib32/security/pam_:" ${config_dir}/pam.d/vmware-authd - # Remove libpam on amd64 because it's linked against the wrong paths - use amd64 && rm "${D}/opt/vmware/server/lib/lib/libpam.so.0/libpam.so" - - echo "${VMWARE_GROUP}" > "${D}${config_dir}/vmwaregroup" - - dosym /etc/init.d/xinetd ${config_dir}/init.d -} - -pkg_config() { - einfo "Running ${ROOT}${dir}/bin/vmware-config.pl" - "${ROOT}${dir}/bin/vmware-config.pl" -} - -pkg_postinst() { - vmware_pkg_postinst - elog "Remember by default xinetd only allows connections from localhost" - elog "To allow external users access to vmware-server you must edit" - elog " /etc/xinetd.d/vmware-authd" - elog "and specify a new 'only_from' line" - echo - ewarn "VMWare Server also has issues when running on a JFS filesystem. For more" - ewarn "information see http://bugs.gentoo.org/show_bug.cgi?id=122500#c94" -} diff --git a/app-emulation/vmware-server/vmware-server-1.0.7.108231.ebuild b/app-emulation/vmware-server/vmware-server-1.0.7.108231.ebuild deleted file mode 100644 index 1b9c253a8787..000000000000 --- a/app-emulation/vmware-server/vmware-server-1.0.7.108231.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/vmware-server-1.0.7.108231.ebuild,v 1.3 2009/01/11 22:07:09 maekke Exp $ - -# Unlike many other binary packages the user doesn't need to agree to a licence -# to download VMWare. The agreeing to a licence is part of the configure step -# which the user must run manually. - -inherit eutils versionator vmware - -MY_PV=$(replace_version_separator 3 '-' ) -MY_P="VMware-server-${MY_PV}" - -DESCRIPTION="VMware Server for Linux" -HOMEPAGE="http://www.vmware.com/" -SRC_URI="http://download3.vmware.com/software/vmserver/${MY_P}.tar.gz - http://dev.gentoo.org/~ikelos/devoverlay-distfiles/${PN}-perl-fixed-rpath-libs.tar.bz2 - mirror://gentoo/${PN}-perl-fixed-rpath-libs.tar.bz2" - -LICENSE="vmware" -IUSE="" -SLOT="0" -KEYWORDS="-* amd64 x86" -RESTRICT="strip" - -DEPEND=">=sys-libs/glibc-2.3.5 - >=dev-lang/perl-5 - sys-apps/pciutils - sys-apps/findutils - virtual/os-headers" -# vmware-server should not use virtual/libc as this is a -# precompiled binary package thats linked to glibc. -RDEPEND=">=sys-libs/glibc-2.3.5 - amd64? ( - >=app-emulation/emul-linux-x86-baselibs-2.5.5-r3 - app-emulation/emul-linux-x86-gtklibs ) - !amd64? ( - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXtst - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender ) - >=dev-lang/perl-5 - !<sys-apps/dbus-0.62 - !app-emulation/vmware-player - !app-emulation/vmware-workstation - ~app-emulation/vmware-modules-1.0.0.15 - !<app-emulation/vmware-modules-1.0.0.15 - !>=app-emulation/vmware-modules-1.0.0.16 - sys-apps/pciutils - virtual/pam - sys-apps/xinetd" - -S=${WORKDIR}/vmware-server-distrib - -RUN_UPDATE="no" -ANY_ANY="" -PATCHES="general" - -src_unpack() { - EPATCH_SUFFIX="patch" - vmware_src_unpack - #cd "${WORKDIR}" - #unpack ${PN}-perl-fixed-rpath-libs.tar.bz2 - - # patch the vmware /etc/pam.d file to ensure that only - # vmware group members can log in - cp "${FILESDIR}/vmware-authd" "${S}/etc/pam.d/vmware-authd" -} - -src_install() { - vmware_src_install - - # Fix the amd64 emulation pam stuff - use amd64 && dosed "s:pam_:/lib32/security/pam_:" ${config_dir}/pam.d/vmware-authd - # Remove libpam on amd64 because it's linked against the wrong paths - use amd64 && rm "${D}/opt/vmware/server/lib/lib/libpam.so.0/libpam.so" - - echo "${VMWARE_GROUP}" > "${D}${config_dir}/vmwaregroup" - - dosym /etc/init.d/xinetd ${config_dir}/init.d -} - -pkg_config() { - einfo "Running ${ROOT}${dir}/bin/vmware-config.pl" - "${ROOT}${dir}/bin/vmware-config.pl" -} - -pkg_postinst() { - vmware_pkg_postinst - elog "Remember by default xinetd only allows connections from localhost" - elog "To allow external users access to vmware-server you must edit" - elog " /etc/xinetd.d/vmware-authd" - elog "and specify a new 'only_from' line" - echo - ewarn "VMWare Server also has issues when running on a JFS filesystem. For more" - ewarn "information see http://bugs.gentoo.org/show_bug.cgi?id=122500#c94" -} |