diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-09-23 09:41:30 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-09-23 09:41:30 +0000 |
commit | 199983af2602767b662dc32d8e879dfd27f546a1 (patch) | |
tree | 43c164e1e4f6ffef1fd64b9a80b9596d510d8b33 /net-misc/nxnode | |
parent | Update to 'no-herd' removal, comment <herd/> out as optional. (diff) | |
download | gentoo-2-199983af2602767b662dc32d8e879dfd27f546a1.tar.gz gentoo-2-199983af2602767b662dc32d8e879dfd27f546a1.tar.bz2 gentoo-2-199983af2602767b662dc32d8e879dfd27f546a1.zip |
Remove vulnerable versions, security bugs #378345 and #384097. Also remove old blocker on <3.0 versions
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/nxnode')
-rw-r--r-- | net-misc/nxnode/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/nxnode/nxnode-3.4.0.16-r1.ebuild | 103 | ||||
-rw-r--r-- | net-misc/nxnode/nxnode-3.4.0.6.ebuild | 102 | ||||
-rw-r--r-- | net-misc/nxnode/nxnode-3.5.0.3.ebuild | 103 | ||||
-rw-r--r-- | net-misc/nxnode/nxnode-3.5.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/nxnode/nxnode-3.5.0.6.ebuild | 4 |
6 files changed, 11 insertions, 313 deletions
diff --git a/net-misc/nxnode/ChangeLog b/net-misc/nxnode/ChangeLog index a0c9800aa6e2..6fdf817b0acd 100644 --- a/net-misc/nxnode/ChangeLog +++ b/net-misc/nxnode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/nxnode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/ChangeLog,v 1.66 2011/08/24 08:13:08 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/ChangeLog,v 1.67 2011/09/23 09:41:30 voyageur Exp $ + + 23 Sep 2011; Bernard Cafarelli <voyageur@gentoo.org> -nxnode-3.4.0.6.ebuild, + -nxnode-3.4.0.16-r1.ebuild, -nxnode-3.5.0.3.ebuild, nxnode-3.5.0.4.ebuild, + nxnode-3.5.0.6.ebuild: + Remove vulnerable versions, security bugs #378345 and #384097. Also remove + old blocker on <3.0 versions *nxnode-3.5.0.6 (24 Aug 2011) diff --git a/net-misc/nxnode/nxnode-3.4.0.16-r1.ebuild b/net-misc/nxnode/nxnode-3.4.0.16-r1.ebuild deleted file mode 100644 index 09f9c9fbfd52..000000000000 --- a/net-misc/nxnode/nxnode-3.4.0.16-r1.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.4.0.16-r1.ebuild,v 1.2 2011/08/08 14:41:53 voyageur Exp $ - -EAPI="2" - -inherit eutils versionator - -MAJOR_PV="$(get_version_component_range 1-3)" -FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)" -DESCRIPTION="shared components between the different editions of NoMachine's NX Servers" -HOMEPAGE="http://www.nomachine.com/" -SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.x86_64.tar.gz ) - x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.i386.tar.gz )" - -LICENSE="nomachine" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="rdesktop vnc" -RESTRICT="strip" - -DEPEND="!<net-misc/nxserver-freeedition-3.0.0" -RDEPEND="=net-misc/nxclient-${MAJOR_PV}*[cups] - sys-process/lsof - x11-libs/libICE - x11-libs/libXmu - x11-libs/libSM - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXpm - x11-apps/xrdb - rdesktop? ( net-misc/rdesktop ) - vnc? ( x11-misc/x11vnc - net-misc/tightvnc )" - -S=${WORKDIR}/NX - -pkg_preinst() -{ - enewuser nx -1 -1 /usr/NX/home/nx -} - -src_prepare() -{ - epatch "${FILESDIR}"/nxnode-3.4.0-setup.patch - epatch "${FILESDIR}"/nxnode-3.4.0-cups_path.patch -} - -src_install() -{ - # we install nxnode into /usr/NX, to make sure it doesn't clash - # with libraries installed for FreeNX - - into /usr/NX - for x in nxagent nxnode nxsensor nxspool nxuexec ; do - dobin bin/$x - done - - dodir /usr/NX/etc - cp etc/node-debian.cfg.sample "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - sed -e 's|COMMAND_FUSER = .*|COMMAND_FUSER = "/usr/bin/fuser"|;' -i "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - cp etc/node.lic.sample "${D}"/usr/NX/etc/node.lic.sample || die - - dodir /usr/NX/lib - cp -R lib "${D}"/usr/NX || die - - dodir /usr/NX/scripts - cp -R scripts "${D}"/usr/NX || die - - dodir /usr/NX/share - cp -R share "${D}"/usr/NX || die - - dodir /usr/NX/var - cp -R var "${D}"/usr/NX || die - - dodir /etc/init.d - newinitd "${FILESDIR}"/nxnode-3.0.0-init nxsensor -} - -pkg_postinst() -{ - # Only install license file if none is found - if [ ! -f /usr/NX/etc/node.lic ]; then - cp "${ROOT}"/usr/NX/etc/node.lic.sample "${ROOT}"/usr/NX/etc/node.lic || die - chmod 0400 "${ROOT}"/usr/NX/etc/node.lic - chown nx:0 "${ROOT}"/usr/NX/etc/node.lic - fi - - # only run install on the first time - if [ -f /usr/NX/etc/node.cfg ]; then - einfo "Running NoMachine's update script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --update - else - einfo "Running NoMachine's setup script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --install - fi - - elog "If you want server statistics, please add nxsensor to your default runlevel" - elog - elog " rc-update add nxsensor default" - elog - elog "You will also need to change EnableSensor to 1 in /usr/NX/etc/node.cfg" -} diff --git a/net-misc/nxnode/nxnode-3.4.0.6.ebuild b/net-misc/nxnode/nxnode-3.4.0.6.ebuild deleted file mode 100644 index 82ac801d22f3..000000000000 --- a/net-misc/nxnode/nxnode-3.4.0.6.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.4.0.6.ebuild,v 1.6 2011/08/08 14:41:53 voyageur Exp $ - -EAPI="2" - -inherit eutils versionator - -MAJOR_PV="$(get_version_component_range 1-3)" -FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)" -DESCRIPTION="shared components between the different editions of NoMachine's NX Servers" -HOMEPAGE="http://www.nomachine.com/" -SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.x86_64.tar.gz ) - x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.i386.tar.gz )" - -LICENSE="nomachine" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="rdesktop vnc" -RESTRICT="strip" - -DEPEND="!<net-misc/nxserver-freeedition-3.0.0" -RDEPEND="=net-misc/nxclient-${MAJOR_PV}* - sys-process/lsof - x11-libs/libICE - x11-libs/libXmu - x11-libs/libSM - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXpm - x11-apps/xrdb - rdesktop? ( net-misc/rdesktop ) - vnc? ( x11-misc/x11vnc - net-misc/tightvnc )" - -S=${WORKDIR}/NX - -pkg_preinst() -{ - enewuser nx -1 -1 /usr/NX/home/nx -} - -src_prepare() -{ - epatch "${FILESDIR}"/nxnode-3.0.0-setup.patch -} - -src_install() -{ - # we install nxnode into /usr/NX, to make sure it doesn't clash - # with libraries installed for FreeNX - - into /usr/NX - for x in nxagent nxnode nxsensor nxspool nxuexec ; do - dobin bin/$x - done - - dodir /usr/NX/etc - cp etc/node-debian.cfg.sample "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - sed -e 's|COMMAND_FUSER = .*|COMMAND_FUSER = "/usr/bin/fuser"|;' -i "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - cp etc/node.lic.sample "${D}"/usr/NX/etc/node.lic.sample || die - - dodir /usr/NX/lib - cp -R lib "${D}"/usr/NX || die - - dodir /usr/NX/scripts - cp -R scripts "${D}"/usr/NX || die - - dodir /usr/NX/share - cp -R share "${D}"/usr/NX || die - - dodir /usr/NX/var - cp -R var "${D}"/usr/NX || die - - dodir /etc/init.d - newinitd "${FILESDIR}"/nxnode-3.0.0-init nxsensor -} - -pkg_postinst() -{ - # Only install license file if none is found - if [ ! -f /usr/NX/etc/node.lic ]; then - cp "${ROOT}"/usr/NX/etc/node.lic.sample "${ROOT}"/usr/NX/etc/node.lic || die - chmod 0400 "${ROOT}"/usr/NX/etc/node.lic - chown nx:0 "${ROOT}"/usr/NX/etc/node.lic - fi - - # only run install on the first time - if [ -f /usr/NX/etc/node.cfg ]; then - einfo "Running NoMachine's update script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --update - else - einfo "Running NoMachine's setup script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --install - fi - - elog "If you want server statistics, please add nxsensor to your default runlevel" - elog - elog " rc-update add nxsensor default" - elog - elog "You will also need to change EnableSensor to 1 in /usr/NX/etc/node.cfg" -} diff --git a/net-misc/nxnode/nxnode-3.5.0.3.ebuild b/net-misc/nxnode/nxnode-3.5.0.3.ebuild deleted file mode 100644 index 5831a7391bdc..000000000000 --- a/net-misc/nxnode/nxnode-3.5.0.3.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.5.0.3.ebuild,v 1.2 2011/08/08 14:41:53 voyageur Exp $ - -EAPI="2" - -inherit eutils versionator - -MAJOR_PV="$(get_version_component_range 1-3)" -FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)" -DESCRIPTION="shared components between the different editions of NoMachine's NX Servers" -HOMEPAGE="http://www.nomachine.com/" -SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.x86_64.tar.gz ) - x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxnode-${FULL_PV}.i386.tar.gz )" - -LICENSE="nomachine" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="rdesktop vnc" -RESTRICT="strip" - -DEPEND="!<net-misc/nxserver-freeedition-3.0.0" -RDEPEND="=net-misc/nxclient-${MAJOR_PV}*[cups] - sys-process/lsof - x11-libs/libICE - x11-libs/libXmu - x11-libs/libSM - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXpm - x11-apps/xrdb - rdesktop? ( net-misc/rdesktop ) - vnc? ( x11-misc/x11vnc - net-misc/tightvnc )" - -S=${WORKDIR}/NX - -pkg_preinst() -{ - enewuser nx -1 -1 /usr/NX/home/nx -} - -src_prepare() -{ - epatch "${FILESDIR}"/nxnode-3.4.0-setup.patch - epatch "${FILESDIR}"/nxnode-3.4.0-cups_path.patch -} - -src_install() -{ - # we install nxnode into /usr/NX, to make sure it doesn't clash - # with libraries installed for FreeNX - - into /usr/NX - for x in nxagent nxnode nxsensor nxspool nxuexec ; do - dobin bin/$x - done - - dodir /usr/NX/etc - cp etc/node-debian.cfg.sample "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - sed -e 's|COMMAND_FUSER = .*|COMMAND_FUSER = "/usr/bin/fuser"|;' -i "${D}"/usr/NX/etc/node-gentoo.cfg.sample || die - cp etc/node.lic.sample "${D}"/usr/NX/etc/node.lic.sample || die - - dodir /usr/NX/lib - cp -R lib "${D}"/usr/NX || die - - dodir /usr/NX/scripts - cp -R scripts "${D}"/usr/NX || die - - dodir /usr/NX/share - cp -R share "${D}"/usr/NX || die - - dodir /usr/NX/var - cp -R var "${D}"/usr/NX || die - - dodir /etc/init.d - newinitd "${FILESDIR}"/nxnode-3.0.0-init nxsensor -} - -pkg_postinst() -{ - # Only install license file if none is found - if [ ! -f /usr/NX/etc/node.lic ]; then - cp "${ROOT}"/usr/NX/etc/node.lic.sample "${ROOT}"/usr/NX/etc/node.lic || die - chmod 0400 "${ROOT}"/usr/NX/etc/node.lic - chown nx:0 "${ROOT}"/usr/NX/etc/node.lic - fi - - # only run install on the first time - if [ -f /usr/NX/etc/node.cfg ]; then - einfo "Running NoMachine's update script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --update - else - einfo "Running NoMachine's setup script" - "${ROOT}"/usr/NX/scripts/setup/nxnode --install - fi - - elog "If you want server statistics, please add nxsensor to your default runlevel" - elog - elog " rc-update add nxsensor default" - elog - elog "You will also need to change EnableSensor to 1 in /usr/NX/etc/node.cfg" -} diff --git a/net-misc/nxnode/nxnode-3.5.0.4.ebuild b/net-misc/nxnode/nxnode-3.5.0.4.ebuild index 6ffb1734bcb7..8297498957c7 100644 --- a/net-misc/nxnode/nxnode-3.5.0.4.ebuild +++ b/net-misc/nxnode/nxnode-3.5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.5.0.4.ebuild,v 1.3 2011/08/23 17:21:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.5.0.4.ebuild,v 1.4 2011/09/23 09:41:30 voyageur Exp $ EAPI="2" @@ -19,7 +19,7 @@ KEYWORDS="-* amd64 x86" IUSE="rdesktop vnc" RESTRICT="strip" -DEPEND="!<net-misc/nxserver-freeedition-3.0.0" +DEPEND="" RDEPEND="=net-misc/nxclient-${MAJOR_PV}*[cups] sys-process/lsof x11-libs/libICE diff --git a/net-misc/nxnode/nxnode-3.5.0.6.ebuild b/net-misc/nxnode/nxnode-3.5.0.6.ebuild index 34cc56b1d29d..ecbf4f8a25a2 100644 --- a/net-misc/nxnode/nxnode-3.5.0.6.ebuild +++ b/net-misc/nxnode/nxnode-3.5.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.5.0.6.ebuild,v 1.1 2011/08/24 08:13:08 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxnode/nxnode-3.5.0.6.ebuild,v 1.2 2011/09/23 09:41:30 voyageur Exp $ EAPI="2" @@ -19,7 +19,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="rdesktop vnc" RESTRICT="strip" -DEPEND="!<net-misc/nxserver-freeedition-3.0.0" +DEPEND="" RDEPEND="=net-misc/nxclient-${MAJOR_PV}*[cups] sys-process/lsof x11-libs/libICE |