Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A1F8863B877 for ; Thu, 22 Oct 2009 14:49:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3AA4863B161; Thu, 22 Oct 2009 14:49:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6266763B15E for ; Thu, 22 Oct 2009 14:49:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 51A62175DA; Thu, 22 Oct 2009 14:49:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 22 Oct 2009 14:49:06 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/lang/php5 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20091022144906.51A62175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Thu Oct 22 14:49:06 UTC 2009 Modified Files: pkgsrc/lang/php5: Makefile distinfo Added Files: pkgsrc/lang/php5/patches: patch-az Log Message: Add patch to check byte sequence more strictly in htmlspecialchars(). http://bugs.php.net/bug.php?id=49785 These are patch refrects r289411, r289554, r289565, r289567 and r289605 in PHP svn repositry. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/php5/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/php5/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php5/patches/patch-az Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.