diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-26 22:39:42 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-26 22:39:42 +0000 |
commit | 288675e64ff9ab71eaf0b45bfd3dde8fc8091ff1 (patch) | |
tree | 6a609ce0166bed06c2e7a4f75727919a16fe9099 /net-misc | |
parent | Fix vorbis dep (diff) | |
download | gentoo-2-288675e64ff9ab71eaf0b45bfd3dde8fc8091ff1.tar.gz gentoo-2-288675e64ff9ab71eaf0b45bfd3dde8fc8091ff1.tar.bz2 gentoo-2-288675e64ff9ab71eaf0b45bfd3dde8fc8091ff1.zip |
remove old ebuilds affected by CVE-2009-0489
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wicd/files/wicd-1.5.2-docs.patch | 57 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.2.ebuild | 58 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.4.ebuild | 53 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.6.ebuild | 53 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.7-r1.ebuild | 54 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.8.ebuild | 54 |
7 files changed, 6 insertions, 330 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index b86563f578fd..e8b50842d132 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.37 2009/02/25 16:26:02 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.38 2009/02/26 22:39:42 darkside Exp $ + + 26 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + -files/wicd-1.5.2-docs.patch, -wicd-1.5.2.ebuild, -wicd-1.5.4.ebuild, + -wicd-1.5.6.ebuild, -wicd-1.5.7-r1.ebuild, -wicd-1.5.8.ebuild: + remove old ebuilds affected by CVE-2009-0489 25 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org> wicd-1.5.9-r1.ebuild: diff --git a/net-misc/wicd/files/wicd-1.5.2-docs.patch b/net-misc/wicd/files/wicd-1.5.2-docs.patch deleted file mode 100644 index 0f78a0f618c4..000000000000 --- a/net-misc/wicd/files/wicd-1.5.2-docs.patch +++ /dev/null @@ -1,57 +0,0 @@ -Index: setup.py -=================================================================== ---- setup.py (revision 457) -+++ setup.py (working copy) -@@ -78,8 +78,7 @@ - ('no-install-man', None, 'do not install the man file'), - ('no-install-kde', None, 'do not install the kde autostart file'), - ('no-install-acpi', None, 'do not install the suspend.d and resume.d acpi scripts'), -- ('no-install-install', None, 'do not install the INSTALL file'), -- ('no-install-license', None, 'do not install the LICENSE file') -+ ('no-install-docs', None, 'do not install the auxiliary documentation') - ] - - -@@ -108,8 +107,7 @@ - self.no_install_man = False - self.no_install_kde = False - self.no_install_acpi = False -- self.no_install_install = False -- self.no_install_license = False -+ self.no_install_docs = False - - # figure out what the default init file - # location should be on several different distros -@@ -301,16 +299,13 @@ - (wpath.share, ['data/wicd.glade', ]), - (wpath.lib, ['wicd/wicd-client.py', 'wicd/monitor.py', 'wicd/wicd-daemon.py', 'wicd/configscript.py', 'wicd/suspend.py', 'wicd/autoconnect.py']), #'wicd/wicd-gui.py', - (wpath.autostart, ['other/wicd-tray.desktop', ]), -- ( wpath.docdir, [ 'AUTHORS', 'README' ]), - ] - piddir = os.path.dirname(wpath.pidfile) - if not piddir.endswith('/'): - piddir += '/' - data.append (( piddir, [] )) -- if not wpath.no_install_install: -- data.append(( wpath.docdir, [ 'INSTALL' ] )) -- if not wpath.no_install_license: -- data.append(( wpath.docdir, [ 'LICENSE' ] )) -+ if not wpath.no_install_docs: -+ data.append(( wpath.docdir, [ 'INSTALL', 'LICENSE', 'AUTHORS', 'README' ])) - if not wpath.no_install_kde: - data.append(( wpath.kdedir, [ 'other/wicd-tray.desktop' ])) - if not wpath.no_install_init: -Index: in/wicd=wpath.py.in -=================================================================== ---- in/wicd=wpath.py.in (revision 457) -+++ in/wicd=wpath.py.in (working copy) -@@ -52,8 +52,7 @@ - no_install_man = %NO_INSTALL_MAN% - no_install_kde = %NO_INSTALL_KDE% - no_install_acpi = %NO_INSTALL_ACPI% --no_install_install = %NO_INSTALL_INSTALL% --no_install_license = %NO_INSTALL_LICENSE% -+no_install_docs = %NO_INSTALL_DOCS% - - def chdir(file): - """Change directory to the location of the specified file. diff --git a/net-misc/wicd/wicd-1.5.2.ebuild b/net-misc/wicd/wicd-1.5.2.ebuild deleted file mode 100644 index f52dda924b58..000000000000 --- a/net-misc/wicd/wicd-1.5.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.2.ebuild,v 1.7 2008/11/09 14:26:26 maekke Exp $ - -inherit distutils eutils - -DESCRIPTION="A lightweight wired and wireless network manager for Linux" -HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-python/dbus-python - dev-python/pygtk - || ( - net-misc/dhcp - net-misc/dhcpcd - net-misc/pump - ) - net-wireless/wireless-tools - net-wireless/wpa_supplicant - || ( - sys-apps/ethtool - sys-apps/net-tools - )" - -src_unpack() { - distutils_src_unpack - # Patch to add the no-install-docs switch, included in next upstream - # release =) (already in upstream's svn) - epatch "${FILESDIR}/${PN}-1.5.2-docs.patch" - -} - -src_compile() { - ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose - distutils_src_compile -} - -src_install() { - DOCS="CHANGES" - distutils_src_install - newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog "You may need to restart the dbus service after upgrading wicd." - echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" - elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" - elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc" - elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")" -} diff --git a/net-misc/wicd/wicd-1.5.4.ebuild b/net-misc/wicd/wicd-1.5.4.ebuild deleted file mode 100644 index a2b6161bb8a3..000000000000 --- a/net-misc/wicd/wicd-1.5.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.4.ebuild,v 1.7 2008/12/17 22:03:34 maekke Exp $ - -inherit distutils eutils - -DESCRIPTION="A lightweight wired and wireless network manager for Linux" -HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/dbus-python - dev-python/pygtk - || ( - net-misc/dhcpcd - net-misc/dhcp - net-misc/pump - ) - net-wireless/wireless-tools - net-wireless/wpa_supplicant - || ( - sys-apps/net-tools - sys-apps/ethtool - ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )" - -src_compile() { - ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose - distutils_src_compile -} - -src_install() { - DOCS="CHANGES" - distutils_src_install - newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed" - keepdir /var/lib/wicd/configurations || die "keepdir failed, critical for this app" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog "You may need to restart the dbus service after upgrading wicd." - echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" - elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" - elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc" - elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")" -} diff --git a/net-misc/wicd/wicd-1.5.6.ebuild b/net-misc/wicd/wicd-1.5.6.ebuild deleted file mode 100644 index 9c547dcd7b7a..000000000000 --- a/net-misc/wicd/wicd-1.5.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild,v 1.3 2008/12/05 02:12:29 darkside Exp $ - -inherit distutils eutils - -DESCRIPTION="A lightweight wired and wireless network manager for Linux" -HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/dbus-python - dev-python/pygtk - || ( - net-misc/dhcpcd - net-misc/dhcp - net-misc/pump - ) - net-wireless/wireless-tools - net-wireless/wpa_supplicant - || ( - sys-apps/net-tools - sys-apps/ethtool - ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )" - -src_compile() { - ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose - distutils_src_compile -} - -src_install() { - DOCS="CHANGES" - distutils_src_install - newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed" - keepdir /var/lib/wicd/configurations || die "keepdir failed, critical for this app" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog "You may need to restart the dbus service after upgrading wicd." - echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" - elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" - elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc" - elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")" -} diff --git a/net-misc/wicd/wicd-1.5.7-r1.ebuild b/net-misc/wicd/wicd-1.5.7-r1.ebuild deleted file mode 100644 index 4da344f05502..000000000000 --- a/net-misc/wicd/wicd-1.5.7-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild,v 1.3 2009/01/09 19:54:51 josejx Exp $ - -inherit distutils eutils - -DESCRIPTION="A lightweight wired and wireless network manager for Linux" -HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/dbus-python - dev-python/pygtk - || ( - net-misc/dhcpcd - net-misc/dhcp - net-misc/pump - ) - net-wireless/wireless-tools - net-wireless/wpa_supplicant - || ( - sys-apps/net-tools - sys-apps/ethtool - ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) - >=sys-power/pm-utils-1.1.1" - -src_compile() { - ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose - distutils_src_compile -} - -src_install() { - DOCS="CHANGES" - distutils_src_install - newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed" - keepdir /var/lib/wicd/configurations || die "keepdir failed, critical for this app" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog "You may need to restart the dbus service after upgrading wicd." - echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" - elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" - elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc" - elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")" -} diff --git a/net-misc/wicd/wicd-1.5.8.ebuild b/net-misc/wicd/wicd-1.5.8.ebuild deleted file mode 100644 index d3e0a3f28a8a..000000000000 --- a/net-misc/wicd/wicd-1.5.8.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.8.ebuild,v 1.2 2009/01/09 19:54:51 josejx Exp $ - -inherit distutils eutils - -DESCRIPTION="A lightweight wired and wireless network manager for Linux" -HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/dbus-python - dev-python/pygtk - || ( - net-misc/dhcpcd - net-misc/dhcp - net-misc/pump - ) - net-wireless/wireless-tools - net-wireless/wpa_supplicant - || ( - sys-apps/net-tools - sys-apps/ethtool - ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) - >=sys-power/pm-utils-1.1.1" - -src_compile() { - ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose - distutils_src_compile -} - -src_install() { - DOCS="CHANGES" - distutils_src_install - newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed" - keepdir /var/lib/wicd/configurations || die "keepdir failed, critical for this app" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog "You may need to restart the dbus service after upgrading wicd." - echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" - elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" - elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc" - elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")" -} |