diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-26 08:53:27 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-26 08:53:27 +0100 |
commit | 050b46ebf5b4936b6fb41c9efa2fdd2ea0e1daa0 (patch) | |
tree | d9545bb2a163d0c4fcc84e0359fcf3a143e364cd | |
parent | 73ce71eb02af44d260accba34ae940b8afbec0bf (diff) |
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php-8.3.20-embed.patch (renamed from php-8.0.0-embed.patch) | 16 | ||||
-rw-r--r-- | php83.spec | 9 |
3 files changed, 17 insertions, 16 deletions
@@ -1,4 +1,4 @@ -===== 8.3.19 (2025-03-13) +===== 8.3.20RC1 (2025-03-27) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -12,12 +12,10 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc40x83/build.log:Tests failed : 0 /var/lib/mock/fc41a83/build.log:Tests failed : 0 /var/lib/mock/fc41x83/build.log:Tests failed : 0 -/var/lib/mock/fc42a83/build.log:Tests failed : 1 -/var/lib/mock/fc42x83/build.log:Tests failed : 1 +/var/lib/mock/fc42a83/build.log:Tests failed : 0 +/var/lib/mock/fc42x83/build.log:Tests failed : 0 -fc42: - 2 Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] 1 proc_open give erratic test results :( diff --git a/php-8.0.0-embed.patch b/php-8.3.20-embed.patch index 27533ea..1140d33 100644 --- a/php-8.0.0-embed.patch +++ b/php-8.3.20-embed.patch @@ -1,10 +1,10 @@ diff -up ./sapi/embed/config.m4.embed ./sapi/embed/config.m4 ---- ./sapi/embed/config.m4.embed 2020-07-07 13:51:05.879764972 +0200 -+++ ./sapi/embed/config.m4 2020-07-07 13:52:50.128412148 +0200 -@@ -12,7 +12,8 @@ if test "$PHP_EMBED" != "no"; then - yes|shared) - LIBPHP_CFLAGS="-shared" - PHP_EMBED_TYPE=shared +--- ./sapi/embed/config.m4.embed 2025-03-26 08:07:06.692333414 +0100 ++++ ./sapi/embed/config.m4 2025-03-26 08:07:42.872879994 +0100 +@@ -15,7 +15,8 @@ if test "$PHP_EMBED" != "no"; then + SAPI_SHARED="libs/libphp.dylib" + PHP_EMBED_TYPE=shared-dylib + ], [PHP_EMBED_TYPE=shared]) - INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_MAJOR_VERSION).\$(PHP_MINOR_VERSION)" + INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)" @@ -12,8 +12,8 @@ diff -up ./sapi/embed/config.m4.embed ./sapi/embed/config.m4 static) LIBPHP_CFLAGS="-static" diff -up ./scripts/php-config.in.embed ./scripts/php-config.in ---- ./scripts/php-config.in.embed 2020-07-07 12:54:42.000000000 +0200 -+++ ./scripts/php-config.in 2020-07-07 13:51:05.880764968 +0200 +--- ./scripts/php-config.in.embed 2025-03-25 22:00:06.000000000 +0100 ++++ ./scripts/php-config.in 2025-03-26 08:07:06.692518461 +0100 @@ -18,7 +18,7 @@ exe_extension="@EXEEXT@" php_cli_binary=NONE php_cgi_binary=NONE @@ -122,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.19 -#global rcver RC1 +%global upver 8.3.20 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -166,7 +166,7 @@ Source53: 20-ffi.ini # Build fixes Patch1: php-7.4.0-httpd.patch Patch5: php-7.2.0-includedir.patch -Patch6: php-8.0.0-embed.patch +Patch6: php-8.3.20-embed.patch Patch8: php-8.1.0-libdb.patch # RHEL backports Patch10: php-8.2.0-curl.patch @@ -2229,6 +2229,9 @@ fi %changelog +* Wed Mar 26 2025 Remi Collet <remi@remirepo.net> - 8.3.20~RC1-1 +- update to 8.3.20RC1 + * Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.3.19-1 - Update to 8.3.19 - http://www.php.net/releases/8_3_19.php |