Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 0947DA65B9 for ; Tue, 30 Sep 2014 08:16:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AE22214A1D1; Tue, 30 Sep 2014 08:16:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A30EE14A1D2 for ; Tue, 30 Sep 2014 08:16:11 +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 idtGWAGPub7n for ; Tue, 30 Sep 2014 08:16:11 +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 237D714A1D1 for ; Tue, 30 Sep 2014 08:16:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2083798; Tue, 30 Sep 2014 08:16:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Sep 2014 08:16:11 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20140930081611.2083798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Sep 30 08:16:11 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo Log Message: Update to php54 to 5.4.33, aprroved by wiz@. 18 Sep 2014, PHP 5.4.33 - Core: . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre) . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande) . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande) - OpenSSL: . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads). (Daniel Lowrey) - Date: . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk) - FPM: . Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke) - GD: . Made fontFetch's path parser thread-safe. (Sara) - Wddx: . Fixed bug #67873 (Segfaults in php_wddx_serialize_var). (Anatol, Remi) - Zlib: . Fixed bug #67724 (chained zlib filters silently fail with large amounts of data). (Mike) . Fixed bug #67865 (internal corruption phar error). (Mike) To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/php54/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.