The following Fedora EPEL 7 Security updates need testing: Age URL 657 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7 419 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7 138 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c redis-3.2.3-1.el7 121 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3 chicken-4.11.0-3.el7 64 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ee3cc4d1b6 compat-guile18-1.8.8-14.el7 11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-090cbd0a83 botan-1.10.14-3.el7 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-73b4fc1c78 chromium-55.0.2883.87-1.el7.1 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d21e337184 hdf5-1.8.12-8.el7 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0899019edf game-music-emu-0.6.1-1.el7 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-911ea9b639 fedfind-3.2.3-1.el7 python-wikitcms-2.1.9-1.el7 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-17165c490b nagios-plugins-2.1.4-2.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-403020225c tor-0.2.8.12-1.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a189d9c701 js-jquery1-1.12.4-2.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-11ee6fcfdf js-jquery-2.2.4-1.el7 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-04bc9dd81d libbsd-0.8.3-1.el7 0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-61ae084204 seamonkey-2.46-1.el7 The following builds have been pushed to Fedora EPEL 7 updates-testing composer-1.3.0-1.el7 mate-session-manager-1.16.0-2.el7 nedit-5.6-2.el7 php-akamai-open-edgegrid-auth-0.6.1-1.el7 php-deepend-Mockery-0.9.7-1.el7 php-react-promise-2.5.0-1.el7 seamonkey-2.46-1.el7 Details about builds: ================================================================================ composer-1.3.0-1.el7 (FEDORA-EPEL-2016-944b8b8de9) Dependency Manager for PHP -------------------------------------------------------------------------------- Update Information: **Version 1.3.0** - 2016-12-24 * Fixed handling of annotated git tags vs lightweight tags leading to useless updates sometimes * Fixed ext-xdebug not being require-able anymore due to automatic xdebug disabling * Fixed case insensitivity of remove command **Version 1.3.0-RC** - 2016-12-11 * Added workaround for xdebug performance impact by restarting PHP without xdebug automatically in case it is enabled * Added `--minor-only` to the `outdated` command to only show updates to minor versions and ignore new major versions * Added `--apcu-autoloader` to the `update`/`install` commands and `--apcu` to `dump-autoload` to enable an APCu-caching autoloader, which can be more efficient than --classmap-authoritative if you attempt to autoload many classes that do not exist, or if you can not use authoritative classmaps for some reason * Added summary of operations to be executed before they run, and made execution output more compact * Added `php-debug` and `php-zts` virtual platform packages * Added `gitlab-token` auth config for GitLab private tokens * Added `--strict` to the `outdated` command to return a non-zero exit code when there are outdated packages * Added ability to call php scripts using the current php interpreter (instead of finding php in PATH by default) in script handlers via `@php ...` * Added `COMPOSER_ALLOW_XDEBUG` env var to circumvent the xdebug-disabling behavior * Added `COMPOSER_MIRROR_PATH_REPOS` env var to force mirroring of path repositories vs symlinking * Added `COMPOSER_DEV_MODE` env var that is set by Composer to forward the dev mode to script handlers * Fixed support for git 2.11 * Fixed output from zip and rar leaking out when an error occured * Removed `hash` from composer.lock, only `content-hash` is now used which should reduce conflicts * Minor fixes and performance improvements -------------------------------------------------------------------------------- ================================================================================ mate-session-manager-1.16.0-2.el7 (FEDORA-EPEL-2016-4bdb815d3e) MATE Desktop session manager -------------------------------------------------------------------------------- Update Information: fix resizing the startup applications preferences window -------------------------------------------------------------------------------- ================================================================================ nedit-5.6-2.el7 (FEDORA-EPEL-2016-9fabf8b743) A GUI text editor for systems with X -------------------------------------------------------------------------------- Update Information: Move from lesstif to motif -------------------------------------------------------------------------------- ================================================================================ php-akamai-open-edgegrid-auth-0.6.1-1.el7 (FEDORA-EPEL-2016-87bc8ff5f7) Implements the Akamai {OPEN} EdgeGrid Authentication -------------------------------------------------------------------------------- Update Information: ### 0.6.1 [17 Dec, 2016] * Fix PHP 7.1 compatibility (@remicollet) -------------------------------------------------------------------------------- References: [ 1 ] Bug #1405779 - php-akamai-open-edgegrid-auth-0.6.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=1405779 -------------------------------------------------------------------------------- ================================================================================ php-deepend-Mockery-0.9.7-1.el7 (FEDORA-EPEL-2016-b44d242350) Mockery is a simple but flexible PHP mock object framework -------------------------------------------------------------------------------- Update Information: **Version 0.9.7** * Clear the _filesToCleanUp array after unlink. -------------------------------------------------------------------------------- ================================================================================ php-react-promise-2.5.0-1.el7 (FEDORA-EPEL-2016-99b08c91c1) A lightweight implementation of CommonJS Promises/A for PHP -------------------------------------------------------------------------------- Update Information: ### 2.5.0 (2016-12-22) * Revert automatic cancellation of pending collection promises once the output promise resolves. This was introduced in 42d86b7 (PR #36, released in [v2.3.0](https://github.com/reactphp/promise/releases/tag/v2.3.0)) and was both unintended and backward incompatible. If you need automatic cancellation, you can use something like: ``` function allAndCancel(array $promises) { return \React\Promise\all($promises) ->always(function() use ($promises) { foreach ($promises as $promise) { if ($promise instanceof \React\Promise\CancellablePromiseInterface) { $promise->cancel(); } } }); } ``` * `all()` and `map()` functions now preserve the order of the array (#77). * Fix circular references when resolving a promise with itself (#71). -------------------------------------------------------------------------------- References: [ 1 ] Bug #1408344 - php-react-promise-2.5.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=1408344 -------------------------------------------------------------------------------- ================================================================================ seamonkey-2.46-1.el7 (FEDORA-EPEL-2016-61ae084204) Web browser, e-mail, news, IRC client, HTML editor -------------------------------------------------------------------------------- Update Information: Update to 2.46 Fixes various security issues, see http://www.mozilla.org/security/known-vulnerabilities/seamonkey.html for more info. No more includes Chatzilla and DOM Inspector in the package -- install them yourself now (as usual other addons) from https://addons.mozilla.org To play media in proprietary formats you need installed ffmpeg-libs version 2.6 or later (third party package, not provided due to legal reasons). Find it yourself (make sure such an use is allowed in your jurisdiction) -------------------------------------------------------------------------------- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx