diff options
author | nork <nork@FreeBSD.org> | 2003-06-25 09:50:21 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-25 09:50:21 +0800 |
commit | 7eaf18659fe3ac68459220aaf54c58c39d6249fc (patch) | |
tree | 3cb4fe3642c1728f4e08acf7382cb1ad3c52a65b /www | |
parent | 18bfbde0cc6f6d08a4e73fc598aa2cc995038bfc (diff) | |
download | freebsd-ports-gnome-7eaf18659fe3ac68459220aaf54c58c39d6249fc.tar.gz freebsd-ports-gnome-7eaf18659fe3ac68459220aaf54c58c39d6249fc.tar.zst freebsd-ports-gnome-7eaf18659fe3ac68459220aaf54c58c39d6249fc.zip |
Update to 2.0.5.
http://www.phpbb.com/phpBB/viewtopic.php?t=111156
It says "This edition includes a significant number of
fixes for bugs and a minor cross-site scripting issue."
The XSS exploit in phpBB viewtopic.php has been post in
bugtraq.
PR: ports/53691
Submitted by: Kang Liu <lazykang@hotmail.com>
Approved by: for SECURITY UPDATE
Diffstat (limited to 'www')
-rw-r--r-- | www/phpbb/Makefile | 4 | ||||
-rw-r--r-- | www/phpbb/distinfo | 2 | ||||
-rw-r--r-- | www/phpbb/pkg-plist | 13 |
3 files changed, 12 insertions, 7 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 5266088a9011..ea49e1f7cbe3 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,8 +6,8 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.0.5 +#PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index 51c1fdea9f9a..f4e08cd86d12 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1 +1 @@ -MD5 (phpBB-2.0.4.tar.gz) = 1f3312f7c6b35995ffcbc689e2f55be0 +MD5 (phpBB-2.0.5.tar.gz) = 602cf40b6ea57c042a83e394f0722fef diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index 4f53935b23c4..7e21422b84d5 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -4,14 +4,13 @@ %%PORTDOCS%%share/doc/phpbb/FAQ.html %%PORTDOCS%%share/doc/phpbb/INSTALL.html %%PORTDOCS%%share/doc/phpbb/README.html -%%PORTDOCS%%share/doc/phpbb/coding-guidelines.txt -%%PORTDOCS%%share/doc/phpbb/codingstandards.htm share/phpbb/contrib/README.html share/phpbb/contrib/dbinformer.php share/phpbb/contrib/template_db_cache.php share/phpbb/contrib/template_file_cache.php +share/phpbb/contrib/visual_confirmation.zip share/phpbb/install.php -share/phpbb/update_to_204.php +share/phpbb/update_to_205.php share/phpbb/upgrade.php %%PHPBBDIR%%/admin/admin_forum_prune.php %%PHPBBDIR%%/admin/admin_mass_email.php @@ -32,6 +31,8 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/admin/admin_db_utilities.php %%PHPBBDIR%%/admin/admin_ranks.php %%PHPBBDIR%%/admin/admin_ug_auth.php +%%PHPBBDIR%%/cache/.htaccess +%%PHPBBDIR%%/cache/index.htm %%PHPBBDIR%%/common.php %%PHPBBDIR%%/db/mssql-odbc.php %%PHPBBDIR%%/db/oracle.php @@ -45,6 +46,8 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/extension.inc %%PHPBBDIR%%/faq.php %%PHPBBDIR%%/groupcp.php +%%PHPBBDIR%%/images/avatars/index.htm +%%PHPBBDIR%%/images/avatars/gallery/index.htm %%PHPBBDIR%%/images/index.htm %%PHPBBDIR%%/images/smiles/icon_confused.gif %%PHPBBDIR%%/images/smiles/icon_idea.gif @@ -108,7 +111,7 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/install/schemas/postgres_schema.sql %%PHPBBDIR%%/install/schemas/mysql_schema.sql %%PHPBBDIR%%/install/schemas/mssql_schema.sql -%%PHPBBDIR%%/install/update_to_204.php +%%PHPBBDIR%%/install/update_to_205.php %%PHPBBDIR%%/install/index.htm %%PHPBBDIR%%/language/lang_english/lang_faq.php %%PHPBBDIR%%/language/lang_english/email/admin_activate.tpl @@ -305,8 +308,10 @@ share/phpbb/upgrade.php @dirrm share/phpbb @unexec rmdir share 2>/dev/null || true @dirrm %%PHPBBDIR%%/admin +@dirrm %%PHPBBDIR%%/cache @dirrm %%PHPBBDIR%%/db @dirrm %%PHPBBDIR%%/images/smiles +@unexec rmdir %D/%%PHPBBDIR%%/images/avatars/gallery 2>/dev/null || true @unexec rmdir %D/%%PHPBBDIR%%/images/avatars/upload 2>/dev/null || true @unexec rmdir %D/%%PHPBBDIR%%/images/avatars 2>/dev/null || true @unexec rmdir %D/%%PHPBBDIR%%/images 2>/dev/null || true |