summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2007-08-09 10:28:47 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2007-08-09 10:28:47 +0000
commitd2176c6fac12d9aa4d16fd90350812f9c4290f54 (patch)
tree45fb9a36a9c5d9e88c5813184300c21a7570f550 /www-apps
parentalpha/ia64 stable wrt #176297 (diff)
downloadgentoo-2-d2176c6fac12d9aa4d16fd90350812f9c4290f54.tar.gz
gentoo-2-d2176c6fac12d9aa4d16fd90350812f9c4290f54.tar.bz2
gentoo-2-d2176c6fac12d9aa4d16fd90350812f9c4290f54.zip
Removed insecure phpwiki-1.3.10-r2 from the tree.
(Portage version: 2.1.2.11)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/phpwiki/files/digest-phpwiki-1.3.10-r26
-rw-r--r--www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild44
2 files changed, 0 insertions, 50 deletions
diff --git a/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r2 b/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r2
deleted file mode 100644
index d72aa4eb26bd..000000000000
--- a/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8747352d84836671445a6eb95b2184a7 phpwiki-1.3.10.tar.gz 2072469
-RMD160 25a616bcebc17015d0d65ce4de1267be605403d1 phpwiki-1.3.10.tar.gz 2072469
-SHA256 a59cc42af4c7ad8554e65f7bdd3bfd94841a2e9a97165a309b4606ac1cb10af9 phpwiki-1.3.10.tar.gz 2072469
-MD5 3af1716bca6a945399b77ceefbdba854 phpwiki-xmlrpc.tar.gz 19988
-RMD160 a9cee0e390017355a16b331857feab0effecc509 phpwiki-xmlrpc.tar.gz 19988
-SHA256 ae48412d382bdf67144f216c4d9ff6044dfce0e069e1898f86ee7fdc0ee6b573 phpwiki-xmlrpc.tar.gz 19988
diff --git a/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild b/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild
deleted file mode 100644
index e1ceb4585d45..000000000000
--- a/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild,v 1.4 2007/07/29 17:33:28 phreak Exp $
-
-inherit eutils webapp
-
-DESCRIPTION="PhpWiki is a WikiWikiWeb clone in PHP"
-HOMEPAGE="http://phpwiki.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz http://dev.gentoo.org/~stuart/patches/${PN}-xmlrpc.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/php
- www-servers/apache"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/phpwiki-1.3.10-xmlrpc.patch
- rm -f Makefile LICENSE
-
- # patch for XMLRPC vulnerabilities
- cp -f ${WORKDIR}/phpwiki-xmlrpc/* lib/XMLRPC/
-}
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR * ${D}/${MY_HTDOCSDIR}
- rm -rf ${D}/${MY_HTDOCSDIR}/{doc,schemas,README,INSTALL,UPGRADING}
-
- dodoc README INSTALL UPGRADING doc/* schemas/*
-
- # Create config file from distribution default, and fix up invalid defaults
- cd ${D}/${MY_HTDOCSDIR}/config
- sed "s:;DEBUG = 1:DEBUG = 0:" config-dist.ini > config.ini
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-1.3-en.txt
- webapp_configfile ${MY_HTDOCSDIR}/config/config.ini
-
- webapp_src_install
-}