--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-HttpFoundation
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/http_foundation/index.html
Summary : Symfony2 HttpFoundation Component
Description :
The HttpFoundation Component defines an object-oriented layer for the HTTP
specification.
In PHP, the request is represented by some global variables ($_GET, $_POST,
$_FILE, $_COOKIE, $_SESSION...) and the response is generated by some functions
(echo, header, setcookie, ...).
The Symfony2 HttpFoundation component replaces these default PHP global
variables and functions by an Object-Oriented layer.
Optional dependencies: memcache, memcached, mongo
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-HttpFoundation' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Console
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/console.html
Summary : Symfony2 Console Component
Description :
The Console component eases the creation of beautiful and testable command line
interfaces.
The Console component allows you to create command-line commands. Your console
commands can be used for any recurring task, such as cron jobs, imports, or
other batch jobs.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Console' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-ClassLoader
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/class_loader.html
Summary : Symfony2 ClassLoader Component
Description :
The ClassLoader Component loads your project classes automatically if they
follow some standard PHP conventions.
Whenever you use an undefined class, PHP uses the auto-loading mechanism to
delegate the loading of a file defining the class. Symfony2 provides a
"universal" auto-loader, which is able to load classes from files that
implement one of the following conventions:
* The technical interoperability standards (http://symfony.com/PSR0) for
PHP 5.3 name-spaces and class names.
* The PEAR (http://pear.php.net/manual/en/standards.php) naming convention for
classes.
If your classes and the third-party libraries you use for your project follow
these standards, the Symfony2 auto-loader is the only auto-loader you will
ever need.
Optional dependencies: APC, XCache
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-ClassLoader' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-DependencyInjection
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/dependency_injection/index.html
Summary : Symfony2 DependencyInjection Component
Description :
The Dependency Injection component allows you to standardize and centralize the
way objects are constructed in your application.
For an introduction to Dependency Injection and service containers see
Service Container (http://symfony.com/doc/current/book/service_container.html)
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-DependencyInjection' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-OptionsResolver
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/components
Summary : Symfony2 OptionsResolver Component
Description :
OptionsResolver helps at configuring objects with option arrays.
It supports default values on different levels of your class hierarchy, option
constraints (required vs. optional, allowed values) and lazy options whose
default value depends on the value of another option.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-OptionsResolver' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Security
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/components
Summary : Symfony2 Security Component
Description :
Security provides an infrastructure for sophisticated authorization systems,
which makes it possible to easily separate the actual authorization logic from
so called user providers that hold the users credentials. It is inspired by
the Java Spring framework.
Optional dependencies: DoctrineCommon and DoctrineDBAL
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Security' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Serializer
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/components
Summary : Symfony2 Serializer Component
Description :
With the Serializer component it's possible to handle serializing data
structures, including object graphs, into array structures or other
formats like XML and JSON. It can also handle deserializing XML and
JSON back to object graphs.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Serializer' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Config
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/config/index.html
Summary : Symfony2 Config Component
Description :
The Config Component provides several classes to help you find, load, combine,
autofill and validate configuration values of any kind, whatever their source
may be (Yaml, XML, INI files, or for instance a database).
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Config' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-CssSelector
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/css_selector.html
Summary : Symfony2 CssSelector Component
Description :
The CssSelector Component converts CSS selectors to XPath expressions.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-CssSelector' 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 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-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Translation
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/components
Summary : Symfony2 Translation Component
Description :
Translation provides tools for loading translation files and generating
translated strings from these including support for pluralization.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Translation' 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 EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------