- 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)
This commit is contained in:
parent
d96d660160
commit
76d7c802da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130060
3 changed files with 13 additions and 14 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue