Received: by mail.netbsd.org (Postfix, from userid 605) id 743F184D9E; Fri, 2 Mar 2018 02:13:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4BF384D80 for ; Fri, 2 Mar 2018 02:13:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qYTT-D62gqNx for ; Fri, 2 Mar 2018 02:13:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0AE8184C74 for ; Fri, 2 Mar 2018 02:13:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0859AFB40; Fri, 2 Mar 2018 02:13:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519956825276070" MIME-Version: 1.0 Date: Fri, 2 Mar 2018 02:13:45 +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: <20180302021345.0859AFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519956825276070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 2 02:13:44 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: lang/php56: update to 5.6.34 01 Mar 2018, PHP 5.6.34 - Standard: . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas) To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php56/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519956825276070 Content-Disposition: inline Content-Length: 1997 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.208 pkgsrc/lang/php/phpversion.mk:1.209 --- pkgsrc/lang/php/phpversion.mk:1.208 Fri Mar 2 02:12:26 2018 +++ pkgsrc/lang/php/phpversion.mk Fri Mar 2 02:13:44 2018 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.208 2018/03/02 02:12:26 taca Exp $ +# $NetBSD: phpversion.mk,v 1.209 2018/03/02 02:13:44 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -87,7 +87,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP56_VERSION= 5.6.33 +PHP56_VERSION= 5.6.34 PHP70_VERSION= 7.0.28 PHP71_VERSION= 7.1.15 PHP72_VERSION= 7.2.3 Index: pkgsrc/lang/php56/distinfo diff -u pkgsrc/lang/php56/distinfo:1.45 pkgsrc/lang/php56/distinfo:1.46 --- pkgsrc/lang/php56/distinfo:1.45 Tue Jan 16 11:28:09 2018 +++ pkgsrc/lang/php56/distinfo Fri Mar 2 02:13:44 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2018/01/16 11:28:09 jperkin Exp $ +$NetBSD: distinfo,v 1.46 2018/03/02 02:13:44 taca Exp $ -SHA1 (php-5.6.33.tar.bz2) = c101b6af3486bb907e1c7a54dc41a3bbd9c33eaa -RMD160 (php-5.6.33.tar.bz2) = 30332f36e233db5784b35c50cb87f1da6d10a1b4 -SHA512 (php-5.6.33.tar.bz2) = d57d87bf5ceb4b8b72908dc9d4236533697ba7055c25bdd299b35ff42b9d0258020241953a6f2c448929742c73fb2e3c67aa630c556af8fccbbe312ec51f1576 -Size (php-5.6.33.tar.bz2) = 15057552 bytes +SHA1 (php-5.6.34.tar.bz2) = 7fb821b637f305e54c2044c1b588ce0e5202d23e +RMD160 (php-5.6.34.tar.bz2) = c3dfc5ca38f30f58f55eed95ffee934b98ec0970 +SHA512 (php-5.6.34.tar.bz2) = 03197a80248ddd59c118baf8d45b0acc98e63413bf63fa6844620a280f963beca0c898ec59924f624210a714bebf6f2a0b15a9b41429f0979b291818781ce997 +Size (php-5.6.34.tar.bz2) = 15055798 bytes SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0 SHA1 (patch-configure) = a5623b0cbb3331fd0a537b26c0ae48315d52dbe2 SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19 --_----------=_1519956825276070--