[SECURITY] Fedora 21 Update: php-5.6.5-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Fri Feb 6 03:59:46 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-1058
2015-01-25 23:39:11
--------------------------------------------------------------------------------

Name        : php
Product     : Fedora 21
Version     : 5.6.5
Release     : 1.fc21
URL         : http://www.php.net/
Summary     : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.

--------------------------------------------------------------------------------
Update Information:

22 Jan 2015, PHP 5.6.5

Core:
* Upgraded crypt_blowfish to version 1.3. (Leigh)
* Fixed bug #60704 (unlink() bug with some files path).
* Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
* Fixed bug #68536 (pack for 64bits integer is broken on bigendian). (Remi)
* Fixed bug #55541 (errors spawn MessageBox, which blocks test automation). (Anatol)
* Fixed bug #68297 (Application Popup provides too few information). (Anatol)
* Fixed bug #65769 (localeconv() broken in TS builds). (Anatol)
* Fixed bug #65230 (setting locale randomly broken). (Anatol)
* Fixed bug #66764 (configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly). (Ferenc)
* Fixed bug #68583 (Crash in timeout thread). (Anatol)
* Fixed bug #65576 (Constructor from trait conflicts with inherited constructor). (dunglas at gmail dot com)
* Fixed bug #68676 (Explicit Double Free). (Kalle)
* Fixed bug #68710 (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231) (Stefan Esser)

CGI:
* Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427) (Stas)

CLI server:
* Fixed bug #68745 (Invalid HTTP requests make web server segfault). (Adam)

cURL:
* Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)

Date:
* Implemented FR #68268 (DatePeriod: Getter for start date, end date and  interval). (Marc Bennewitz)

EXIF:
* Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232) (Stas)

Fileinfo:
* Fixed bug #68398 (msooxml matches too many archives). (Anatol)
* Fixed bug #68665 (invalid free in libmagic). (Joshua Rogers, Anatol Belski)
* Fixed bug #68671 (incorrect expression in libmagic). (Joshua Rogers, Anatol Belski)
* Removed readelf.c and related code from libmagic sources (Remi, Anatol)
* Fixed bug #68735 (fileinfo out-of-bounds memory access). (Anatol)

FPM:
* Fixed request #68526 (Implement POSIX Access Control List for UDS). (Remi)
* Fixed bug #68751 (listen.allowed_clients is broken). (Remi)

GD:
* Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Jan Bee, Remi)
* Fixed request #68656 (Report gd library version). (Remi)

mbstring:
* Fixed bug #68504 (--with-libmbfl configure option not present on Windows). (Ashesh Vashi)

Opcache:
* Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8 + Opcache). (Laruence)
* Fixed bug #67111 (Memory leak when using "continue 2" inside two foreach loops). (Nikita)

OpenSSL:
* Improved handling of OPENSSL_KEYTYPE_EC keys. (Dominic Luechinger)

pcntl:
* Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler when setting SIG_DFL). (Julien)

PCRE:
* Fixed bug #66679 (Alignment Bug in PCRE 8.34 upstream). (Rainer Jung, Anatol Belski)

pgsql:
* Fixed bug #68697 (lo_export return -1 on failure). (Ondřej Surý)

PDO:
* Fixed bug #68371 (PDO#getAttribute() cannot be called with platform-specifi attribute names). (Matteo)

PDO_mysql:
* Fixed bug #68424 (Add new PDO mysql connection attr to control multi statements option). (peter dot wolanin at acquia dot com)

SPL:
* Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME breaks the RecursiveIterator). (Paul Garvin)
* Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe)

SQLite:
* Fixed bug #68120 (Update bundled libsqlite to 3.8.7.2). (Anatol)

Streams:
* Fixed bug #68532 (convert.base64-encode omits padding bytes). (blaesius at krumedia dot de)


--------------------------------------------------------------------------------
ChangeLog:

* Thu Jan 22 2015 Remi Collet <remi at fedoraproject.org> 5.6.5-1
- Update to 5.6.5
  http://www.php.net/releases/5_6_5.php
- FPM: enable ACL support for Unix Domain Socket
* Wed Dec 17 2014 Remi Collet <remi at fedoraproject.org> 5.6.4-2
- Update to 5.6.4 (real)
  http://www.php.net/releases/5_6_4.php
- php-xmlrpc requires php-xml
* Wed Dec 10 2014 Remi Collet <remi at fedoraproject.org> 5.6.4-1
- Update to 5.6.4
  http://www.php.net/releases/5_6_4.php
* Fri Nov 28 2014 Remi Collet <rcollet at redhat.com> 5.6.4-0.1.RC1
- php 5.6.4RC1
* Mon Nov 17 2014 Remi Collet <remi at fedoraproject.org> 5.6.3-4
- FPM: add upstream patch for https://bugs.php.net/68428
  listen.allowed_clients is IPv4 only
* Mon Nov 17 2014 Remi Collet <remi at fedoraproject.org> 5.6.3-3
- sync php-fpm configuration with upstream
- refresh upstream patch for 68421
* Sun Nov 16 2014 Remi Collet <remi at fedoraproject.org> 5.6.3-2
- FPM: add upstream patch for https://bugs.php.net/68421
  access.format=R doesn't log ipv6 address
- FPM: add upstream patch for https://bugs.php.net/68420
  listen=9000 listens to ipv6 localhost instead of all addresses
- FPM: add upstream patch for https://bugs.php.net/68423
  will no longer load all pools
* Thu Nov 13 2014 Remi Collet <remi at fedoraproject.org> 5.6.3-1
- Update to PHP 5.6.3
  http://php.net/releases/5_6_3.php
* Fri Oct 31 2014 Remi Collet <rcollet at redhat.com> 5.6.3-0.2.RC1
- php 5.6.3RC1 (refreshed, phpdbg changes reverted)
- new version of systzdata patch, fix case sensitivity
- ignore Factory in date tests
* Wed Oct 29 2014 Remi Collet <rcollet at redhat.com> 5.6.3-0.1.RC1
- php 5.6.3RC1
- disable opcache.fast_shutdown in default config
- enable phpdbg_webhelper new extension (in php-dbg)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1178736 - CVE-2014-9427 php: out of bounds read when parsing a crafted .php file
        https://bugzilla.redhat.com/show_bug.cgi?id=1178736
  [ 2 ] Bug #1185397 - CVE-2015-0231 php: use after free vulnerability in unserialize() (inclomplete fix of CVE-2014-8142)
        https://bugzilla.redhat.com/show_bug.cgi?id=1185397
  [ 3 ] Bug #1185472 - CVE-2015-0232 php: Free called on unitialized pointer in exif.c
        https://bugzilla.redhat.com/show_bug.cgi?id=1185472
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list