./lang/pear, PEAR Base System for PHP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 1.10.7nb1, Package name: php71-pear-1.10.7nb1, Maintainer: pkgsrc-users

The PEAR package contains:
* the PEAR installer, for creating, distributing and installing packages
* the PEAR_Exception PHP5 error handling mechanism
* the PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS where PHP is running on
* the System class for quick handling of common operations with files and
directories
* the PEAR base class


Required to run:
[lang/php71]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2019-02-18 15:18:00 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #5912 - requested by taca
lang/pear: security fix

Revisions pulled up:
- lang/pear/Makefile                                            1.45-1.46
- lang/pear/distinfo                                            1.32-1.33
- lang/pear/patches/patch-.._Archive__Tar-1.4.5_Archive_Tar.php 1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb  3 14:06:58 UTC 2019

   Modified Files:
   	pkgsrc/lang/pear: Makefile distinfo

   Log message:
   lang/pear: update Archive_Tar pear package to 1.4.6

   Update Archive_Tar pear package to 1.4.6.

   Bump PKGREVISION.

   1.4.4 (2018-12-20)

   * Fix Bug #21058: Long symlinks are not supported [mrook]

   * Fix Bug #23782: Prevent phar:// files from being extracted [mrook]

   1.4.5 (2019-02-01)

   * Fix Bug #23788: Relative symlinks are broken [mrook]

   1.4.6 (2019-02-01)

   * Improve path traversal detection for forward and backward slashes

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Feb  7 13:40:57 UTC 2019

   Modified Files:
   	pkgsrc/lang/pear: Makefile distinfo
   Added Files:
   	pkgsrc/lang/pear/patches: patch-.._Archive__Tar-1.4.5_Archive_Tar.php

   Log message:
   lang/pear: fix broken package with previous commit

   Fix broken package with previous commit.

   * Make Archive_Tar to 1.4.5 which I have the distfile.
   * Upload Archive_Tar-1.4.5.tgz to MASTER_SITE_LOCAL.
   * Add patch to update Archive/Tar.php to 1.4.6 from GitHub.

   No PKGREVISION bump since it was broken.