--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7505
2015-08-30 16:08:51.404188
--------------------------------------------------------------------------------
Name : globus-proxy-utils
Product : Fedora EPEL 7
Version : 6.13
Release : 1.el7
URL : http://www.globus.org/
Summary : Globus Toolkit - Globus GSI Proxy Utility Programs
Description :
The Globus Toolkit is an open source software toolkit used for building Grid
systems and applications. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and companies are
using the Globus Toolkit to unlock the potential of grids for their cause.
The globus-proxy-utils package contains:
Globus GSI Proxy Utility Programs
--------------------------------------------------------------------------------
Update Information:
Globus Toolkit updates: * globus-gass-cache 9.7 * globus-gram-job-manager
14.27 * globus-proxy-utils 6.13 * globus-simple-ca 4.22 Fixed issues: *
https://globus.atlassian.net/browse/GT-617: Use 4096-bit RSA key for globus-
simple-ca * https://globus.atlassian.net/browse/GT-618: GASS Cache error
mishandling causes crash * https://globus.atlassian.net/browse/GT-619:
Uninitialized data in job manager cause crash
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update globus-proxy-utils' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7635
2015-08-30 16:08:51.404141
--------------------------------------------------------------------------------
Name : php-Monolog
Product : Fedora EPEL 7
Version : 1.16.0
Release : 1.el7
URL : https://github.com/Seldaek/monolog
Summary : Sends your logs to files, sockets, inboxes, databases and various web services
Description :
Monolog sends your logs to files, sockets, inboxes, databases and various web
services. Special handlers allow you to build advanced logging strategies.
This library implements the PSR-3 [1] interface that you can type-hint against
in your own libraries to keep a maximum of interoperability. You can also use it
in your applications to make sure you can always use another compatible logger
at a later time.
Optional:
* php-aws-sdk (>= 2.8.13, < 3.0)
Allow sending log messages to AWS services like DynamoDB
* php-pecl-amqp
Allow sending log messages to an AMQP server (1.0+ required)
* php-pecl-mongo
Allow sending log messages to a MongoDB server
* php-Raven (>= 0.12.0, < 1.0)
Allow sending log messages to a Sentry server
* php-swift-Swift
Allow sending log messages through Swiftmailer
* https://github.com/doctrine/couchdb-client
Allow sending log messages to a CouchDB server
* https://github.com/Graylog2/gelf-php
Allow sending log messages to a GrayLog2 server
* https://docs.newrelic.com/docs/php/new-relic-for-php
Allow sending log messages to a New Relic application
* https://github.com/phpconsole/phpconsole
Allow sending log messages to Google Chrome
* https://github.com/rollbar/rollbar-php
Allow sending log messages to Rollbar
* https://github.com/ruflin/Elastica
Allow sending log messages to an Elastic Search server
* https://github.com/videlalvaro/php-amqplib
Allow sending log messages to an AMQP server using php-amqplib
[1] http://www.php-fig.org/psr/psr-3/
--------------------------------------------------------------------------------
Update Information:
### 1.16.0 (2015-08-09) * Added IFTTTHandler to notify ifttt.com triggers *
Added Logger::setHandlers() to allow setting/replacing all handlers * Added
$capSize in RedisHandler to cap the log size * Fixed StreamHandler creation of
directory to only trigger when the first log write happens * Fixed bug in the
handling of curl failures * Fixed duplicate logging of fatal errors when both
error and fatal error handlers are registered in monolog's ErrorHandler * Fixed
missing fatal errors records with handlers that need to be closed to flush log
records * Fixed TagProcessor::addTags support for associative arrays
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1251783 - php-Monolog-1.16.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1251783
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-Monolog' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7629
2015-08-30 16:08:51.404098
--------------------------------------------------------------------------------
Name : php-zendframework-zend-diactoros
Product : Fedora EPEL 7
Version : 1.1.3
Release : 1.el7
URL : https://github.com/zendframework/zend-diactoros
Summary : PSR HTTP Message implementations
Description :
A PHP package containing implementations of the accepted PSR-7 HTTP message
interfaces [1], as well as a "server" implementation similar to node's
http.Server [2].
[1] http://www.php-fig.org/psr/psr-7/
[2] http://nodejs.org/api/http.html
--------------------------------------------------------------------------------
Update Information:
## 1.1.3 - 2015-08-10 ### Added - Nothing. ### Deprecated - Nothing.
### Removed - Nothing. ### Fixed -
[#71](https://github.com/zendframework/zend-diactoros/pull/71) fixes the
docblock of the `JsonResponse` constructor to typehint the `$data` argument as
`mixed`. - [#73](https://github.com/zendframework/zend-diactoros/pull/73)
changes the behavior in `Request` such that if it marshals a stream during
instantiation, the stream is marked as writeable (specifically, mode `wb+`). -
[#85](https://github.com/zendframework/zend-diactoros/pull/85) updates the
behavior of `Zend\Diactoros\Uri`'s various `with*()` methods that are documented
as accepting strings to raise exceptions on non-string input. Previously,
several simply passed non-string input on verbatim, others normalized the input,
and a few correctly raised the exceptions. Behavior is now consistent across
each. - [#87](https://github.com/zendframework/zend-diactoros/pull/87) fixes
`UploadedFile` to ensure that `moveTo()` works correctly in non-SAPI
environments when the file provided to the constructor is a path.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1252195 - php-zendframework-zend-diactoros-1.1.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1252195
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-zendframework-zend-diactoros' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7608
2015-08-30 16:08:51.404048
--------------------------------------------------------------------------------
Name : fusioninventory-agent
Product : Fedora EPEL 7
Version : 2.3.16
Release : 5.el7
URL : http://fusioninventory.org/
Summary : FusionInventory agent
Description :
FusionInventory Agent is an application designed to help a network
or system administrator to keep track of the hardware and software
configurations of computers that are installed on the network.
This agent can send information about the computer to a OCS Inventory NG
or GLPI server with the FusionInventory for GLPI plugin.
You can add additional packages for optional tasks:
* fusioninventory-agent-task-network
Network Discovery and Inventory support
* fusioninventory-agent-inventory
Local inventory support for FusionInventory
* fusioninventory-agent-task-deploy
Software deployment support
* fusioninventory-agent-task-esx
vCenter/ESX/ESXi remote inventory
* perl-FusionInventory-WakeOnLan
not included due to a licensing issue for perl-Net-Write
Edit the /etc/sysconfig/fusioninventory-agent file for service configuration.
--------------------------------------------------------------------------------
Update Information:
fixing bug 1240964
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1240964 - Environment file not read on EL7
https://bugzilla.redhat.com/show_bug.cgi?id=1240964
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fusioninventory-agent' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7656
2015-08-30 16:08:51.404001
--------------------------------------------------------------------------------
Name : python-idna
Product : Fedora EPEL 7
Version : 2.0
Release : 1.el7
URL : https://github.com/kjd/idna
Summary : Internationalized Domain Names in Applications (IDNA)
Description :
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.
--------------------------------------------------------------------------------
Update Information:
Update to 2.0 which is required by python-cryptography
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-idna' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7654
2015-08-30 16:08:51.403960
--------------------------------------------------------------------------------
Name : php-scssphp
Product : Fedora EPEL 7
Version : 0.1.9
Release : 1.el7
URL : http://leafo.net/scssphp
Summary : A compiler for SCSS written in PHP
Description :
SCSS (http://sass-lang.com/) is a CSS preprocessor that adds many features like
variables, mixins, imports, color manipulation, functions, and tons of other
powerful features.
The entire compiler comes in a single class file ready for including in any kind
of project in addition to a command line tool for running the compiler from the
terminal.
scssphp implements SCSS (3.2.12). It does not implement the SASS syntax, only
the SCSS syntax.
--------------------------------------------------------------------------------
Update Information:
## v0.1.9 ### Announcements * Adoption of the [Sass Community
Guidelines](http://leafo.github.io/scssphp/community/) ### Compatibility Bug
Fixes * Nested selector fixes with lists, interpolated string, and parent
selector * Implement list-separator() and set-nth() built-ins * Implement
@warn and @error * Removed spaceship operator pending discussion with reference
implementators ## v0.1.8 ### Announcements * Online documentation moved
to http://leafo.github.com/scssphp/ ### Compatibility Bug Fixes * index()
- map support; now returns null (instead of false) when value not found *
lighten(), darken() - percentages don't require % unit * str-slice() - edge
cases when starts-at or ends-at is 0 * type-of() - returns arglist for variable
arguments * != * @return inside @each ## v0.1.7 ### Announcements *
simplified licensing (MIT) ### Enhancements * bin/pscss: added --line-
numbers and --debug-info options * Compiler: added setLineNumberStyle() and 'q'
unit ### Maintenance * Parser: deprecated show() and to() methods *
refactoring internals and misc bug fixes (maps, empty list, function-exists())
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1238727 - php-scssphp-v0.1.9 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1238727
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-scssphp' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7655
2015-08-30 16:08:51.403896
--------------------------------------------------------------------------------
Name : php-silex
Product : Fedora EPEL 7
Version : 1.3.1
Release : 1.el7
URL : http://silex.sensiolabs.org
Summary : PHP micro-framework based on the Symfony components
Description :
Silex is a PHP micro-framework. It is built on the shoulders of Symfony and
Pimple and also inspired by Sinatra.
A micro-framework provides the guts for building simple single-file apps. Silex
aims to be:
* Concise: Silex exposes an intuitive and concise API that is fun to use
* Extensible: Silex has an extension system based around the Pimple micro
service-container that makes it even easier to tie in third party libraries
* Testable: Silex uses Symfony's HttpKernel which abstracts requests and
responses. This makes it very easy to test apps and the framework itself.
It also respects the HTTP specification and encourages its' proper use.
--------------------------------------------------------------------------------
Update Information:
1.3.1 (2015-08-04) ------------------ * added missing support for the
Expression constraint * fixed the possibility to override translations for
validator error messages * fixed sub-mounts with same name clash * fixed
session logout handler when a firewall is stateless 1.3.0 (2015-06-05)
------------------ * added a `$app['user']` to get the current user (security
provider) * added view handlers * added support for the OPTIONS HTTP method *
added caching for the Translator provider * deprecated
`$app['exception_handler']->disable()` in favor of
`unset($app['exception_handler'])` * made Silex compatible with Symfony 2.7 and
2.8 (and keep compatibility with Symfony 2.3, 2.5, and 2.6) * removed
deprecated TwigCoreExtension class (register the new HttpFragmentServiceProvider
instead) * bumped minimum version of PHP to 5.3.9
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250055 - php-silex-v1.3.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1250055
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-silex' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7201
2015-08-28 05:20:11.182889
--------------------------------------------------------------------------------
Name : php-pecl-http
Product : Fedora EPEL 7
Version : 2.5.1
Release : 1.el7
URL : http://pecl.php.net/package/pecl_http
Summary : Extended HTTP support
Description :
The HTTP extension aims to provide a convenient and powerful set of
functionality for major applications.
The HTTP extension eases handling of HTTP URLs, dates, redirects, headers
and messages in a HTTP context (both incoming and outgoing). It also provides
means for client negotiation of preferred language and charset, as well as
a convenient way to exchange arbitrary data with caching and resuming
capabilities.
Also provided is a powerful request and parallel interface.
Version 2 is completely incompatible to previous version.
Note:
. php-pecl-http1 provides API version 1
. php-pecl-http provides API version 2
Documentation : http://devel-m6w6.rhcloud.com/mdref/http
--------------------------------------------------------------------------------
Update Information:
**pecl_http 2.5.1** * Fixed gh-issue #2: comparison of obsolete pointers in the
header parser (xiaoyjy) * Fixed gh-issue #6: allow RFC1738 unsafe characters in
query/fragment * Fixed gh-issue #7: crash with querystring and exception from
error handler * SSL certinfo is available for libcurl >= 7.42 with gnutls
(openssl has already been since 7.19.1) * Added "falsestart" SSL request option
(available with libcurl >= 7.42 and darwinssl/NSS) * Added "service_name" and
"proxy_service_name" request options for SPNEGO (available with libcurl >= 7.43)
* Enabled "certinfo" transfer info on all supporting SSL backends (OpenSSL:
libcurl v7.19.1, NSS: libcurl v7.34.0, GSKit: libcurl v7.39.0, GnuTLS: libcurl
v7.42.0) **pecl_http 2.5.0** * Added RFC5988 (Web Linking) support to
http\Params * Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
* Fixed overly aggressive response caching to only consider 2xx cachable
**pecl_http 2.4.0** * Split off pecl/apfd and pecl/json_post **pecl_http
2.3.0** * Preliminiary HTTP2 support for http\Client (libcurl with nghttp2
support) * Improved performance of HTTP info parser (request/response line) *
Improved performance of updating client observers * Improved performance of
http\Env\Response output to streams * Improved the error messages of the header
parser * Added http\Header\Parser class * Added http\Client::configure()
method accepting an array with the following options for libcurl: * maxconnects
(int, size of the connection cache) * max_host_connections (int, max number of
connections to a single host, libcurl >= 7.30.0) * max_pipeline_length (int,
max number of requests in a pipeline, libcurl >= 7.30.0) *
max_total_connections (int, max number of simultaneous open connections of this
client, libcurl >= 7.30.0) * pipelining (bool, whether to enable HTTP/1.1
pipelining) * chunk_length_penalty_size (int, chunk length threshold for
pipelining, libcurl >= 7.30.0) * content_length_penalty_size (int, size
threshold for pipelining, libcurl >= 7.30.0) * pipelining_server_bl (array,
list of server software names to blacklist for pipelining, libcurl >= 7.30.0) *
pipelining_site_bl (array, list of server host names to blacklist for
pipelining, libcurl >= 7.30.0) * use_eventloop (bool, whether to use libevent,
libcurl+libevent) * Added http\Client::getAvailableOptions() and
http\Client::getAvailableConfiguration() methods * Added support for HTTP2 if
libcurl was built with nghttp2 support. * Added
http\Client\Curl\HTTP_VERSION_2_0 constant (libcurl >= 7.33.0) * Added
http\Client\Curl\TLS_AUTH_SRP constant (libcurl >= 7.21.4) * Added
pinned_publickey SSL request option (libcurl >= 7.39.0) * Added tlsauthtype,
tlsauthuser and tlsauthpass SSL request option (libcurl >= 7.21.4) * Added
verifystatus (a.k.a OCSP) SSL request option (libcurl >= 7.41.0) * Added
proxyheader request option (libcurl >= 7.37.0) * Added unix_socket_path request
option (libcurl >= 7.40.0) * Fixed compress request option * Fixed parsing
authorities of CONNECT messages * Fixed parsing Content-Range messages * Fixed
http\Env\Response to default to chunked encoding over streams * Fixed
superfluous output of Content-Length:0 headers * Fixed persistent easy handles
to be only created for persistent multi handles * Fixed the header parser to
accept not-yet-complete header lines * Fixed http\Message::toStream() crash in
ZTS mode * Fixed the message stream parser to handle intermediary data bigger
than 4k * Fixed the message stream parser to handle single header lines without
EOL * Fixed http\Message\Body to not generate stat based etags for temporary
streams * Deprecated http\Client::enablePipelining(), use
http\Client::configure(["pipelining" => true]) instead * Deprecated
http\Client::enableEvents(), use http\Client::configure(["use_eventloop" =>
true]) instead * Removed the cookies entry from the transfer info, wich was
very slow and generated a Netscape formatted list of cookies * Changed the
header parser to reject illegal characters **json_post 1.0.0** * This
extension provides a PHP content type handler for "application/json" and
"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
request is `text/json`, the JSON contents of the request body will by parsed
into `$_POST. **apfd 1.0.1** * This tiny extension lets PHP's post handler
parse `multipart/form-data` and `application/x-www-form-urlencoded` (or any
other customly registered form data handler, like "json_post") without regard to
the request's request method. **raphf 1.1.0** * Fixed php module dependency
check with RTLD_LAZY
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pecl-http' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7201
2015-08-28 05:20:11.182889
--------------------------------------------------------------------------------
Name : php-pecl-json-post
Product : Fedora EPEL 7
Version : 1.0.0
Release : 2.el7
URL : http://pecl.php.net/package/json_post
Summary : JSON POST handler
Description :
This extension provides a PHP content type handler for "text/json" to PHP's
form data parser. If the `Content-Type` of an incoming request is `text/json`,
the JSON contents of the request body will by parsed into `$_POST`.
This extension does not provide any constants, functions or classes.
--------------------------------------------------------------------------------
Update Information:
**pecl_http 2.5.1** * Fixed gh-issue #2: comparison of obsolete pointers in the
header parser (xiaoyjy) * Fixed gh-issue #6: allow RFC1738 unsafe characters in
query/fragment * Fixed gh-issue #7: crash with querystring and exception from
error handler * SSL certinfo is available for libcurl >= 7.42 with gnutls
(openssl has already been since 7.19.1) * Added "falsestart" SSL request option
(available with libcurl >= 7.42 and darwinssl/NSS) * Added "service_name" and
"proxy_service_name" request options for SPNEGO (available with libcurl >= 7.43)
* Enabled "certinfo" transfer info on all supporting SSL backends (OpenSSL:
libcurl v7.19.1, NSS: libcurl v7.34.0, GSKit: libcurl v7.39.0, GnuTLS: libcurl
v7.42.0) **pecl_http 2.5.0** * Added RFC5988 (Web Linking) support to
http\Params * Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
* Fixed overly aggressive response caching to only consider 2xx cachable
**pecl_http 2.4.0** * Split off pecl/apfd and pecl/json_post **pecl_http
2.3.0** * Preliminiary HTTP2 support for http\Client (libcurl with nghttp2
support) * Improved performance of HTTP info parser (request/response line) *
Improved performance of updating client observers * Improved performance of
http\Env\Response output to streams * Improved the error messages of the header
parser * Added http\Header\Parser class * Added http\Client::configure()
method accepting an array with the following options for libcurl: * maxconnects
(int, size of the connection cache) * max_host_connections (int, max number of
connections to a single host, libcurl >= 7.30.0) * max_pipeline_length (int,
max number of requests in a pipeline, libcurl >= 7.30.0) *
max_total_connections (int, max number of simultaneous open connections of this
client, libcurl >= 7.30.0) * pipelining (bool, whether to enable HTTP/1.1
pipelining) * chunk_length_penalty_size (int, chunk length threshold for
pipelining, libcurl >= 7.30.0) * content_length_penalty_size (int, size
threshold for pipelining, libcurl >= 7.30.0) * pipelining_server_bl (array,
list of server software names to blacklist for pipelining, libcurl >= 7.30.0) *
pipelining_site_bl (array, list of server host names to blacklist for
pipelining, libcurl >= 7.30.0) * use_eventloop (bool, whether to use libevent,
libcurl+libevent) * Added http\Client::getAvailableOptions() and
http\Client::getAvailableConfiguration() methods * Added support for HTTP2 if
libcurl was built with nghttp2 support. * Added
http\Client\Curl\HTTP_VERSION_2_0 constant (libcurl >= 7.33.0) * Added
http\Client\Curl\TLS_AUTH_SRP constant (libcurl >= 7.21.4) * Added
pinned_publickey SSL request option (libcurl >= 7.39.0) * Added tlsauthtype,
tlsauthuser and tlsauthpass SSL request option (libcurl >= 7.21.4) * Added
verifystatus (a.k.a OCSP) SSL request option (libcurl >= 7.41.0) * Added
proxyheader request option (libcurl >= 7.37.0) * Added unix_socket_path request
option (libcurl >= 7.40.0) * Fixed compress request option * Fixed parsing
authorities of CONNECT messages * Fixed parsing Content-Range messages * Fixed
http\Env\Response to default to chunked encoding over streams * Fixed
superfluous output of Content-Length:0 headers * Fixed persistent easy handles
to be only created for persistent multi handles * Fixed the header parser to
accept not-yet-complete header lines * Fixed http\Message::toStream() crash in
ZTS mode * Fixed the message stream parser to handle intermediary data bigger
than 4k * Fixed the message stream parser to handle single header lines without
EOL * Fixed http\Message\Body to not generate stat based etags for temporary
streams * Deprecated http\Client::enablePipelining(), use
http\Client::configure(["pipelining" => true]) instead * Deprecated
http\Client::enableEvents(), use http\Client::configure(["use_eventloop" =>
true]) instead * Removed the cookies entry from the transfer info, wich was
very slow and generated a Netscape formatted list of cookies * Changed the
header parser to reject illegal characters **json_post 1.0.0** * This
extension provides a PHP content type handler for "application/json" and
"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
request is `text/json`, the JSON contents of the request body will by parsed
into `$_POST. **apfd 1.0.1** * This tiny extension lets PHP's post handler
parse `multipart/form-data` and `application/x-www-form-urlencoded` (or any
other customly registered form data handler, like "json_post") without regard to
the request's request method. **raphf 1.1.0** * Fixed php module dependency
check with RTLD_LAZY
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pecl-json-post' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7201
2015-08-28 05:20:11.182889
--------------------------------------------------------------------------------
Name : php-pecl-apfd
Product : Fedora EPEL 7
Version : 1.0.1
Release : 1.el7
URL : http://pecl.php.net/package/apfd
Summary : Always Populate Form Data
Description :
This tiny extension lets PHP's post handler parse `multipart/form-data` and
`application/x-www-form-urlencoded` (or any other customly registered form data
handler, like "json_post") without regard to the request's request method.
This extension does not provide any INI entries, constants, functions or classes.
--------------------------------------------------------------------------------
Update Information:
**pecl_http 2.5.1** * Fixed gh-issue #2: comparison of obsolete pointers in the
header parser (xiaoyjy) * Fixed gh-issue #6: allow RFC1738 unsafe characters in
query/fragment * Fixed gh-issue #7: crash with querystring and exception from
error handler * SSL certinfo is available for libcurl >= 7.42 with gnutls
(openssl has already been since 7.19.1) * Added "falsestart" SSL request option
(available with libcurl >= 7.42 and darwinssl/NSS) * Added "service_name" and
"proxy_service_name" request options for SPNEGO (available with libcurl >= 7.43)
* Enabled "certinfo" transfer info on all supporting SSL backends (OpenSSL:
libcurl v7.19.1, NSS: libcurl v7.34.0, GSKit: libcurl v7.39.0, GnuTLS: libcurl
v7.42.0) **pecl_http 2.5.0** * Added RFC5988 (Web Linking) support to
http\Params * Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
* Fixed overly aggressive response caching to only consider 2xx cachable
**pecl_http 2.4.0** * Split off pecl/apfd and pecl/json_post **pecl_http
2.3.0** * Preliminiary HTTP2 support for http\Client (libcurl with nghttp2
support) * Improved performance of HTTP info parser (request/response line) *
Improved performance of updating client observers * Improved performance of
http\Env\Response output to streams * Improved the error messages of the header
parser * Added http\Header\Parser class * Added http\Client::configure()
method accepting an array with the following options for libcurl: * maxconnects
(int, size of the connection cache) * max_host_connections (int, max number of
connections to a single host, libcurl >= 7.30.0) * max_pipeline_length (int,
max number of requests in a pipeline, libcurl >= 7.30.0) *
max_total_connections (int, max number of simultaneous open connections of this
client, libcurl >= 7.30.0) * pipelining (bool, whether to enable HTTP/1.1
pipelining) * chunk_length_penalty_size (int, chunk length threshold for
pipelining, libcurl >= 7.30.0) * content_length_penalty_size (int, size
threshold for pipelining, libcurl >= 7.30.0) * pipelining_server_bl (array,
list of server software names to blacklist for pipelining, libcurl >= 7.30.0) *
pipelining_site_bl (array, list of server host names to blacklist for
pipelining, libcurl >= 7.30.0) * use_eventloop (bool, whether to use libevent,
libcurl+libevent) * Added http\Client::getAvailableOptions() and
http\Client::getAvailableConfiguration() methods * Added support for HTTP2 if
libcurl was built with nghttp2 support. * Added
http\Client\Curl\HTTP_VERSION_2_0 constant (libcurl >= 7.33.0) * Added
http\Client\Curl\TLS_AUTH_SRP constant (libcurl >= 7.21.4) * Added
pinned_publickey SSL request option (libcurl >= 7.39.0) * Added tlsauthtype,
tlsauthuser and tlsauthpass SSL request option (libcurl >= 7.21.4) * Added
verifystatus (a.k.a OCSP) SSL request option (libcurl >= 7.41.0) * Added
proxyheader request option (libcurl >= 7.37.0) * Added unix_socket_path request
option (libcurl >= 7.40.0) * Fixed compress request option * Fixed parsing
authorities of CONNECT messages * Fixed parsing Content-Range messages * Fixed
http\Env\Response to default to chunked encoding over streams * Fixed
superfluous output of Content-Length:0 headers * Fixed persistent easy handles
to be only created for persistent multi handles * Fixed the header parser to
accept not-yet-complete header lines * Fixed http\Message::toStream() crash in
ZTS mode * Fixed the message stream parser to handle intermediary data bigger
than 4k * Fixed the message stream parser to handle single header lines without
EOL * Fixed http\Message\Body to not generate stat based etags for temporary
streams * Deprecated http\Client::enablePipelining(), use
http\Client::configure(["pipelining" => true]) instead * Deprecated
http\Client::enableEvents(), use http\Client::configure(["use_eventloop" =>
true]) instead * Removed the cookies entry from the transfer info, wich was
very slow and generated a Netscape formatted list of cookies * Changed the
header parser to reject illegal characters **json_post 1.0.0** * This
extension provides a PHP content type handler for "application/json" and
"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
request is `text/json`, the JSON contents of the request body will by parsed
into `$_POST. **apfd 1.0.1** * This tiny extension lets PHP's post handler
parse `multipart/form-data` and `application/x-www-form-urlencoded` (or any
other customly registered form data handler, like "json_post") without regard to
the request's request method. **raphf 1.1.0** * Fixed php module dependency
check with RTLD_LAZY
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pecl-apfd' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------