diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-17 15:53:41 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-17 15:53:41 +0000 |
commit | 1370061581ea7a632af16a985395cb2bb1b1e77b (patch) | |
tree | f1c55344ab6af582be17ef6ffe0e5c1f8bfc336c /www-apps | |
parent | Switched to dev-tools herd (diff) | |
download | historical-1370061581ea7a632af16a985395cb2bb1b1e77b.tar.gz historical-1370061581ea7a632af16a985395cb2bb1b1e77b.tar.bz2 historical-1370061581ea7a632af16a985395cb2bb1b1e77b.zip |
Revision bump for security patch, bug #71502
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/phpwebsite/Manifest | 4 | ||||
-rw-r--r-- | www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4-r2 | 3 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild | 52 |
4 files changed, 64 insertions, 2 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 6452ef8a5b5c..7a1308fb5813 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/phpwebsite # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.9 2004/09/15 21:35:39 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.10 2004/11/17 15:53:41 rizzo Exp $ + +*phpwebsite-0.9.3_p4-r2 (17 Nov 2004) + + 17 Nov 2004; Don Seiler <rizzo@gentoo.org> +phpwebsite-0.9.3_p4-r2.ebuild: + Revision bump for security patch, bug #71502 15 Sep 2004; Don Seiler <rizzo@gentoo.org> -phpwebsite-0.9.3_p2-r1.ebuild, phpwebsite-0.9.3_p4-r1.ebuild, -phpwebsite-0.9.3_p4.ebuild: diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index 47f0baf41e61..2d1a1aa03163 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -1,5 +1,7 @@ -MD5 5d4bdd04b472e7db142fc0321038667e ChangeLog 4085 +MD5 737dda1f34c5d8fe39e7a8dc8f13cab8 ChangeLog 4250 MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 +MD5 d8a7d4709288b40d095e0409adef4f2b phpwebsite-0.9.3_p4-r2.ebuild 1776 MD5 ca75e49de177c3027396292eccf0328b phpwebsite-0.9.3_p4-r1.ebuild 1636 +MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239 MD5 864765a9fc872565105ca1afdb9de3f0 files/postinstall-en.txt 446 MD5 823ff723bde0deb5142a1753183467fd files/digest-phpwebsite-0.9.3_p4-r1 157 diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4-r2 b/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4-r2 new file mode 100644 index 000000000000..45db6e867f4b --- /dev/null +++ b/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4-r2 @@ -0,0 +1,3 @@ +MD5 c62490073f780aa8f0ed050ac06cb831 phpwebsite-0.9.3-4-full.tar.gz 3556756 +MD5 b0549294486b2efd0163230fc30d26f6 phpwebsite-core-security-patch.tar.gz 18664 +MD5 1b3153eed4c026289f8744f65e8b922a phpwebsite-core-security-patch2.tar.gz 18118 diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild new file mode 100644 index 000000000000..c5f157e2187a --- /dev/null +++ b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild,v 1.1 2004/11/17 15:53:41 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/phpwebsite-core-security-patch.tar.gz + http://phpwebsite.appstate.edu/downloads/security/phpwebsite-core-security-patch2.tar.gz" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" +RDEPEND="<virtual/httpd-php-5 + >=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 phpwebsite-core-security-patch.tar.gz + unpack phpwebsite-core-security-patch2.tar.gz +} + +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 +} |