--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-CssSelector
Product : Fedora EPEL 6
Version : 2.2.2
Release : 1.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 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.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-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-EventDispatcher
Product : Fedora EPEL 6
Version : 2.2.2
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 (php-symfony2-HttpKernel)
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.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-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-DependencyInjection
Product : Fedora EPEL 6
Version : 2.2.2
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 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.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-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-HttpFoundation
Product : Fedora EPEL 6
Version : 2.2.2
Release : 1.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 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.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-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-Filesystem
Product : Fedora EPEL 6
Version : 2.2.2
Release : 1.el6
URL : http://symfony.com/doc/current/components/filesystem.html
Summary : Symfony2 Filesystem Component
Description :
The Filesystem component provides basic utilities for the filesystem.
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Filesystem' 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-2013-10472
2013-06-14 21:59:45
--------------------------------------------------------------------------------
Name : php-symfony2-DomCrawler
Product : Fedora EPEL 6
Version : 2.2.2
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 2.2.2
Release blog post: http://symfony.com/blog/symfony-2-2-2-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10409
2013-06-10 16:17:32
--------------------------------------------------------------------------------
Name : nawk
Product : Fedora EPEL 6
Version : 20121220
Release : 1.el6
URL : http://www.cs.princeton.edu/~bwk/btl.mirror/index.html
Summary : "The one true awk" descended from UNIX V7
Description :
This is the version of awk described in "The AWK Programming Language", by Al
Aho, Brian Kernighan, and Peter Weinberger. (Addison-Wesley, 1988, ISBN
0-201-07981-X).
--------------------------------------------------------------------------------
Update Information:
upgrade to 20121220
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nawk' 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-2013-10454
2013-06-13 21:45:05
--------------------------------------------------------------------------------
Name : pam_ssh
Product : Fedora EPEL 6
Version : 1.98
Release : 1.el6
URL : http://sourceforge.net/projects/pam-ssh/
Summary : PAM module for use with SSH keys and ssh-agent
Description :
This PAM module provides single sign-on behavior for UNIX using SSH keys.
Users are authenticated by decrypting their SSH private keys with the
password provided. In the first PAM login session phase, an ssh-agent
process is started and keys are added. The same agent is used for the
following PAM sessions. In any case the appropriate environment variables
are set in the session phase.
--------------------------------------------------------------------------------
Update Information:
Update to 1.98
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pam_ssh' 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-2013-10452
2013-06-13 21:45:00
--------------------------------------------------------------------------------
Name : pam_ssh
Product : Fedora EPEL 5
Version : 1.98
Release : 1.el5
URL : http://sourceforge.net/projects/pam-ssh/
Summary : PAM module for use with SSH keys and ssh-agent
Description :
This PAM module provides single sign-on behavior for UNIX using SSH keys.
Users are authenticated by decrypting their SSH private keys with the
password provided. In the first PAM login session phase, an ssh-agent
process is started and keys are added. The same agent is used for the
following PAM sessions. In any case the appropriate environment variables
are set in the session phase.
--------------------------------------------------------------------------------
Update Information:
Update to 1.98
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pam_ssh' 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-2013-10469
2013-06-14 21:59:38
--------------------------------------------------------------------------------
Name : nordugrid-arc
Product : Fedora EPEL 5
Version : 3.0.2
Release : 1.el5
URL : http://www.nordugrid.org/
Summary : Advanced Resource Connector Grid Middleware
Description :
NorduGrid is a collaboration aiming at development, maintenance and
support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The Advanced Resource Connector (ARC) brings computing resources
together across institutional boundaries. This concept is commonly
referred to as a "computational grid". Historically, grids address the
organization of distributed storage of data and parallel computation,
but could be expanded to arbitrary services.
Just like the web, ARC has its roots in the IT infrastructure that was
erected to analyze the experiments for high energy physics at CERN.
The first release, ARC-0.x, was dependent on Globus, the current
release keeps that compatibility but can also be used independently.
--------------------------------------------------------------------------------
Update Information:
New NorduGrid ARC release. For details see:
http://www.nordugrid.org/arc/releases/13.02u2/release_notes_13.02u2.html
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nordugrid-arc' 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
--------------------------------------------------------------------------------