From 5f6c6e11a99c90fbf417846ca20a82eba8bb3d23 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Thu, 13 Aug 2009 12:25:15 +0000 Subject: Non-maintainer commit: Version bump for security bug 280016. Removing vulnerable version. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- www-apps/xoops/ChangeLog | 11 ++++++-- www-apps/xoops/xoops-2.2.4.ebuild | 55 --------------------------------------- www-apps/xoops/xoops-2.3.3.ebuild | 46 ++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 57 deletions(-) delete mode 100644 www-apps/xoops/xoops-2.2.4.ebuild create mode 100644 www-apps/xoops/xoops-2.3.3.ebuild (limited to 'www-apps/xoops') diff --git a/www-apps/xoops/ChangeLog b/www-apps/xoops/ChangeLog index 8a0b39464f7f..38d15d530de8 100644 --- a/www-apps/xoops/ChangeLog +++ b/www-apps/xoops/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-apps/xoops -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/ChangeLog,v 1.18 2008/02/26 14:32:53 wrobel Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/ChangeLog,v 1.19 2009/08/13 12:25:15 a3li Exp $ + +*xoops-2.3.3 (13 Aug 2009) + + 13 Aug 2009; Alex Legler -xoops-2.2.4.ebuild, + +xoops-2.3.3.ebuild: + Non-maintainer commit: Version bump for security bug 280016. Removing + vulnerable version. 26 Feb 2008; Gunnar Wrobel xoops-2.2.4.ebuild: Fix wrt #208584 diff --git a/www-apps/xoops/xoops-2.2.4.ebuild b/www-apps/xoops/xoops-2.2.4.ebuild deleted file mode 100644 index 7e33b59927f8..000000000000 --- a/www-apps/xoops/xoops-2.2.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/xoops-2.2.4.ebuild,v 1.7 2008/02/26 14:32:53 wrobel Exp $ - -inherit webapp depend.php - -DESCRIPTION="eXtensible Object Oriented Portal System (xoops) is an open-source -Content Management System, including various portal features and supplemental modules." -HOMEPAGE="http://www.xoops.org/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-2.2.3a-Final.tar.gz -mirror://sourceforge/${PN}/xoops-2.2.3a-to-2.2.4.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" -S=${WORKDIR} - -IUSE="" - -need_httpd_cgi -need_php_httpd - -pkg_setup() { - if ! PHPCHECKNODIE="yes" require_php_with_use mysql || \ - ! PHPCHECKNODIE="yes" require_php_with_any_use apache2 cgi ; then - die "Re-install ${PHP_PKG} with mysql and at least one of apache2 or cgi flags." - fi - webapp_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - cp -f xoops-2.2.3a-to-2.2.4/docs/* docs/ || die - cp -Rf xoops-2.2.3a-to-2.2.4/html/* html/ || die -} - -src_install() { - webapp_src_preinst - - dodir ${MY_HOSTROOTDIR}/${PF} - dodoc docs/changelog.txt - dohtml docs/INSTALL.html docs/UPDATE.html - - cp -R docs/images "${D}"/usr/share/doc/${PF}/html - cp -pPR html/* "${D}/${MY_HTDOCSDIR}" - cp -pPR extras/* "${D}"/${MY_HOSTROOTDIR}/${PF} - - webapp_serverowned ${MY_HTDOCSDIR}/uploads - webapp_serverowned ${MY_HTDOCSDIR}/cache - webapp_serverowned ${MY_HTDOCSDIR}/templates_c - webapp_configfile ${MY_HTDOCSDIR}/mainfile.php - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/xoops/xoops-2.3.3.ebuild b/www-apps/xoops/xoops-2.3.3.ebuild new file mode 100644 index 000000000000..84d143e897f7 --- /dev/null +++ b/www-apps/xoops/xoops-2.3.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/xoops-2.3.3.ebuild,v 1.1 2009/08/13 12:25:15 a3li Exp $ + +inherit webapp depend.php + +DESCRIPTION="eXtensible Object Oriented Portal System (xoops) is an open-source +Content Management System, including various portal features and supplemental modules." +HOMEPAGE="http://www.xoops.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" + +IUSE="" + +need_httpd_cgi +need_php_httpd + +pkg_setup() { + if ! PHPCHECKNODIE="yes" require_php_with_use mysql || \ + ! PHPCHECKNODIE="yes" require_php_with_any_use apache2 cgi ; then + die "Re-install ${PHP_PKG} with mysql and at least one of apache2 or cgi flags." + fi + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + dodir ${MY_HOSTROOTDIR}/${PF} + dodoc docs/changelog.txt + dohtml docs/INSTALL.html docs/UPDATE.html + + cp -R docs/images "${D}"/usr/share/doc/${PF}/html + cp -pPR htdocs/* "${D}/${MY_HTDOCSDIR}" + cp -pPR extras/* "${D}"/${MY_HOSTROOTDIR}/${PF} + + webapp_serverowned ${MY_HTDOCSDIR}/uploads + webapp_serverowned ${MY_HTDOCSDIR}/cache + webapp_serverowned ${MY_HTDOCSDIR}/templates_c + webapp_configfile ${MY_HTDOCSDIR}/mainfile.php + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + + webapp_src_install +} -- cgit v1.2.3-65-gdbad