From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 28 12:00:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946BD16A55E for ; Mon, 28 Feb 2005 12:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AD043D53 for ; Mon, 28 Feb 2005 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1SC0eJn023809 for ; Mon, 28 Feb 2005 12:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1SC0e1G023808; Mon, 28 Feb 2005 12:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 28 Feb 2005 12:00:40 GMT Resent-Message-Id: <200502281200.j1SC0e1G023808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kang Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7760A16A4CE for ; Mon, 28 Feb 2005 11:55:56 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3789F43D2F for ; Mon, 28 Feb 2005 11:55:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j1SBttZ1047015 for ; Mon, 28 Feb 2005 11:55:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j1SBtthP047014; Mon, 28 Feb 2005 11:55:55 GMT (envelope-from nobody) Message-Id: <200502281155.j1SBtthP047014@www.freebsd.org> Date: Mon, 28 Feb 2005 11:55:55 GMT From: Kang Liu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/78189: [maintainer] update www/phpbb to 2.0.13 to fix privilege elevation and path disclosure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 12:00:40 -0000 >Number: 78189 >Category: ports >Synopsis: [maintainer] update www/phpbb to 2.0.13 to fix privilege elevation and path disclosure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 12:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kang Liu >Release: 5.3 >Organization: Beijing University of Technology >Environment: FreeBSD 5.3-STABLE #0: Thu Jan 6 17:37:44 CST 2005 >Description: The phpbb developer group announces there are 2 security problems in phpbb 2.0.12, privilege elevation and path disclosure. (VuXML ID: 53e711ed-8972-11d9-9ff8-00306e01dda2) In my patch: 1. update www/phpbb to 2.0.13 2. use DATADIR in pkg-plist >How-To-Repeat: 2. portlint >Fix: --- Makefile.orig Wed Feb 23 15:00:51 2005 +++ Makefile Mon Feb 28 19:30:32 2005 @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo.orig Wed Feb 23 15:00:51 2005 +++ distinfo Mon Feb 28 19:30:39 2005 @@ -1,2 +1,2 @@ -MD5 (phpBB-2.0.12.tar.bz2) = 5b77c23c22147c5d9719922b2f64d8fa -SIZE (phpBB-2.0.12.tar.bz2) = 436885 +MD5 (phpBB-2.0.13.tar.bz2) = a8a286d3855b969e1e8757464accf095 +SIZE (phpBB-2.0.13.tar.bz2) = 436886 --- pkg-plist.orig Wed Feb 23 15:00:51 2005 +++ pkg-plist Mon Feb 28 19:30:44 2005 @@ -6,14 +6,14 @@ %%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/coding-guidelines.txt %%PORTDOCS%%%%DOCSDIR%%/codingstandards.htm -share/phpbb/contrib/README.html -share/phpbb/contrib/dbinformer.php -share/phpbb/contrib/fixfiles.sh -share/phpbb/contrib/template_db_cache.php -share/phpbb/contrib/template_file_cache.php -share/phpbb/install.php -share/phpbb/update_to_latest.php -share/phpbb/upgrade.php +%%DATADIR%%/contrib/README.html +%%DATADIR%%/contrib/dbinformer.php +%%DATADIR%%/contrib/fixfiles.sh +%%DATADIR%%/contrib/template_db_cache.php +%%DATADIR%%/contrib/template_file_cache.php +%%DATADIR%%/install.php +%%DATADIR%%/update_to_latest.php +%%DATADIR%%/upgrade.php %%PHPBBDIR%%/admin/admin_board.php %%PHPBBDIR%%/admin/admin_db_utilities.php %%PHPBBDIR%%/admin/admin_disallow.php >Release-Note: >Audit-Trail: >Unformatted: