--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-8d1e0ab408
2016-06-30 19:57:05.714894
--------------------------------------------------------------------------------
Name : php-nrk-Predis
Product : Fedora 24
Version : 1.1.1
Release : 1.fc24
URL : http://pear.nrk.io
Summary : PHP client library for Redis
Description :
Flexible and feature-complete PHP client library for Redis.
--------------------------------------------------------------------------------
Update Information:
**Predis 1.1.1** (2016-06-16) - __FIX__: `password` and `database` from the
global `parameters` client option were still being applied to sentinels
connections making them fail (sentinels do not understand the `AUTH` and
`SELECT` commands) (PR #346). - __FIX__: when a sentinel instance reports no
sentinel for a service, invoking `connect()` on the redis-sentinel connection
backend should fall back to the master connection instead of failing (ISSUE
#342). - __FIX__: the two connection backends based on ext-phpiredis has some
kind of issues with the GC and the internal use of closures as reader
callbacks that prevented connections going out of scope from being properly
collected and the underlying stream or socket resources from being closed and
freed. This should not have had any actual effect in real-world scenarios due
to the lifecycle of PHP scripts, but we fixed it anyway (ISSUE #345).
**Predis v1.1.0** (2016-06-02) - The default server profile for the client now
targets Redis 3.2. - Responses to the following commands are not casted into
booleans anymore, the original integer value is returned: `SETNX`, `MSETNX`,
`SMOVE`, `SISMEMBER`, `HSET`, `HSETNX`, `HEXISTS`, `PFADD`, `EXISTS`, `MOVE`,
`PERSIST`, `EXPIRE`, `EXPIREAT`, `RENAMENX`. This change does not have a
significant impact unless when using strict comparisons (=== and !==) the
returned value. - Non-boolean string values passed to the `persistent`
connection parameter can be used to create different persistent connections.
Note that this feature was already present in Predis but required both
`persistent` and `path` to be set as illustrated by
[#139](https://github.com/nrk/predis/pull/139). This change is needed to
prevent confusion with how `path` is used to select a database when using the
`redis` scheme. - The client throws exceptions when Redis returns any kind of
error response to initialization commands (the ones being automatically sent
when a connection is established, such as `SELECT` and `AUTH` when database
and password are set in connection parameters) regardless of the value of the
exception option. - Using `unix:///path/to/socket` in URI strings to specify a
UNIX domain socket file is now deprecated in favor of the format
`unix:/path/to/socket` (note the lack of the double slash after the scheme)
and will not be supported starting with the next major release. - Implemented
full support for redis-sentinel. - Implemented the ability to specify default
connection parameters for aggregate connections with the new `parameters`
client option. These parameters augment the usual user-supplied connection
parameters (but do not take the precedence over them) when creating new
connections and they are mostly useful when the client is using aggregate
connections such as redis-cluster and redis-sentinel as these backends can
create new connections on the fly based on responses and redirections from
Redis. - Redis servers protected by SSL-encrypted connections can be accessed
by using the `tls` or `rediss` scheme in connection parameters along with SSL-
specific options in the `ssl` parameter (see
http://php.net/manual/context.ssl.php) - `Predis\Client` implements
`IteratorAggregate` making it possible to iterate over traversable aggregate
connections and get a new client instance for each Redis node. - Iterating
over an instance of `Predis\Connection\Aggregate\RedisCluster` will return all
the connections mapped in the slots map instead of just the ones in the pool.
This change makes it possible, when the slots map is retrieved from Redis, to
iterate over all of the master nodes in the cluster. When the use of `CLUSTER
SLOTS` is disabled via the `useClusterSlots()` method, the iteration returns
only the connections with slots ranges associated in their parameters or the
ones initialized by `-MOVED` responses in order to make the behaviour of the
iteration consistent between the two modes of operation. - Various improvements
to `Predis\Connection\Aggregate\MasterSlaveReplication` (the "basic"
replication backend, not the new one based on redis-sentinel): - When the
client is not able to send a read-only command to a slave because the
current connection fails or the slave is resyncing (`-LOADING` response
returned by Redis), the backend discards the failed connection and performs
a new attempt on the next slave. When no other slave is available the master
server is used for read-only commands as last resort. - It is possible to
discover the current replication configuration on the fly by invoking the
`discover()` method which internally relies on the output of the command
`INFO REPLICATION` executed against the master server or one of the slaves.
The backend can also be configured to do this automatically when it fails to
reach one of the servers. - Implemented the `switchToMaster()` and
`switchToSlave()` methods to make it easier to force a switch to the master
server or a random slave when needed.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nrk-Predis' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-64c662cbeb
2016-06-30 19:57:05.714850
--------------------------------------------------------------------------------
Name : python-regex
Product : Fedora 24
Version : 2016.06.05
Release : 1.fc24
URL : https://bitbucket.org/mrabarnett/mrab-regex
Summary : Alternative regular expression module, to replace re
Description :
This new regex implementation is intended eventually to replace
Python's current re module implementation.
For testing and comparison with the current 're' module the new
implementation is in the form of a module called 'regex'.
--------------------------------------------------------------------------------
Update Information:
Update to the latest stable version.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update python-regex' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-1b36a3c738
2016-06-30 19:57:05.714811
--------------------------------------------------------------------------------
Name : perl-Test-Needs
Product : Fedora 24
Version : 0.002002
Release : 1.fc24
URL : http://search.cpan.org/dist/Test-Needs/
Summary : Skip tests when modules not available
Description :
Skip test scripts if modules are not available. The requested modules will
be loaded, and optionally have their versions checked. If the module is
missing, the test script will be skipped. Modules that are found but fail
to compile will exit with an error rather than skip.
--------------------------------------------------------------------------------
Update Information:
This package introduces Test::Needs, a perl module that allows you to skip test
scripts if modules are not available.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Test-Needs' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-9cbc56d6b3
2016-06-30 19:57:05.714757
--------------------------------------------------------------------------------
Name : 4Pane
Product : Fedora 24
Version : 4.0
Release : 2.fc24
URL : http://www.4pane.co.uk/
Summary : Multi-pane, detailed-list file manager
Description :
4Pane is a multi-pane, detailed-list file manager. It is designed
to be fully-featured without bloat, and aims for speed rather than
visual effects.
In addition to standard file manager things, it offers multiple
undo and redo of most operations (including deletions), archive
management including 'virtual browsing' inside archives, multiple
renaming/duplication of files, a terminal emulator and user-defined
tools.
--------------------------------------------------------------------------------
Update Information:
This rpm applies the patch provided by the upstream to fix issues with gtk3 with
regard to background color issue and so on.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1345924 - Display issues with gtk+3.20
https://bugzilla.redhat.com/show_bug.cgi?id=1345924
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update 4Pane' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-php-generator
Product : Fedora 24
Version : 2.3.6
Release : 1.fc24
URL : https://github.com/nette/php-generator
Summary : Nette PHP Generator
Description :
Generate PHP code with a simple programmatical API.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/PhpGenerator/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-php-generator' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-tokenizer
Product : Fedora 24
Version : 2.2.3
Release : 1.fc24
URL : https://github.com/nette/tokenizer
Summary : Nette Tokenizer
Description :
Tokenizer is a tool that uses regular expressions to split given
string into tokens. What the hell is that good for, you might ask?
Well, you can create your own languages! Tokenizer is used in Latte for example.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Tokenizer/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-tokenizer' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-robot-loader
Product : Fedora 24
Version : 2.3.2
Release : 1.fc24
URL : https://github.com/nette/robot-loader
Summary : Nette RobotLoader: comfortable autoloading
Description :
RobotLoader is a tool that gives you comfort of automated class loading
for your entire application including third-party libraries.
- get rid of all require
- only necessary scripts are loaded
- requires no strict file naming conventions
- allows more classes in single file
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/RobotLoader/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-robot-loader' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-di
Product : Fedora 24
Version : 2.3.11
Release : 1.fc24
URL : https://github.com/nette/di
Summary : Nette Dependency Injection Component
Description :
Purpose of the Dependecy Injection (DI) is to free classes from the
responsibility for obtaining objects that they need for its operation
(these objects are called services). To pass them these services on their
instantiation instead.
Nette DI is one of the most interesting part of framework.
It is compiled DI container, extremely fast and easy to configure.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/DI/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-di' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-utils
Product : Fedora 24
Version : 2.3.10
Release : 1.fc24
URL : https://github.com/nette/utils
Summary : Nette Utility Classes
Description :
Nette Utility Classes.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Utils/autoload.php';';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-application
Product : Fedora 24
Version : 2.3.13
Release : 1.fc24
URL : https://github.com/nette/application
Summary : Nette Application MVC Component
Description :
Model-View-Controller is a software architecture that was created to
satisfy the need to separate utility code (controller) from application
logic code (model) and from code for displaying data (view) in applications
with graphical user interface. With this approach we make the application
better understandable, simplify future development and enable testing each
unit of the application separately.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Application/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-application' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------