Fedora EPEL 6 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--------------------------------------------------------------------------------
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Announce]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux