From patchwork Mon Dec 3 14:46:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 203367 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id EB7792C007E for ; Tue, 4 Dec 2012 01:46:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 790ABA0185; Mon, 3 Dec 2012 14:46:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6NPs9jvfrb79; Mon, 3 Dec 2012 14:46:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AFD90A0188; Mon, 3 Dec 2012 14:46:47 +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 9028A8F74A for ; Mon, 3 Dec 2012 14:46:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 55D13898D3 for ; Mon, 3 Dec 2012 14:46: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 ELfddEq+MFSD for ; Mon, 3 Dec 2012 14:46:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id BEE3387A8B for ; Mon, 3 Dec 2012 14:46:44 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qB3Ekc1d014743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Dec 2012 14:46:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1354546002; bh=tlccTL7zo4JTRI2mS2sPZ2t1q2fC1Df1w70yN5Dlc9g=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=uk4QdM9hmFZY0hqC/ZTfjwI5zLiq11jRuZufOQi/YMfmDei83QCVK7Is++neyNYRD Elr7zmOr9U50zO26emkLGYRGSi8HGCfF1bWryRXRx1+ik+4aC0YPdNn2Iwk6hwMiVd 7qm4EDueDB2kCIM+gwPim+oFMY7h7Om96Z5BBPDg= Received: by asgard (sSMTP sendmail emulation); Mon, 03 Dec 2012 11:46:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 3 Dec 2012 11:46:03 -0300 Message-Id: <1354545972-26783-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1354545972-26783-1-git-send-email-gustavo@zacarias.com.ar> References: <1354545972-26783-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 05/14] php: bump to version 5.3.19 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/php/php.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/php/php.mk b/package/php/php.mk index 0dfb6db..4290170 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.3.18 +PHP_VERSION = 5.3.19 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES