From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 15 Mar 2024 05:07:30 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rkyqw-0077s9-1T for lore@lore.pengutronix.de; Fri, 15 Mar 2024 05:07:30 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rkyqv-0003w8-SL; Fri, 15 Mar 2024 05:07:29 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rkypo-0001gK-50; Fri, 15 Mar 2024 05:06:20 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rkypn-006QrB-Op; Fri, 15 Mar 2024 05:06:19 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rkypn-0032mb-2L; Fri, 15 Mar 2024 05:06:19 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 15 Mar 2024 05:06:19 +0100 Message-Id: <20240315040619.725672-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240225151204.54557-2-ahelmcke@ela-soft.com> References: <20240225151204.54557-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] php8: Version bump 8.2.11 -> 8.3.3 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c2ca175779b4977342ca99bb5bbeadaf0e2cf074. Michael [sent from post-receive hook] On Fri, 15 Mar 2024 05:06:19 +0100, Andreas Helmcke wrote: > Various fixes and changes: > https://www.php.net/ChangeLog-8.php#8.3.3 > > License change: copyright info, year changed > > Signed-off-by: Andreas Helmcke > Message-Id: <20240225151204.54557-2-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/php8.make b/rules/php8.make > index 600871e21b5a..52aae8d037e4 100644 > --- a/rules/php8.make > +++ b/rules/php8.make > @@ -18,14 +18,14 @@ PACKAGES-$(PTXCONF_PHP8) += php8 > # > # Paths and names > # > -PHP8_VERSION := 8.2.11 > -PHP8_MD5 := 8e7f61ff53fd36be68643080c5114df9 > +PHP8_VERSION := 8.3.3 > +PHP8_MD5 := f8e821c23e4da0cd52710181532cb853 > 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=5ebd5be8e2a89f634486445bd164bef0 > +PHP8_LICENSE_FILES := file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d > > # > # Note: older releases are moved to the 'museum', but the 'de.php.net' > @@ -160,6 +160,7 @@ PHP8_CONF_OPT := \ > --disable-opcache \ > --disable-huge-code-pages \ > --disable-opcache-jit \ > + --without-capstone \ > --disable-pcntl \ > --disable-pdo \ > --without-pdo-dblib \