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 1XwuPv-0003Tq-U1 for ptxdist@pengutronix.de; Fri, 05 Dec 2014 16:03:36 +0100 From: Bruno Thomsen Date: Fri, 5 Dec 2014 16:03:23 +0100 Message-ID: <1417791803-27513-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] php5: version bump 5.4.33 -> 5.4.35 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 vulnerabilities CVE-2014-3710, CVE-2014-3669, CVE-2014-3670, CVE-2014-3668. 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 aef503b..c3f0168 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.4.33 -PHP5_MD5 := c6878bb1cdb46bfc1e1a5cd67a024737 +PHP5_VERSION := 5.4.35 +PHP5_MD5 := 489cc8336488fb2e722ffa3c08f9c864 PHP5 := php-$(PHP5_VERSION) PHP5_SUFFIX := tar.bz2 PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) -- 1.9.1 -- ptxdist mailing list ptxdist@pengutronix.de