diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2005-08-30 23:46:51 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2005-08-30 23:46:51 +0000 |
commit | ab796326b92f1b682c79388612d301c7b8000197 (patch) | |
tree | 13ce164eacceec03d1c0b0bfadd11555b14c4aaf /www-apps/phpwebsite | |
parent | version bump (diff) | |
download | gentoo-2-ab796326b92f1b682c79388612d301c7b8000197.tar.gz gentoo-2-ab796326b92f1b682c79388612d301c7b8000197.tar.bz2 gentoo-2-ab796326b92f1b682c79388612d301c7b8000197.zip |
Stable on alpha due to security bug #102785
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 986952fdef22..5039ae9ac5fb 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,10 @@ # 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.46 2005/08/26 21:11:03 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.47 2005/08/30 23:46:51 yoswink Exp $ + + 30 Aug 2005; Jose Luis Rivero <yoswink@gentoo.org> + phpwebsite-0.10.2_rc2.ebuild: + Stable on alpha due to security bug #102785 26 Aug 2005; Renat Lumpau <rl03@gentoo.org> phpwebsite-0.10.2_rc2.ebuild: Stable on x86 wrt security bug #102785 diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild index b04d8d613001..7de35e65cd10 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild @@ -1,6 +1,6 @@ # 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.2_rc2.ebuild,v 1.4 2005/08/26 21:11:03 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild,v 1.5 2005/08/30 23:46:51 yoswink Exp $ inherit webapp @@ -10,7 +10,7 @@ DESCRIPTION="phpWebSite Content Management System" HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="http://phpwebsite.appstate.edu/downloads/rc/${PN}-${MY_PV}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ppc sparc x86" +KEYWORDS="alpha ppc sparc x86" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |