From lazykang@hotmail.com  Tue Jun 24 10:58:11 2003
Return-Path: <lazykang@hotmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A1E237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2003 10:58:11 -0700 (PDT)
Received: from hotmail.com (bay8-f83.bay8.hotmail.com [64.4.27.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 06D9943F93
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2003 10:58:11 -0700 (PDT)
	(envelope-from lazykang@hotmail.com)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Tue, 24 Jun 2003 10:58:10 -0700
Received: from 61.149.49.73 by by8fd.bay8.hotmail.msn.com with HTTP;
	Tue, 24 Jun 2003 17:58:10 GMT
Message-Id: <BAY8-F83EpktkzU5ZIm00014061@hotmail.com>
Date: Wed, 25 Jun 2003 01:58:10 +0800
From: "Kang Liu" <lazykang@hotmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: update ports/www/phpbb to 2.0.5

>Number:         53691
>Category:       ports
>Synopsis:       update ports/www/phpbb to 2.0.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 24 11:00:16 PDT 2003
>Closed-Date:    Tue Jun 24 18:50:38 PDT 2003
>Last-Modified:  Tue Jun 24 18:50:38 PDT 2003
>Originator:     Kang Liu Organization:  Beijing University of Technology
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ftp.bjpu.edu.cn 4.8-STABLE FreeBSD 4.8-STABLE #41: Mon Jun 
23 05
:28:12 CST 2003 delphij@ftp.bjpu.edu.cn:/usr/obj/usr/src/sys/FTP i386

>Description:
update ports/www/phpbb to 2.0.5

>How-To-Repeat:
n/a
>Fix:
--- Makefile.orig       Wed Jun 25 00:21:20 2003
+++ Makefile    Wed Jun 25 00:31:46 2003
@@ -6,8 +6,7 @@
#

PORTNAME=      phpbb
-PORTVERSION=   2.0.4
-PORTREVISION=  1
+PORTVERSION=   2.0.5
CATEGORIES=    www
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=    ${PORTNAME}

--- distinfo.orig       Wed Jun 25 00:21:50 2003
+++ distinfo    Wed Jun 25 00:35:49 2003
@@ -1 +1 @@
-MD5 (phpBB-2.0.4.tar.gz) = 1f3312f7c6b35995ffcbc689e2f55be0
+MD5 (phpBB-2.0.5.tar.gz) = 602cf40b6ea57c042a83e394f0722fef

--- pkg-plist.orig      Wed Jun 25 00:47:51 2003
+++ pkg-plist   Wed Jun 25 01:43:06 2003
@@ -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 @@
%%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 @@
%%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 @@
%%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 @@
@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

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

>Release-Note:
>Audit-Trail:

From: "Kang Liu" <lazykang@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org, lazykang@hotmail.com
Cc: wjv@FreeBSD.org
Subject: Re: ports/53691: update ports/www/phpbb to 2.0.5
Date: Wed, 25 Jun 2003 08:14:24 +0800

 Here is the announce of 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, I think 
 this ports should be updated asap.
 
 Regards.
 
 _________________________________________________________________
 Add photos to your messages with MSN 8. Get 2 months FREE*. 
 http://join.msn.com/?page=features/featuredemail
 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Tue Jun 24 18:50:30 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53691 
>Unformatted:
