From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jTnKl-0007EP-0r for ptxdist@pengutronix.de; Wed, 29 Apr 2020 16:05:07 +0200 Received: by mail-wr1-x441.google.com with SMTP id x18so2705528wrq.2 for ; Wed, 29 Apr 2020 07:05:06 -0700 (PDT) From: Bruno Thomsen Date: Wed, 29 Apr 2020 16:04:51 +0200 Message-Id: <20200429140452.23348-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/2] php5: version bump to 5.6.40 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen , bth@kamstrup.com This is currently the last 5.x release of php, so this version bump just closes known CVEs[1], and allow a little extra time to migrate existing application to php 7.x. Disabled fileinfo feature[2] as configure now contains a compile check for existence of strcasestr. This fails as the cross compiled binary cannot run on host arch. This has an open upstream php bug[3]. New configuration parameters are default disabled. [1] https://www.php.net/ChangeLog-5.php [2] https://www.php.net/manual/en/book.fileinfo.php [3] https://bugs.php.net/bug.php?id=69132 Signed-off-by: Bruno Thomsen --- rules/php5.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index 74b2658f3..d2e80c009 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.5.30 -PHP5_MD5 := ef6d848756ea9d19b7a7e1a9d824d7c1 +PHP5_VERSION := 5.6.40 +PHP5_MD5 := c7dde3afb16ce7b761abf2805125d372 PHP5 := php-$(PHP5_VERSION) PHP5_SUFFIX := tar.xz PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) @@ -49,6 +49,7 @@ PHP5_AUTOCONF := \ --disable-phar \ --with-config-file-path=/etc/php5 \ --enable-opcache=no \ + --disable-fileinfo \ --without-xmlrpc \ --without-iconv -- 2.25.4 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de