Accepting request 911367 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/911367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7-pear?expand=0&rev=33
This commit is contained in:
2021-08-11 06:16:09 +00:00
committed by Git OBS Bridge
parent 9b231eefc7
commit 2965ca35c7
4 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cb4704e956b78b24332ab22fd0cb4c99d5574445a858a7d64731f00a90a28ba
size 3634227
oid sha256:51b94a55cb26d37d2d35203a99d79a6fe87b66100d373ecc9057f86758a2823b
size 3641841

Binary file not shown.

View File

@@ -1,4 +1,23 @@
-------------------------------------------------------------------
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 Jun 16 09:27:45 UTC 2021 - pgajdos@suse.com
- added patches

View File

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