Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7AEB963B8AC for ; Tue, 17 May 2011 08:17:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4EDC714A10B; Tue, 17 May 2011 08:17:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F314914A10A for ; Tue, 17 May 2011 08:17:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UDo4kaqeb9z3 for ; Tue, 17 May 2011 08:17: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 6D2B214A106 for ; Tue, 17 May 2011 08:17:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 52205175DD; Tue, 17 May 2011 08:17:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 17 May 2011 08:17:07 +0000 From: "Steven Drake" Subject: CVS commit: [pkgsrc-2011Q1] pkgsrc/lang/php53 To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20110517081707.52205175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sbd Date: Tue May 17 08:17:07 UTC 2011 Modified Files: pkgsrc/lang/php53 [pkgsrc-2011Q1]: Makefile distinfo Added Files: pkgsrc/lang/php53/patches [pkgsrc-2011Q1]: patch-ext_standard_string.c Log Message: Pullup ticket #3432 - requested by taca lang/php53 security update Revisions pulled up: - lang/php53/Makefile 1.9 - lang/php53/distinfo 1.14 - lang/php53/patches/patch-ext_standard_string.c 1.1 --- Module Name: pkgsrc Committed By: taca Date: Mon May 16 13:08:45 UTC 2011 Modified Files: pkgsrc/lang/php53: Makefile distinfo Added Files: pkgsrc/lang/php53/patches: patch-ext_standard_string.c Log Message: Add a patch to fix for CVE-2011-1148 (and more bugfix) from PHP's repository. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.2.1 pkgsrc/lang/php53/Makefile cvs rdiff -u -r1.13 -r1.13.2.1 pkgsrc/lang/php53/distinfo cvs rdiff -u -r0 -r1.1.2.2 \ pkgsrc/lang/php53/patches/patch-ext_standard_string.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.