The following Fedora EPEL 7 Security updates need testing: Age URL 293 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d condor-8.6.11-1.el7 101 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f8311ec8a2 tor-0.3.5.8-1.el7 69 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d2c1368294 cinnamon-3.6.7-5.el7 61 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-50a6a1ddfd afflib-3.7.18-2.el7 35 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c499781e80 python-gnupg-0.4.4-1.el7 32 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-bc0182548b bubblewrap-0.3.3-2.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-b909a6e178 sleuthkit-4.6.6-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-9cab93353c drupal7-ds-2.16-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-2c1ec539fd drupal7-uuid-1.2-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f614c9a4bc drupal7-xmlsitemap-2.6-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-8278894e4d drupal7-context-3.10-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-de5e3216ff drupal7-path_breadcrumbs-3.4-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-748b40598c drupal7-module_filter-2.2-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-53f9189a5e drupal7-views-3.23-1.el7 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-043371cfab rust-1.35.0-1.el7 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-fc63c75ab1 hostapd-2.8-1.el7 The following builds have been pushed to Fedora EPEL 7 updates-testing cekit-3.1.0-1.el7 libsodium-1.0.18-1.el7 php-composer-xdebug-handler-1.3.3-1.el7 php-horde-imp-6.2.24-1.el7 php-pda-pheanstalk-3.2.1-1.el7 sip-redirect-0.2.0-9.el7 x509watch-0.6.1-6.el7 Details about builds: ================================================================================ cekit-3.1.0-1.el7 (FEDORA-EPEL-2019-eb75f98956) Container image creation tool -------------------------------------------------------------------------------- Update Information: Release 3.1.0 -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 3 2019 Marek Goldmann <mgoldman@xxxxxxxxxx> - 3.1.0-1 - Release 3.1.0 -------------------------------------------------------------------------------- ================================================================================ libsodium-1.0.18-1.el7 (FEDORA-EPEL-2019-707f5271ca) The Sodium crypto library -------------------------------------------------------------------------------- Update Information: ** Version 1.0.18** - A test that didn't work properly on Linux systems with overcommit memory turned on has been removed. This fixes Ansible builds. - Emscripten: `print` and `printErr` functions are overridden to send errors to the console, if there is one. - Emscripten: `UTF8ToString()` is now exported since `Pointer_stringify()` has been deprecated. - Libsodium version detection has been fixed in the CMake recipe. - Generic hashing got a 10% speedup on AVX2. - New target: WebAssembly/WASI (compile with `dist- builds/wasm32-wasi.sh`). - New functions to map a hash to an edwards25519 point or get a random point: `core_ed25519_from_hash()` and `core_ed25519_random()`. - `crypto_core_ed25519_scalar_mul()` has been implemented for `scalar*scalar` `(mod L)` multiplication. - Support for the Ristretto group has been implemented, for compatibility with wasm-crypto. - Improvements have been made to the test suite. - Portability improvements has been made. - `getentropy()` is now used on systems providing this system call. - `randombytes_salsa20 has been renamed to `randombytes_internal`. - Support for (p)nacl has been removed. - Most `((nonnull))` attributes have been relaxed to allow 0-length inputs to be `NULL`. - The `-ftree-vectorize` and `-ftree-slp-vectorize` compiler switches are now used, if available, for optimized builds. -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 3 2019 Remi Collet <remi@xxxxxxxxxxxx> - 1.0.18-1 - update to 1.0.18 -------------------------------------------------------------------------------- ================================================================================ php-composer-xdebug-handler-1.3.3-1.el7 (FEDORA-EPEL-2019-03c96e507c) Restarts a process without xdebug -------------------------------------------------------------------------------- Update Information: **Version 1.3.3** - 2019-05-27 * Fixed: add environment changes to `$_ENV` if it is being used. -------------------------------------------------------------------------------- ChangeLog: * Tue May 28 2019 Remi Collet <remi@xxxxxxxxxxxx> - 1.3.3-1 - update to 1.3.3 -------------------------------------------------------------------------------- ================================================================================ php-horde-imp-6.2.24-1.el7 (FEDORA-EPEL-2019-d510a5e20b) A web based webmail system -------------------------------------------------------------------------------- Update Information: **imp 6.2.24** * [mjr] Fix errors on initial quick search breaking subsequent searches (Bug #14838). * [mjr] Don't indicate success if MDN fails (Bug #14920). * [mjr] Fix/improve generation of PDF preview images. -------------------------------------------------------------------------------- ChangeLog: * Wed May 29 2019 Remi Collet <remi@xxxxxxxxxxxx> - 6.2.24-1 - update to 6.2.24 - raise dependency on Horde_Image 2.6.0 -------------------------------------------------------------------------------- ================================================================================ php-pda-pheanstalk-3.2.1-1.el7 (FEDORA-EPEL-2019-aa590ea9a6) PHP client for beanstalkd queue -------------------------------------------------------------------------------- Update Information: ### v3.2.1 Bugfix for socket timeouts This release fixes a bug that could, in certain cases, cause data to be lost from a connection. Due to the way beanstalk reservations work no data is permanently lost and the main effect of this would be a delay in task execution. Thanks for pointing out the problem @mialex! ### v3.2.0 Maintenance release This is a maintenance release. One issue that was fixed in this release was the risk of an infinite loop in `Connection::getLine()`. Now after a timeout, configurable via `ini- set('default_socket_timeout', $timeout)`, the `getLine()` function will throw an exception to bring it in line with `Connection::read()` and `Connection::write()`. If your worker has to potentially wait a long time for jobs you might start to see exceptions that you did not see before. Even though this behavior is a change it allows you to actually detect errors instead of just waiting forever. #### My worker runs via a supervisor If your worker is currently managed by a supervisor (ie, it restarts after it dies), set your socket timeout to a value like `3600`. This means that if the worker doesn't get jobs for 12 hours, it will be restarted 12 times, but in return, if the connection is dead the worker will restart after at most 1 hour and resume working. #### My worker does not run via a supervisor If a crash of your worker results in manually having to restart it you should really change the configuration. One option that partially resolves this is properly catching errors in `reserve()`, socket errors are in that sense nothing new, the changes in this version just make them more consistent in certain cases. -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 3 2019 Shawn Iwinski <shawn@xxxxxxxx> - 3.2.1-1 - Update to 3.2.1 * Sat Feb 2 2019 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 9 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ sip-redirect-0.2.0-9.el7 (FEDORA-EPEL-2019-86a1240841) Tiny IPv4 and IPv6 SIP redirect server written in Perl -------------------------------------------------------------------------------- Update Information: - Corrected systemd scriptlets usage (#1716388) -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 3 2019 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 0.2.0-9 - Corrected systemd scriptlets usage (#1716388) * Sat Feb 2 2019 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 9 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 5 2016 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #1716388 - sip-redirect: %systemd_postun scriptlets need service files as an argument https://bugzilla.redhat.com/show_bug.cgi?id=1716388 -------------------------------------------------------------------------------- ================================================================================ x509watch-0.6.1-6.el7 (FEDORA-EPEL-2019-f5ccdc9eb2) Simple tool to list expiring or expired X.509 certificates -------------------------------------------------------------------------------- Update Information: - Corrected systemd scriptlets usage (#1716408) -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 3 2019 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 0.6.1-6 - Corrected systemd scriptlets usage (#1716408) * Sun Feb 3 2019 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 9 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #1716408 - x509watch: %systemd_postun scriptlets need service files as an argument https://bugzilla.redhat.com/show_bug.cgi?id=1716408 -------------------------------------------------------------------------------- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx