From patchwork Sun Jun 2 23:29:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 248145 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E385C2C00AF for ; Mon, 3 Jun 2013 09:30:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 50B1510B948; Sun, 2 Jun 2013 23:29:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u1mK3tZqz4vU; Sun, 2 Jun 2013 23:29:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8068610BF35; Sun, 2 Jun 2013 23:29:14 +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 6880A8F7B0 for ; Sun, 2 Jun 2013 23:29:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 27BC38A94A for ; Sun, 2 Jun 2013 23:29:13 +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 Ot10U7CajVhz for ; Sun, 2 Jun 2013 23:29:12 +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 C51E78A911 for ; Sun, 2 Jun 2013 23:29:11 +0000 (UTC) Received: from asgard (host199.186-125-227.telecom.net.ar [186.125.227.199]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r52NT5pX003879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 2 Jun 2013 23:29:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1370215749; bh=g41fe8h5+5TO+r0FXU2RFWE+sdU1JQiJqnpA/5fZ7iU=; h=From:To:Cc:Subject:Date; b=btRFCghAAJjv3PfaRtlyZ61euqlt4xg1hRPeMdEkkQrPXcAqbqqPeAEeOq/uMQhsN 0TLVxD31WWoLrz6izAafA4u5t8DL1rpfouaKPCBoFY5IsRWI6dmYmYGrx4fSSPpeIS I9j6z/Oyg/HaTJsDDIONsUWexFQaAP4JtXQsuroo= Received: by asgard (sSMTP sendmail emulation); Sun, 02 Jun 2013 20:29:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 2 Jun 2013 20:29:04 -0300 Message-Id: <1370215744-6809-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] php: bump to version 5.3.25 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/php/php.mk b/package/php/php.mk index 2a452d1..8c4c2e1 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.3.24 +PHP_VERSION = 5.3.25 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES