--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7990
2015-09-25 19:38:00.113872
--------------------------------------------------------------------------------
Name : php-horde-Horde-Core
Product : Fedora EPEL 7
Version : 2.21.0
Release : 1.el7
URL : http://pear.horde.org
Summary : Horde Core Framework libraries
Description :
These classes provide the core functionality of the Horde Application
Framework.
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Core' 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-7990
2015-09-25 19:38:00.113872
--------------------------------------------------------------------------------
Name : php-horde-Horde-Imap-Client
Product : Fedora EPEL 7
Version : 2.29.3
Release : 1.el7
URL : http://pear.horde.org
Summary : Horde IMAP abstraction interface
Description :
An abstracted API interface to various IMAP4rev1 (RFC 3501) backend
drivers.
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Imap-Client' 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-7990
2015-09-25 19:38:00.113872
--------------------------------------------------------------------------------
Name : php-horde-Horde-Image
Product : Fedora EPEL 7
Version : 2.3.3
Release : 1.el7
URL : http://pear.horde.org
Summary : Horde Image API
Description :
An Image utility API, with backends for:
* GD
* GIF
* PNG
* SVG
* SWF
* ImageMagick convert command line tool
* Imagick Extension
Optional dependency: php-pecl-imagick
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Image' 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-8013
2015-09-25 19:38:00.113828
--------------------------------------------------------------------------------
Name : php-pear-PHP-CodeSniffer
Product : Fedora EPEL 7
Version : 2.3.4
Release : 1.el7
URL : http://pear.php.net/package/PHP_CodeSniffer
Summary : PHP coding standards enforcement tool
Description :
PHP_CodeSniffer provides functionality to verify that code conforms to
certain standards, such as PEAR, or user-defined.
--------------------------------------------------------------------------------
Update Information:
Upstream changelog, **version 2.3.4** - JSON report format now includes the
fixable status for each error message and the total number of fixable errors -
Added more guard code for function declarations with syntax errors - Added
tokenizer support for the PHP declare construct. Thanks to Andy Blyler for the
patch - Generic UnnecessaryStringConcatSniff can now allow strings concatenated
over multiple lines. Set the allowMultiline property to TRUE (default is FALSE)
in your ruleset.xml file to enable this. By default, concat used only for
getting around line length limits still generates an error. Thanks to Stefan
Lenselink for the contribution. - Invalid byte sequences no longer throw
iconv_strlen() errors (request #639). Thanks to Willem Stuursma for the patch -
Generic TodoSniff and FixmeSniff are now better at processing strings with
invalid characters - PEAR FunctionCallSignatureSniff now ignores indentation of
inline HTML content - Squiz ControlSignatureSniff now supports control
structures with only inline HTML content - Fixed bug 636 : Some class names
cause CSS tokenizer to hang - Fixed bug 638 : VCS blame reports output error
content from the blame commands for files not under VC - Fixed bug 642 : Method
params incorrectly detected when default value uses short array syntax. Thanks
to Josh Davis for the patch - Fixed bug 644 : PEAR ScopeClosingBrace sniff does
not work with mixed HTML/PHP - Fixed bug 645 : FunctionSignature and ScopeIndent
sniffs don't detect indents correctly when PHP open tag is not on a line by
itself - Fixed bug 648 : Namespace not tokenized correctly when followed by
multiple use statements - Fixed bug 654 : Comments affect indent check for
BSDAllman brace style - Fixed bug 658 :
Squiz.Functions.FunctionDeclarationSpacing error for multi-line declarations
with required spaces greater than zero. Thanks to J.D. Grimes for the patch -
Fixed bug 663 : No space after class name generates: Class name "" is not in
camel caps format - Fixed bug 667 : Scope indent check can go into infinite loop
due to some parse errors - Fixed bug 670 : Endless loop in PSR1 SideEffects
sniffer if no semicolon after last statement. Thanks to Thomas Jarosch for the
patch - Fixed bug 672 : Call-time pass-by-reference false positive - Fixed bug
683 : Comments are incorrectly reported by
PSR2.ControlStructures.SwitchDeclaration sniff - Fixed bug 687 : ScopeIndent
does not check indent correctly for method prefixes like public and abstract -
Fixed bug 689 : False error on some comments after class closing brace
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-PHP-CodeSniffer' 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-8132
2015-09-25 19:38:00.113635
--------------------------------------------------------------------------------
Name : mom
Product : Fedora EPEL 7
Version : 0.5.1
Release : 2.el7
URL : http://www.ovirt.org
Summary : Dynamically manage system resources on virtualization hosts
Description :
MOM is a policy-driven tool that can be used to manage overcommitment on KVM
hosts. Using libvirt, MOM keeps track of active virtual machines on a host. At
a regular collection interval, data is gathered about the host and guests. Data
can come from multiple sources (eg. the /proc interface, libvirt API calls, a
client program connected to a guest, etc). Once collected, the data is
organized for use by the policy evaluation engine. When started, MOM accepts a
user-supplied overcommitment policy. This policy is regularly evaluated using
the latest collected data. In response to certain conditions, the policy may
trigger reconfiguration of the system’s overcommitment mechanisms. Currently
MOM supports control of memory ballooning and KSM but the architecture is
designed to accommodate new mechanisms such as cgroups.
--------------------------------------------------------------------------------
Update Information:
Balloon data collection does not crash when no balloon info is present for a VM.
Please restart MOM after upgrading.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update mom' 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-7989
2015-09-25 07:41:37.097464
--------------------------------------------------------------------------------
Name : php-horde-Horde-Image
Product : Fedora EPEL 6
Version : 2.3.3
Release : 1.el6
URL : http://pear.horde.org
Summary : Horde Image API
Description :
An Image utility API, with backends for:
* GD
* GIF
* PNG
* SVG
* SWF
* ImageMagick convert command line tool
* Imagick Extension
Optional dependency: php-pecl-imagick
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Image' 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-7989
2015-09-25 07:41:37.097464
--------------------------------------------------------------------------------
Name : php-horde-Horde-Core
Product : Fedora EPEL 6
Version : 2.21.0
Release : 1.el6
URL : http://pear.horde.org
Summary : Horde Core Framework libraries
Description :
These classes provide the core functionality of the Horde Application
Framework.
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Core' 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-7989
2015-09-25 07:41:37.097464
--------------------------------------------------------------------------------
Name : php-horde-Horde-Imap-Client
Product : Fedora EPEL 6
Version : 2.29.3
Release : 1.el6
URL : http://pear.horde.org
Summary : Horde IMAP abstraction interface
Description :
An abstracted API interface to various IMAP4rev1 (RFC 3501) backend
drivers.
--------------------------------------------------------------------------------
Update Information:
**Horde_Core 2.21.0** * [mjr] Fix dependency on possibly missing
Horde_Kolab_Storage_HistoryPrefix interface (Bug 14099). * [mjr] Add
beforeUpdate callback to prettyautocompleter.js. **Horde_Imap_Client 2.29.3**
* [mjr] Avoid PHP warning when listing mailboxes without LIST-STATUS (Bug
14097). **Horde_Image 2.3.3** * [cjh] Fix EXIF data not being returned in
Bundled driver.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Imap-Client' 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-7987
2015-09-24 23:28:15.212948
--------------------------------------------------------------------------------
Name : xrootd
Product : Fedora EPEL 5
Version : 4.2.3
Release : 1.el5
URL : http://xrootd.org/
Summary : Extended ROOT file server
Description :
The Extended root file server consists of a file server called xrootd
and a cluster management server called cmsd.
The xrootd server was developed for the root analysis framework to
serve root files. However, the server is agnostic to file types and
provides POSIX-like access to any type of file.
The cmsd server is the next generation version of the olbd server,
originally developed to cluster and load balance Objectivity/DB AMS
database servers. It provides enhanced capability along with lower
latency and increased throughput.
--------------------------------------------------------------------------------
Update Information:
**Major bug fixes** * **[Server]** Avoid SEGV if cmsd login fails very early.
* **[Server]** Avoid SEGV when an excessively long readv vector is presented.
* **[Server]** Rationalize non-specfic locate requests. * **[XrdCl]** Process
waitresp synchronously via Ignore return to avoid SEGV. * **[XrdCl]** Avoid
memory leak when a handler returns Ignore for a taken message. * **[XrdCl]**
Fix "tried" logic by forwarding the errNo
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update xrootd' 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-7993
2015-09-24 23:28:15.212776
--------------------------------------------------------------------------------
Name : R-qtl
Product : Fedora EPEL 5
Version : 1.37.11
Release : 1.el5
URL : http://www.rqtl.org/
Summary : Tools for analyzing QTL experiments
Description :
R-qtl is an extensible, interactive environment for mapping
quantitative trait loci (QTLs) in experimental crosses. Our goal is to
make complex QTL mapping methods widely accessible and allow users to
focus on modeling rather than computing.
A key component of computational methods for QTL mapping is the hidden
Markov model (HMM) technology for dealing with missing genotype
data. We have implemented the main HMM algorithms, with allowance for
the presence of genotyping errors, for backcrosses, intercrosses, and
phase-known four-way crosses.
The current version of R-qtl includes facilities for estimating
genetic maps, identifying genotyping errors, and performing single-QTL
genome scans and two-QTL, two-dimensional genome scans, by interval
mapping (with the EM algorithm), Haley-Knott regression, and multiple
imputation. All of this may be done in the presence of covariates
(such as sex, age or treatment). One may also fit higher-order QTL
models by multiple imputation and Haley-Knott regression.
--------------------------------------------------------------------------------
Update Information:
See http://rqtl.org/STATUS.txt for details.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update R-qtl' 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
--------------------------------------------------------------------------------