From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kamstrup.com ([93.167.225.188]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WOTMx-0004pA-Kk for ptxdist@pengutronix.de; Fri, 14 Mar 2014 15:45:56 +0100 From: Bruno Thomsen Date: Fri, 14 Mar 2014 15:45:47 +0100 Message-ID: <1394808347-30362-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] php: version bump 5.4.24 -> 5.4.26 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: Bruno Thomsen Multiple bugfixes including CVE-2014-1943 and CVE-2014-2270. 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 ad3e216..e36805e 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.4.24 -PHP5_MD5 := acef880cc808b85e216897ee88187ee1 +PHP5_VERSION := 5.4.26 +PHP5_MD5 := 979e17b5492ce9c65a3c37f22c7c9655 PHP5 := php-$(PHP5_VERSION) PHP5_SUFFIX := tar.bz2 PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de