diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 15:27:23 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 15:27:23 +0000 |
commit | 643e96129bd854fb6acf1c3961cc51ef0df9b793 (patch) | |
tree | 1e6f63e106d6dde0344f058fd08e3e9114d98e22 /www-apps/phpBB/files | |
parent | Moved from net-www/pcgi to www-apps/pcgi (diff) | |
download | gentoo-2-643e96129bd854fb6acf1c3961cc51ef0df9b793.tar.gz gentoo-2-643e96129bd854fb6acf1c3961cc51ef0df9b793.tar.bz2 gentoo-2-643e96129bd854fb6acf1c3961cc51ef0df9b793.zip |
Moved from net-www/phpBB to www-apps/phpBB.
Diffstat (limited to 'www-apps/phpBB/files')
-rw-r--r-- | www-apps/phpBB/files/2.0.8-postinstall-en.txt | 2 | ||||
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-2.0.6-r1 | 1 | ||||
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-2.0.6-r2 | 1 | ||||
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-2.0.8a | 1 | ||||
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 | 1 | ||||
-rw-r--r-- | www-apps/phpBB/files/phpBB-2.0.6-security.patch | 9 |
6 files changed, 15 insertions, 0 deletions
diff --git a/www-apps/phpBB/files/2.0.8-postinstall-en.txt b/www-apps/phpBB/files/2.0.8-postinstall-en.txt new file mode 100644 index 000000000000..8cf8278020b9 --- /dev/null +++ b/www-apps/phpBB/files/2.0.8-postinstall-en.txt @@ -0,0 +1,2 @@ +Please use install/install.php to configure phpBB. +After that, please delete the contribs/ and install/ directories diff --git a/www-apps/phpBB/files/digest-phpBB-2.0.6-r1 b/www-apps/phpBB/files/digest-phpBB-2.0.6-r1 new file mode 100644 index 000000000000..0dd9b2c15144 --- /dev/null +++ b/www-apps/phpBB/files/digest-phpBB-2.0.6-r1 @@ -0,0 +1 @@ +MD5 0c2a43e1f482dffbcdb91dd366c9894f phpBB-2.0.6.tar.bz2 447960 diff --git a/www-apps/phpBB/files/digest-phpBB-2.0.6-r2 b/www-apps/phpBB/files/digest-phpBB-2.0.6-r2 new file mode 100644 index 000000000000..a0e46018c53b --- /dev/null +++ b/www-apps/phpBB/files/digest-phpBB-2.0.6-r2 @@ -0,0 +1 @@ +MD5 b3e462b3696e483bda81b281eca2c828 phpBB-2.0.6.tar.bz2 453896 diff --git a/www-apps/phpBB/files/digest-phpBB-2.0.8a b/www-apps/phpBB/files/digest-phpBB-2.0.8a new file mode 100644 index 000000000000..76fef3c11048 --- /dev/null +++ b/www-apps/phpBB/files/digest-phpBB-2.0.8a @@ -0,0 +1 @@ +MD5 44d33a5851800f8f278d3c100fb2fcb3 phpBB-2.0.8a.tar.bz2 457308 diff --git a/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 b/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 new file mode 100644 index 000000000000..76fef3c11048 --- /dev/null +++ b/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 @@ -0,0 +1 @@ +MD5 44d33a5851800f8f278d3c100fb2fcb3 phpBB-2.0.8a.tar.bz2 457308 diff --git a/www-apps/phpBB/files/phpBB-2.0.6-security.patch b/www-apps/phpBB/files/phpBB-2.0.6-security.patch new file mode 100644 index 000000000000..8db8e0bf487a --- /dev/null +++ b/www-apps/phpBB/files/phpBB-2.0.6-security.patch @@ -0,0 +1,9 @@ +--- includes/bbcode.php.org 2003-09-24 00:15:41.000000000 +0000 ++++ includes/bbcode.php 2003-09-24 00:22:05.000000000 +0000 +@@ -782,4 +782,4 @@ + return ( strlen($a['code']) > strlen($b['code']) ) ? -1 : 1; + } + +-?> +\ No newline at end of file ++?> |