From patchwork Wed Apr 8 15:39:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 459331 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 24C6C1401B1 for ; Thu, 9 Apr 2015 01:39:47 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=IkXO5Pld; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 623C4916E7; Wed, 8 Apr 2015 15:39:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xSgnHUSd-WFS; Wed, 8 Apr 2015 15:39:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 436BB916AA; Wed, 8 Apr 2015 15:39:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 828391C244C for ; Wed, 8 Apr 2015 15:39:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7CEDA916AA for ; Wed, 8 Apr 2015 15:39:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3PndlhAhx-Uv for ; Wed, 8 Apr 2015 15:39:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 42B8F8BECC for ; Wed, 8 Apr 2015 15:39:42 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t38FdZ5s019270 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 8 Apr 2015 15:39:38 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1428507580; bh=B0VteWrzlu9VcQQ10l0E6mcS/OO9tw/eMCZRET+9aE4=; h=From:To:Cc:Subject:Date; b=IkXO5PldiyPp3oZS13n3R1S5KuXcVLOulG5AF7eGwrV2gqhjTwwnTAmm6s4cHea/x iLTvtHGp/4S2+9N3VJB59YICeXbWBN/fxUWvMxxdEAH9mrKVF2HYy7dVEczl7P8+Ev 4VZZirBcQxXOSopbEDGE/K0W+jJRKHNUnh4iy5QU= Received: by asgard (sSMTP sendmail emulation); Wed, 08 Apr 2015 12:39:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 8 Apr 2015 12:39:27 -0300 Message-Id: <1428507569-28044-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/3] php: bump to version 5.6.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/php/php.hash | 2 +- package/php/php.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/php/php.hash b/package/php/php.hash index 0794db8..e5e42d2 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -md5 692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +md5 4e04eb021de009981ed963f993a171c1 php-5.6.7.tar.xz diff --git a/package/php/php.mk b/package/php/php.mk index 73ed494..ed842b0 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.5.23 +PHP_VERSION = 5.6.7 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES