The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 449  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
 211  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
  78  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-785fc9a2ea   
dropbear-2016.72-1.el7
  30  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4f1d69369e   
openvas-cli-1.4.4-1.el7 openvas-gsa-6.0.10-3.el7 openvas-libraries-8.0.7-2.el7 
openvas-manager-6.0.8-2.el7 openvas-scanner-5.0.5-3.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e5732b714e   
phpMyAdmin-4.4.15.6-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

    atoum-2.7.0-1.el7
    easytag-2.4.2-3.el7
    mingw-qt5-qtsystems-5.0.0-0.15.git20140323.44f70d9.el7
    openblas-0.2.18-1.el7
    php-guzzlehttp-psr7-1.3.0-1.el7
    php-latte-2.3.12-1.el7
    php-pear-Net-SMTP-1.7.2-1.el7
    php-tracy-2.3.11-1.el7
    php-twig-1.24.1-1.el7
    python-copr-1.70-1.el7
    tfdocgen-20150202git-4.el7

Details about builds:


================================================================================
 atoum-2.7.0-1.el7 (FEDORA-EPEL-2016-6119288ee2)
 PHP Unit Testing framework
--------------------------------------------------------------------------------
Update Information:

A simple, modern and intuitive unit testing framework for PHP!  It has been
designed from the start with the following ideas in mind :  * Can be implemented
rapidly ; * Simplify test development ; * Allow for writing reliable, readable,
and clear unit tests ;  To accomplish that, it massively uses capabilities
provided by PHP 5.3, to give the developer a whole new way of writing unit
tests. Also, thanks to its fluid interface, it allows for writing unit tests in
a fashion close to natural language. It also makes it easier to implement
stubbing within tests, thanks to intelligent uses of anonymous functions and
closures. atoum natively, and by default, performs the execution of each unit
test within a separate PHP process, to warrant isolation. Of course, it can be
used seamlessly for continuous integration, and given its design, it can be made
to cope with specific needs extremely easily. atoum also accomplishes all of
this without affecting performance, since it has been developed to boast a
reduced memory footprint while allowing for hastened test execution. It can also
generate unit test execution reports in the Xunit format, which makes it
compatible with continuous integration tools such as Jenkins. atoum also
generates code coverage reports, in order to make it possible to supervise unit
tests.
--------------------------------------------------------------------------------


================================================================================
 easytag-2.4.2-3.el7 (FEDORA-EPEL-2016-6297e1ef53)
 Tag editor for MP3, Ogg, FLAC and other music files
--------------------------------------------------------------------------------
Update Information:

Fix glib-compile-schemas scriptlet (#1321471)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1321471 - Non-fatal POSTTRANS scriptlet failure in rpm package 
easytag-2.4.2-1.el7.x86_64
        https://bugzilla.redhat.com/show_bug.cgi?id=1321471
--------------------------------------------------------------------------------


================================================================================
 mingw-qt5-qtsystems-5.0.0-0.15.git20140323.44f70d9.el7 
(FEDORA-EPEL-2016-24451c946f)
 Qt5 for Windows - QtSystems component
--------------------------------------------------------------------------------
Update Information:

Update to 20150128 snapshot (rev 44f70d9)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1288928 - epel7 mingw-qt5-qtsystems fails to rebuild
        https://bugzilla.redhat.com/show_bug.cgi?id=1288928
--------------------------------------------------------------------------------


================================================================================
 openblas-0.2.18-1.el7 (FEDORA-EPEL-2016-2d933b14a8)
 An optimized BLAS library based on GotoBLAS2
--------------------------------------------------------------------------------
Update Information:

Optimizations on ARM and Power architectures.
--------------------------------------------------------------------------------


================================================================================
 php-guzzlehttp-psr7-1.3.0-1.el7 (FEDORA-EPEL-2016-8ae1a7cf85)
 PSR-7 message implementation
--------------------------------------------------------------------------------
Update Information:

## 1.3.0 - 2016-04-13  * Added remaining interfaces needed for full PSR7
compatibility   (ServerRequestInterface, UploadedFileInterface, etc.). * Added
support for stream_for from scalars. * Can now extend Uri. * Fixed a bug in
validating request methods by making it more permissive.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1326975 - php-guzzlehttp-psr7-1.3.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1326975
--------------------------------------------------------------------------------


================================================================================
 php-latte-2.3.12-1.el7 (FEDORA-EPEL-2016-fbcf6fcd27)
 Latte: the amazing template engine for PHP
--------------------------------------------------------------------------------
Update Information:

**Released version 2.3.12**  *    Filter strip: fixed bug when input begins with
`<pre> <script>` or `<textarea>` *    Filters::escapeHtml escapes all entities *
Compiler: pretty whitespace around comments *    MacroTokens: added new
operators <=> ** ... *    Compiler: improved error messages
--------------------------------------------------------------------------------


================================================================================
 php-pear-Net-SMTP-1.7.2-1.el7 (FEDORA-EPEL-2016-1360b035f5)
 Provides an implementation of the SMTP protocol
--------------------------------------------------------------------------------
Update Information:

**Version 1.7.2**  - Fix size calculation when headers are provided (#27)
--------------------------------------------------------------------------------


================================================================================
 php-tracy-2.3.11-1.el7 (FEDORA-EPEL-2016-d6357fe27e)
 Tracy: useful PHP debugger
--------------------------------------------------------------------------------
Update Information:

**Released version 2.3.11**  *    Dumper: fixed missing escape for & (#187) *
bar.js: fixed evaluating script tags in panels in window-mode (#174) *
Bluescreen: rel=noopener for target=_blank *    BlueScreen::highlightLine() line
may be out of range #148 *    Bar: versioning of data in session #146 #149
--------------------------------------------------------------------------------


================================================================================
 php-twig-1.24.1-1.el7 (FEDORA-EPEL-2016-d996c65548)
 The flexible, fast, and secure template engine for PHP
--------------------------------------------------------------------------------
Update Information:

**Version 1.24.1** (2016-05-30)   * fixed reserved keywords (forbids true,
false, null and none keywords for variables names)  * fixed support for PHP7
(Throwable support)  * marked the following methods as being internals on
Twig_Environment:     getFunctions(), getFilters(), getTests(), getFunction(),
getFilter(), getTest(),    getTokenParsers(), getTags(), getNodeVisitors(),
getUnaryOperators(), getBinaryOperators(),    getFunctions(), getFilters(),
getGlobals(), initGlobals(), initExtensions(), and initExtension()
--------------------------------------------------------------------------------


================================================================================
 python-copr-1.70-1.el7 (FEDORA-EPEL-2016-1bfdd0d1f6)
 Python interface for Copr
--------------------------------------------------------------------------------
Update Information:

This release mainly fixes bug Bug 1340650 - SRPM builds submitted from CLI fail:
"invalid request".
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1335163 - Add fork subcommand to Copr CLI
        https://bugzilla.redhat.com/show_bug.cgi?id=1335163
  [ 2 ] Bug #1340650 - SRPM builds submitted from CLI fail: "invalid request"
        https://bugzilla.redhat.com/show_bug.cgi?id=1340650
--------------------------------------------------------------------------------


================================================================================
 tfdocgen-20150202git-4.el7 (FEDORA-EPEL-2016-eab1ad7f72)
 TiLP framework documentation generator
--------------------------------------------------------------------------------
Update Information:

First build of tfdocgen, the libti documentation generator, for EL7
--------------------------------------------------------------------------------
_______________________________________________
epel-devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to