Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php8 for openSUSE:Factory checked in 
at 2024-01-21 23:07:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php8 (Old)
 and      /work/SRC/openSUSE:Factory/.php8.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php8"

Sun Jan 21 23:07:46 2024 rev:61 rq:1139795 version:8.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/php8/php8.changes        2024-01-04 
15:58:01.869907803 +0100
+++ /work/SRC/openSUSE:Factory/.php8.new.16006/php8.changes     2024-01-21 
23:07:58.492671292 +0100
@@ -1,0 +2,9 @@
+Thu Jan 18 18:01:47 UTC 2024 - pgaj...@suse.com
+
+- version update to 8.2.15
+  * This is a bug fix release.
+- modified patches
+  % php-ar-flags.patch (refreshed)
+  % php-build-reproducible-phar.patch (refreshed)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ php8.spec ++++++
--- /var/tmp/diff_new_pack.OwhlRw/_old  2024-01-21 23:07:59.288700308 +0100
+++ /var/tmp/diff_new_pack.OwhlRw/_new  2024-01-21 23:07:59.292700454 +0100
@@ -57,7 +57,7 @@
 %bcond_without sodium
 
 Name:           %{pprefix}%{php_name}%{psuffix}
-Version:        8.2.14
+Version:        8.2.15
 Release:        0
 Summary:        Interpreter for the PHP scripting language version 8
 License:        MIT AND PHP-3.01

++++++ php-8.2.14.tar.xz -> php-8.2.15.tar.xz ++++++
/work/SRC/openSUSE:Factory/php8/php-8.2.14.tar.xz 
/work/SRC/openSUSE:Factory/.php8.new.16006/php-8.2.15.tar.xz differ: char 26, 
line 1

++++++ php-ar-flags.patch ++++++
--- /var/tmp/diff_new_pack.OwhlRw/_old  2024-01-21 23:07:59.384703808 +0100
+++ /var/tmp/diff_new_pack.OwhlRw/_new  2024-01-21 23:07:59.388703954 +0100
@@ -1,8 +1,8 @@
-Index: php-8.2.7/configure.ac
+Index: php-8.2.15/configure.ac
 ===================================================================
---- php-8.2.7.orig/configure.ac
-+++ php-8.2.7/configure.ac
-@@ -1590,7 +1590,7 @@ PHP_CONFIGURE_PART(Configuring libtool)
+--- php-8.2.15.orig/configure.ac
++++ php-8.2.15/configure.ac
+@@ -1618,7 +1618,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.OwhlRw/_old  2024-01-21 23:07:59.400704391 +0100
+++ /var/tmp/diff_new_pack.OwhlRw/_new  2024-01-21 23:07:59.404704537 +0100
@@ -16,10 +16,10 @@
  ext/phar/zip.c           |  2 +-
  6 files changed, 18 insertions(+), 5 deletions(-)
 
-Index: php-8.2.7/ext/phar/phar.c
+Index: php-8.2.15/ext/phar/phar.c
 ===================================================================
---- php-8.2.7.orig/ext/phar/phar.c
-+++ php-8.2.7/ext/phar/phar.c
+--- php-8.2.15.orig/ext/phar/phar.c
++++ php-8.2.15/ext/phar/phar.c
 @@ -2999,7 +2999,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.2.7/ext/phar/phar_internal.h
+Index: php-8.2.15/ext/phar/phar_internal.h
 ===================================================================
---- php-8.2.7.orig/ext/phar/phar_internal.h
-+++ php-8.2.7/ext/phar/phar_internal.h
+--- php-8.2.15.orig/ext/phar/phar_internal.h
++++ php-8.2.15/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,11 +55,11 @@
  static inline zend_off_t phar_get_fp_offset(phar_entry_info *entry)
  {
        if (!entry->is_persistent) {
-Index: php-8.2.7/ext/phar/stream.c
+Index: php-8.2.15/ext/phar/stream.c
 ===================================================================
---- php-8.2.7.orig/ext/phar/stream.c
-+++ php-8.2.7/ext/phar/stream.c
-@@ -463,7 +463,7 @@ static int phar_stream_flush(php_stream
+--- php-8.2.15.orig/ext/phar/stream.c
++++ php-8.2.15/ext/phar/stream.c
+@@ -474,7 +474,7 @@ static int phar_stream_flush(php_stream
        phar_entry_data *data = (phar_entry_data *) stream->abstract;
  
        if (data->internal_file->is_modified) {
@@ -68,10 +68,10 @@
                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.2.7/ext/phar/tar.c
+Index: php-8.2.15/ext/phar/tar.c
 ===================================================================
---- php-8.2.7.orig/ext/phar/tar.c
-+++ php-8.2.7/ext/phar/tar.c
+--- php-8.2.15.orig/ext/phar/tar.c
++++ php-8.2.15/ext/phar/tar.c
 @@ -972,7 +972,7 @@ int phar_tar_flush(phar_archive_data *ph
        char halt_stub[] = "__HALT_COMPILER();";
  
@@ -81,10 +81,10 @@
        entry.is_modified = 1;
        entry.is_crc_checked = 1;
        entry.is_tar = 1;
-Index: php-8.2.7/ext/phar/util.c
+Index: php-8.2.15/ext/phar/util.c
 ===================================================================
---- php-8.2.7.orig/ext/phar/util.c
-+++ php-8.2.7/ext/phar/util.c
+--- php-8.2.15.orig/ext/phar/util.c
++++ php-8.2.15/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,10 +94,10 @@
        etemp.is_crc_checked = 1;
        etemp.phar = phar;
        etemp.filename = estrndup(path, path_len);
-Index: php-8.2.7/ext/phar/zip.c
+Index: php-8.2.15/ext/phar/zip.c
 ===================================================================
---- php-8.2.7.orig/ext/phar/zip.c
-+++ php-8.2.7/ext/phar/zip.c
+--- php-8.2.15.orig/ext/phar/zip.c
++++ php-8.2.15/ext/phar/zip.c
 @@ -1214,7 +1214,7 @@ int phar_zip_flush(phar_archive_data *ph
  
        pass.error = &temperr;

Reply via email to