Accepting request 911360 from home:adkorte:branches:devel:languages:php

- Update to 1.10.21
  - PEAR 1.10.13
    * unsupported protocol - use --force to continue
    * Add $this operator to _determineIfPowerpc calls
- Update to 1.10.20
  - Archive_Tar 1.4.14
    * Properly fix symbolic link path traversal (CVE-2021-32610)
  - Archive_Tar 1.4.13
    * Relative symlinks failing (out-of path file extraction)
  - Archive_Tar 1.4.12
  - Archive_Tar 1.4.11
  - Archive_Tar 1.4.10
    * Fix block padding when the file buffer length is a multiple
      of 512 and smaller than Archive_Tar buffer length
    * Don't try to copy username/groupname in chroot jail

OBS-URL: https://build.opensuse.org/request/show/911360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=4
This commit is contained in:
2021-08-11 06:09:50 +00:00
committed by Git OBS Bridge
parent 238af5ae58
commit 4783e74736
4 changed files with 886 additions and 601 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 11 05:50:51 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.21
- PEAR 1.10.13
* unsupported protocol - use --force to continue
* Add $this operator to _determineIfPowerpc calls
- Update to 1.10.20
- Archive_Tar 1.4.14
* Properly fix symbolic link path traversal (CVE-2021-32610)
- Archive_Tar 1.4.13
* Relative symlinks failing (out-of path file extraction)
- Archive_Tar 1.4.12
- Archive_Tar 1.4.11
- Archive_Tar 1.4.10
* Fix block padding when the file buffer length is a multiple
of 512 and smaller than Archive_Tar buffer length
* Don't try to copy username/groupname in chroot jail
-------------------------------------------------------------------
Wed Jan 20 16:15:29 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -23,7 +23,7 @@
%define pear_module_version(m) %(sed -n 's/.*=>.*%{1}-\\(.*\\)\\.tar.*/\\1/p' %{SOURCE0})
Name: php8-pear
Version: 1.10.19
Version: 1.10.21
Release: 0
Summary: PHP Extension and Application Repository
License: BSD-2-Clause