Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php8 for openSUSE:Factory checked in 
at 2023-04-15 22:32:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php8 (Old)
 and      /work/SRC/openSUSE:Factory/.php8.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php8"

Sat Apr 15 22:32:06 2023 rev:44 rq:1079356 version:8.1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/php8/php8.changes        2023-03-25 
18:54:46.698482625 +0100
+++ /work/SRC/openSUSE:Factory/.php8.new.19717/php8.changes     2023-04-15 
22:32:07.853186138 +0200
@@ -1,0 +2,11 @@
+Fri Apr 14 06:06:55 UTC 2023 - pgaj...@suse.com
+
+- version update to 8.1.18
+  * This is a bug fix release.
+  https://www.php.net/ChangeLog-8.php#8.1.18
+- modified patches
+  % php-ar-flags.patch (refreshed)
+  % php-build-reproducible-phar.patch (refreshed)
+  % php-ini.patch (refreshed)
+
+-------------------------------------------------------------------

Old:
----
  php-8.1.17.tar.xz
  php-8.1.17.tar.xz.asc

New:
----
  php-8.1.18.tar.xz
  php-8.1.18.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php8.spec ++++++
--- /var/tmp/diff_new_pack.TLxa7N/_old  2023-04-15 22:32:08.701191031 +0200
+++ /var/tmp/diff_new_pack.TLxa7N/_new  2023-04-15 22:32:08.705191054 +0200
@@ -57,7 +57,7 @@
 %bcond_without sodium
 
 Name:           %{pprefix}%{php_name}%{psuffix}
-Version:        8.1.17
+Version:        8.1.18
 Release:        0
 Summary:        Interpreter for the PHP scripting language version 8
 License:        PHP-3.01

++++++ php-8.1.17.tar.xz -> php-8.1.18.tar.xz ++++++
/work/SRC/openSUSE:Factory/php8/php-8.1.17.tar.xz 
/work/SRC/openSUSE:Factory/.php8.new.19717/php-8.1.18.tar.xz differ: char 25, 
line 1

++++++ php-ar-flags.patch ++++++
--- /var/tmp/diff_new_pack.TLxa7N/_old  2023-04-15 22:32:08.833191792 +0200
+++ /var/tmp/diff_new_pack.TLxa7N/_new  2023-04-15 22:32:08.837191816 +0200
@@ -1,8 +1,8 @@
-Index: php-8.0.0/configure.ac
+Index: php-8.1.18/configure.ac
 ===================================================================
---- php-8.0.0.orig/configure.ac        2020-11-24 18:04:03.000000000 +0100
-+++ php-8.0.0/configure.ac     2021-01-07 10:13:22.698526815 +0100
-@@ -1530,7 +1530,7 @@ PHP_CONFIGURE_PART(Configuring libtool)
+--- php-8.1.18.orig/configure.ac
++++ php-8.1.18/configure.ac
+@@ -1543,7 +1543,7 @@ PHP_CONFIGURE_PART(Configuring libtool)
  
  dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
  dnl See https://github.com/php/php-src/pull/3017

++++++ php-build-reproducible-phar.patch ++++++
--- /var/tmp/diff_new_pack.TLxa7N/_old  2023-04-15 22:32:08.849191885 +0200
+++ /var/tmp/diff_new_pack.TLxa7N/_new  2023-04-15 22:32:08.853191908 +0200
@@ -16,10 +16,10 @@
  ext/phar/zip.c           |  2 +-
  6 files changed, 18 insertions(+), 5 deletions(-)
 
-Index: php-8.1.16/ext/phar/phar.c
+Index: php-8.1.18/ext/phar/phar.c
 ===================================================================
---- php-8.1.16.orig/ext/phar/phar.c
-+++ php-8.1.16/ext/phar/phar.c
+--- php-8.1.18.orig/ext/phar/phar.c
++++ php-8.1.18/ext/phar/phar.c
 @@ -3004,7 +3004,7 @@ int phar_flush(phar_archive_data *phar,
                        4: metadata-len
                        +: metadata
@@ -29,10 +29,10 @@
                phar_set_32(entry_buffer, entry->uncompressed_filesize);
                phar_set_32(entry_buffer+4, mytime);
                phar_set_32(entry_buffer+8, entry->compressed_filesize);
-Index: php-8.1.16/ext/phar/phar_internal.h
+Index: php-8.1.18/ext/phar/phar_internal.h
 ===================================================================
---- php-8.1.16.orig/ext/phar/phar_internal.h
-+++ php-8.1.16/ext/phar/phar_internal.h
+--- php-8.1.18.orig/ext/phar/phar_internal.h
++++ php-8.1.18/ext/phar/phar_internal.h
 @@ -427,6 +427,21 @@ static inline enum phar_fp_type phar_get
        return 
PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type;
  }
@@ -55,10 +55,10 @@
  static inline zend_off_t phar_get_fp_offset(phar_entry_info *entry)
  {
        if (!entry->is_persistent) {
-Index: php-8.1.16/ext/phar/stream.c
+Index: php-8.1.18/ext/phar/stream.c
 ===================================================================
---- php-8.1.16.orig/ext/phar/stream.c
-+++ php-8.1.16/ext/phar/stream.c
+--- php-8.1.18.orig/ext/phar/stream.c
++++ php-8.1.18/ext/phar/stream.c
 @@ -463,7 +463,7 @@ static int phar_stream_flush(php_stream
        phar_entry_data *data = (phar_entry_data *) stream->abstract;
  
@@ -68,11 +68,11 @@
                ret = phar_flush(data->phar, 0, 0, 0, &error);
                if (error) {
                        php_stream_wrapper_log_error(stream->wrapper, 
REPORT_ERRORS, "%s", error);
-Index: php-8.1.16/ext/phar/tar.c
+Index: php-8.1.18/ext/phar/tar.c
 ===================================================================
---- php-8.1.16.orig/ext/phar/tar.c
-+++ php-8.1.16/ext/phar/tar.c
-@@ -971,7 +971,7 @@ int phar_tar_flush(phar_archive_data *ph
+--- php-8.1.18.orig/ext/phar/tar.c
++++ php-8.1.18/ext/phar/tar.c
+@@ -972,7 +972,7 @@ int phar_tar_flush(phar_archive_data *ph
        char halt_stub[] = "__HALT_COMPILER();";
  
        entry.flags = PHAR_ENT_PERM_DEF_FILE;
@@ -81,10 +81,10 @@
        entry.is_modified = 1;
        entry.is_crc_checked = 1;
        entry.is_tar = 1;
-Index: php-8.1.16/ext/phar/util.c
+Index: php-8.1.18/ext/phar/util.c
 ===================================================================
---- php-8.1.16.orig/ext/phar/util.c
-+++ php-8.1.16/ext/phar/util.c
+--- php-8.1.18.orig/ext/phar/util.c
++++ php-8.1.18/ext/phar/util.c
 @@ -574,7 +574,7 @@ phar_entry_data *phar_get_or_create_entr
  
        phar_add_virtual_dirs(phar, path, path_len);
@@ -94,11 +94,11 @@
        etemp.is_crc_checked = 1;
        etemp.phar = phar;
        etemp.filename = estrndup(path, path_len);
-Index: php-8.1.16/ext/phar/zip.c
+Index: php-8.1.18/ext/phar/zip.c
 ===================================================================
---- php-8.1.16.orig/ext/phar/zip.c
-+++ php-8.1.16/ext/phar/zip.c
-@@ -1214,7 +1214,7 @@ int phar_zip_flush(phar_archive_data *ph
+--- php-8.1.18.orig/ext/phar/zip.c
++++ php-8.1.18/ext/phar/zip.c
+@@ -1215,7 +1215,7 @@ int phar_zip_flush(phar_archive_data *ph
  
        pass.error = &temperr;
        entry.flags = PHAR_ENT_PERM_DEF_FILE;

++++++ php-ini.patch ++++++
--- /var/tmp/diff_new_pack.TLxa7N/_old  2023-04-15 22:32:08.889192116 +0200
+++ /var/tmp/diff_new_pack.TLxa7N/_new  2023-04-15 22:32:08.893192138 +0200
@@ -1,8 +1,8 @@
-Index: php-8.0.0/php.ini-production
+Index: php-8.1.18/php.ini-production
 ===================================================================
---- php-8.0.0.orig/php.ini-production  2020-11-24 18:04:03.000000000 +0100
-+++ php-8.0.0/php.ini-production       2021-01-07 10:13:37.934622775 +0100
-@@ -737,7 +737,7 @@ default_charset = "UTF-8"
+--- php-8.1.18.orig/php.ini-production
++++ php-8.1.18/php.ini-production
+@@ -742,7 +742,7 @@ default_charset = "UTF-8"
  ;;;;;;;;;;;;;;;;;;;;;;;;;
  
  ; UNIX: "/path1:/path2"
@@ -11,7 +11,7 @@
  ;
  ; Windows: "\path1;\path2"
  ;include_path = ".;c:\php\includes"
-@@ -965,7 +965,7 @@ cli_server.color = On
+@@ -975,7 +975,7 @@ cli_server.color = On
  [Date]
  ; Defines the default timezone used by the date functions
  ; https://php.net/date.timezone
@@ -20,7 +20,7 @@
  
  ; https://php.net/date.default-latitude
  ;date.default_latitude = 31.7667
-@@ -1154,7 +1154,7 @@ mysqli.max_persistent = -1
+@@ -1164,7 +1164,7 @@ mysqli.max_persistent = -1
  
  ; Allow or prevent persistent links.
  ; https://php.net/mysqli.allow-persistent

Reply via email to