The following Fedora EPEL 6 Security updates need testing: Age URL 299 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6828 chicken-4.9.0.1-4.el6 281 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6 275 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6 207 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156 nagios-4.0.8-1.el6 165 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb mcollective-2.8.4-1.el6 137 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9 thttpd-2.25b-24.el6 35 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-44de0606ef python-tgcaptcha2-0.3.1-1.el6 30 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8fbd838843 dropbear-2016.72-1.el6 30 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-7640e3144a proftpd-1.3.3g-9.el6 23 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813 vtun-3.0.1-10.el6 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-55f139473e latex2rtf-2.3.10-1.el6.1 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e912272569 libsrtp-1.5.4-3.el6 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-9e3b8fecbf qpid-proton-0.12.1-1.el6 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0fc5375dc7 optipng-0.7.6-1.el6 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-628be2e77a drupal7-block_class-2.3-1.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
SuperLUMT-3.1.0-5.el6 golang-github-opencontainers-runtime-spec-0.4.0-0.1.git93ca97e.el6 golang-googlecode-uuid-0-0.8.gitca53cad.el6 php-guzzle-Guzzle-3.9.3-9.el6 php-latte-2.3.11-1.el6 php-nette-2.3.10-1.el6 php-nette-application-2.3.12-2.el6 php-nette-di-2.3.10-1.el6 php-nette-http-2.3.6-1.el6 php-nette-mail-2.3.5-1.el6 php-nette-reflection-2.3.2-1.el6 php-nette-safe-stream-2.3.2-1.el6 php-nette-tester-1.7.1-1.el6 php-nette-utils-2.3.8-1.el6 php-tracy-2.3.10-1.el6 tktable-2.10-12.el6 tsung-1.6.0-1.el6 xfce4-calculator-plugin-0.5.1-2.el6
Details about builds:
================================================================================ SuperLUMT-3.1.0-5.el6 (FEDORA-EPEL-2016-4a2210296a) Single precision real SuperLU routines for shared memory parallel machines -------------------------------------------------------------------------------- Update Information:
- New package - Excluded ppc64le arch -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1322846 - Review Request: SuperLUMT - Single precision real SuperLU routines for shared memory parallel machines https://bugzilla.redhat.com/show_bug.cgi?id=1322846 --------------------------------------------------------------------------------
================================================================================ golang-github-opencontainers-runtime-spec-0.4.0-0.1.git93ca97e.el6 (FEDORA-EPEL-2016-7df688c8f6) Open Container Specifications -------------------------------------------------------------------------------- Update Information:
New package -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1326274 - Review Request: golang-github-opencontainers-runtime-spec - Open Container Specifications https://bugzilla.redhat.com/show_bug.cgi?id=1326274 --------------------------------------------------------------------------------
================================================================================ golang-googlecode-uuid-0-0.8.gitca53cad.el6 (FEDORA-EPEL-2016-26a2c87c01) Generates and inspects UUIDs based on RFC 4122 and DCE 1.1 -------------------------------------------------------------------------------- Update Information:
Update -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1250523 - Tracker for golang-googlecode-uuid https://bugzilla.redhat.com/show_bug.cgi?id=1250523 --------------------------------------------------------------------------------
================================================================================ php-guzzle-Guzzle-3.9.3-9.el6 (FEDORA-EPEL-2016-224a39859a) PHP HTTP client library and framework for building RESTful web service clients -------------------------------------------------------------------------------- Update Information:
#### RPM updates * Autoloader improvements/fixes * Dependency autoloader usage * Alternative to `@include_once` * Tests fixed for Doctrine Cache >= 1.6.0 --------------------------------------------------------------------------------
================================================================================ php-latte-2.3.11-1.el6 (FEDORA-EPEL-2016-572538f6b1) Latte: the amazing template engine for PHP -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-2.3.10-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette Framework -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-application-2.3.12-2.el6 (FEDORA-EPEL-2016-572538f6b1) Nette Application MVC Component -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-di-2.3.10-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette Dependency Injection Component -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-http-2.3.6-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette HTTP Component -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-mail-2.3.5-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette Mail: Sending E-mails -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-reflection-2.3.2-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette PHP Reflection Component -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-safe-stream-2.3.2-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette SafeStream: Atomic Operations -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-tester-1.7.1-1.el6 (FEDORA-EPEL-2016-572538f6b1) An easy-to-use PHP unit testing framework -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-nette-utils-2.3.8-1.el6 (FEDORA-EPEL-2016-572538f6b1) Nette Utility Classes -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ php-tracy-2.3.10-1.el6 (FEDORA-EPEL-2016-572538f6b1) Tracy: useful PHP debugger -------------------------------------------------------------------------------- Update Information:
**Nette Framework version 2.3.10** * composer.json: relaxed dependencies to ~2.3.x * Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87) * PresenterFactory: added possibility to configure mapping via array * Presenter: isLinkCurrent is compatible with PHP 7 typehints * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset * DI\ContainerBuilder: unused parameters check when generating factory * DI\Compiler: support for removing services via 'name: no' * Mail\Message: improved regexp for seaching embedded images * SafeStream: unregister protocols in cleaner way * Html::__toString() prints better error message * Latte: exception 'Template is not valid UTF-8 stream' provides line number * Latte: supports PHP 7 coalesce operator * Tracy\Bar: added CPU usage to info panel * TracyExtension: added option 'showBar' --- **Application 2.3.12** * PresenterFactory: added possibility to configure mapping via array; thanks @achse #101 #119 * Presenter: isLinkCurrent is compatible with PHP 7 typehints #126 * RouteList: added warmupCache() * JsonResponse: sends utf-8 charset #120 * RoutingPanel: fixed displaying of empty mask '' --- **Di 2.3.10** * PhpReflection::expandClassName() added support for @return $this * ContainerBuilder: unused parameters check when generating factory * Compiler: support for removing services via 'name: no' * PhpReflection::parseUseStatemenets(): class in use can contain leading \ #97 * ContainerPanel: ob_start() is protected against flush when error occurs --- **Http 2.3.6** * RequestFactory: Fixed possible remoteAddr spoofing (issue #87) * SessionPanel: ob_start() is protected against flush when error occurs --- **Mail 2.3.5** * Message: improved regexp for seaching embedded images #25 --- **Reflection 2.3.2** * AnnotationsParser::parsePhp() Return also classes without annotations * Method: self replaced with static --- **Safe- stream 2.3.2** * SafeStream: unregister protocols in cleaner way #6 --- **Utils 2.3.8** * ArrayHash: fixed bug in ArrayIterator #103 * Html::__toString() prints better error message * Image: ob_start() is protected to be not flushable --- **Tester 1.7.1** * Tester itself is tested on AppVeyor (Windows CI) * Dumper * dumpException() stores strings when maxLength is exceeded * dumpException() improved searching for Assert method invocation * Dumper::color() uses simple color escape codes (AppVeyor compatibility) * Environment: removes output buffers on shutdown before error message is print * Assert::error() fixed that restore_error_handler() isn't working when called from the error handler which throws exception * FileMock: read/write modes behave more like ordinary filesystem --- **Latte 2.3.10** * Engine: reverted "throws CompileException when template contains parse error" * BlockMacros: store includingBlock flag in the template global storage when including file using includeblock macro * Parser: exception 'Template is not valid UTF-8 stream' provides line number * MacroTokens: added null coalesce operator; PhpWriter: quoteFilter recognizes null coalesce operator * ob_start() is protected against flush when error occurs --- **Tracy 2.3.11** * Debugger: flushes (not cleans) output buffers before Bar is rendered * Bar: added CPU usage to info panel #144 * Dumper: fix possible E_NOTICE #141 * TracyExtension: added option 'showBar' * ob_start() is protected against flush when error occurs --------------------------------------------------------------------------------
================================================================================ tktable-2.10-12.el6 (FEDORA-EPEL-2016-74c19c3ed5) Table/matrix widget extension to Tcl/Tk -------------------------------------------------------------------------------- Update Information:
- Fix Python2 name --------------------------------------------------------------------------------
================================================================================ tsung-1.6.0-1.el6 (FEDORA-EPEL-2016-8b32299f3e) A distributed multi-protocol load testing tool -------------------------------------------------------------------------------- Update Information:
Update to 1.6.0 (#1244745) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1244745 - tsung-1.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=1244745 [ 2 ] Bug #1227478 - Missing perl-Template-Toolkit dependency for tsung https://bugzilla.redhat.com/show_bug.cgi?id=1227478 --------------------------------------------------------------------------------
================================================================================ xfce4-calculator-plugin-0.5.1-2.el6 (FEDORA-EPEL-2016-ecfd6df5ec) A calculator plugin for the Xfce4 panel -------------------------------------------------------------------------------- Update Information:
xfce4-calculator-plugin is a calculator plugin for the Xfce4 panel. Place the plugin in your panel, enter your calculation into the text field and press Enter to calculate the result. The plugin supports common mathematical operators (+, -, *, /, ^) with usual precedence rules and some basic functions (e.g., trigonometric functions) and constants. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1326151 - Review Request: xfce4-calculator-plugin - A calculator plugin for the Xfce4 panel https://bugzilla.redhat.com/show_bug.cgi?id=1326151 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org