php8: update to 8.3.0 22900/head
authorMichael Heimpold <mhei@heimpold.de>
Fri, 15 Dec 2023 22:00:21 +0000 (23:00 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 17 Dec 2023 17:52:35 +0000 (19:52 +0200)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php8/Makefile
lang/php8/patches/0022-Use-system-timezone.patch
lang/php8/patches/0025-php-5.4.9-fixheader.patch
lang/php8/patches/1004-disable-phar-command.patch

index a92c703cbbe4426f5cf2927110ce1b0b0d1ccbe1..7f6bb27d6fd60934d0186d9b543c1e5eafcd2c68 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=8.2.12
+PKG_VERSION:=8.3.0
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.php.net/distributions/
-PKG_HASH:=e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132
+PKG_HASH:=1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54
 
 PKG_BUILD_PARALLEL:=1
 PKG_BUILD_FLAGS:=no-mips16
index 822c55abeeaa4e0e6d9c981fba8b92a772e07150..eeafac72352e46c53a12ed1876bd7c44ce1b73b0 100644 (file)
@@ -15,7 +15,7 @@ To be used in tandem with use_embedded_timezonedb.patch and use_embedded_timezon
 
 --- a/ext/date/php_date.c
 +++ b/ext/date/php_date.c
-@@ -549,6 +549,23 @@ static char* guess_timezone(const timeli
+@@ -567,6 +567,23 @@ static const char* guess_timezone(const
        } else if (*DATEG(default_timezone)) {
                return DATEG(default_timezone);
        }
index 0268f37188450ec00367350b32f0c9976ab21173..17a2f6d91f3f157790d54d08d0a40eb8298bd7f1 100644 (file)
@@ -9,7 +9,7 @@ Make generated php_config.h constant across rebuilds.
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1451,7 +1451,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
+@@ -1490,7 +1490,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
  EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
  EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
  
index 2f24f968daee14a43a59fd910c2bfae7872c9b86..308afedc0bdf74126e40834f734ca385c21b48b0 100644 (file)
@@ -11,7 +11,7 @@
  
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1634,13 +1634,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
+@@ -1690,13 +1690,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
  CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
  CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"