--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13482
2012-11-17 00:16:45
--------------------------------------------------------------------------------
Name : open-sendmail
Product : Fedora EPEL 5
Version : 0
Release : 0.1.20090107cvs.el5
URL : http://open-sendmail.sourceforge.net/
Summary : Additional m4 files used to generate sendmail.cf
Description :
Open-Sendmail is the open development of additional m4 files
used to generate and enhance sendmail.cf. The project contains
sendmail goodies previously provided at anfi.homeunix.net and
additional items.
--------------------------------------------------------------------------------
Update Information:
Open-Sendmail is the open development of additional m4 files used to generate and enhance sendmail.cf. The project contains sendmail goodies previously provided at anfi.homeunix.net and additional items.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #648305 - Review Request: open-sendmail - Additional m4 files used to generate sendmail.cf
https://bugzilla.redhat.com/show_bug.cgi?id=648305
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update open-sendmail' 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-Validator
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/components
Summary : Symfony2 Validator Component
Description :
This component is based on the JSR-303 Bean Validation specification and
enables specifying validation rules for classes using XML, YAML, PHP or
annotations, which can then be checked against instances of these classes.
Optional dependencies: APC, DoctrineCommon
--------------------------------------------------------------------------------
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-Validator' 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-Routing
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/routing.html
Summary : Symfony2 Routing Component
Description :
The Routing Component maps an HTTP request to a set of configuration variables.
Optional dependency: DoctrineCommon
--------------------------------------------------------------------------------
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-Routing' 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-Form
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/components
Summary : Symfony2 Form Component
Description :
Form provides tools for defining forms, rendering and binding request data
to related models. Furthermore it provides integration with the Validation
component.
--------------------------------------------------------------------------------
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-Form' 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-EventDispatcher
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/event_dispatcher/index.html
Summary : Symfony2 EventDispatcher Component
Description :
The Symfony2 Event Dispatcher component implements the Observer
(http://en.wikipedia.org/wiki/Observer_pattern) pattern in a simple and
effective way to make all these things possible and to make your projects
truly extensible.
Take a simple example from the Symfony2 HttpKernel component. Once a Response
object has been created, it may be useful to allow other elements in the system
to modify it (e.g. add some cache headers) before it's actually used. To make
this possible, the Symfony2 kernel throws an event - kernel.response. Here's
how it works:
* A listener (PHP object) tells a central dispatcher object that it wants to
listen to the kernel.response event;
* At some point, the Symfony2 kernel tells the dispatcher object to dispatch
the kernel.response event, passing with it an Event object that has access to
the Response object;
* The dispatcher notifies (i.e. calls a method on) all listeners of the
kernel.response event, allowing each of them to make modifications to the
Response object.
Optional dependency: HttpKernel
--------------------------------------------------------------------------------
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-EventDispatcher' 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-Templating
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/templating.html
Summary : Symfony2 Templating Component
Description :
Templating provides all the tools needed to build any kind of template system.
It provides an infrastructure to load template files and optionally monitor
them for changes. It also provides a concrete template engine implementation
using PHP with additional tools for escaping and separating templates into
blocks and layouts.
--------------------------------------------------------------------------------
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-Templating' 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-Process
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/process.html
Summary : Symfony2 Process Component
Description :
The Process Component executes commands in sub-processes.
--------------------------------------------------------------------------------
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-Process' 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-Locale
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/locale.html
Summary : Symfony2 Locale Component
Description :
Locale component provides fallback code to handle cases when the intl extension
is missing. Additionally it extends the implementation of a native Locale
(http://php.net/manual/en/class.locale.php) class with several handy methods.
Replacement for the following functions and classes is provided:
* intl_is_failure
* intl_get_error_code
* intl_get_error_message
* Collator
* IntlDateFormatter
* Locale
* NumberFormatter
Stub implementation only supports the en locale.
--------------------------------------------------------------------------------
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-Locale' 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-Yaml
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/yaml.html
Summary : Symfony2 Yaml Component
Description :
The Symfony2 YAML Component parses YAML strings to convert them to PHP arrays.
It is also able to convert PHP arrays to YAML strings.
YAML, YAML Ain't Markup Language, is a human friendly data serialization
standard for all programming languages. YAML is a great format for your
configuration files. YAML files are as expressive as XML files and as readable
as INI files.
The Symfony2 YAML Component implements the YAML 1.2 version of the
specification.
--------------------------------------------------------------------------------
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-Yaml' 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-DomCrawler
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/dom_crawler.html
Summary : Symfony2 DomCrawler Component
Description :
The DomCrawler Component eases DOM navigation for HTML and XML documents.
--------------------------------------------------------------------------------
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-DomCrawler' 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
--------------------------------------------------------------------------------