--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-d4148bdbbe
2019-06-12 01:53:20.270476
--------------------------------------------------------------------------------
Name : mpop
Product : Fedora EPEL 7
Version : 1.4.4
Release : 1.el7
URL : https://marlam.de/mpop/
Summary : A client for receiving mail from POP3 mailboxes
Description :
mpop is a small and fast POP3 client. Features include mail filtering,
delivery to mbox files, maildir folders or a mail delivery agent, a very
fast POP3 implementation, many authentication methods, good TLS/SSL
support, IPv6 support, and more.
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release 1.4.4
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update mpop' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-045fc24414
2019-06-12 01:53:20.270489
--------------------------------------------------------------------------------
Name : conspy
Product : Fedora EPEL 7
Version : 1.14
Release : 2.el7
URL : https://sourceforge.net/projects/conspy/
Summary : Remote control for text mode virtual consoles
Description :
Conspy allows a (possibly remote) user to see what is displayed on
a Linux virtual console, and send keystrokes to it. It is rather
like VNC, but where VNC takes control of a GUI conspy takes control
of a text mode virtual console. Unlike VNC, conspy does not require
a server to be installed prior to being used.
--------------------------------------------------------------------------------
Update Information:
Update license tag to reflect actual license
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update conspy' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-659bd75cf2
2019-06-12 01:53:20.270395
--------------------------------------------------------------------------------
Name : php-horde-turba
Product : Fedora EPEL 7
Version : 4.2.25
Release : 1.el7
URL : http://www.horde.org/apps/turba
Summary : A web based address book
Description :
Turba is the Horde contact management application. Leveraging the Horde
framework to provide seamless integration with IMP and other Horde
applications, it supports storing contacts in SQL, LDAP, Kolab, and IMSP
address books.
--------------------------------------------------------------------------------
Update Information:
**turba 4.2.25** * [mjr] Fix typo that could cause tags to be lost during EAS
sync, if the categories property is ghosted.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-turba' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-4d292e06db
2019-06-11 00:33:14.679283
--------------------------------------------------------------------------------
Name : php-masterminds-html5
Product : Fedora EPEL 7
Version : 2.6.0
Release : 1.el7
URL : http://masterminds.github.io/html5-php
Summary : An HTML5 parser and serializer
Description :
The need for an HTML5 parser in PHP is clear. This project initially began with
the seemingly abandoned html5lib project original source. But after some initial
refactoring work, we began a new parser.
* An HTML5 serializer
* Support for PHP namespaces
* Composer support
* Event-based (SAX-like) parser
* DOM tree builder
* Interoperability with QueryPath
--------------------------------------------------------------------------------
Update Information:
### 2.6.0 * \#163: Allow to pass a charset to the Scanner ### 2.5.0 This
release brings again big performance improvements (thanks @stof for the
excellent work). `v2.5` is 3.5 times faster than `v2.4` and 11 times faster
than `v2.3`! Here a list of the changes: * \#162, #161, #155, #154, #153,
#151: performance improvements * \#156: fixed typos * \#160: adopt and enforce
code style * \#159: remove deprecated php unit base test case * \#150: backport
changes from old master bran ### 2.4.0 This release brings big performance
improvements (thanks @tgalopin for the excellent work). Based on the
`test/benchmark/run.php` benchmark, 2.4.0 is 2x faster than 2.3.1 when parsing
HTML5 documents. Here a list of the changes: * \#148: Improve performance by
moving sequence matching * \#147: Improve the Tokenizer performance * \#146:
Improve performance by relying on a native string instead of InputStream *
\#144: Add DOM extension in composer.json * \#145: Add more extensions on
composer.json, improve phpdocs and remove dead code * \#143: Remove experimental
comment
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1687215 - php-masterminds-html5-2.6.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1687215
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-masterminds-html5' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-043371cfab
2019-06-11 00:33:14.679258
--------------------------------------------------------------------------------
Name : rust
Product : Fedora EPEL 7
Version : 1.35.0
Release : 1.el7
URL : https://www.rust-lang.org
Summary : The Rust Programming Language
Description :
Rust is a systems programming language that runs blazingly fast, prevents
segfaults, and guarantees thread safety.
This package includes the Rust compiler and documentation generator.
--------------------------------------------------------------------------------
Update Information:
Update to Rust 1.35.0: - `Fn*` closure traits implemented for `Box<dyn Fn*>` -
Coercing closures to `unsafe fn` pointers - Calling `dbg!()` with no argument -
Library stabilizations - Clippy `drop_bounds` See the [blog
post](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html) and [release
notes](https://github.com/rust-
lang/rust/blob/master/RELEASES.md#version-1350-2019-05-23) for more details.
---- Security fix for CVE-2019-12083
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1709709 - CVE-2019-12083 rust: overriden stabilized method `Error::type_id` can violate Rust's safety guarantees leading to out-of-bounds write or read
https://bugzilla.redhat.com/show_bug.cgi?id=1709709
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rust' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-491181e1d0
2019-06-11 00:33:14.679271
--------------------------------------------------------------------------------
Name : homebank
Product : Fedora EPEL 7
Version : 5.2.6
Release : 1.el7
URL : http://homebank.free.fr
Summary : Free easy personal accounting for all
Description :
HomeBank is the free software you have always wanted to manage your personal
accounts at home. The main concept is to be light, simple and very easy to use.
It brings you many features that allows you to analyze your finances in a
detailed way instantly and dynamically with powerful report tools based on
filtering and graphical charts.
--------------------------------------------------------------------------------
Update Information:
- Update to 5.2.6 fixes rhbz #1711554 and rhbz #1713860 ---- - Update to
5.2.5 fixes rhbz #1709028
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1711554 - [abrt] homebank: _cairo_arc_in_direction(): homebank killed by SIGABRT
https://bugzilla.redhat.com/show_bug.cgi?id=1711554
[ 2 ] Bug #1709028 - homebank-5.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1709028
[ 3 ] Bug #1713860 - homebank-5.2.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1713860
[ 4 ] Bug #1699507 - RFE:wxbanker
https://bugzilla.redhat.com/show_bug.cgi?id=1699507
[ 5 ] Bug #1687096 - Wayland: Autocompletion does only work on primary screen (GTK?)
https://bugzilla.redhat.com/show_bug.cgi?id=1687096
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update homebank' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-748b40598c
2019-06-11 00:33:14.679235
--------------------------------------------------------------------------------
Name : drupal7-module_filter
Product : Fedora EPEL 7
Version : 2.2
Release : 1.el7
URL : http://drupal.org/project/module_filter
Summary : Module filter gives the ability to quickly find the module
Description :
The modules list page can become quite big when dealing with a fairly large site
or even just a dev site meant for testing new
and various modules being considered.
What this module aims to accomplish is the ability to quickly find the module
you are looking for without having to rely on the browsers search feature
which more times than not shows you the module name in the 'Required by'
or 'Depends on' sections of the various modules
or even some other location on the page like a menu item.
This package provides the following Drupal module(s):
* module_filter
--------------------------------------------------------------------------------
Update Information:
- https://www.drupal.org/project/module_filter/releases/7.x-2.2 -
[Moderately critical - Cross site scripting - SA-
CONTRIB-2019-042](https://www.drupal.org/sa-contrib-2019-042)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1693391 - drupal7-module_filter-2.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1693391
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-module_filter' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-53f9189a5e
2019-06-11 00:33:14.679247
--------------------------------------------------------------------------------
Name : drupal7-views
Product : Fedora EPEL 7
Version : 3.23
Release : 1.el7
URL : http://drupal.org/project/views
Summary : Create customized lists and queries from your database
Description :
You need Views if:
* You like the default front page view, but you find you want to sort it
differently.
* You like the default taxonomy/term view, but you find you want to sort it
differently; for example, alphabetically.
* You use /tracker, but you want to restrict it to posts of a certain type.
* You like the idea of the 'article' module, but it doesn't display articles
the way you like.
* You want a way to display a block with the 5 most recent posts of some
particular type.
* You want to provide 'unread forum posts'.
* You want a monthly archive similar to the typical Movable Type/Wordpress
archives that displays a link to the in the form of "Month, YYYY (X)" where
X is the number of posts that month, and displays them in a block. The links
lead to a simple list of posts for that month.
Views can do a lot more than that, but those are some of the obvious uses of
Views.
This package provides the following Drupal 7 modules:
* views
* views_ui
--------------------------------------------------------------------------------
Update Information:
- https://www.drupal.org/project/views/releases/7.x-3.23 -
https://www.drupal.org/project/views/releases/7.x-3.22 -
https://www.drupal.org/project/views/releases/7.x-3.21 - [Less critical -
Cross site scripting - SA-CONTRIB-2019-036](https://www.drupal.org/sa-
contrib-2019-036) - [Moderately critical - Information disclosure - SA-
CONTRIB-2019-035](https://www.drupal.org/sa-contrib-2019-035) - [Moderately
critical - Information Disclosure - SA-
CONTRIB-2019-034](https://www.drupal.org/sa-contrib-2019-034) -
https://www.drupal.org/project/views/releases/7.x-3.20 -
https://www.drupal.org/project/views/releases/7.x-3.19
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1566277 - drupal7-views-3.23 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1566277
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-views' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-de5e3216ff
2019-06-11 00:33:14.679223
--------------------------------------------------------------------------------
Name : drupal7-path_breadcrumbs
Product : Fedora EPEL 7
Version : 3.4
Release : 1.el7
URL : http://drupal.org/project/path_breadcrumbs
Summary : Allows creation of custom breadcrumbs for any page using contexts
Description :
Path breadcrumbs module helps you to create breadcrumbs for any page with any
selection rules and load any entity from the URL.
Features
* Breadcrumbs navigation may be added to any kind of page: static
(example: node/1) or dynamic (example: node/NID).
* You can load contexts from URL and use it like tokens for breadcrumb path or
title.
* You can use selection rules for every breadcrumbs navigation.
* Supports ALL tokens from Entity tokens module (part of Entity module).
* You can import/export breadcrumbs (supports single operations, Features and
Ctools bulk export).
* Breadcrumbs can be cloned to save you time while building navigation.
* Module provides rich snippets support for breadcrumbs (RDFa and Microdata).
* Module provides first/last/odd/even classes to every breadcrumb link.
* You can change breadcrumbs delimiter.
* Breadcrumbs could be hidden if they contain only one element.
* You can disable breadcrumbs and enable them later.
* All breadcrumb titles are translatable.
* Usable interface.
This package provides the following Drupal modules:
* path_breadcrumbs
* path_breadcrumbs_i18n (requires drupal7-i18n)
* path_breadcrumbs_ui
--------------------------------------------------------------------------------
Update Information:
- https://www.drupal.org/project/path_breadcrumbs/releases/7.x-3.4 - [Less
critical - Cross site scripting - SA-
CONTRIB-2019-027](https://www.drupal.org/sa-contrib-2019-027)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1683781 - drupal7-path_breadcrumbs-3.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1683781
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-path_breadcrumbs' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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-2019-9ace0c71d3
2019-06-11 00:33:14.679200
--------------------------------------------------------------------------------
Name : drupal7-ctools
Product : Fedora EPEL 7
Version : 1.15
Release : 1.el7
URL : http://drupal.org/project/ctools
Summary : Primarily a set of APIs and tools to improve the developer experience
Description :
This suite is primarily a set of APIs and tools to improve the developer
experience. It also contains a module called the Page Manager whose job
is to manage pages. In particular it manages panel pages, but as it grows
it will be able to manage far more than just Panels.
For the moment, it includes the following tools:
* Plugins -- tools to make it easy for modules to let other modules implement
plugins from .inc files.
* Exportables -- tools to make it easier for modules to have objects that live
in database or live in code, such as 'default views'.
* AJAX responder -- tools to make it easier for the server to handle AJAX
requests and tell the client what to do with them.
* Form tools -- tools to make it easier for forms to deal with AJAX.
* Object caching -- tool to make it easier to edit an object across multiple
page requests and cache the editing work.
* Contexts -- the notion of wrapping objects in a unified wrapper and providing
an API to create and accept these contexts as input.
* Modal dialog -- tool to make it simple to put a form in a modal dialog.
* Dependent -- a simple form widget to make form items appear and disappear
based upon the selections in another item.
* Content -- pluggable content types used as panes in Panels and other modules
like Dashboard.
* Form wizard -- an API to make multi-step forms much easier.
* CSS tools -- tools to cache and sanitize CSS easily to make user-input CSS
safe.
This package provides the following Drupal modules:
* bulk_export
* ctools
* ctools_access_ruleset
* ctools_ajax_sample
* ctools_custom_content
* ctools_plugin_example
* page_manager
* stylizer
* term_depth
* views_content
--------------------------------------------------------------------------------
Update Information:
- https://www.drupal.org/project/ctools/releases/7.x-1.15 -
https://www.drupal.org/project/ctools/releases/7.x-1.14 -
https://www.drupal.org/project/ctools/releases/7.x-1.13
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1541732 - drupal7-ctools-1.15 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1541732
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-ctools' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
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
--------------------------------------------------------------------------------