Fedora 20 Update: php-pear-HTTP-Request2-2.2.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Sun Jan 26 00:31:04 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-1038
2014-01-18 02:56:23
--------------------------------------------------------------------------------

Name        : php-pear-HTTP-Request2
Product     : Fedora 20
Version     : 2.2.1
Release     : 1.fc20
URL         : http://pear.php.net/package/HTTP_Request2
Summary     : Provides an easy way to perform HTTP requests
Description :
PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
  * Socket adapter, based on old HTTP_Request code,
  * Curl adapter, wraps around PHP's cURL extension,
  * Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...

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

Upstream Changelog, version 2.2.1

* Fixed a bogus timeout Exception in Socket adapter after waiting for "100 Continue" response: the same one-second timeout was used for further socket operations if explicit 'timeout' parameter was not set. Thanks to Andrea Brancatelli (abrancatelli at schema31 dot it) for the report.
* Bundled a separate LICENSE file (request #20175). Updated phrasing and links to mention 3-Clause BSD license the package actually uses.

Upstream Changelog, version 2.2.0

New features:
* Socket adapter will send "Expect: 100-continue" header and wait for "100 Continue" response by default before sending large request body (request #19233). This can be disabled by setting an empty "Expect" header, the same way as done with Curl adapter (see bug #15937)
* It is possible to specify a local IP address to bind to using 'local_ip' configuration parameter (request #19515)

Other changes and fixes:
* An infinite loop was possible when using a stream wrapper instead of a regular file with MultipartBody (bug #19934)
* Socket adapter will properly send chunked request body if "Transfer-Encoding: chunked" header is set for the request (bug #20125)
* Updated Public Suffix List to the latest version and updated its download script
* Unit tests fixes

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

* Fri Jan 17 2014 Remi Collet <remi at fedoraproject.org> - 2.2.1-1
- update to 2.2.1 (stable)
* Mon Jan 13 2014 Remi Collet <remi at fedoraproject.org> - 2.2.0-1
- update to 2.2.0 (stable)
- https://pear.php.net/bugs/20176 - corrupted archive
- https://pear.php.net/bugs/20175 - license
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update php-pear-HTTP-Request2' 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