From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cl-420.ede-01.nl.sixxs.net ([2001:7b8:2ff:1a3::2] helo=fischmarkt.penguin.de) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WzQdR-00007G-FV for ptxdist@pengutronix.de; Tue, 24 Jun 2014 15:19:42 +0200 Received: from mail.kamstrup.com ([93.167.225.188]) by fischmarkt.penguin.de with esmtp (Exim 4.80) (envelope-from ) id 1WzQdQ-0007pI-8Y for ptxdist@pengutronix.de; Tue, 24 Jun 2014 15:19:41 +0200 From: Bruno Thomsen Date: Tue, 24 Jun 2014 15:19:06 +0200 Message-ID: <1403615946-11141-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] php5: version bump 5.4.27 -> 5.4.29 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: bth@kamstrup.dk Multiple bugs were fixed including security issues CVE-2014-0238, CVE-2014-0237 and CVE-2014-0185. Signed-off-by: Bruno Thomsen --- rules/php5.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index 90c6996..7b64b26 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.4.27 -PHP5_MD5 := 1c6e99187d25023411b663ea09f145ee +PHP5_VERSION := 5.4.29 +PHP5_MD5 := 64326cef257e5af17c366fefab136e53 PHP5 := php-$(PHP5_VERSION) PHP5_SUFFIX := tar.bz2 PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de