--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-4eaeb87c86
2016-08-03 12:32:44.312244
--------------------------------------------------------------------------------
Name : php-robrichards-xmlseclibs
Product : Fedora EPEL 7
Version : 2.0.0
Release : 2.20160105git84313ca.el7
URL : https://github.com/robrichards/xmlseclibs
Summary : A PHP library for XML Security
Description :
xmlseclibs is a library written in PHP for working with XML Encryption and
Signatures.
NOTE: php-mcrypt will not be automatically installed as a dependency of this
package so it will need to be "manually" installed if it is required --
specifically for the following XMLSecurityKey encryption types:
- XMLSecurityKey::AES128_CBC
- XMLSecurityKey::AES192_CBC
- XMLSecurityKey::AES256_CBC
- XMLSecurityKey::TRIPLEDES_CBC
Autoloader: /usr/share/php/RobRichards/XMLSecLibs/autoload.php
--------------------------------------------------------------------------------
Update Information:
xmlseclibs is a library written in PHP for working with XML Encryption and
Signatures. NOTE: php-mcrypt will not be automatically installed as a
dependency of this package so it will need to be "manually" installed if it is
required -- specifically for the following XMLSecurityKey encryption types: -
XMLSecurityKey::AES128_CBC - XMLSecurityKey::AES192_CBC -
XMLSecurityKey::AES256_CBC - XMLSecurityKey::TRIPLEDES_CBC
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1356569 - Review Request: php-robrichards-xmlseclibs - A PHP library for XML Security
https://bugzilla.redhat.com/show_bug.cgi?id=1356569
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-robrichards-xmlseclibs' 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-2016-a7969edbb2
2016-08-03 12:32:44.312205
--------------------------------------------------------------------------------
Name : python-simplepath
Product : Fedora EPEL 7
Version : 0.3.3
Release : 1.el7
URL : https://pypi.python.org/pypi/simplepath
Summary : A python library for data-structure lookup
Description :
Simplepath is a library for data-structure lookup using simple expressions.
--------------------------------------------------------------------------------
Update Information:
Version Update.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-simplepath' 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-2016-ed7b6f014c
2016-08-03 12:32:44.312139
--------------------------------------------------------------------------------
Name : python-libcnml
Product : Fedora EPEL 7
Version : 0.9.5
Release : 1.el7
URL : https://github.com/PabloCastellano/libcnml
Summary : libcnml is a CNML parser library for Python
Description :
Community Network Mark Up Language (CNML) is a project that aims to define
an open ISO standard and scalable for describing mesh clouds,
though it's not limited to this kind of networks and nowadays it's being
used also in point to point infrastructure networks.
CNML is a specification based on XML, which makes it easily extendible
and readable for humans besides of computers. It includes some ideas
from other implementations and previous concepts like nodeXchange and SNDX.
Some advantages of using CNML is that it allows to uncouple different
functionalities independently of the web application used to show the data,
reducing dependence from it and its internal tables of the database.
--------------------------------------------------------------------------------
Update Information:
Minor update
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-libcnml' 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-2016-49522b7e24
2016-08-03 12:32:44.312091
--------------------------------------------------------------------------------
Name : php-pecl-krb5
Product : Fedora EPEL 7
Version : 1.1.0
Release : 1.el7
URL : http://pecl.php.net/package/krb5
Summary : Kerberos authentification extension
Description :
Features:
+ An interface for maintaining credential caches (KRB5CCache),
that can be used for authenticating against a kerberos5 realm
+ Bindings for nearly the complete GSSAPI (RFC2744)
+ The administrative interface (KADM5)
+ Support for HTTP Negotiate authentication via GSSAPI
--------------------------------------------------------------------------------
Update Information:
**Version 1.1.0** - [FEATURE] PHP7 compatibility - [FEATURE] Support
getting/setting TL_DATA in KADM - [BUG] Fix GSSAPI->acquireCredentials
behaviour, now defaults to GSS_C_INITIATE if only a ccache is available eagerly
initialize credentials when no principal is specified (use ccache default
principal) - [BUG] Fix a couple of memory leaks, add a few more sanity checks
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pecl-krb5' 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-2016-1595682019
2016-08-03 12:32:44.312046
--------------------------------------------------------------------------------
Name : php-pear-PHP-CodeSniffer
Product : Fedora EPEL 7
Version : 2.6.2
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:
**Version 2.6.2** - Added a new --exclude CLI argument to exclude a list of
sniffs from checking and fixing (request #904) - Accepts the same sniff
codes as the --sniffs command line argument, but provides the opposite
functionality - Added a new -q command line argument to disable progress and
verbose information from being printed (request #969) - Useful if a coding
standard hard-codes progess or verbose output but you want PHPCS to be quiet
- Use the command "phpcs --config-set quiet true" to turn quiet mode on by
default - Generic LineLength sniff no longer errors for comments that cannot be
broken out onto a new line (request #766) - A typical case is a comment that
contains a very long URL - The comment is ignored if putting the URL on a
indented new comment line would be longer than the allowed length - Settings
extensions in a ruleset no longer causes PHP notices during unit testing -
Thanks to Klaus Purer for the patch - Version control reports now show which
errors are fixable if you are showing sources - Added a new sniff to enforce a
single space after a NOT operator (request #1051) - Include in a ruleset
using the code Generic.Formatting.SpaceAfterNot - The
Squiz.Commenting.BlockComment sniff now supports tabs for indenting comment
lines (request #1056) - Fixed bug #790 : Incorrect missing throws error in
methods that use closures - Fixed bug #908 : PSR2 standard is not checking that
closing brace is on line following the body - Fixed bug #945 : Incorrect indent
behavior using deep-nested function and arrays - Fixed bug #961 : Two anonymous
functions passed as function/method arguments cause indentation false positive -
Fixed bug #1005 : Using global composer vendor autoload breaks PHP lowercase
built-in function sniff - Thanks to Michael Butler for the patch - Fixed bug
#1007 : Squiz Unreachable code detection is not working properly with a closure
inside a case - Fixed bug #1023 : PSR2.Classes.ClassDeclaration fails if class
extends base class and "implements" is on trailing line - Fixed bug #1026 :
Arrays in comma delimited class properties cause ScopeIndent to increase indent
- Fixed bug #1028 : Squiz ArrayDeclaration incorrectly fixes multi-line array
where end bracket is not on a new line - Fixed bug #1034 : Squiz
FunctionDeclarationArgumentSpacing gives incorrect error when first arg is a
variadic - Fixed bug #1036 : Adjacent assignments aligned analysis statement
wrong - Fixed bug #1049 : Version control reports can show notices when the
report width is very small - Fixed bug #21050 : PEAR MultiLineCondition sniff
suppresses errors on last condition line
--------------------------------------------------------------------------------
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-2016-7913c4c81c
2016-08-03 12:32:44.311825
--------------------------------------------------------------------------------
Name : kf5-kjsembed
Product : Fedora EPEL 7
Version : 5.24.0
Release : 1.el7
URL : https://quickgit.kde.org/?p=kjsembed.git
Summary : KDE Frameworks 5 Tier 3 addon for binding JS objects to QObjects
Description :
KSJEmbed provides a method of binding JavaScript objects to QObjects, so you
can script your applications.
--------------------------------------------------------------------------------
Update Information:
KDE Frameworks 5.24.0, see also https://www.kde.org/announcements/kde-
frameworks-5.24.0.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357410 - CVE-2016-6232 kf5-karchive: Extraction of tar files possible to arbitrary system locations
https://bugzilla.redhat.com/show_bug.cgi?id=1357410
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kf5-kjsembed' 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-2016-7913c4c81c
2016-08-03 12:32:44.311825
--------------------------------------------------------------------------------
Name : kf5-khtml
Product : Fedora EPEL 7
Version : 5.24.0
Release : 1.el7
URL : https://quickgit.kde.org/?p=khtml.git
Summary : KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
Description :
KHTML is a web rendering engine, based on the KParts technology and using KJS
for JavaScript support.
--------------------------------------------------------------------------------
Update Information:
KDE Frameworks 5.24.0, see also https://www.kde.org/announcements/kde-
frameworks-5.24.0.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357410 - CVE-2016-6232 kf5-karchive: Extraction of tar files possible to arbitrary system locations
https://bugzilla.redhat.com/show_bug.cgi?id=1357410
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kf5-khtml' 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-2016-7913c4c81c
2016-08-03 12:32:44.311825
--------------------------------------------------------------------------------
Name : kf5-kiconthemes
Product : Fedora EPEL 7
Version : 5.24.0
Release : 1.el7
URL : https://quickgit.kde.org/?p=kiconthemes.git
Summary : KDE Frameworks 5 Tier 3 integration module with icon themes
Description :
KDE Frameworks 5 Tier 3 integration module with icon themes
--------------------------------------------------------------------------------
Update Information:
KDE Frameworks 5.24.0, see also https://www.kde.org/announcements/kde-
frameworks-5.24.0.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357410 - CVE-2016-6232 kf5-karchive: Extraction of tar files possible to arbitrary system locations
https://bugzilla.redhat.com/show_bug.cgi?id=1357410
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kf5-kiconthemes' 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-2016-7913c4c81c
2016-08-03 12:32:44.311825
--------------------------------------------------------------------------------
Name : kf5-kcoreaddons
Product : Fedora EPEL 7
Version : 5.24.0
Release : 1.el7
URL : https://quickgit.kde.org/?p=kcoreaddons.git
Summary : KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
Description :
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more.
--------------------------------------------------------------------------------
Update Information:
KDE Frameworks 5.24.0, see also https://www.kde.org/announcements/kde-
frameworks-5.24.0.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357410 - CVE-2016-6232 kf5-karchive: Extraction of tar files possible to arbitrary system locations
https://bugzilla.redhat.com/show_bug.cgi?id=1357410
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kf5-kcoreaddons' 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-2016-7913c4c81c
2016-08-03 12:32:44.311825
--------------------------------------------------------------------------------
Name : kf5-kfilemetadata
Product : Fedora EPEL 7
Version : 5.24.0
Release : 1.el7
URL : https://quickgit.kde.org/?p=kfilemetadata.git
Summary : A Tier 2 KDE Framework for extracting file metadata
Description :
A Tier 2 KDE Framework for extracting file metadata.
--------------------------------------------------------------------------------
Update Information:
KDE Frameworks 5.24.0, see also https://www.kde.org/announcements/kde-
frameworks-5.24.0.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357410 - CVE-2016-6232 kf5-karchive: Extraction of tar files possible to arbitrary system locations
https://bugzilla.redhat.com/show_bug.cgi?id=1357410
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kf5-kfilemetadata' 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
--------------------------------------------------------------------------------