From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Feb 2023 12:50:39 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pPiyG-000W0Q-Lw for lore@lore.pengutronix.de; Wed, 08 Feb 2023 12:50:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pPiyE-0003Ec-Ht; Wed, 08 Feb 2023 12:50:38 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pPixV-0000IP-6x; Wed, 08 Feb 2023 12:49:53 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pPixT-003VNM-7y; Wed, 08 Feb 2023 12:49:52 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pPixT-008Qpr-Ms; Wed, 08 Feb 2023 12:49:51 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 8 Feb 2023 12:49:51 +0100 Message-Id: <20230208114951.2009736-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230124133304.16601-1-ahelmcke@ela-soft.com> References: <20230124133304.16601-1-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] php8: Version bump 8.1.6 -> 8.2.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Andreas Helmcke Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 5198f3ea431506e919abcb1bf894ded48875e955. Michael [sent from post-receive hook] On Wed, 08 Feb 2023 12:49:51 +0100, Andreas Helmcke wrote: > A bunch of bugfixes and some new features. > https://www.php.net/ChangeLog-8.php#8.2.1 > > License only changed in year. > > Signed-off-by: Andreas Helmcke > Message-Id: <20230124133304.16601-1-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/php8.make b/rules/php8.make > index fe255361dd08..212a1c382c10 100644 > --- a/rules/php8.make > +++ b/rules/php8.make > @@ -18,14 +18,14 @@ PACKAGES-$(PTXCONF_PHP8) += php8 > # > # Paths and names > # > -PHP8_VERSION := 8.1.6 > -PHP8_MD5 := 943eae7f07c2056ce87478e7d6c0cbbb > +PHP8_VERSION := 8.2.1 > +PHP8_MD5 := b30961d64b35fe4c6727ee3add54d16e > PHP8 := php-$(PHP8_VERSION) > PHP8_SUFFIX := tar.xz > PHP8_SOURCE := $(SRCDIR)/$(PHP8).$(PHP8_SUFFIX) > PHP8_DIR := $(BUILDDIR)/$(PHP8) > PHP8_LICENSE := PHP-3.01 > -PHP8_LICENSE_FILES := file://LICENSE;md5=99532e0f6620bc9bca34f12fadaee33c > +PHP8_LICENSE_FILES := file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0 > > # > # Note: older releases are moved to the 'museum', but the 'de.php.net' > @@ -51,6 +51,7 @@ PHP8_CONF_OPT := \ > --disable-gcc-global-regs \ > --without-apxs2 \ > --$(call ptx/endis, PTXCONF_PHP8_SAPI_CLI)-cli \ > + --without-pear \ > --disable-embed \ > --disable-fpm \ > --without-fpm-user \ > @@ -58,8 +59,8 @@ PHP8_CONF_OPT := \ > --without-fpm-systemd \ > --without-fpm-acl \ > --without-fpm-apparmor \ > + --without-fpm-selinux \ > --disable-fuzzer \ > - --disable-fuzzer-msan \ > --disable-litespeed \ > --disable-phpdbg \ > --disable-phpdbg-debug \ > @@ -113,6 +114,7 @@ PHP8_CONF_OPT := \ > --without-cdb \ > --disable-inifile \ > --disable-flatfile \ > + --disable-dl-test \ > --disable-dom \ > --without-enchant \ > --disable-exif \