php-pear 1:1.10.5+submodules+notgz-1ubuntu1.18.04.2 source package in Ubuntu

Changelog

php-pear (1:1.10.5+submodules+notgz-1ubuntu1.18.04.2) bionic-security; urgency=medium

  * SECURITY UPDATE: unserialization attack in Archive_Tar
    - debian/patches/CVE-2020-2894x.patch: catch additional malicious or
      crafted filenames in submodules/Archive_Tar/Archive/Tar.php.
    - CVE-2020-28948
    - CVE-2020-28949

 -- Marc Deslauriers <email address hidden>  Mon, 30 Nov 2020 10:02:42 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-pear_1.10.5+submodules+notgz.orig.tar.gz 2.1 MiB c47dff694bc69768c197d7b965aa6032a4243e40bafb30b400c2d32f959d3be0
php-pear_1.10.5+submodules+notgz-1ubuntu1.18.04.2.debian.tar.xz 7.1 KiB 23849efc64d9d077ca36a0ec0ae4e7891cf4a1f05d419e6737b9ac7a16e8aaf4
php-pear_1.10.5+submodules+notgz-1ubuntu1.18.04.2.dsc 2.1 KiB 28fe813ea33f0857f0b150ff75a7263c7c17b292749831c3dffa7dd3c56b328e

View changes file

Binary packages built by this source

php-pear: PEAR Base System

 The PEAR package contains:
  * the PEAR installer, for creating, distributing
 and installing packages
  * the PEAR_Exception PHP 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
 Features in a nutshell:
  * full support for channels
  * pre-download dependency validation
  * new package.xml 2.0 format allows tremendous flexibility while maintaining
 BC
  * support for optional dependency groups and limited support for
 sub-packaging
  * robust dependency support
  * full dependency validation on uninstall
  * remote install for hosts with only ftp access - no more problems with
 restricted host installation
  * full support for mirroring
  * support for bundling several packages into a single tarball
  * support for static dependencies on a url-based package
  * support for custom file roles and installation tasks