Buildroot Archive mirror
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/1] package/php: bump version to 8.3.7
Date: Tue, 14 May 2024 23:57:12 +0200	[thread overview]
Message-ID: <20240514215712.2866745-1-bernd@kuhls.net> (raw)

Removed patch which is included in this release.

Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
Release notes: https://news-web.php.net/php.announce/427

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 ...ll_stack.c-fix-build-without-pthread.patch | 39 -------------------
 package/php/php.hash                          |  2 +-
 package/php/php.mk                            |  2 +-
 3 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 package/php/0006-Zend-zend_call_stack.c-fix-build-without-pthread.patch

diff --git a/package/php/0006-Zend-zend_call_stack.c-fix-build-without-pthread.patch b/package/php/0006-Zend-zend_call_stack.c-fix-build-without-pthread.patch
deleted file mode 100644
index 10b0083655..0000000000
--- a/package/php/0006-Zend-zend_call_stack.c-fix-build-without-pthread.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From c3e37c438a11d59d858fcc7b46eac00a8074972b Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sat, 30 Mar 2024 17:51:55 +0100
-Subject: [PATCH] Zend/zend_call_stack.c: fix build without pthread
-
-Fix the following build failure without pthread raised since version
-8.3.0 and
-https://github.com/php/php-src/commit/a11c8a30399e90c17c287b9656c0077bc5131c9c:
-
-/home/buildroot/instance-0/output-1/build/php-8.3.4/Zend/zend_call_stack.c:39:11: fatal error: pthread.h: No such file or directory
-   39 | # include <pthread.h>
-      |           ^~~~~~~~~~~
-
-Fixes:
- - http://autobuild.buildroot.org/results/a4ef648a9da50b26ed56d5d490e4cf5a1bfff970
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Upstream: https://github.com/php/php-src/pull/13843
----
- Zend/zend_call_stack.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Zend/zend_call_stack.c b/Zend/zend_call_stack.c
-index 97cbed9041..97de938a0f 100644
---- a/Zend/zend_call_stack.c
-+++ b/Zend/zend_call_stack.c
-@@ -35,7 +35,8 @@
- #  include <sys/types.h>
- # endif
- #endif /* ZEND_WIN32 */
--#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__)
-+#if (defined(HAVE_PTHREAD_GETATTR_NP) && defined(HAVE_PTHREAD_ATTR_GETSTACK)) || \
-+    defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__)
- # include <pthread.h>
- #endif
- #ifdef __FreeBSD__
--- 
-2.43.0
-
diff --git a/package/php/php.hash b/package/php/php.hash
index 4378d7ed07..9b25eabd32 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@
 # From https://www.php.net/downloads.php
-sha256  53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae  php-8.3.6.tar.xz
+sha256  d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a  php-8.3.7.tar.xz
 
 # License file
 sha256  b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 5b26ec90e2..ad2d901dfd 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 8.3.6
+PHP_VERSION = 8.3.7
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2024-05-14 21:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 21:57 Bernd Kuhls [this message]
2024-05-15  6:15 ` [Buildroot] [PATCH 1/1] package/php: bump version to 8.3.7 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240514215712.2866745-1-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).