From 76d7c802da601953e9ccb7a5d98fed797740df30 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 1 Mar 2005 06:48:45 +0000 Subject: [PATCH] - The phpbb developer group announces there are 2 security problems in phpbb 2.0.12, privilege elevatiIn my patch:disclosure. (VuXML ID: 53e711ed-8972-11d9-9ff8-00306e01dda2) - 1. update www/phpbb to 2.0.13 - 2. use DATADIR in pkg-plist PR: 78189 Submitted by: Kang Liu (maintainre) --- www/phpbb/Makefile | 2 +- www/phpbb/distinfo | 4 ++-- www/phpbb/pkg-plist | 21 ++++++++++----------- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index b629ff1d2009..440bb32bed4a 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -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} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index c4a4fafb342f..e63041d06977 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -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 diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index a9c7d048fdc5..b808cbc29771 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -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 @@ -306,9 +306,8 @@ share/phpbb/upgrade.php @exec chown -R %%WWWOWN%%:%%WWWGRP%% %B %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/doc 2>/dev/null || true -@dirrm share/phpbb/contrib -@dirrm share/phpbb -@unexec rmdir %D/share 2>/dev/null || true +@dirrm %%DATADIR%%/contrib +@dirrm %%DATADIR%% @dirrm %%PHPBBDIR%%/admin @dirrm %%PHPBBDIR%%/cache @dirrm %%PHPBBDIR%%/db