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
The following Fedora EPEL 6 Security updates need testing:
Age URL
458 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
452 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
384 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
342 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
314 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
200 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
60 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
45 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
17 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
17 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
16 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1117d3c7f6 golang-1.7.1-1.el6
11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63189174a4 nsd-4.1.13-1.el6
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e3428efd3c php-symfony-2.3.42-1.el6
5 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.6.2-1.el6
guacamole-server-0.9.9-2.el6
opensmtpd-6.0.1p1-1.el6
perl-Mock-Sub-1.07-1.el6
rsnapshot-1.4.2-1.el6
Details about builds:
================================================================================
fedfind-2.6.2-1.el6 (FEDORA-EPEL-2016-6e67444dbf)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
Update Information:
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-2.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.
--------------------------------------------------------------------------------
================================================================================
opensmtpd-6.0.1p1-1.el6 (FEDORA-EPEL-2016-096799b6b8)
Free implementation of the server-side SMTP protocol as defined by RFC 5321
--------------------------------------------------------------------------------
Update Information:
Changes in this release (since 6.0.0): --- - A bug in the smtp session logic
can lead to a server crash. [1] [1] found and reported by Mickael Torres,
thanks !
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381402 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381402
--------------------------------------------------------------------------------
================================================================================
perl-Mock-Sub-1.07-1.el6 (FEDORA-EPEL-2016-3458c2fca3)
Mock package, object and standard subroutines, with unit testing in mind
--------------------------------------------------------------------------------
Update Information:
1.07 2016-10-05 - POD fix (closes #20) - changed croak() to confess() - you
can now add "no_warnings => 1" to the 'use Mock::Sub' line to disable warnings
about mocking non-existent subs (closes #22)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1382191 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1382191
--------------------------------------------------------------------------------
================================================================================
rsnapshot-1.4.2-1.el6 (FEDORA-EPEL-2016-5a39cec441)
Local and remote filesystem snapshot utility
--------------------------------------------------------------------------------
Update Information:
Update to 1.4.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1375289 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1375289
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
580 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
342 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
61 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
59 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
45 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-aca1572ceb mingw-gnutls-3.3.24-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-387d58ef27 chromium-53.0.2785.143-1.el7
3 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
0 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.6.2-1.el7
fuse-encfs-1.9.1-2.el7
guacamole-server-0.9.9-2.el7
libass-0.13.4-1.el7
opensmtpd-6.0.1p1-1.el7
perl-Mock-Sub-1.07-1.el7
python-ofxparse-0.15-4.el7
python-psycogreen-1.0-1.el7
python-vatnumber-1.2-3.el7
relval-2.1.4-1.el7
relval-2.1.5-1.el7
rsnapshot-1.4.2-1.el7
znc-1.6.3-5.el7
Details about builds:
================================================================================
fedfind-2.6.2-1.el7 (FEDORA-EPEL-2016-cf25788bac)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
Update Information:
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). The relval update adjusts `relval size-check` for the `dvd-ostree`
change.
--------------------------------------------------------------------------------
================================================================================
fuse-encfs-1.9.1-2.el7 (FEDORA-EPEL-2016-d99c0ddb3e)
Encrypted pass-thru filesystem in userspace
--------------------------------------------------------------------------------
Update Information:
Fix exec permission.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1382894 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1382894
--------------------------------------------------------------------------------
================================================================================
guacamole-server-0.9.9-2.el7 (FEDORA-EPEL-2016-78bee79f2d)
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.
--------------------------------------------------------------------------------
================================================================================
libass-0.13.4-1.el7 (FEDORA-EPEL-2016-c3527eff6c)
Portable library for SSA/ASS subtitles rendering
--------------------------------------------------------------------------------
Update Information:
Fixes CVE-2016-7969, CVE-2016-7970 and CVE-2016-7972 ---- Update to 0.13.3.
Contains various bugfixes.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1310363 - libass-0.13.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1310363
[ 2 ] Bug #1381962 - CVE-2016-7969 CVE-2016-7970 CVE-2016-7971 CVE-2016-7972 libass: Multiple issues disclosed with 0.13.4 update [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1381962
[ 3 ] Bug #1381961 - CVE-2016-7969 CVE-2016-7970 CVE-2016-7971 CVE-2016-7972 libass: Multiple issues disclosed with 0.13.4 update [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1381961
[ 4 ] Bug #1382196 - libass-0.13.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1382196
--------------------------------------------------------------------------------
================================================================================
opensmtpd-6.0.1p1-1.el7 (FEDORA-EPEL-2016-1815a160f1)
Free implementation of the server-side SMTP protocol as defined by RFC 5321
--------------------------------------------------------------------------------
Update Information:
Changes in this release (since 6.0.0): --- - A bug in the smtp session logic
can lead to a server crash. [1] [1] found and reported by Mickael Torres,
thanks !
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381402 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381402
--------------------------------------------------------------------------------
================================================================================
perl-Mock-Sub-1.07-1.el7 (FEDORA-EPEL-2016-2aedb10b24)
Mock package, object and standard subroutines, with unit testing in mind
--------------------------------------------------------------------------------
Update Information:
1.07 2016-10-05 - POD fix (closes #20) - changed croak() to confess() - you
can now add "no_warnings => 1" to the 'use Mock::Sub' line to disable warnings
about mocking non-existent subs (closes #22)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1382191 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1382191
--------------------------------------------------------------------------------
================================================================================
python-ofxparse-0.15-4.el7 (FEDORA-EPEL-2016-a7cddbd05c)
Python library for working with the OFX (Open Financial Exchange) file format
--------------------------------------------------------------------------------
Update Information:
- add needed BuildRequires / Requires - add conditional for Python3 to build on
epel7 - do not remove upstream egg-info
--------------------------------------------------------------------------------
================================================================================
python-psycogreen-1.0-1.el7 (FEDORA-EPEL-2016-6cdd913969)
Psycopg2 integration with co-routine libraries
--------------------------------------------------------------------------------
Update Information:
Initial rpm-release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1379421 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1379421
--------------------------------------------------------------------------------
================================================================================
python-vatnumber-1.2-3.el7 (FEDORA-EPEL-2016-3f0a6c772d)
Python module to validate VAT numbers
--------------------------------------------------------------------------------
Update Information:
- add contional for building on epel7 - use %license - move BuildRequires to
sub-packages - fix BuildRequires for epel7 - drop obsolete Group-tag, not needed
since rhel6+
--------------------------------------------------------------------------------
================================================================================
relval-2.1.4-1.el7 (FEDORA-EPEL-2016-cf25788bac)
Tool for interacting with Fedora QA wiki pages
--------------------------------------------------------------------------------
Update Information:
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). The relval update adjusts `relval size-check` for the `dvd-ostree`
change.
--------------------------------------------------------------------------------
================================================================================
relval-2.1.5-1.el7 (FEDORA-EPEL-2016-e1a0aeaba3)
Tool for interacting with Fedora QA wiki pages
--------------------------------------------------------------------------------
Update Information:
This update adds `--since` and `--until` arguments for `relval user-stats`,
making it easier to generate statistics covering the Alpha, Beta and Final
periods now we have nightly validation events interspersed with the candidate
compose events throughout the cycle.
--------------------------------------------------------------------------------
================================================================================
rsnapshot-1.4.2-1.el7 (FEDORA-EPEL-2016-91b8d9eccc)
Local and remote filesystem snapshot utility
--------------------------------------------------------------------------------
Update Information:
Update to 1.4.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1375289 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1375289
--------------------------------------------------------------------------------
================================================================================
znc-1.6.3-5.el7 (FEDORA-EPEL-2016-3ecd1b0d5d)
An advanced IRC bouncer
--------------------------------------------------------------------------------
Update Information:
Cleanup spec file, use upstream systemd unit file
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1367810 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1367810
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
457 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
451 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
383 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
341 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
313 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
199 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
59 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
44 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
16 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
16 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
15 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1117d3c7f6 golang-1.7.1-1.el6
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63189174a4 nsd-4.1.13-1.el6
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e3428efd3c php-symfony-2.3.42-1.el6
4 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
acme-tiny-0.1-10.20160810git5a7b4e7.el6
drupal7-7.51-1.el6
fedfind-2.5.0-1.el6
fedpkg-copr-0.8-1.el6
guacamole-server-0.9.9-1.el6
php-twig-1.26.1-1.el6
tito-0.6.7-1.el6
uwsgi-2.0.14-1.el6
Details about builds:
================================================================================
acme-tiny-0.1-10.20160810git5a7b4e7.el6 (FEDORA-EPEL-2016-cb6cac6026)
Tiny auditable script to issue, renew Let's Encrypt certificates
--------------------------------------------------------------------------------
Update Information:
A tiny package to make acme-tiny secure and fire and forget easy on Fedora and
EPEL. Read the README for hints on using acme certs with sendmail, httpd, and
dovecot.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1366355 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1366355
--------------------------------------------------------------------------------
================================================================================
drupal7-7.51-1.el6 (FEDORA-EPEL-2016-75c9469df8)
An open-source content-management platform
--------------------------------------------------------------------------------
Update Information:
https://www.drupal.org/project/drupal/releases/7.51
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1382177 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1382177
--------------------------------------------------------------------------------
================================================================================
fedfind-2.5.0-1.el6 (FEDORA-EPEL-2016-6e67444dbf)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
Update Information:
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`. 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. The relval update adjusts
`relval size-check` for the change (teaching it about the new `dvd-ostree`
type).
--------------------------------------------------------------------------------
================================================================================
fedpkg-copr-0.8-1.el6 (FEDORA-EPEL-2016-ab504758f0)
Fedpkg modified to work with copr dist git
--------------------------------------------------------------------------------
Update Information:
New package to interact with copr-dist-git
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1378341 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1378341
--------------------------------------------------------------------------------
================================================================================
guacamole-server-0.9.9-1.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
--------------------------------------------------------------------------------
================================================================================
php-twig-1.26.1-1.el6 (FEDORA-EPEL-2016-b589985da2)
The flexible, fast, and secure template engine for PHP
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.1** (2016-10-05) * removed template source code from generated
template classes when debug is disabled * fixed default implementation of
Twig_Template::getDebugInfo() for better BC * fixed regression on static calls
for functions/filters/tests ---- **Twig 1.26.0** (2016-10-02) * added
template cache invalidation based on more environment options * added a missing
deprecation notice * fixed template paths when a template is stored in a PHAR
file * allowed filters/functions/tests implementation to use a different class
than the extension they belong to * deprecated
Twig_ExtensionInterface::getName() ---- **Twig 1.25.0** (2016-09-21) *
changed the way we store template source in template classes * removed usage of
realpath in cache keys * fixed Twig cache sharing when used with different
versions of PHP * removed embed parent workaround for simple use cases *
deprecated the ability to store non Node instances in Node::$nodes * deprecated
Twig_Environment::getLexer(), Twig_Environment::getParser(),
Twig_Environment::getCompiler() * deprecated Twig_Compiler::getFilename()
--------------------------------------------------------------------------------
================================================================================
tito-0.6.7-1.el6 (FEDORA-EPEL-2016-aa5546e85d)
A tool for managing rpm based git projects
--------------------------------------------------------------------------------
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. ---- Fix
tagging with --use-version on MEAD projects. Fix git annex builder cleanup
returning to proper directory. Fix issue with .spec file basename in some
situations.
--------------------------------------------------------------------------------
================================================================================
uwsgi-2.0.14-1.el6 (FEDORA-EPEL-2016-dac6478b5f)
Fast, self-healing, application container server
--------------------------------------------------------------------------------
Update Information:
Updated to latest upstream stable + more fixes
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
578 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
340 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
59 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
57 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
42 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-aca1572ceb mingw-gnutls-3.3.24-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-387d58ef27 chromium-53.0.2785.143-1.el7
1 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
The following builds have been pushed to Fedora EPEL 7 updates-testing
acme-tiny-0.1-10.20160810git5a7b4e7.el7
drupal7-7.51-1.el7
fedfind-2.5.0-1.el7
fedpkg-copr-0.8-1.el7
guacamole-server-0.9.9-1.el7
libgsasl-1.8.0-8.el7
pdf-stapler-0.3.3-8.el7
php-symfony-2.8.12-2.el7
php-twig-1.26.1-1.el7
python-pyroute2-0.4.9-1.el7
python-sync2jira-0.4-1.el7
relval-2.1.4-1.el7
tito-0.6.7-1.el7
uwsgi-2.0.14-1.el7
x2goserver-4.0.1.19-12.el7
Details about builds:
================================================================================
acme-tiny-0.1-10.20160810git5a7b4e7.el7 (FEDORA-EPEL-2016-f5a987216a)
Tiny auditable script to issue, renew Let's Encrypt certificates
--------------------------------------------------------------------------------
Update Information:
A tiny package to make acme-tiny secure and fire and forget easy on Fedora and
EPEL. Read the README for hints on using acme certs with sendmail, httpd, and
dovecot.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1366355 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1366355
--------------------------------------------------------------------------------
================================================================================
drupal7-7.51-1.el7 (FEDORA-EPEL-2016-5813e2c938)
An open-source content-management platform
--------------------------------------------------------------------------------
Update Information:
https://www.drupal.org/project/drupal/releases/7.51
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1382177 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1382177
--------------------------------------------------------------------------------
================================================================================
fedfind-2.5.0-1.el7 (FEDORA-EPEL-2016-cf25788bac)
Fedora Finder finds Fedora
--------------------------------------------------------------------------------
Update Information:
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`. 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. The relval update adjusts
`relval size-check` for the change (teaching it about the new `dvd-ostree`
type).
--------------------------------------------------------------------------------
================================================================================
fedpkg-copr-0.8-1.el7 (FEDORA-EPEL-2016-17f1f95ea4)
Fedpkg modified to work with copr dist git
--------------------------------------------------------------------------------
Update Information:
New package to interact with copr-dist-git
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1378341 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1378341
--------------------------------------------------------------------------------
================================================================================
guacamole-server-0.9.9-1.el7 (FEDORA-EPEL-2016-78bee79f2d)
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
--------------------------------------------------------------------------------
ChangeLog:
* Fri Apr 15 2016 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-1
- Update to 0.9.9.
- Add libwebp as a build requirement.
- Make FreeRDP conditional.
- Add OOSP UUID library build requirement.
- Update environment in service file.
- Use automatic dependency logic for FreeRDP libraries.
- Enable new telnet plugin.
--------------------------------------------------------------------------------
================================================================================
libgsasl-1.8.0-8.el7 (FEDORA-EPEL-2016-f8771016d5)
GNU SASL library
--------------------------------------------------------------------------------
Update Information:
* Enabled GSSAPI support
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381672 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381672
--------------------------------------------------------------------------------
================================================================================
pdf-stapler-0.3.3-8.el7 (FEDORA-EPEL-2016-3ceba4626d)
Tool for manipulating PDF documents from the command line
--------------------------------------------------------------------------------
Update Information:
Initial build for EPEL. Synchronized with Fedora 24.
--------------------------------------------------------------------------------
================================================================================
php-symfony-2.8.12-2.el7 (FEDORA-EPEL-2016-c5b86c9ec1)
PHP framework for web projects
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.1** (2016-10-05) * removed template source code from generated
template classes when debug is disabled * fixed default implementation of
Twig_Template::getDebugInfo() for better BC * fixed regression on static calls
for functions/filters/tests ---- **Twig 1.26.0** (2016-10-02) * added
template cache invalidation based on more environment options * added a missing
deprecation notice * fixed template paths when a template is stored in a PHAR
file * allowed filters/functions/tests implementation to use a different class
than the extension they belong to * deprecated
Twig_ExtensionInterface::getName() ---- **Twig 1.25.0** (2016-09-21) *
changed the way we store template source in template classes * removed usage of
realpath in cache keys * fixed Twig cache sharing when used with different
versions of PHP * removed embed parent workaround for simple use cases *
deprecated the ability to store non Node instances in Node::$nodes * deprecated
Twig_Environment::getLexer(), Twig_Environment::getParser(),
Twig_Environment::getCompiler() * deprecated Twig_Compiler::getFilename() ----
**Symfony 2.8.12** (2016-10-03) * bug #20102 [Validator] Url validator not
validating hosts ending in a number (gwkunze) * bug #20132 Use "more entropy"
option for uniqid() (javiereguiluz) * bug #20122 [Validator] Reset constraint
options (ro0NL) * bug #20116 fixed AddConstraintValidatorsPass config (fabpot)
* bug #20078 Fix #19943 Make sure to process each interface metadata only once
(lemoinem) * bug #20080 [Form] compound forms without children should be
considered rendered implicitly (backbone87) * bug #20087 [VarDumper] Fix PHP
7.1 compat (nicolas-grekas) * bug #20086 [VarDumper] Fix PHP 7.1 compat
(nicolas-grekas) * bug #20077 [Process] silent file operation to avoid open
basedir issues (xabbuh) * bug #20079 fixed Twig support for 1.26 and 2.0
(fabpot) * bug #20051 Fix indexBy type extraction (lemoinem) * bug #19951
[Finder] Trim trailing directory slash in ExcludeDirectoryFilterIterator (ro0NL)
* bug #20018 [VarDumper] Fix test (nicolas-grekas) * bug #20011 Use UUID for
error codes for Form validator. (Koc) * bug #20010 [DX] Fixed regression when
exception message swallowed when logging it. (Koc) * bug #19983 [TwigBridge]
removed Twig null nodes (deprecated as of Twig 1.25) (fabpot) * bug #19946
[Console] Fix parsing optionnal options with empty value in argv (chalasr) *
bug #19636 [Finder] no PHP warning on empty directory iteration (ggottwald) *
bug #19923 [bugfix] [Console] Set `Input::$interactive` to `false` when command
is executed with `--quiet` as verbosity level (phansys) * bug #19811 Fixed the
nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar) * bug #19853
[PropertyInfo] Make ReflectionExtractor compatible with ReflectionType changes
in PHP 7.1 (teohhanhui) * bug #19904 [Form] Fixed collapsed ChoiceType options
attributes (HeahDude) * bug #19908 [Config] Handle open_basedir restrictions in
FileLocator (Nicofuma) * bug #19924 [DoctrineBridge][PropertyInfo] Treat
Doctrine decimal type as string (teohhanhui) * bug #19932 Fixed bad merge
(GrahamCampbell) * bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for
lint commands output (chalasr) * bug #19928 [Validator] Update IpValidatorTest
data set with a valid reserved IP (jakzal) * bug #19813 [Console] fixed PHP7
Errors are now handled and converted to Exceptions (fonsecas72) * bug #19879
[Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati) *
bug #19878 Fix translation:update command count (tgalopin)
--------------------------------------------------------------------------------
================================================================================
php-twig-1.26.1-1.el7 (FEDORA-EPEL-2016-c5b86c9ec1)
The flexible, fast, and secure template engine for PHP
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.1** (2016-10-05) * removed template source code from generated
template classes when debug is disabled * fixed default implementation of
Twig_Template::getDebugInfo() for better BC * fixed regression on static calls
for functions/filters/tests ---- **Twig 1.26.0** (2016-10-02) * added
template cache invalidation based on more environment options * added a missing
deprecation notice * fixed template paths when a template is stored in a PHAR
file * allowed filters/functions/tests implementation to use a different class
than the extension they belong to * deprecated
Twig_ExtensionInterface::getName() ---- **Twig 1.25.0** (2016-09-21) *
changed the way we store template source in template classes * removed usage of
realpath in cache keys * fixed Twig cache sharing when used with different
versions of PHP * removed embed parent workaround for simple use cases *
deprecated the ability to store non Node instances in Node::$nodes * deprecated
Twig_Environment::getLexer(), Twig_Environment::getParser(),
Twig_Environment::getCompiler() * deprecated Twig_Compiler::getFilename() ----
**Symfony 2.8.12** (2016-10-03) * bug #20102 [Validator] Url validator not
validating hosts ending in a number (gwkunze) * bug #20132 Use "more entropy"
option for uniqid() (javiereguiluz) * bug #20122 [Validator] Reset constraint
options (ro0NL) * bug #20116 fixed AddConstraintValidatorsPass config (fabpot)
* bug #20078 Fix #19943 Make sure to process each interface metadata only once
(lemoinem) * bug #20080 [Form] compound forms without children should be
considered rendered implicitly (backbone87) * bug #20087 [VarDumper] Fix PHP
7.1 compat (nicolas-grekas) * bug #20086 [VarDumper] Fix PHP 7.1 compat
(nicolas-grekas) * bug #20077 [Process] silent file operation to avoid open
basedir issues (xabbuh) * bug #20079 fixed Twig support for 1.26 and 2.0
(fabpot) * bug #20051 Fix indexBy type extraction (lemoinem) * bug #19951
[Finder] Trim trailing directory slash in ExcludeDirectoryFilterIterator (ro0NL)
* bug #20018 [VarDumper] Fix test (nicolas-grekas) * bug #20011 Use UUID for
error codes for Form validator. (Koc) * bug #20010 [DX] Fixed regression when
exception message swallowed when logging it. (Koc) * bug #19983 [TwigBridge]
removed Twig null nodes (deprecated as of Twig 1.25) (fabpot) * bug #19946
[Console] Fix parsing optionnal options with empty value in argv (chalasr) *
bug #19636 [Finder] no PHP warning on empty directory iteration (ggottwald) *
bug #19923 [bugfix] [Console] Set `Input::$interactive` to `false` when command
is executed with `--quiet` as verbosity level (phansys) * bug #19811 Fixed the
nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar) * bug #19853
[PropertyInfo] Make ReflectionExtractor compatible with ReflectionType changes
in PHP 7.1 (teohhanhui) * bug #19904 [Form] Fixed collapsed ChoiceType options
attributes (HeahDude) * bug #19908 [Config] Handle open_basedir restrictions in
FileLocator (Nicofuma) * bug #19924 [DoctrineBridge][PropertyInfo] Treat
Doctrine decimal type as string (teohhanhui) * bug #19932 Fixed bad merge
(GrahamCampbell) * bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for
lint commands output (chalasr) * bug #19928 [Validator] Update IpValidatorTest
data set with a valid reserved IP (jakzal) * bug #19813 [Console] fixed PHP7
Errors are now handled and converted to Exceptions (fonsecas72) * bug #19879
[Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati) *
bug #19878 Fix translation:update command count (tgalopin)
--------------------------------------------------------------------------------
================================================================================
python-pyroute2-0.4.9-1.el7 (FEDORA-EPEL-2016-20ae3aadc7)
Pure Python netlink library
--------------------------------------------------------------------------------
Update Information:
critical fd leak fix ---- uplift to 0.4.x ---- critical NetNS fd leak fix
--------------------------------------------------------------------------------
================================================================================
python-sync2jira-0.4-1.el7 (FEDORA-EPEL-2016-610f574584)
Sync pagure and github issues to jira, via fedmsg
--------------------------------------------------------------------------------
Update Information:
Handle different jira-python versions. ---- Better handling of unique links.
--------------------------------------------------------------------------------
================================================================================
relval-2.1.4-1.el7 (FEDORA-EPEL-2016-cf25788bac)
Tool for interacting with Fedora QA wiki pages
--------------------------------------------------------------------------------
Update Information:
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`. 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. The relval update adjusts
`relval size-check` for the change (teaching it about the new `dvd-ostree`
type).
--------------------------------------------------------------------------------
================================================================================
tito-0.6.7-1.el7 (FEDORA-EPEL-2016-7ac8777d37)
A tool for managing rpm based git projects
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
================================================================================
uwsgi-2.0.14-1.el7 (FEDORA-EPEL-2016-82f3151d61)
Fast, self-healing, application container server
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
================================================================================
x2goserver-4.0.1.19-12.el7 (FEDORA-EPEL-2016-ef7d22a52a)
X2Go Server
--------------------------------------------------------------------------------
Update Information:
- Fix x2golistdesktops on EL7 (bug #1371690) - Add upstream patch to drop
blowfish cipher (bug #1350014) - Add requires grep (bug #1319154)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1371690 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1371690
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
455 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
449 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
381 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
339 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
311 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
197 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
56 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
41 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1117d3c7f6 golang-1.7.1-1.el6
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63189174a4 nsd-4.1.13-1.el6
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e3428efd3c php-symfony-2.3.42-1.el6
2 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
dpm-xrootd-3.6.1-2.el6
epel-rpm-macros-6-14
perl-Messaging-Message-1.6.1-1.el6
perl-No-Worries-1.3-1.el6
php-webmozart-assert-1.1.0-1.el6
php-webmozart-path-util-2.3.0-1.el6
python34-3.4.3-9.el6
xrootd-4.4.1-1.el6
zabbix22-2.2.15-1.el6
Details about builds:
================================================================================
dpm-xrootd-3.6.1-2.el6 (FEDORA-EPEL-2016-4389835169)
XROOT interface to the Disk Pool Manager (DPM)
--------------------------------------------------------------------------------
Update Information:
- fix wrong dependency to dmlite ---- * new upstream release
--------------------------------------------------------------------------------
================================================================================
epel-rpm-macros-6-14 (FEDORA-EPEL-2016-a3fbbc03f0)
Extra Packages for Enterprise Linux RPM macros
--------------------------------------------------------------------------------
Update Information:
* Drop %py3_* stub macros. * Build python34 for EPEL6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380248 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380248
--------------------------------------------------------------------------------
================================================================================
perl-Messaging-Message-1.6.1-1.el6 (FEDORA-EPEL-2016-0018c104ee)
Abstraction of a message
--------------------------------------------------------------------------------
Update Information:
Upgrade to 1.6.1 upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381897 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381897
--------------------------------------------------------------------------------
================================================================================
perl-No-Worries-1.3-1.el6 (FEDORA-EPEL-2016-3aeccb21f7)
Perl coding without worries
--------------------------------------------------------------------------------
Update Information:
Upgrade to 1.3 upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381896 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381896
--------------------------------------------------------------------------------
================================================================================
php-webmozart-assert-1.1.0-1.el6 (FEDORA-EPEL-2016-ea9df2843e)
Assertions to validate method input/output with nice error messages
--------------------------------------------------------------------------------
Update Information:
## php-webmozart-assert This library contains efficient assertions to test the
input and output of your methods. With these assertions, you can greatly reduce
the amount of coding needed to write a safe implementation. All assertions in
the Assert class throw an \InvalidArgumentException if they fail. ## php-
webmozart-path-util This package provides robust, cross-platform utility
functions for normalizing, comparing and modifying file paths and URLs.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380155 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380155
[ 2 ] Bug #1380156 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380156
--------------------------------------------------------------------------------
================================================================================
php-webmozart-path-util-2.3.0-1.el6 (FEDORA-EPEL-2016-ea9df2843e)
Cross-platform utilities for file paths
--------------------------------------------------------------------------------
Update Information:
## php-webmozart-assert This library contains efficient assertions to test the
input and output of your methods. With these assertions, you can greatly reduce
the amount of coding needed to write a safe implementation. All assertions in
the Assert class throw an \InvalidArgumentException if they fail. ## php-
webmozart-path-util This package provides robust, cross-platform utility
functions for normalizing, comparing and modifying file paths and URLs.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380155 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380155
[ 2 ] Bug #1380156 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380156
--------------------------------------------------------------------------------
================================================================================
python34-3.4.3-9.el6 (FEDORA-EPEL-2016-a3fbbc03f0)
Version 3 of the Python programming language aka Python 3000
--------------------------------------------------------------------------------
Update Information:
* Drop %py3_* stub macros. * Build python34 for EPEL6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380248 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380248
--------------------------------------------------------------------------------
================================================================================
xrootd-4.4.1-1.el6 (FEDORA-EPEL-2016-68ead3d44d)
Extended ROOT file server
--------------------------------------------------------------------------------
Update Information:
Version 4.4.1 ------------- **Major bug fixes** * **[XrdCl]** Use posix
semaphores for fedora >= 22. * **[XrdCl]** Disable omit-frame-pointer for gcc
>= 4.9.3 (only if custom semaphores are being used). * **[XrdCl]** Fix
deadlock in XrdCl::PollerBuiltIn during finalize.
--------------------------------------------------------------------------------
================================================================================
zabbix22-2.2.15-1.el6 (FEDORA-EPEL-2016-e856db8867)
Open-source monitoring solution for your IT infrastructure
--------------------------------------------------------------------------------
Update Information:
https://www.zabbix.com/documentation/3.0/manual/introduction/whatsnew305http://www.zabbix.com/rn3.0.5.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1367113 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1367113
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
577 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
339 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
57 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
56 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
41 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-49577d864a mongodb-2.6.12-3.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-aca1572ceb mingw-gnutls-3.3.24-1.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-387d58ef27 chromium-53.0.2785.143-1.el7
0 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
The following builds have been pushed to Fedora EPEL 7 updates-testing
OpenColorIO-1.0.9-4.el7
OpenImageIO-1.5.24-3.el7
banshee-2.6.2-11.el7
bodhi-2.2.4-1.el7
dbus-sharp-0.7.0-15.el7
dbus-sharp-glib-0.5.0-13.el7
dpm-xrootd-3.6.1-2.el7
fts-3.4.3-3.el7
gdata-sharp-1.4.0.2-18.el7
gfal2-2.12.2-2.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
libmediainfo-0.7.89-1.el7
mediainfo-0.7.89-1.el7
mkvtoolnix-7.4.0-3.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
perl-Messaging-Message-1.6.1-1.el7
perl-No-Worries-1.3-1.el7
php-webmozart-assert-1.1.0-1.el7
php-webmozart-path-util-2.3.0-1.el7
pinta-1.6-5.el7
pugixml-1.7-3.el7
python-asciitree-0.3.3-3.el7
taglib-sharp-2.1.0.0-3.el7
xrootd-4.4.1-1.el7
zabbix22-2.2.15-1.el7
Details about builds:
================================================================================
OpenColorIO-1.0.9-4.el7 (FEDORA-EPEL-2016-dce60c46e0)
Enables color transforms and image display across graphics apps
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
OpenImageIO-1.5.24-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
Library for reading and writing images
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
banshee-2.6.2-11.el7 (FEDORA-EPEL-2016-03fb3c1531)
Easily import, manage, and play selections from your music collection
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
bodhi-2.2.4-1.el7 (FEDORA-EPEL-2016-3081a94111)
A modular framework that facilitates publishing software updates
--------------------------------------------------------------------------------
Update Information:
Update to 2.2.4. Release notes available at https://github.com/fedora-
infra/bodhi/releases/tag/2.2.4 ---- Update to 2.2.3. Release notes at
https://github.com/fedora-infra/bodhi/releases/tag/2.2.3 ---- Update to 2.2.2.
Release notes at https://github.com/fedora-infra/bodhi/releases/tag/2.2.2 ----
Update to 2.2.1. Release notes at https://github.com/fedora-
infra/bodhi/releases/tag/2.2.1 ---- Backport two patches to correct module
paths from the devel branch upstream. ---- Update to 2.2.0. Release notes
available at https://github.com/fedora-
infra/bodhi/blob/2.2.0/docs/release_notes.rst ---- Updated to work better
against bodhi2 with the latest python-fedora bindings.
--------------------------------------------------------------------------------
================================================================================
dbus-sharp-0.7.0-15.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for D-Bus
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
dbus-sharp-glib-0.5.0-13.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for D-Bus glib main loop integration
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
dpm-xrootd-3.6.1-2.el7 (FEDORA-EPEL-2016-352b0d13a1)
XROOT interface to the Disk Pool Manager (DPM)
--------------------------------------------------------------------------------
Update Information:
- fix wrong dependency to dmlite ---- * new upstream release
--------------------------------------------------------------------------------
================================================================================
fts-3.4.3-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
File Transfer Service V3
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
gdata-sharp-1.4.0.2-18.el7 (FEDORA-EPEL-2016-03fb3c1531)
.NET library for the Google Data API
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gfal2-2.12.2-2.el7 (FEDORA-EPEL-2016-dce60c46e0)
Grid file access library 2.0
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
gio-sharp-0.3-14.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for gio
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gkeyfile-sharp-0.1-19.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for glib2's keyfile implementation
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gnome-sharp-2.24.2-12.el7 (FEDORA-EPEL-2016-03fb3c1531)
GTK+ and GNOME bindings for Mono
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gtk-sharp-beans-2.14.0-17.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for GTK+ API not included in GTK#
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gtk-sharp2-2.12.26-3.el7 (FEDORA-EPEL-2016-03fb3c1531)
GTK+ and GNOME bindings for Mono
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gtk-sharp3-2.99.3-16.el7 (FEDORA-EPEL-2016-03fb3c1531)
GTK+ 3 and GNOME 3 bindings for Mono
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
gudev-sharp-0.1-18.el7 (FEDORA-EPEL-2016-03fb3c1531)
C# bindings for gudev
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
libappindicator-12.10.0-11.el7 (FEDORA-EPEL-2016-03fb3c1531)
Application indicators library
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
libgpod-0.8.3-8.el7 (FEDORA-EPEL-2016-03fb3c1531)
Library to access the contents of an iPod
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
libmediainfo-0.7.89-1.el7 (FEDORA-EPEL-2016-5368eba6f5)
Library for supplies technical and tag information about a video or audio file
--------------------------------------------------------------------------------
Update Information:
Update to 0.7.89.
--------------------------------------------------------------------------------
================================================================================
mediainfo-0.7.89-1.el7 (FEDORA-EPEL-2016-5368eba6f5)
Supplies technical and tag information about a video or audio file (CLI)
--------------------------------------------------------------------------------
Update Information:
Update to 0.7.89.
--------------------------------------------------------------------------------
================================================================================
mkvtoolnix-7.4.0-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
Matroska container manipulation utilities
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
mono-4.2.4-7.el7 (FEDORA-EPEL-2016-03fb3c1531)
Cross-platform, Open Source, .NET development framework
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
mono-addins-1.1-3.el7 (FEDORA-EPEL-2016-03fb3c1531)
Addins for mono
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
mono-cecil-0.9.6-6.el7 (FEDORA-EPEL-2016-03fb3c1531)
Library to generate and inspect programs and libraries in the ECMA CIL form
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
mono-zeroconf-0.9.0-16.el7 (FEDORA-EPEL-2016-03fb3c1531)
Mono.Zeroconf networking library
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
notify-sharp-0.4.0-0.26.20100411svn.el7 (FEDORA-EPEL-2016-03fb3c1531)
A C# implementation for Desktop Notifications
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
notify-sharp3-3.0.3-2.el7 (FEDORA-EPEL-2016-03fb3c1531)
A C# implementation for Desktop Notifications
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
nunit-3.5-1.el7 (FEDORA-EPEL-2016-03fb3c1531)
Unit test framework for CLI
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
nunit2-2.6.4-14.el7 (FEDORA-EPEL-2016-03fb3c1531)
Unit test framework for CLI
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
perl-Messaging-Message-1.6.1-1.el7 (FEDORA-EPEL-2016-e0c457ca86)
Abstraction of a message
--------------------------------------------------------------------------------
Update Information:
Upgrade to 1.6.1 upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381897 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381897
--------------------------------------------------------------------------------
================================================================================
perl-No-Worries-1.3-1.el7 (FEDORA-EPEL-2016-882f5ebe77)
Perl coding without worries
--------------------------------------------------------------------------------
Update Information:
Upgrade to 1.3 upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381896 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381896
--------------------------------------------------------------------------------
================================================================================
php-webmozart-assert-1.1.0-1.el7 (FEDORA-EPEL-2016-218a53a120)
Assertions to validate method input/output with nice error messages
--------------------------------------------------------------------------------
Update Information:
## php-webmozart-assert This library contains efficient assertions to test the
input and output of your methods. With these assertions, you can greatly reduce
the amount of coding needed to write a safe implementation. All assertions in
the Assert class throw an \InvalidArgumentException if they fail. ## php-
webmozart-path-util This package provides robust, cross-platform utility
functions for normalizing, comparing and modifying file paths and URLs.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380155 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380155
[ 2 ] Bug #1380156 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380156
--------------------------------------------------------------------------------
================================================================================
php-webmozart-path-util-2.3.0-1.el7 (FEDORA-EPEL-2016-218a53a120)
Cross-platform utilities for file paths
--------------------------------------------------------------------------------
Update Information:
## php-webmozart-assert This library contains efficient assertions to test the
input and output of your methods. With these assertions, you can greatly reduce
the amount of coding needed to write a safe implementation. All assertions in
the Assert class throw an \InvalidArgumentException if they fail. ## php-
webmozart-path-util This package provides robust, cross-platform utility
functions for normalizing, comparing and modifying file paths and URLs.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380155 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380155
[ 2 ] Bug #1380156 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380156
--------------------------------------------------------------------------------
================================================================================
pinta-1.6-5.el7 (FEDORA-EPEL-2016-03fb3c1531)
An easy to use drawing and image editing program
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
pugixml-1.7-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
A light-weight C++ XML processing library
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version for new package review and rebuild
dependencies.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
python-asciitree-0.3.3-3.el7 (FEDORA-EPEL-2016-dad9403bad)
Draws ASCII trees
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1375735 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1375735
--------------------------------------------------------------------------------
================================================================================
taglib-sharp-2.1.0.0-3.el7 (FEDORA-EPEL-2016-03fb3c1531)
Provides tag reading and writing for Banshee and other Mono apps
--------------------------------------------------------------------------------
Update Information:
Upgrade to Mono 4 in Epel7. mono-data-postgresql should now be properly
obsoleted. adding notify-sharp3 to the update.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1220138 - EPEL's version of Mono is horrendously outdated with lots of vulns. [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1220138
--------------------------------------------------------------------------------
================================================================================
xrootd-4.4.1-1.el7 (FEDORA-EPEL-2016-7bdb6fdc24)
Extended ROOT file server
--------------------------------------------------------------------------------
Update Information:
Version 4.4.1 ------------- **Major bug fixes** * **[XrdCl]** Use posix
semaphores for fedora >= 22. * **[XrdCl]** Disable omit-frame-pointer for gcc
>= 4.9.3 (only if custom semaphores are being used). * **[XrdCl]** Fix
deadlock in XrdCl::PollerBuiltIn during finalize.
--------------------------------------------------------------------------------
================================================================================
zabbix22-2.2.15-1.el7 (FEDORA-EPEL-2016-5692d0d692)
Open-source monitoring solution for your IT infrastructure
--------------------------------------------------------------------------------
Update Information:
https://www.zabbix.com/documentation/3.0/manual/introduction/whatsnew305http://www.zabbix.com/rn3.0.5.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1367113 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1367113
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
454 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
448 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
379 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
338 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
310 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
195 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
55 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
40 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1117d3c7f6 golang-1.7.1-1.el6
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63189174a4 nsd-4.1.13-1.el6
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e3428efd3c php-symfony-2.3.42-1.el6
1 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
dpm-dsi-1.9.9-1.el6
epel-rpm-macros-6-14
php-phpseclib-2.0.4-1.el6
php-twig-1.26.0-1.el6
python-bitarray-0.8.1-4.el6
zstd-1.1.0-1.el6
Details about builds:
================================================================================
dpm-dsi-1.9.9-1.el6 (FEDORA-EPEL-2016-10cba13cb8)
Disk Pool Manager (DPM) plugin for the Globus GridFTP server
--------------------------------------------------------------------------------
Update Information:
* new upstream release
--------------------------------------------------------------------------------
================================================================================
epel-rpm-macros-6-14 (FEDORA-EPEL-2016-a3fbbc03f0)
Extra Packages for Enterprise Linux RPM macros
--------------------------------------------------------------------------------
Update Information:
Drop %py3_* stub macros.
--------------------------------------------------------------------------------
================================================================================
php-phpseclib-2.0.4-1.el6 (FEDORA-EPEL-2016-6c9a1e102b)
PHP Secure Communications Library
--------------------------------------------------------------------------------
Update Information:
**Version 2.0.4** - 2016-08-18 * fix E_DEPRECATED errors on PHP 7.1 (#1041)
* SFTP: speed up downloads (#945) * SFTP: fix infinite loop when uploading
empty file (#995) * ASN1: fix possible infinite loop in decode (#1027) ----
**Version 2.0.3** - 2016-08-18 - BigInteger/RSA: don't compare openssl versions
> 1.0 (#946) - RSA: don't attempt to use the CRT when zero value components
exist (#980) - RSA: zero salt length RSA signatures don't work (#1002) - ASN1:
fix PHP Warning on PHP 7.1 (#1013) - X509: set parameter fields to null for
CSR's / RSA (#914) - CRL optimizations (#1000) - SSH2: fix "Expected
SSH_FXP_STATUS or ..." error (#999) - SSH2: use stream_get_* instead of fread()
/ fgets() (#967) - SFTP: make symlinks support relative target's (#1004) - SFTP:
fix sending stream resulting in zero byte file (#995)
--------------------------------------------------------------------------------
================================================================================
php-twig-1.26.0-1.el6 (FEDORA-EPEL-2016-b589985da2)
The flexible, fast, and secure template engine for PHP
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.0** (2016-10-02) * added template cache invalidation based on more
environment options * added a missing deprecation notice * fixed template
paths when a template is stored in a PHAR file * allowed
filters/functions/tests implementation to use a different class than the
extension they belong to * deprecated Twig_ExtensionInterface::getName() ----
**Twig 1.25.0** (2016-09-21) * changed the way we store template source in
template classes * removed usage of realpath in cache keys * fixed Twig cache
sharing when used with different versions of PHP * removed embed parent
workaround for simple use cases * deprecated the ability to store non Node
instances in Node::$nodes * deprecated Twig_Environment::getLexer(),
Twig_Environment::getParser(), Twig_Environment::getCompiler() * deprecated
Twig_Compiler::getFilename()
--------------------------------------------------------------------------------
================================================================================
python-bitarray-0.8.1-4.el6 (FEDORA-EPEL-2016-7a82823df2)
Efficient Array of Booleans --C Extensions
--------------------------------------------------------------------------------
Update Information:
Add support to epel 7 and 6, disable python3 in el6
--------------------------------------------------------------------------------
================================================================================
zstd-1.1.0-1.el6 (FEDORA-EPEL-2016-ebb17c7dc5)
Zstd compression library
--------------------------------------------------------------------------------
Update Information:
Initial release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1373218 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1373218
--------------------------------------------------------------------------------
Dear all,
You are kindly invited to the meeting:
EPSCO meeting on 2016-10-05 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/
The following Fedora EPEL 7 Security updates need testing:
Age URL
575 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
337 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
56 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
54 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
40 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
12 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.4.1-2.el7 nunit2-2.6.4-14.el7 pinta-1.6-5.el7 taglib-sharp-2.1.0.0-3.el7
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-49577d864a mongodb-2.6.12-3.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-aca1572ceb mingw-gnutls-3.3.24-1.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8f6ed4db26 libuv-1.9.1-1.el7 nodejs-6.7.0-107.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-387d58ef27 chromium-53.0.2785.143-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
OpenImageIO-1.5.24-3.el7
SDL2_mixer-2.0.1-2.el7
check-mk-1.2.8p11-2.el7
chromium-53.0.2785.143-1.el7
dpm-dsi-1.9.9-1.el7
fail2ban-0.9.5-3.el7
fluidsynth-1.1.6-7.el7
fts-3.4.3-3.el7
gfal2-2.12.2-2.el7
lash-0.5.4-26.el7
lumina-desktop-1.0.0-5.p2.Lbc08e90.el7
mingw-cmocka-1.1.0-2.el7
mkvtoolnix-7.4.0-3.el7
php-bartlett-php-compatinfo-db-1.13.0-1.el7
php-phpseclib-2.0.4-1.el7
php-symfony-2.8.12-2.el7
php-twig-1.26.0-1.el7
php-udan11-sql-parser-3.4.10-1.el7
plasma-oxygen-5.8.0-2.el7
pugixml-1.7-3.el7
python-bitarray-0.8.1-4.el7
python-jcconv-0.2.4-2.el7
sddm-0.14.0-3.el7
sks-1.1.6-1.el7
zstd-1.1.0-1.el7
Details about builds:
================================================================================
OpenImageIO-1.5.24-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
Library for reading and writing images
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version and rebuild dependencies. ---- New upstream
release 2.12.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
SDL2_mixer-2.0.1-2.el7 (FEDORA-EPEL-2016-653039c60a)
Simple DirectMedia Layer - Sample Mixer Library
--------------------------------------------------------------------------------
Update Information:
Initial SD2_mixer build for EPEL 7.
--------------------------------------------------------------------------------
================================================================================
check-mk-1.2.8p11-2.el7 (FEDORA-EPEL-2016-c760babd41)
A new general purpose Nagios-plugin for retrieving data
--------------------------------------------------------------------------------
Update Information:
Dist tag fix for mod_python to be a require on EL6 only. ---- New upstream
release.
--------------------------------------------------------------------------------
================================================================================
chromium-53.0.2785.143-1.el7 (FEDORA-EPEL-2016-387d58ef27)
A WebKit (Blink) powered web browser
--------------------------------------------------------------------------------
Update Information:
Security fix for CVE-2016-5177, CVE-2016-5178
https://googlechromereleases.blogspot.com/2016/09/stable-channel-update-for-
desktop_29.html ---- Update to 53.0.2785.116. https://chromium.googlesource.c
om/chromium/src/+log/53.0.2785.113..53.0.2785.116?pretty=fuller&n=10000 ----
Update to 53.0.2785.113 Security fix for CVE-2016-5170, CVE-2016-5171,
CVE-2016-5172, CVE-2016-5173, CVE-2016-5174, CVE-2016-5175 ---- Stable update
to 53.0.2785.101. Security fix for CVE-2016-5147, CVE-2016-5148, CVE-2016-5149,
CVE-2016-5150, CVE-2016-5151, CVE-2016-5152, CVE-2016-5153, CVE-2016-5154,
CVE-2016-5155, CVE-2016-5156, CVE-2016-5157, CVE-2016-5158, CVE-2016-5159,
CVE-2016-5161, CVE-2016-5162, CVE-2016-5163, CVE-2016-5164, CVE-2016-5165,
CVE-2016-5166, CVE-2016-5160, CVE-2016-5167 Also applies fix for chrome-remote-
desktop where HOME env variable was not properly set via systemd service. ----
Remove fedora only Requires, use bundled harfbuzz because el7 system lib is too
old. ---- Disabled hidpi option in Chromium. Cleanup widevine handling so that
third party addon package can exist. Add Requires(post) for selinux deps. Fix
provides/requires to not include private libs.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380632 - CVE-2016-5178 chromium-browser: various fixes from internal audits
https://bugzilla.redhat.com/show_bug.cgi?id=1380632
[ 2 ] Bug #1380631 - CVE-2016-5177 chromium-browser: use after free in v8
https://bugzilla.redhat.com/show_bug.cgi?id=1380631
[ 3 ] Bug #1375868 - CVE-2016-5175 chromium-browser: various fixes from internal audits
https://bugzilla.redhat.com/show_bug.cgi?id=1375868
[ 4 ] Bug #1375867 - CVE-2016-5174 chromium-browser: popup not correctly suppressed
https://bugzilla.redhat.com/show_bug.cgi?id=1375867
[ 5 ] Bug #1375866 - CVE-2016-5173 chromium-browser: extension resource access
https://bugzilla.redhat.com/show_bug.cgi?id=1375866
[ 6 ] Bug #1375865 - CVE-2016-5172 chromium-browser: arbitrary memory read in v8
https://bugzilla.redhat.com/show_bug.cgi?id=1375865
[ 7 ] Bug #1375864 - CVE-2016-5171 chromium-browser: use after free in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1375864
[ 8 ] Bug #1375863 - CVE-2016-5170 chromium-browser: use after free in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1375863
[ 9 ] Bug #1372229 - CVE-2016-5167 chromium-browser: various fixes from internal audits
https://bugzilla.redhat.com/show_bug.cgi?id=1372229
[ 10 ] Bug #1372228 - CVE-2016-5160 chromium-browser: extensions web accessible resources bypass
https://bugzilla.redhat.com/show_bug.cgi?id=1372228
[ 11 ] Bug #1372227 - CVE-2016-5166 chromium-browser: smb relay attack via save page as
https://bugzilla.redhat.com/show_bug.cgi?id=1372227
[ 12 ] Bug #1372225 - CVE-2016-5165 chromium-browser: script injection in devtools
https://bugzilla.redhat.com/show_bug.cgi?id=1372225
[ 13 ] Bug #1372224 - CVE-2016-5164 chromium-browser: universal xss using devtools
https://bugzilla.redhat.com/show_bug.cgi?id=1372224
[ 14 ] Bug #1372223 - CVE-2016-5163 chromium-browser: address bar spoofing
https://bugzilla.redhat.com/show_bug.cgi?id=1372223
[ 15 ] Bug #1372222 - CVE-2016-5162 chromium-browser: extensions web accessible resources bypass
https://bugzilla.redhat.com/show_bug.cgi?id=1372222
[ 16 ] Bug #1372221 - CVE-2016-5161 chromium-browser: type confusion in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1372221
[ 17 ] Bug #1372220 - CVE-2016-5159 chromium-browser: heap overflow in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372220
[ 18 ] Bug #1372219 - CVE-2016-5158 chromium-browser: heap overflow in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372219
[ 19 ] Bug #1372218 - CVE-2016-5157 chromium-browser: heap overflow in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372218
[ 20 ] Bug #1372217 - CVE-2016-5156 chromium-browser: use after free in event bindings
https://bugzilla.redhat.com/show_bug.cgi?id=1372217
[ 21 ] Bug #1372216 - CVE-2016-5155 chromium-browser: address bar spoofing
https://bugzilla.redhat.com/show_bug.cgi?id=1372216
[ 22 ] Bug #1372215 - CVE-2016-5154 chromium-browser: heap overflow in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372215
[ 23 ] Bug #1372214 - CVE-2016-5153 chromium-browser: use after destruction in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1372214
[ 24 ] Bug #1372213 - CVE-2016-5152 chromium-browser: heap overflow in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372213
[ 25 ] Bug #1372212 - CVE-2016-5151 chromium-browser: use after free in pdfium
https://bugzilla.redhat.com/show_bug.cgi?id=1372212
[ 26 ] Bug #1372210 - CVE-2016-5150 chromium-browser: use after free in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1372210
[ 27 ] Bug #1372209 - CVE-2016-5149 chromium-browser: script injection in extensions
https://bugzilla.redhat.com/show_bug.cgi?id=1372209
[ 28 ] Bug #1372208 - CVE-2016-5148 chromium-browser: universal xss in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1372208
[ 29 ] Bug #1372207 - CVE-2016-5147 chromium-browser: universal xss in blink
https://bugzilla.redhat.com/show_bug.cgi?id=1372207
--------------------------------------------------------------------------------
================================================================================
dpm-dsi-1.9.9-1.el7 (FEDORA-EPEL-2016-f15492ebff)
Disk Pool Manager (DPM) plugin for the Globus GridFTP server
--------------------------------------------------------------------------------
Update Information:
* new upstream release
--------------------------------------------------------------------------------
================================================================================
fail2ban-0.9.5-3.el7 (FEDORA-EPEL-2016-73eab6c7c7)
Daemon to ban hosts that cause multiple authentication errors
--------------------------------------------------------------------------------
Update Information:
- Update to 0.9.5 - see https://github.com/fail2ban/fail2ban/releases/tag/0.9.5
- Give up being PartOf iptables to allow firewalld restarts to work (bug
#1379141) - Add journalmatch entries for sendmail (bug #1329919) ---- Update
to 0.9.4: Fixes: roundcube-auth jail typo for logpath Fix
dnsToIp resolver for fqdn with large list of IPs (gh-1164) filter.d
/apache-badbots.conf Updated useragent string regex adding escape
for + filter.d/mysqld-auth.conf Updated "Access denied ..."
regex for MySQL 5.6 and later (gh-1211, gh-1332) filter.d/sshd.conf
Updated "Auth fail" regex for OpenSSH 5.9 and later Treat failed and
killed execution of commands identically (only different log messages), which
addresses different behavior on different exit codes of dash and bash (gh-1155)
Fix jail.conf.5 man's section (gh-1226) Fixed default banaction for
allports jails like pam-generic, recidive, etc with new default variable
banaction_allports (gh-1216) Fixed fail2ban-regex stops working on
invalid (wrong encoded) character for python version < 3.x (gh-1248) Use
postfix_log logpath for postfix-rbl jail filters.d/postfix.conf - add
'Sender address rejected: Domain not found' failregex use fail2ban_agent
as user-agent in actions badips, blocklist_de, etc (gh-1271) Fix
ignoring the sender option by action_mw, action_mwl and action_c_mwl
Changed filter.d/asterisk regex for "Call from ..." (few vulnerable now)
Removed compression and rotation count from logrotate (inherit them from the
global logrotate config) New Features: New interpolation feature
for definition config readers - <known/parameter> (means last known init
definition of filters or actions with name parameter). This interpolation makes
possible to extend a parameters of stock filter or action directly in jail
inside jail.local file, without creating a separately filter.d/*.local file. As
extension to interpolation %(known/parameter)s, that does not works for filter
and action init parameters New actions: nftables-multiport
and nftables-allports - filtering using nftables framework. Note: it requires a
pre-existing chain for the filtering rule. New filters:
openhab - domotic software authentication failure with the rest api and web
interface (gh-1223) nginx-limit-req - ban hosts, that were failed
through nginx by limit request processing rate (ngx_http_limit_req_module)
murmur - ban hosts that repeatedly attempt to connect to murmur/mumble-server
with an invalid server password or certificate. haproxy-http-auth -
filter to match failed HTTP Authentications against a HAProxy server New
jails: murmur - bans TCP and UDP from the bad host on the default
murmur port. sshd filter got new failregex to match "maximum
authentication attempts exceeded" (introduced in openssh 6.8) Added
filter for Mac OS screen sharing (VNC) daemon Enhancements: Do not
rotate empty log files Added new date pattern with year after day (e.g.
Sun Jan 23 2005 21:59:59) http://bugs.debian.org/798923 Added openSUSE
path configuration (Thanks Johannes Weberhofer) Allow to split ignoreip
entries by ',' as well as by ' ' (gh-1197) Added a timeout (3 sec) to
urlopen within badips.py action (Thanks M. Maraun) Added check against
atacker's Googlebot PTR fake records (Thanks Pablo Rodriguez Fernandez)
Enhance filter against atacker's Googlebot PTR fake records (gh-1226)
Nginx log paths extended (prefixed with "*" wildcard) (gh-1237) Added
filter for openhab domotic software authentication failure with the rest api and
web interface (gh-1223) Add *_backend options for services to allow
distros to set the default backend per service, set default to systemd for
Fedora as appropriate Performance improvements while monitoring large
number of files (gh-1265). Use associative array (dict) for monitored log files
to speed up lookup operations. Thanks @kshetragia Specified that
fail2ban is PartOf iptables.service firewalld.service in .service file -- would
reload fail2ban if those services are restarted Provides new default
fail2ban_version and interpolation variable fail2ban_agent in jail.conf
Enhance filter 'postfix' to ban incoming SMTP client with no fqdn hostname, and
to support multiple instances of postfix having varying suffix (gh-1331) (Thanks
Tom Hendrikx) files/gentoo-initd to use start-stop-daemon to robustify
restarting the service
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1321460 - asterisk regex needs to be more liberal
https://bugzilla.redhat.com/show_bug.cgi?id=1321460
--------------------------------------------------------------------------------
================================================================================
fluidsynth-1.1.6-7.el7 (FEDORA-EPEL-2016-653039c60a)
Real-time software synthesizer
--------------------------------------------------------------------------------
Update Information:
Initial SD2_mixer build for EPEL 7.
--------------------------------------------------------------------------------
================================================================================
fts-3.4.3-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
File Transfer Service V3
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version and rebuild dependencies. ---- New upstream
release 2.12.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
gfal2-2.12.2-2.el7 (FEDORA-EPEL-2016-dce60c46e0)
Grid file access library 2.0
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version and rebuild dependencies. ---- New upstream
release 2.12.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
lash-0.5.4-26.el7 (FEDORA-EPEL-2016-653039c60a)
LASH Audio Session Handler
--------------------------------------------------------------------------------
Update Information:
Initial SD2_mixer build for EPEL 7.
--------------------------------------------------------------------------------
================================================================================
lumina-desktop-1.0.0-5.p2.Lbc08e90.el7 (FEDORA-EPEL-2016-8ef6597c75)
A lightweight, portable desktop environment
--------------------------------------------------------------------------------
Update Information:
Initial package, rhbz#1357064
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1357064 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1357064
[ 2 ] Bug #1381197 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381197
--------------------------------------------------------------------------------
================================================================================
mingw-cmocka-1.1.0-2.el7 (FEDORA-EPEL-2016-8e0d13ce58)
MinGW Lightweight library to simplify and generalize unit tests for C
--------------------------------------------------------------------------------
Update Information:
Corrected package names
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1373782 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1373782
--------------------------------------------------------------------------------
================================================================================
mkvtoolnix-7.4.0-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
Matroska container manipulation utilities
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version and rebuild dependencies. ---- New upstream
release 2.12.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
php-bartlett-php-compatinfo-db-1.13.0-1.el7 (FEDORA-EPEL-2016-b46055471e)
Reference Database to be used with php-compatinfo library
--------------------------------------------------------------------------------
Update Information:
**Version 1.13.0** - 2016-10-03 - Support to PHP 7.0.11 - Support to PHP 5.6.26
- Fixed: curl reference with libCurl dependency, see
[#7](https://github.com/llaville/php-compatinfo-db/issues/7) **Version 1.12.0**
- 2016-09-26 - Support to PHP 7.0.10 - Support to PHP 5.6.25
--------------------------------------------------------------------------------
================================================================================
php-phpseclib-2.0.4-1.el7 (FEDORA-EPEL-2016-73b3103b74)
PHP Secure Communications Library
--------------------------------------------------------------------------------
Update Information:
**Version 2.0.4** - 2016-08-18 * fix E_DEPRECATED errors on PHP 7.1 (#1041)
* SFTP: speed up downloads (#945) * SFTP: fix infinite loop when uploading
empty file (#995) * ASN1: fix possible infinite loop in decode (#1027) ----
**Version 2.0.3** - 2016-08-18 - BigInteger/RSA: don't compare openssl versions
> 1.0 (#946) - RSA: don't attempt to use the CRT when zero value components
exist (#980) - RSA: zero salt length RSA signatures don't work (#1002) - ASN1:
fix PHP Warning on PHP 7.1 (#1013) - X509: set parameter fields to null for
CSR's / RSA (#914) - CRL optimizations (#1000) - SSH2: fix "Expected
SSH_FXP_STATUS or ..." error (#999) - SSH2: use stream_get_* instead of fread()
/ fgets() (#967) - SFTP: make symlinks support relative target's (#1004) - SFTP:
fix sending stream resulting in zero byte file (#995)
--------------------------------------------------------------------------------
================================================================================
php-symfony-2.8.12-2.el7 (FEDORA-EPEL-2016-c5b86c9ec1)
PHP framework for web projects
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.0** (2016-10-02) * added template cache invalidation based on more
environment options * added a missing deprecation notice * fixed template
paths when a template is stored in a PHAR file * allowed
filters/functions/tests implementation to use a different class than the
extension they belong to * deprecated Twig_ExtensionInterface::getName() ----
**Twig 1.25.0** (2016-09-21) * changed the way we store template source in
template classes * removed usage of realpath in cache keys * fixed Twig cache
sharing when used with different versions of PHP * removed embed parent
workaround for simple use cases * deprecated the ability to store non Node
instances in Node::$nodes * deprecated Twig_Environment::getLexer(),
Twig_Environment::getParser(), Twig_Environment::getCompiler() * deprecated
Twig_Compiler::getFilename() ---- **Symfony 2.8.12** (2016-10-03) * bug
#20102 [Validator] Url validator not validating hosts ending in a number
(gwkunze) * bug #20132 Use "more entropy" option for uniqid() (javiereguiluz)
* bug #20122 [Validator] Reset constraint options (ro0NL) * bug #20116 fixed
AddConstraintValidatorsPass config (fabpot) * bug #20078 Fix #19943 Make sure
to process each interface metadata only once (lemoinem) * bug #20080 [Form]
compound forms without children should be considered rendered implicitly
(backbone87) * bug #20087 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas) *
bug #20086 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas) * bug #20077
[Process] silent file operation to avoid open basedir issues (xabbuh) * bug
#20079 fixed Twig support for 1.26 and 2.0 (fabpot) * bug #20051 Fix indexBy
type extraction (lemoinem) * bug #19951 [Finder] Trim trailing directory slash
in ExcludeDirectoryFilterIterator (ro0NL) * bug #20018 [VarDumper] Fix test
(nicolas-grekas) * bug #20011 Use UUID for error codes for Form validator.
(Koc) * bug #20010 [DX] Fixed regression when exception message swallowed when
logging it. (Koc) * bug #19983 [TwigBridge] removed Twig null nodes (deprecated
as of Twig 1.25) (fabpot) * bug #19946 [Console] Fix parsing optionnal options
with empty value in argv (chalasr) * bug #19636 [Finder] no PHP warning on
empty directory iteration (ggottwald) * bug #19923 [bugfix] [Console] Set
`Input::$interactive` to `false` when command is executed with `--quiet` as
verbosity level (phansys) * bug #19811 Fixed the nullable support for php 7.1
and below (2.7, 2.8, 3.0) (iltar) * bug #19853 [PropertyInfo] Make
ReflectionExtractor compatible with ReflectionType changes in PHP 7.1
(teohhanhui) * bug #19904 [Form] Fixed collapsed ChoiceType options attributes
(HeahDude) * bug #19908 [Config] Handle open_basedir restrictions in
FileLocator (Nicofuma) * bug #19924 [DoctrineBridge][PropertyInfo] Treat
Doctrine decimal type as string (teohhanhui) * bug #19932 Fixed bad merge
(GrahamCampbell) * bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for
lint commands output (chalasr) * bug #19928 [Validator] Update IpValidatorTest
data set with a valid reserved IP (jakzal) * bug #19813 [Console] fixed PHP7
Errors are now handled and converted to Exceptions (fonsecas72) * bug #19879
[Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati) *
bug #19878 Fix translation:update command count (tgalopin)
--------------------------------------------------------------------------------
================================================================================
php-twig-1.26.0-1.el7 (FEDORA-EPEL-2016-c5b86c9ec1)
The flexible, fast, and secure template engine for PHP
--------------------------------------------------------------------------------
Update Information:
**Twig 1.26.0** (2016-10-02) * added template cache invalidation based on more
environment options * added a missing deprecation notice * fixed template
paths when a template is stored in a PHAR file * allowed
filters/functions/tests implementation to use a different class than the
extension they belong to * deprecated Twig_ExtensionInterface::getName() ----
**Twig 1.25.0** (2016-09-21) * changed the way we store template source in
template classes * removed usage of realpath in cache keys * fixed Twig cache
sharing when used with different versions of PHP * removed embed parent
workaround for simple use cases * deprecated the ability to store non Node
instances in Node::$nodes * deprecated Twig_Environment::getLexer(),
Twig_Environment::getParser(), Twig_Environment::getCompiler() * deprecated
Twig_Compiler::getFilename() ---- **Symfony 2.8.12** (2016-10-03) * bug
#20102 [Validator] Url validator not validating hosts ending in a number
(gwkunze) * bug #20132 Use "more entropy" option for uniqid() (javiereguiluz)
* bug #20122 [Validator] Reset constraint options (ro0NL) * bug #20116 fixed
AddConstraintValidatorsPass config (fabpot) * bug #20078 Fix #19943 Make sure
to process each interface metadata only once (lemoinem) * bug #20080 [Form]
compound forms without children should be considered rendered implicitly
(backbone87) * bug #20087 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas) *
bug #20086 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas) * bug #20077
[Process] silent file operation to avoid open basedir issues (xabbuh) * bug
#20079 fixed Twig support for 1.26 and 2.0 (fabpot) * bug #20051 Fix indexBy
type extraction (lemoinem) * bug #19951 [Finder] Trim trailing directory slash
in ExcludeDirectoryFilterIterator (ro0NL) * bug #20018 [VarDumper] Fix test
(nicolas-grekas) * bug #20011 Use UUID for error codes for Form validator.
(Koc) * bug #20010 [DX] Fixed regression when exception message swallowed when
logging it. (Koc) * bug #19983 [TwigBridge] removed Twig null nodes (deprecated
as of Twig 1.25) (fabpot) * bug #19946 [Console] Fix parsing optionnal options
with empty value in argv (chalasr) * bug #19636 [Finder] no PHP warning on
empty directory iteration (ggottwald) * bug #19923 [bugfix] [Console] Set
`Input::$interactive` to `false` when command is executed with `--quiet` as
verbosity level (phansys) * bug #19811 Fixed the nullable support for php 7.1
and below (2.7, 2.8, 3.0) (iltar) * bug #19853 [PropertyInfo] Make
ReflectionExtractor compatible with ReflectionType changes in PHP 7.1
(teohhanhui) * bug #19904 [Form] Fixed collapsed ChoiceType options attributes
(HeahDude) * bug #19908 [Config] Handle open_basedir restrictions in
FileLocator (Nicofuma) * bug #19924 [DoctrineBridge][PropertyInfo] Treat
Doctrine decimal type as string (teohhanhui) * bug #19932 Fixed bad merge
(GrahamCampbell) * bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for
lint commands output (chalasr) * bug #19928 [Validator] Update IpValidatorTest
data set with a valid reserved IP (jakzal) * bug #19813 [Console] fixed PHP7
Errors are now handled and converted to Exceptions (fonsecas72) * bug #19879
[Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati) *
bug #19878 Fix translation:update command count (tgalopin)
--------------------------------------------------------------------------------
================================================================================
php-udan11-sql-parser-3.4.10-1.el7 (FEDORA-EPEL-2016-dee865ea7e)
A validating SQL lexer and parser with a focus on MySQL dialect
--------------------------------------------------------------------------------
Update Information:
**Version 3.4.10** - 2016-10-03 * Fixed API regression on DELETE statement ---
**Version 3.4.9** - 2016-10-03 * Added support for CASE expressions * Support
for parsing and building DELETE statement * Support for parsing subqueries in
FROM clause --- **Version 3.4.8** - 2016-09-22 * No change release to sync
GitHub releases with Packagist ---- **Version 3.4.7** - 2016-09-20 * Fix
parsing of DEFINER without backquotes * Fixed escaping HTML entities in HTML
formatter * Fixed escaping of control chars in CLI formatter ---- **Version
3.4.6** - 2016-09-13 * Fix parsing of REPLACE INTO ... * Fix parsing of INSERT
... ON DUPLICATE KEY UPDATE ... * Extended testsuite * Re-enabled PHP 5.3
support --- **Version 3.4.5** - 2016-09-13 * Fix parsing of INSERT...SELECT
and INSERT...SET syntax * Fix parsing of CREATE TABLE ... PARTITION * Fix
parsing of SET CHARACTER SET, CHARSET, NAMES * Add Support for 'CREATE TABLE
`table_copy` LIKE `table`
--------------------------------------------------------------------------------
================================================================================
plasma-oxygen-5.8.0-2.el7 (FEDORA-EPEL-2016-9aca50b652)
Plasma and Qt widget style and window decorations for Plasma 5 and KDE 4
--------------------------------------------------------------------------------
Update Information:
Provide qt5-style-oxygen for epel7
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1381197 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1381197
--------------------------------------------------------------------------------
================================================================================
pugixml-1.7-3.el7 (FEDORA-EPEL-2016-dce60c46e0)
A light-weight C++ XML processing library
--------------------------------------------------------------------------------
Update Information:
Update pugixml to latest version and rebuild dependencies. ---- New upstream
release 2.12.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1347390 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1347390
--------------------------------------------------------------------------------
================================================================================
python-bitarray-0.8.1-4.el7 (FEDORA-EPEL-2016-299648f46c)
Efficient Array of Booleans --C Extensions
--------------------------------------------------------------------------------
Update Information:
Add support to epel 7 and 6, disable python3 in el6
--------------------------------------------------------------------------------
================================================================================
python-jcconv-0.2.4-2.el7 (FEDORA-EPEL-2016-5b597e47b6)
JapaneseCharacterCONVerter
--------------------------------------------------------------------------------
Update Information:
Initial rpm-release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380671 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380671
--------------------------------------------------------------------------------
================================================================================
sddm-0.14.0-3.el7 (FEDORA-EPEL-2016-07c8e8befc)
QML based X11 desktop manager
--------------------------------------------------------------------------------
Update Information:
Provide sddm for epel7
--------------------------------------------------------------------------------
================================================================================
sks-1.1.6-1.el7 (FEDORA-EPEL-2016-2ce3494a09)
Synchronizing Key Server
--------------------------------------------------------------------------------
Update Information:
Update to latest version of sks
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1304429 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1304429
[ 2 ] Bug #1365236 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1365236
--------------------------------------------------------------------------------
================================================================================
zstd-1.1.0-1.el7 (FEDORA-EPEL-2016-df3c15fb8a)
Zstd compression library
--------------------------------------------------------------------------------
Update Information:
Initial release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1373218 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1373218
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
574 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7
336 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7
55 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7
53 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d knot-1.6.8-1.el7
38 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7
11 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.4.1-2.el7 nunit2-2.6.4-14.el7 pinta-1.6-5.el7 taglib-sharp-2.1.0.0-3.el7
11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-49577d864a mongodb-2.6.12-3.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-aca1572ceb mingw-gnutls-3.3.24-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8f6ed4db26 libuv-1.9.1-1.el7 nodejs-6.7.0-107.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-28ad6782b3 php-adodb-5.20.6-2.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-bf5b9b3332 chromium-53.0.2785.116-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-208f62faa6 links-2.13-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-452534ff97 php-ZendFramework-1.12.20-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-39560a2353 mingw-c-ares-1.12.0-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-60045af95e mingw-libidn-1.33-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0890ae6d2d nsd-4.1.13-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
awscli-1.11.0-1.el7
checksec-1.7.4-2.el7
cmap-resources-2016.09.04-2.el7
kstars-16.08.1-1.el7
libguess-1.2-3.el7
nsd-4.1.13-1.el7
pgcenter-0.3.0-1.el7
php-doctrine-dbal-2.5.5-1.el7
python-botocore-1.4.58-1.el7
python-pdfrw-0.2-5.el7
python-s3transfer-0.1.5-1.el7
rst2pdf-0.93-8.el7
rubberband-1.8.1-8.el7
snapraid-10.0-1.el7
tor-0.2.8.8-1.el7
uchardet-0.0.5-4.el7
Details about builds:
================================================================================
awscli-1.11.0-1.el7 (FEDORA-EPEL-2016-6893e04314)
Universal Command Line Environment for AWS
--------------------------------------------------------------------------------
Update Information:
update and fix for 1380536 ---- Update
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380536 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380536
[ 2 ] Bug #1374532 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1374532
--------------------------------------------------------------------------------
================================================================================
checksec-1.7.4-2.el7 (FEDORA-EPEL-2016-dd8839bb33)
Tool to check system for binary-hardening
--------------------------------------------------------------------------------
Update Information:
###Update to 1.7.4 - Update to forked version - Add missing runtime-dependencies
- Add manpage
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1240391 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1240391
[ 2 ] Bug #1380950 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380950
--------------------------------------------------------------------------------
================================================================================
cmap-resources-2016.09.04-2.el7 (FEDORA-EPEL-2016-fbae88a5a8)
CMap Resources for Adobe's public character collections
--------------------------------------------------------------------------------
Update Information:
Remove bogus isa dep in cns1-6 on main package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1379521 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1379521
--------------------------------------------------------------------------------
================================================================================
kstars-16.08.1-1.el7 (FEDORA-EPEL-2016-387c91e6a0)
Desktop Planetarium
--------------------------------------------------------------------------------
Update Information:
Update to 16.08.1
--------------------------------------------------------------------------------
================================================================================
libguess-1.2-3.el7 (FEDORA-EPEL-2016-0333109759)
High-speed character set detection library
--------------------------------------------------------------------------------
Update Information:
New packages.
--------------------------------------------------------------------------------
================================================================================
nsd-4.1.13-1.el7 (FEDORA-EPEL-2016-0890ae6d2d)
Fast and lean authoritative DNS Name Server
--------------------------------------------------------------------------------
Update Information:
Updated to 4.1.13 (CVE-2016-6173, OPENPGPKEY support)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1353577 - CVE-2016-6173 nsd: Improper restriction of zone size limit [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1353577
--------------------------------------------------------------------------------
================================================================================
pgcenter-0.3.0-1.el7 (FEDORA-EPEL-2016-bf2cfd3c17)
Top-like PostgreSQL statistics viewer
--------------------------------------------------------------------------------
Update Information:
Update by mail author request to version 0.3.0. ---- Initiall add pgcenter
into Fedora/Epel
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1302053 - Review Request: pgcenter - Top-like PostgreSQL statistics viewer
https://bugzilla.redhat.com/show_bug.cgi?id=1302053
--------------------------------------------------------------------------------
================================================================================
php-doctrine-dbal-2.5.5-1.el7 (FEDORA-EPEL-2016-15a35fe11e)
Doctrine Database Abstraction Layer (DBAL)
--------------------------------------------------------------------------------
Update Information:
### v2.5.5 * 842: Fixed incorrect handling of single quotes in SQL-Strings *
856: MySQL getListTableForeignKeysSQL: use current database if null passed *
861: Check for foreign table name on removed tables foreign key * 862: Quote
table and constraint names in drop foreign key / drop constraint SQL * 863:
Strip leading slash of databasename from URL * 925: Fixing the command when
option is CURRENT_SCHEMA * 1054: DBAL-1114: Problem with drop database on
PostgreSQL * 1106: DBAL-1164: Creating SQLite Connections via a URL Does Not
Work * 1151: DBAL-1205: getPlaceholderPositions finds placeholders which are
actually no placeholder if string contains single quotes * 1183: DBAL-1234:
Additional slash in dbname when providing settings as URL without scheme * 2182:
DBAL-939: schema update doesnt detect boolean type correctly * 2261: OCI8 -
bindValue overwrite previous values * 2262: Issue #2261 - OCI8 Driver PHP 7 -
Fix bindValue overwriting other params. * 2267: Pass "path" to pdo-sqlite
drivers from DriverManager instead of "dbname" * 2270: SqlitePlatform does not
escape table name on truncate * 2275: Quote reserved keywords in TRUNCATE TABLE
SQL * 2277: [DBAL-939] Fix reverse engineering boolean type columns on DB2 *
2279: Stop using template1 as default database for postgres drivers * 2286: Fix
list foreign keys SQL database parameter evaluation * 2287: Fix parsing
schemeless connection URLs * 2288: Preserve quotation of old column name in
ColumnDiff * 2291: The QueryBuilder::getSQLForSelect() always appends a FROM
clause for select queries * 2292: Do not generate FROM clause in QueryBuilder if
no tables specified * 2302: when use \Doctrine\DBAL\Schema\Comparator to compare
two table schema, has a problem * 2303: Fix another primary key alteration with
autoincrement column case on MySQL * 2310: [DB2] Move row number to the end of
the field list in query limit/offset modification * 2318: [Oracle] Fix list
table columns when using external or OS authentication with Oracle * 2384:
Fluent methods in QueryBuilder are now documented as returning $this * 2386: Fix
oci driver bindValue overwrite with php7 * 2390: Catch Throwable in
Connection::transactional() * 2403: fix grammar in DBALException messages *
2428: Modify Limit Query on SQLServer2012 with newline before ORDER BY * 2434:
Keep references to bound parameter values in oci8 driver * 2436:
MySqlPlatform::getListTableColumnsSQL() is not escaping names * 2440: No
parameters passed to logger when executing statement using bindParam * 2442:
Escape identifiers in metadata SQL properly when used as string literal * 2443:
Track the Values & Types Passed to Statement::bindParam * 2484: Allow usage of
symfony/console ^3.0 in dev dependencies * 2497: ResultStatement::fetch()
returns null instead of false with mysqli * 2500: Making sure that fetch returns
false if nothing is found
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1374891 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1374891
--------------------------------------------------------------------------------
================================================================================
python-botocore-1.4.58-1.el7 (FEDORA-EPEL-2016-6893e04314)
Low-level, data-driven core of boto 3
--------------------------------------------------------------------------------
Update Information:
update and fix for 1380536 ---- Update
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380536 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380536
[ 2 ] Bug #1374532 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1374532
--------------------------------------------------------------------------------
================================================================================
python-pdfrw-0.2-5.el7 (FEDORA-EPEL-2016-0333109759)
Python library to read and write PDF files
--------------------------------------------------------------------------------
Update Information:
New packages.
--------------------------------------------------------------------------------
================================================================================
python-s3transfer-0.1.5-1.el7 (FEDORA-EPEL-2016-6893e04314)
An Amazon S3 Transfer Manager
--------------------------------------------------------------------------------
Update Information:
update and fix for 1380536 ---- Update
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1380536 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380536
[ 2 ] Bug #1374532 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1374532
--------------------------------------------------------------------------------
================================================================================
rst2pdf-0.93-8.el7 (FEDORA-EPEL-2016-0333109759)
Tool for transforming reStructuredText to PDF
--------------------------------------------------------------------------------
Update Information:
New packages.
--------------------------------------------------------------------------------
================================================================================
rubberband-1.8.1-8.el7 (FEDORA-EPEL-2016-0333109759)
Audio time-stretching and pitch-shifting library
--------------------------------------------------------------------------------
Update Information:
New packages.
--------------------------------------------------------------------------------
================================================================================
snapraid-10.0-1.el7 (FEDORA-EPEL-2016-ee195f47c9)
Disk array backup for many large rarely-changed files
--------------------------------------------------------------------------------
Update Information:
Updated to latest upstream. Bug fixes. Performance improvement for snapraid sync
using multiple threads.
--------------------------------------------------------------------------------
================================================================================
tor-0.2.8.8-1.el7 (FEDORA-EPEL-2016-69f1c1433b)
Anonymizing overlay network for TCP
--------------------------------------------------------------------------------
Update Information:
update to upstream release 0.2.8.8
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1375369 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1375369
[ 2 ] Bug #1380682 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1380682
--------------------------------------------------------------------------------
================================================================================
uchardet-0.0.5-4.el7 (FEDORA-EPEL-2016-0333109759)
An encoding detector library ported from Mozilla
--------------------------------------------------------------------------------
Update Information:
New packages.
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
450 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6
444 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6
376 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6
334 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6
306 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6
192 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6
90 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d0e444c5f2 pypy-5.0.1-4.el6
51 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0 knot-1.6.8-1.el6
36 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53 chicken-4.11.0-3.el6
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-edda50420f mongodb-2.4.14-4.el6
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25e30f6dc3 jansson-2.9-1.el6
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8602185c5 links-2.13-1.el6
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1117d3c7f6 golang-1.7.1-1.el6
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-efb0141e9c php-ZendFramework-1.12.20-1.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
ansible-2.1.2.0-1.el6
armadillo-7.300.1-1.el6
bitstream-1.1-2.el6
lighttpd-1.4.41-2.el6
mlpack-1.0.8-7.el6
speexdsp-1.2-0.9.rc3.el6
Details about builds:
================================================================================
ansible-2.1.2.0-1.el6 (FEDORA-EPEL-2016-b01a9377cb)
SSH-based configuration management, deployment, and task execution system
--------------------------------------------------------------------------------
Update Information:
See https://github.com/ansible/ansible/blob/stable-2.1/CHANGELOG.md for a full
list of changes and bugfixes.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1372018 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1372018
--------------------------------------------------------------------------------
================================================================================
armadillo-7.300.1-1.el6 (FEDORA-EPEL-2016-f5aca833e6)
Fast C++ matrix library with interfaces to LAPACK and ATLAS
--------------------------------------------------------------------------------
Update Information:
update to 7.300.1 (finally)
--------------------------------------------------------------------------------
================================================================================
bitstream-1.1-2.el6 (FEDORA-EPEL-2016-c18d5a7fd0)
Simpler access to binary structures such as specified by MPEG, DVB, IETF
--------------------------------------------------------------------------------
Update Information:
libdvbpsi converts binary structures to C structures. Lists are implemented with
chained lists of C structures. biTStream is lower level, and more efficient:
fewer memory allocations, fewer memory copies. It also features a better
separation between layers and specifications.
--------------------------------------------------------------------------------
================================================================================
lighttpd-1.4.41-2.el6 (FEDORA-EPEL-2016-e62a847e5c)
Lightning fast webserver with light system requirements
--------------------------------------------------------------------------------
Update Information:
Directory and permissions fixes.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1201056 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1201056
--------------------------------------------------------------------------------
================================================================================
mlpack-1.0.8-7.el6 (FEDORA-EPEL-2016-f5aca833e6)
Scalable, fast C++ machine learning library
--------------------------------------------------------------------------------
Update Information:
update to 7.300.1 (finally)
--------------------------------------------------------------------------------
================================================================================
speexdsp-1.2-0.9.rc3.el6 (FEDORA-EPEL-2016-70edfd442b)
A voice compression format (DSP)
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
--------------------------------------------------------------------------------