Fedora EPEL 6 Update: fedfind-2.7.0-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-022c94df4e
2016-10-28 16:13:55.660313
--------------------------------------------------------------------------------
Name : fedfind
Product : Fedora EPEL 6
Version : 2.7.0
Release : 1.el6
URL : https://www.happyassassin.net/fedfind
Summary : Fedora Finder finds Fedora
Description :
Fedora Finder finds Fedora. For now, that means it finds Fedora images
- for stable releases, milestone pre-releases, TC/RC composes, and
nightly builds. It provides a simple CLI for showing image URLs, and
can be used as a library by tools which need to find and do stuff with
Fedora images.
--------------------------------------------------------------------------------
Update Information:
This update further improves handling of ostree installer images. We 'correct'
the image dicts for the images the current Pungi release is producing (the
filenames have been improved to have `-ostree-` in them, but the type is still
`boot`). When synthesizing image dicts for releases without metadata, we catch
more ostree installer cases to assign the `dvd-ostree` type to. This update
also will find many more images for Alpha, Beta and stable releases. This is
because when these releases are synced to the public mirrors, they are actually
split into two trees. Most of the bits go into the 'main' tree, which is found
under `/fedora/` on the mirrors, but some lesser-used deliverables are split
into a separate tree found under `/alt/` on the mirrors. Previously, fedfind was
not aware of this and would only find images in the 'main' location, it did not
find any of the images that were split off to the `alt` location. Now, fedfind
does find these images. If you use the fedfind CLI, you do not need to do
anything special; queries for Alpha, Beta and stable releases will now show
these images where they did not before. If you have code using the fedfind
module, be aware that the `MirrorRelease` subclasses now have a `alt_location`
property which is the full URL to the top-level location of the `alt` tree for
the release, and in the synthesized metadata and thus also in the `all_images`
list, the image dicts have an additional property, `alt`, which indicates
whether the image is the main tree or the alt tree. To get the correct URL for
an `alt` image, concatenate its path with the release's `alt_location` property.
If you only deal with non-split releases that have metadata - like the nightly
composes - nothing should change for you. ---- The major change in this update
is that fedfind now has the ability to effectively override the productmd-
formatted metadata provided by Pungi in specific cases where it's problematic.
There is a new helper function, `helpers.correct_image`, which applies these
'corrections', and the image dicts returned by the `Release.all_images` property
- commonly used for getting a flat list of image dicts from the compose metadata
- now have these corrections applied. This is intended to work around a
[significant issue](https://pagure.io/pungi/issue/417) that's appeared along
with the introduction of a Workstation ostree installer image for Fedora: pungi
sets the `type` for ostree installer images to `boot`, but that means there is
no way to distinguish a Workstation network install image from a Workstation
ostree install image using the metadata. This is a major problem for several
things which distinguish between images based on the metadata (openQA,
fedora_nightlies, and wikitcms are all affected by this). For now, fedfind will
'correct' the `type` for these images from `boot` to `dvd-ostree`. fedfind will
also use the `dvd-ostree` type for ostree installer images when synthesizing
metadata for Releases that do not have it. Note you can get un'corrected' image
dicts from the `Release.metadata` property, which always provides the original,
entirely unmodified metadata. There is also a new helper,
`fedfind.helpers.identify_image`, for constructing image identifiers from image
dicts; this is something various fedfind consumers do, and were duplicating the
code for, so let's let them share it. We also tweak and correct the
`expected_images` definitions somewhat (there were inconsistencies between what
fedfind was 'expecting' and what release engineering were actually intending to
provide).
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fedfind' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: python3-py-1.4.30-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-c6c7582595
2016-10-28 16:13:55.660241
--------------------------------------------------------------------------------
Name : python3-py
Product : Fedora EPEL 6
Version : 1.4.30
Release : 2.el6
URL : http://pylib.readthedocs.org/
Summary : Library with cross-python path, ini-parsing, io, code, log facilities
Description :
The py lib is a Python development support library featuring the
following tools and modules:
* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects
--------------------------------------------------------------------------------
Update Information:
Initial import from epel7 branch.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381073 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381073
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python3-py' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: python3-setuptools-19.6.2-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-3c8f5fe3a8
2016-10-28 16:13:55.660149
--------------------------------------------------------------------------------
Name : python3-setuptools
Product : Fedora EPEL 6
Version : 19.6.2
Release : 2.el6
URL : https://pypi.python.org/pypi/setuptools
Summary : Easily build and distribute Python 3 packages
Description :
Setuptools is a collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially ones that
have dependencies on other packages.
This package also contains the runtime components of setuptools, necessary to
execute the software that requires pkg_resources.py.
--------------------------------------------------------------------------------
Update Information:
Fixes for EPEL6 build.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380578 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380578
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python3-setuptools' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: php-pear-crypt-gpg-1.4.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-1c13b58c99
2016-10-28 16:13:55.659967
--------------------------------------------------------------------------------
Name : php-pear-crypt-gpg
Product : Fedora EPEL 6
Version : 1.4.3
Release : 1.el6
URL : http://pear.php.net/package/Crypt_GPG
Summary : GNU Privacy Guard (GnuPG)
Description :
This package provides an object oriented interface to
GNU Privacy Guard (GnuPG).
Though GnuPG can support symmetric-key cryptography, this package
is intended only to facilitate public-key cryptography.
--------------------------------------------------------------------------------
Update Information:
**Version 1.4.3** * Fix Bug #21121: Searching for keys with pattern containing
non-ascii characters. * Fix Bug #21119: Parsing of user identifier without name.
* Added POSIX method to isRunning() consistent with terminate().
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-crypt-gpg' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: zabbix20-2.0.19-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-98f5d5ebc6
2016-10-26 22:28:16.089286
--------------------------------------------------------------------------------
Name : zabbix20
Product : Fedora EPEL 6
Version : 2.0.19
Release : 1.el6
URL : http://www.zabbix.com
Summary : Open-source monitoring solution for your IT infrastructure
Description :
Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. Zabbix uses a flexible notification mechanism
that allows users to configure e-mail based alerts for virtually any event.
This allows a fast reaction to server problems. Zabbix offers excellent
reporting and data visualization features based on the stored data.
This makes Zabbix ideal for capacity planning.
Zabbix supports both polling and trapping. All Zabbix reports and statistics,
as well as configuration parameters are accessed through a web-based front end.
A web-based front end ensures that the status of your network and the health of
your servers can be assessed from any location. Properly configured, Zabbix can
play an important role in monitoring IT infrastructure. This is equally true
for small organizations with a few servers and for large companies with a
multitude of servers.
--------------------------------------------------------------------------------
Update Information:
- http://www.zabbix.com/rn2.0.17.php - http://www.zabbix.com/rn2.0.18.php -
http://www.zabbix.com/rn2.0.19.php
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update zabbix20' 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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: python-distro-1.0.0-6.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-42f9ffc3e9
2016-10-26 22:28:16.089204
--------------------------------------------------------------------------------
Name : python-distro
Product : Fedora EPEL 6
Version : 1.0.0
Release : 6.el6
URL : https://github.com/nir0s/distro
Summary : Linux Distribution - a Linux OS platform information API
Description :
The distro (for: Linux Distribution) package provides information about the
Linux distribution it runs on, such as a reliable machine-readable ID, or
version information.
It is a renewed alternative implementation for Python's original
platform.linux_distribution function, but it also provides much more
functionality. An alternative implementation became necessary because
Python 3.5 deprecated this function, and Python 3.7 is expected to remove it
altogether. Its predecessor function platform.dist was already deprecated since
Python 2.6 and is also expected to be removed in Python 3.7. Still, there are
many cases in which access to that information is needed. See Python issue 1322
for more information.
--------------------------------------------------------------------------------
Update Information:
New package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381935 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381935
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-distro' 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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 6 Update: CharLS-1.0-5.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-7e7c7dba98
2016-10-26 22:28:16.088966
--------------------------------------------------------------------------------
Name : CharLS
Product : Fedora EPEL 6
Version : 1.0
Release : 5.el6
URL : http://charls.codeplex.com/
Summary : An optimized implementation of the JPEG-LS standard
Description :
An optimized implementation of the JPEG-LS standard for loss less and
near loss less image compression. JPEG-LS is a low-complexity standard that
matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms
open source and commercial JPEG LS implementations.
JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard
LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high
compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old
loss less JPEG than to JPEG 2000, but interestingly the two different techniques
result in vastly different performance characteristics.
--------------------------------------------------------------------------------
Update Information:
Re-add CharLS to EPEL 6, to satisfy PostGIS and GeOS dependency
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update CharLS' 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
--------------------------------------------------------------------------------
6 years, 4 months
Fedora EPEL 7 Update: edg-mkgridmap-4.0.4-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-d9f115dee1
2016-10-26 00:52:55.394650
--------------------------------------------------------------------------------
Name : edg-mkgridmap
Product : Fedora EPEL 7
Version : 4.0.4
Release : 1.el7
URL : http://svnweb.cern.ch/world/wsvn/curios/edg-mkgridmap
Summary : A tool to build the grid map-file from VO servers
Description :
edg-mkgridmap is a tool to build the grid map-file from VO servers,
taking into account both VO and local policies.
--------------------------------------------------------------------------------
Update Information:
New upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update edg-mkgridmap' 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
--------------------------------------------------------------------------------
6 years, 5 months
Fedora EPEL 7 Update: uwsgi-2.0.14-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-82f3151d61
2016-10-26 00:52:55.394564
--------------------------------------------------------------------------------
Name : uwsgi
Product : Fedora EPEL 7
Version : 2.0.14
Release : 1.el7
URL : https://github.com/unbit/uwsgi
Summary : Fast, self-healing, application container server
Description :
uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly
application container server. Born as a WSGI-only server, over time it has
evolved in a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi (all lowercase, already included by default in the Nginx
and Cherokee releases) protocol for all the networking/interprocess
communications. Can be run in preforking mode, threaded,
asynchronous/evented and supports various form of green threads/co-routine
(like uGreen and Fiber). Sysadmin will love it as it can be configured via
command line, environment variables, xml, .ini and yaml files and via LDAP.
Being fully modular can use tons of different technology on top of the same
core.
--------------------------------------------------------------------------------
Update Information:
Updated to latest upstream stable + more fixes
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1325524 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1325524
[ 2 ] Bug #1339558 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1339558
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update uwsgi' 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
--------------------------------------------------------------------------------
6 years, 5 months
Fedora EPEL 7 Update: tito-0.6.7-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2016-7ac8777d37
2016-10-26 00:52:55.394480
--------------------------------------------------------------------------------
Name : tito
Product : Fedora EPEL 7
Version : 0.6.7
Release : 1.el7
URL : http://rm-rf.ca/tito
Summary : A tool for managing rpm based git projects
Description :
Tito is a tool for managing tarballs, rpms, and builds for projects using
git.
--------------------------------------------------------------------------------
Update Information:
- Hookup tito's --no-cleanup with rpmbuild's --noclean. (dgoodwin(a)redhat.com) -
Print package manager output in _auto_install (frostyx(a)email.cz) - Use 'dnf
reinstall' when package is already installed (frostyx(a)email.cz) - Install
packages via DNF if available (frostyx(a)email.cz) - CentOS uses yum
(miroslav(a)suchy.cz) - Allow customizing git commit message (lsedlar(a)redhat.com)
- README.md: Also link to Fedora wiki page collection of these tools
(walters(a)verbum.org) - mv rel-eng/ .tito/ (msuchy(a)redhat.com) - buildroot tag is
not needed for ages (msuchy(a)redhat.com) - better release number for untagged
packages (msuchy(a)redhat.com) - Only pass one project_name to copr build command
(dominic(a)cleal.org) - remove dependency on yum-utils (msuchy(a)redhat.com) ----
Added ability to specify changelog lines on tagging CLI with --changelog (can be
used multple times), and support for the new %autosetup macro.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update tito' 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
--------------------------------------------------------------------------------
6 years, 5 months