Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 92C1E7ACAD for ; Sun, 17 Jan 2016 19:19:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 088FA85EA0; Sun, 17 Jan 2016 19:19:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89CB685E9F for ; Sun, 17 Jan 2016 19:19:57 +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 XogBbQ8LWz59 for ; Sun, 17 Jan 2016 19:19:57 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC53885E6B for ; Sun, 17 Jan 2016 19:19:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7EEBFBB5; Sun, 17 Jan 2016 19:19:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Jan 2016 19:19:56 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2015Q4] pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160117191956.E7EEBFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sun Jan 17 19:19:56 UTC 2016 Modified Files: pkgsrc/lang/php [pkgsrc-2015Q4]: phpversion.mk pkgsrc/lang/php55 [pkgsrc-2015Q4]: distinfo Log Message: Pullup ticket #4891 - requested by taca lang/php55: security fix Revisions pulled up: - lang/php/phpversion.mk 1.120 - lang/php55/distinfo 1.48 --- Module Name: pkgsrc Committed By: taca Date: Fri Jan 8 03:27:23 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo Log Message: Update php55 to 5.5.31, security fix. 07 Jan 2015, PHP 5.5.31 - FPM: . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas) - GD: . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds). (emmanuel dot law at gmail dot com). - WDDX: . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization). (taoguangchen at icloud dot com) . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion Vulnerability). (taoguangchen at icloud dot com) - XMLRPC: . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()). (Julien) To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.119.2.1 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.47 -r1.47.2.1 pkgsrc/lang/php55/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.