diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-25 18:03:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-25 18:03:13 +0000 |
commit | 5f07531a36a831e34d6f574f671b6b14e80f742e (patch) | |
tree | 023e85a759c6f2d918377ad8245ebfdbc19cdef7 | |
parent | Fix gaim's name resolution on 64-bit platforms. (diff) |
- Update to 2.0.7a which fixes SQL injection vulnerability
- Bump PORTREVISION
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=182281
PR: ports/64679
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=105247
-rw-r--r-- | www/phpbb/Makefile | 1 | ||||
-rw-r--r-- | www/phpbb/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 7a3cbae4a840..ae62dd72f2b7 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpbb PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index a2cd6a570833..52ed689cf644 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,2 +1,2 @@ -MD5 (phpBB-2.0.7.tar.bz2) = 463e13ba0bba0f3d573972a320662218 -SIZE (phpBB-2.0.7.tar.bz2) = 453952 +MD5 (phpBB-2.0.7.tar.bz2) = 252f84cd6de339494f99be59567e9806 +SIZE (phpBB-2.0.7.tar.bz2) = 453926 |