diff options
author | 2004-01-06 18:40:46 +0000 | |
---|---|---|
committer | 2004-01-06 18:40:46 +0000 | |
commit | 6c14fdd2f3ef233d3e725ce6dcc187ab5a2ae7be (patch) | |
tree | c93a2323306bd88801c69f62c51a5aac6bbbca19 | |
parent | Added patches to address the security vulnerabilities in bugs #37292 and #37317. (diff) | |
download | historical-6c14fdd2f3ef233d3e725ce6dcc187ab5a2ae7be.tar.gz historical-6c14fdd2f3ef233d3e725ce6dcc187ab5a2ae7be.tar.bz2 historical-6c14fdd2f3ef233d3e725ce6dcc187ab5a2ae7be.zip |
Patched Database.php to fix create index bug
-rw-r--r-- | net-www/phpwebsite/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/phpwebsite/Manifest | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/net-www/phpwebsite/ChangeLog b/net-www/phpwebsite/ChangeLog index 34cc1e149d31..e2fb5eef3dea 100644 --- a/net-www/phpwebsite/ChangeLog +++ b/net-www/phpwebsite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/phpwebsite # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.11 2003/12/16 02:41:53 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.12 2004/01/06 18:40:46 rizzo Exp $ + +*phpwebsite-0.9.3_p2-r1 (06 Jan 2004) + + 06 Jan 2004; Don Seiler <rizzo@gentoo.org>; phpwebsite-0.9.3_p1-r1.ebuild, + phpwebsite-0.9.3_p2-r1.ebuild, phpwebsite-0.9.3_p2.ebuild: + Adding in fixed Database.php *phpwebsite-0.9.3_p2 (15 Dec 2003) diff --git a/net-www/phpwebsite/Manifest b/net-www/phpwebsite/Manifest index a29ea621fe41..27e1b163ad9c 100644 --- a/net-www/phpwebsite/Manifest +++ b/net-www/phpwebsite/Manifest @@ -1,8 +1,10 @@ MD5 1e83376a133a0cbc1a2791d77c831529 phpwebsite-0.9.3_p2.ebuild 1943 +MD5 7d452d8a8d68dd59a8d80f68a751190e phpwebsite-0.9.3_p2-r1.ebuild 1993 MD5 c590ad4544fcf54cf12f651414b4ea7e phpwebsite-0.9.3_p1-r1.ebuild 1970 MD5 efe786c0994abe3d64a10ce5321d8cc3 ChangeLog 1782 MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 MD5 cfee6010162e807cab7db166192cc4d0 files/digest-phpwebsite-0.9.3_p1-r1 76 +MD5 5d0bf869aca158f5d35948955a1aafee files/digest-phpwebsite-0.9.3_p2-r1 136 MD5 9aa3b6861e7befaa5673a6573dd2b8e9 files/digest-phpwebsite-0.9.3_p2 76 MD5 6900db4c93191d45ead777402606db12 files/phpwebsite-0.9.3_p1-supplemental.patch 6186 MD5 a7257ff9063723778a81865e8ff9aba2 files/update.php-0.9.3_p1 7892 |