From owner-cvs-all@FreeBSD.ORG Sun May 7 17:31:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C7E16A402; Sun, 7 May 2006 17:31:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CEF43D46; Sun, 7 May 2006 17:31:00 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k47HV09H081806; Sun, 7 May 2006 17:31:00 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k47HV092081800; Sun, 7 May 2006 17:31:00 GMT (envelope-from delphij) Message-Id: <200605071731.k47HV092081800@repoman.freebsd.org> From: Xin LI Date: Sun, 7 May 2006 17:30:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpbb Makefile ports/www/phpbb/files patch-includes-sessions.php security-patch-includes-sessions.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 17:31:00 -0000 delphij 2006-05-07 17:30:59 UTC FreeBSD ports repository Modified files: www/phpbb Makefile Added files: www/phpbb/files security-patch-includes-sessions.php Removed files: www/phpbb/files patch-includes-sessions.php Log: Give the user a chance to disable our local anti-DoS patch, which appears to be conflict with phpBB's built-in captcha functionality. Please note that this does not change the default behavior (patch phpBB for the DoS issue), and this is intentionally undocumented. Hopefully we can get rid of all these home-grown stuff as the phpBB make their 2.2-release. Requested by: Goyo Roth PR: ports/93204 Submitted by: delphij Approved by: Kang Liu Approved by: mentor (sem) Revision Changes Path 1.40 +8 -0 ports/www/phpbb/Makefile 1.5 +0 -11 ports/www/phpbb/files/patch-includes-sessions.php (dead) 1.1 +11 -0 ports/www/phpbb/files/security-patch-includes-sessions.php (new)