summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-02-25 21:05:32 +0000
committerDon Seiler <rizzo@gentoo.org>2005-02-25 21:05:32 +0000
commit6af959d55ace9915a71e4eacf480605ded98ae5b (patch)
tree06abbbb676b393128adbb82c266b0cd37ca7b72f /www-apps/phpwebsite
parentFixing Bug #82618 regarding -fomit-frame-pointer with permission from MrBones. (diff)
downloadhistorical-6af959d55ace9915a71e4eacf480605ded98ae5b.tar.gz
historical-6af959d55ace9915a71e4eacf480605ded98ae5b.tar.bz2
historical-6af959d55ace9915a71e4eacf480605ded98ae5b.zip
Revision bump for security fix. Bug #83297
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r--www-apps/phpwebsite/ChangeLog7
-rw-r--r--www-apps/phpwebsite/Manifest4
-rw-r--r--www-apps/phpwebsite/files/digest-phpwebsite-0.10.0-r12
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild50
4 files changed, 61 insertions, 2 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog
index e5b883402887..c1de59227140 100644
--- a/www-apps/phpwebsite/ChangeLog
+++ b/www-apps/phpwebsite/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/phpwebsite
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.16 2005/01/20 17:47:54 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.17 2005/02/25 21:05:32 rizzo Exp $
+
+*phpwebsite-0.10.0-r1 (25 Feb 2005)
+
+ 25 Feb 2005; Don Seiler <rizzo@gentoo.org> +phpwebsite-0.10.0-r1.ebuild:
+ Revision bump for security fix. Bug #83297
20 Jan 2005; Don Seiler <rizzo@gentoo.org> phpwebsite-0.10.0.ebuild:
Marking stable in x86
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest
index d27b1661a17c..c6f078839e98 100644
--- a/www-apps/phpwebsite/Manifest
+++ b/www-apps/phpwebsite/Manifest
@@ -1,9 +1,11 @@
-MD5 821b51e2e7e76b57e263c237cfadcfb9 ChangeLog 5049
+MD5 822d3985fe6b4670cd632cd07230bc6c ChangeLog 5208
MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522
MD5 4f03dd69be734fbd9aa2969d30ebb2c2 phpwebsite-0.10.0.ebuild 1433
MD5 41dbaed8aafa97c8930480adc9d77c58 phpwebsite-0.9.3_p4-r1.ebuild 1636
MD5 c9b0b64992415f435bb5cf0b8f603435 phpwebsite-0.9.3_p4-r2.ebuild 1853
+MD5 134a24b9ec089a450f1cafaedf876a47 phpwebsite-0.10.0-r1.ebuild 1616
MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239
MD5 dab689c75fd084b695c69c427aa758b8 files/digest-phpwebsite-0.10.0 75
MD5 9db128d972b5f4cbbda4723ba50699d7 files/postinstall-en.txt 466
+MD5 e328ec89d9602d614fbf60f87988f218 files/digest-phpwebsite-0.10.0-r1 147
MD5 823ff723bde0deb5142a1753183467fd files/digest-phpwebsite-0.9.3_p4-r1 157
diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-0.10.0-r1 b/www-apps/phpwebsite/files/digest-phpwebsite-0.10.0-r1
new file mode 100644
index 000000000000..0e80adbd3834
--- /dev/null
+++ b/www-apps/phpwebsite/files/digest-phpwebsite-0.10.0-r1
@@ -0,0 +1,2 @@
+MD5 6d433111d1a40b6e94c0a33bd7f01a8f phpwebsite-0.10.0-full.tar.gz 4615559
+MD5 e3539ca482a24582bb65b9c23c701cde phpws_image_secure_patch.tgz 14846
diff --git a/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild
new file mode 100644
index 000000000000..89d87979574f
--- /dev/null
+++ b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild,v 1.1 2005/02/25 21:05:32 rizzo Exp $
+
+inherit webapp
+
+MY_PV="${PV/_p/-}"
+DESCRIPTION="phpWebSite Content Management System"
+HOMEPAGE="http://phpwebsite.appstate.edu"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz
+ http://phpwebsite.appstate.edu/downloads/security/phpws_image_secure_patch.tgz"
+LICENSE="LGPL-2.1"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
+IUSE=""
+RDEPEND="virtual/httpd-php
+ >=dev-db/mysql-3.23.23"
+
+DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
+
+S="${WORKDIR}/${PN}-${MY_PV}-full"
+
+src_unpack() {
+ unpack ${PN}-${MY_PV}-full.tar.gz
+ cd ${S}
+ unpack phpws_image_secure_patch.tgz
+}
+
+src_install() {
+ webapp_src_preinst
+
+ local docs="docs/CREDITS.txt docs/REQUIREMENTS.txt docs/UNINSTALL.txt docs/THEMES.txt docs/LICENSE.txt docs/README.txt docs/PEARERRORS.txt docs/sample.config.php docs/INSTALL.txt docs/CONVERSION.txt docs/UPGRADE.txt docs/KNOWNISSUES.txt"
+ dodoc ${docs}
+
+ einfo "Installing main files"
+ cp -r * ${D}${MY_HTDOCSDIR}
+
+ #webapp_configfile ${MY_HTDOCSDIR}/conf/config.php
+
+ # Files that need to be owned by webserver
+ webapp_serverowned ${MY_HTDOCSDIR}/conf
+ webapp_serverowned ${MY_HTDOCSDIR}/files
+ webapp_serverowned ${MY_HTDOCSDIR}/images
+ webapp_serverowned ${MY_HTDOCSDIR}/images/mod
+ webapp_serverowned ${MY_HTDOCSDIR}/images/mod/controlpanel
+ webapp_serverowned ${MY_HTDOCSDIR}/mod
+
+ webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+
+ webapp_src_install
+}