The following Fedora EPEL 6 Security updates need testing:
Age URL
461 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
455 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
387 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
345 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
317 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
203 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
62 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
47 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
20 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
20 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
18 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63189174a4 nsd-4.1.13-1.el6
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e3428efd3c php-symfony-2.3.42-1.el6
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c4b3ba1af6 nodejs-0.10.47-2.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
fedfind-2.7.0-1.el6
guacamole-server-0.9.9-3.el6
python-distro-1.0.0-6.el6
python3-py-1.4.30-2.el6
Details about builds:
================================================================================
fedfind-2.7.0-1.el6 (FEDORA-EPEL-2016-022c94df4e)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
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).
--------------------------------------------------------------------------------
================================================================================
guacamole-server-0.9.9-3.el6 (FEDORA-EPEL-2016-f224ee8c0d)
Server-side native components that form the Guacamole proxy
--------------------------------------------------------------------------------
Update Information:
Latest upstream release: - Performance enhancements - Completely new interface,
single-tab layout, theming support, better mobile support, wide character
support - Keyboard-interactive auth, HTTP Basic auth - Telnet support - Config
file for guacd, improved keyboard, , C0 control codes, bug fixes. WebSockets by
default - Simultaneous connections, session management, central connection
history, filterable connection/user lists. - Scrollbar for SSH and Telnet. -
PostgreSQL support, database speed improvements - Simpler
installation/configuration - File browsing, VNC audio and file transfer -
Dynamic JPEG/WebP - Improved LDAP support - Lots of bugfixes This build
restores the missing Epoch that was accidentally removed while rebasing.
--------------------------------------------------------------------------------
================================================================================
python-distro-1.0.0-6.el6 (FEDORA-EPEL-2016-42f9ffc3e9)
Linux Distribution - a Linux OS platform information API
--------------------------------------------------------------------------------
Update Information:
New package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381935 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381935
--------------------------------------------------------------------------------
================================================================================
python3-py-1.4.30-2.el6 (FEDORA-EPEL-2016-c6c7582595)
Library with cross-python path, ini-parsing, io, code, log facilities
--------------------------------------------------------------------------------
Update Information:
Initial import from epel7 branch.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381073 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381073
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
583 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
345 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
64 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
62 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
47 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-387d58ef27 chromium-53.0.2785.143-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-03fb3c1531 banshee-2.6.2-11.el7 dbus-sharp-0.7.0-15.el7 dbus-sharp-glib-0.5.0-13.el7 gdata-sharp-1.4.0.2-18.el7 gio-sharp-0.3-14.el7 gkeyfile-sharp-0.1-19.el7 gnome-sharp-2.24.2-12.el7 gtk-sharp-beans-2.14.0-17.el7 gtk-sharp2-2.12.26-3.el7 gtk-sharp3-2.99.3-16.el7 gudev-sharp-0.1-18.el7 libappindicator-12.10.0-11.el7 libgpod-0.8.3-8.el7 mono-4.2.4-7.el7 mono-addins-1.1-3.el7 mono-cecil-0.9.6-6.el7 mono-zeroconf-0.9.0-16.el7 notify-sharp-0.4.0-0.26.20100411svn.el7 notify-sharp3-3.0.3-2.el7 nunit-3.5-1.el7 nunit2-2.6.4-14.el7 pinta-1.6-5.el7 taglib-sharp-2.1.0.0-3.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c3527eff6c libass-0.13.4-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
fedfind-2.7.0-1.el7
monotone-1.1-15.el7
python-distro-1.0.0-6.el7
python-zope-sqlalchemy-0.7.7-1.el7
Details about builds:
================================================================================
fedfind-2.7.0-1.el7 (FEDORA-EPEL-2016-b0bb4bddbc)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
================================================================================
monotone-1.1-15.el7 (FEDORA-EPEL-2016-044761d976)
A free, distributed version control system
--------------------------------------------------------------------------------
Update Information:
Import current Monotone package in EPEL7.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1370080 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1370080
--------------------------------------------------------------------------------
================================================================================
python-distro-1.0.0-6.el7 (FEDORA-EPEL-2016-8579a792ba)
Linux Distribution - a Linux OS platform information API
--------------------------------------------------------------------------------
Update Information:
New package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381935 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381935
--------------------------------------------------------------------------------
================================================================================
python-zope-sqlalchemy-0.7.7-1.el7 (FEDORA-EPEL-2016-a60a15d9ac)
Minimal Zope/SQLAlchemy transaction integration
--------------------------------------------------------------------------------
Update Information:
Update to 0.7.7 (#1204328).
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1204328 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1204328
--------------------------------------------------------------------------------
Dear all,
You are kindly invited to the meeting:
EPSCO meeting on 2016-10-12 from 18:00:00 to 19:00:00 GMT
At fedora-meeting(a)irc.freenode.net
The meeting will be about:
Extra Packages for Enterprise Linux Steering COmmittee (EPSCO) has a weekly meeting to go over concerns and problems in the EPEL distribution.
You are kindly invited to come and meet with us
Source: https://apps.fedoraproject.org/calendar/meeting/4639/
Hello,
When I picked libgit2 after orphaning somehow I picked up EPEL
branches as well. But Unfortunately I don't have power nor wilingness
to maintain it for EPEL, so I orphaned it right now.
Feel free to pick it up!
--
-Igor Gnatenko