--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ec7afc4b92
2016-12-31 18:54:51.247792
--------------------------------------------------------------------------------
Name : php-nette-application
Product : Fedora 25
Version : 2.4.3
Release : 1.fc25
URL : https://github.com/nette/application
Summary : Nette Application MVC Component
Description :
Model-View-Controller is a software architecture that was created to
satisfy the need to separate utility code (controller) from application
logic code (model) and from code for displaying data (view) in applications
with graphical user interface. With this approach we make the application
better understandable, simplify future development and enable testing each
unit of the application separately.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Application/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**Utils 2.4.2** * added DateTime::fromParts() * DateTime::from() supports
microseconds * Image: added support for WEBP #73 * added Arrays::every(),
some() & map() #36 * Validators: support for types int[], string[] etc #119 *
added Validators::everyIs() #123 * Validators: added validator 'iterable' *
SmartObject: better exception message for deprecated property usage * Json
skips workaround on PHP 7.0+ * return self -> static ---- **Forms 2.4.3**
* BaseControl::setAttribute() and setType() aliased to setHtmlAttribute() and
setHtmlType() * CheckboxList: added item label prototype *
RadioList::getLabelPart() uses $itemLabel instead of $label * netteForms.js:
fixed issue with button type=submit with html #137 * netteForms: forms with
attribute 'novalidate' are not validated (BC break) * becomes NPM package *
return self -> static ---- **Bootstrap 2.4.2** * added
Configurator::enableTracy as alias for enableDebugger * return self -> static
---- **Application 2.4.3** * TemplateFactory: added support for custom
Template implementation #159 #141 * JsonResponse: allow scalar payload #168 *
Route::constructUrl(): split of module and presenter moved before global filter
(#167) * Route::constructUrl() fixed global filter on presenter name (#161) *
LatteExtension: added support for macro factories defined as DI services *
Application: fixed empty $requests when createInitialRequest() failed, thx to
vlastavesely #163 * Template::addFilter() returns $this * return self ->
static
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nette-application' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ec7afc4b92
2016-12-31 18:54:51.247792
--------------------------------------------------------------------------------
Name : php-nette-utils
Product : Fedora 25
Version : 2.4.2
Release : 1.fc25
URL : https://github.com/nette/utils
Summary : Nette Utility Classes
Description :
Nette Utility Classes.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Utils/autoload.php';';
--------------------------------------------------------------------------------
Update Information:
**Utils 2.4.2** * added DateTime::fromParts() * DateTime::from() supports
microseconds * Image: added support for WEBP #73 * added Arrays::every(),
some() & map() #36 * Validators: support for types int[], string[] etc #119 *
added Validators::everyIs() #123 * Validators: added validator 'iterable' *
SmartObject: better exception message for deprecated property usage * Json
skips workaround on PHP 7.0+ * return self -> static ---- **Forms 2.4.3**
* BaseControl::setAttribute() and setType() aliased to setHtmlAttribute() and
setHtmlType() * CheckboxList: added item label prototype *
RadioList::getLabelPart() uses $itemLabel instead of $label * netteForms.js:
fixed issue with button type=submit with html #137 * netteForms: forms with
attribute 'novalidate' are not validated (BC break) * becomes NPM package *
return self -> static ---- **Bootstrap 2.4.2** * added
Configurator::enableTracy as alias for enableDebugger * return self -> static
---- **Application 2.4.3** * TemplateFactory: added support for custom
Template implementation #159 #141 * JsonResponse: allow scalar payload #168 *
Route::constructUrl(): split of module and presenter moved before global filter
(#167) * Route::constructUrl() fixed global filter on presenter name (#161) *
LatteExtension: added support for macro factories defined as DI services *
Application: fixed empty $requests when createInitialRequest() failed, thx to
vlastavesely #163 * Template::addFilter() returns $this * return self ->
static
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nette-utils' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ec7afc4b92
2016-12-31 18:54:51.247792
--------------------------------------------------------------------------------
Name : php-nette-tester
Product : Fedora 25
Version : 2.0.0
Release : 0.2.20161216git72dbafd.fc25
URL : https://github.com/nette/tester
Summary : An easy-to-use PHP unit testing framework
Description :
Nette Tester is a productive and enjoyable unit testing framework.
It's used by the Nette Framework and is capable of testing any PHP code.
--------------------------------------------------------------------------------
Update Information:
**Utils 2.4.2** * added DateTime::fromParts() * DateTime::from() supports
microseconds * Image: added support for WEBP #73 * added Arrays::every(),
some() & map() #36 * Validators: support for types int[], string[] etc #119 *
added Validators::everyIs() #123 * Validators: added validator 'iterable' *
SmartObject: better exception message for deprecated property usage * Json
skips workaround on PHP 7.0+ * return self -> static ---- **Forms 2.4.3**
* BaseControl::setAttribute() and setType() aliased to setHtmlAttribute() and
setHtmlType() * CheckboxList: added item label prototype *
RadioList::getLabelPart() uses $itemLabel instead of $label * netteForms.js:
fixed issue with button type=submit with html #137 * netteForms: forms with
attribute 'novalidate' are not validated (BC break) * becomes NPM package *
return self -> static ---- **Bootstrap 2.4.2** * added
Configurator::enableTracy as alias for enableDebugger * return self -> static
---- **Application 2.4.3** * TemplateFactory: added support for custom
Template implementation #159 #141 * JsonResponse: allow scalar payload #168 *
Route::constructUrl(): split of module and presenter moved before global filter
(#167) * Route::constructUrl() fixed global filter on presenter name (#161) *
LatteExtension: added support for macro factories defined as DI services *
Application: fixed empty $requests when createInitialRequest() failed, thx to
vlastavesely #163 * Template::addFilter() returns $this * return self ->
static
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nette-tester' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ec7afc4b92
2016-12-31 18:54:51.247792
--------------------------------------------------------------------------------
Name : php-nette-forms
Product : Fedora 25
Version : 2.4.3
Release : 1.fc25
URL : https://github.com/nette/forms
Summary : Nette Forms: greatly facilitates web forms
Description :
Nette\Forms greatly facilitates creating and processing web forms.
What it can really do?
- validate sent data both client-side (JavaScript) and server-side
- provide high level of security
- multiple render modes
- translations, i18n
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Forms/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**Utils 2.4.2** * added DateTime::fromParts() * DateTime::from() supports
microseconds * Image: added support for WEBP #73 * added Arrays::every(),
some() & map() #36 * Validators: support for types int[], string[] etc #119 *
added Validators::everyIs() #123 * Validators: added validator 'iterable' *
SmartObject: better exception message for deprecated property usage * Json
skips workaround on PHP 7.0+ * return self -> static ---- **Forms 2.4.3**
* BaseControl::setAttribute() and setType() aliased to setHtmlAttribute() and
setHtmlType() * CheckboxList: added item label prototype *
RadioList::getLabelPart() uses $itemLabel instead of $label * netteForms.js:
fixed issue with button type=submit with html #137 * netteForms: forms with
attribute 'novalidate' are not validated (BC break) * becomes NPM package *
return self -> static ---- **Bootstrap 2.4.2** * added
Configurator::enableTracy as alias for enableDebugger * return self -> static
---- **Application 2.4.3** * TemplateFactory: added support for custom
Template implementation #159 #141 * JsonResponse: allow scalar payload #168 *
Route::constructUrl(): split of module and presenter moved before global filter
(#167) * Route::constructUrl() fixed global filter on presenter name (#161) *
LatteExtension: added support for macro factories defined as DI services *
Application: fixed empty $requests when createInitialRequest() failed, thx to
vlastavesely #163 * Template::addFilter() returns $this * return self ->
static
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nette-forms' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ec7afc4b92
2016-12-31 18:54:51.247792
--------------------------------------------------------------------------------
Name : php-nette-bootstrap
Product : Fedora 25
Version : 2.4.2
Release : 1.fc25
URL : https://github.com/nette/bootstrap
Summary : Nette Bootstrap
Description :
Loads Nette Framework and all libraries.
Class Configurator creates so called DI container
and handles application initialization.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Bootstrap/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**Utils 2.4.2** * added DateTime::fromParts() * DateTime::from() supports
microseconds * Image: added support for WEBP #73 * added Arrays::every(),
some() & map() #36 * Validators: support for types int[], string[] etc #119 *
added Validators::everyIs() #123 * Validators: added validator 'iterable' *
SmartObject: better exception message for deprecated property usage * Json
skips workaround on PHP 7.0+ * return self -> static ---- **Forms 2.4.3**
* BaseControl::setAttribute() and setType() aliased to setHtmlAttribute() and
setHtmlType() * CheckboxList: added item label prototype *
RadioList::getLabelPart() uses $itemLabel instead of $label * netteForms.js:
fixed issue with button type=submit with html #137 * netteForms: forms with
attribute 'novalidate' are not validated (BC break) * becomes NPM package *
return self -> static ---- **Bootstrap 2.4.2** * added
Configurator::enableTracy as alias for enableDebugger * return self -> static
---- **Application 2.4.3** * TemplateFactory: added support for custom
Template implementation #159 #141 * JsonResponse: allow scalar payload #168 *
Route::constructUrl(): split of module and presenter moved before global filter
(#167) * Route::constructUrl() fixed global filter on presenter name (#161) *
LatteExtension: added support for macro factories defined as DI services *
Application: fixed empty $requests when createInitialRequest() failed, thx to
vlastavesely #163 * Template::addFilter() returns $this * return self ->
static
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nette-bootstrap' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-310b87d67a
2016-12-31 18:54:51.247742
--------------------------------------------------------------------------------
Name : php-theseer-autoload
Product : Fedora 25
Version : 1.23.0
Release : 1.fc25
URL : https://github.com/theseer/Autoload
Summary : A tool and library to generate autoload code
Description :
The PHP AutoloadBuilder CLI tool phpab is a command line application
to automate the process of generating an autoload require file with
the option of creating static require lists as well as phar archives.
--------------------------------------------------------------------------------
Update Information:
** Release 1.23.0** * Add support for parsing code containing anonymous classes
(PHP 7) * Some internal code cleanup
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-theseer-autoload' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-a6e72e28e1
2016-12-31 18:54:51.247675
--------------------------------------------------------------------------------
Name : php-zendframework-zend-mail
Product : Fedora 25
Version : 2.7.2
Release : 1.fc25
URL : https://zendframework.github.io/zend-mail/
Summary : Zend Framework Mail component
Description :
Zend\Mail provides generalized functionality to compose and send both text
and MIME-compliant multipart email messages. Mail can be sent with Zend\Mail
via the Mail\Transport\Sendmail, Mail\Transport\Smtp or the
Mail\Transport\File transport. Of course, you can also implement your own
transport by implementing the Mail\Transport\TransportInterface.
Documentation: https://zendframework.github.io/zend-mail/
--------------------------------------------------------------------------------
Update Information:
**Version 2.7.2** - 2016-12-19 - Fixes
[ZF2016-04](https://framework.zend.com/security/advisory/ZF2016-04). Potential
remote code execution in zend-mail via Sendmail adapter
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-zendframework-zend-mail' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-4bb2e63763
2016-12-31 18:54:51.247518
--------------------------------------------------------------------------------
Name : php-justinrainbow-json-schema4
Product : Fedora 25
Version : 4.1.0
Release : 1.fc25
URL : https://github.com/justinrainbow/json-schema
Summary : A library to validate a json schema
Description :
A PHP Implementation for validating JSON Structures against a given Schema.
This package provides the library version 4.
The php-JsonSchema package provides the library version 1.
The php-justinrainbow-json-schema package provides the library version 2.
See http://json-schema.org/
Autoloader: /usr/share/php/JsonSchema4/autoload.php
--------------------------------------------------------------------------------
Update Information:
A PHP Implementation for validating JSON Structures against a given Schema. *
This package provides the library version 4. * The php-JsonSchema package
provides the library version 1. * The php-justinrainbow-json-schema package
provides the library version 2. See http://json-schema.org/ Autoloader:
/usr/share/php/JsonSchema4/autoload.php
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1403724 - Review Request: php-justinrainbow-json-schema4 - A library to validate a json schema
https://bugzilla.redhat.com/show_bug.cgi?id=1403724
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-justinrainbow-json-schema4' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-5c3d057783
2016-12-31 03:55:57.197162
--------------------------------------------------------------------------------
Name : libbsd
Product : Fedora 24
Version : 0.8.3
Release : 1.fc24
URL : http://libbsd.freedesktop.org/
Summary : Library providing BSD-compatible functions for portability
Description :
libbsd provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port
projects with strong BSD origins, without needing to embed the same
code over and over again on each project.
--------------------------------------------------------------------------------
Update Information:
Security fix for CVE-2016-2090
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1302622 - CVE-2016-2090 libbsd: heap buffer overflow in fgetwln function
https://bugzilla.redhat.com/show_bug.cgi?id=1302622
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade libbsd' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-e5421ceea9
2016-12-31 03:55:57.197096
--------------------------------------------------------------------------------
Name : groonga
Product : Fedora 24
Version : 6.1.1
Release : 1.fc24
URL : http://groonga.org/
Summary : An Embeddable Fulltext Search Engine
Description :
Groonga is an embeddable full-text search engine library. It can
integrate with DBMS and scripting languages to enhance their search
functionality. It also provides a standalone data store server based
on relational data model.
--------------------------------------------------------------------------------
Update Information:
http://groonga.org/en/blog/2016/11/29/groonga-6.1.1.html
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1400156 - groonga-6.1.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1400156
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade groonga' at the command line.
For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------