Fedora 25 Update: php-nette-bootstrap-2.4.3-1.fc25
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-adfc83088a
2017-02-28 19:57:20.824382
--------------------------------------------------------------------------------
Name : php-nette-bootstrap
Product : Fedora 25
Version : 2.4.3
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:
**nette/di 2.4.7** * added dynamic parameters #61 *
Compiler::addExtension() allows empty name * each() replaced with current()
and next() * ContainerBuilder: ltrims \ from service class *
Helpers::expand supports concatenation of PhpLiteral * ContainerBuilder:
disable autowiring for aliases only when autowired is TRUE ----
**nette/bootstrap 2.4.3** * added Configurator::addDynamicParameters() *
compatible with RobotLoader 3.0
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
6 years
Fedora 25 Update: php-pecl-memcached-3.0.3-1.fc25
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-cae719fec8
2017-02-28 19:57:20.824308
--------------------------------------------------------------------------------
Name : php-pecl-memcached
Product : Fedora 25
Version : 3.0.3
Release : 1.fc25
URL : http://pecl.php.net/package/memcached
Summary : Extension to work with the Memcached caching daemon
Description :
This extension uses libmemcached library to provide API for communicating
with memcached servers.
memcached is a high-performance, distributed memory object caching system,
generic in nature, but intended for use in speeding up dynamic web
applications by alleviating database load.
It also provides a session handler (memcached).
--------------------------------------------------------------------------------
Update Information:
**Version 3.0.3** * Fix crash when checking session data with older versions of
libmemcached (#328) * Fix crash due to zend_mm_corrupted when fetching session
data (#327) ---- **Version 3.0.2** * Update warning for touch command in
binary protocol mode with libmemcached below 1.0.18 (#322) * Add tests for
64-bit increment/decrement/incrementByKey/decrementByKey (#321) * Fix tests for
32-bit increment/decrement/incrementByKey/decrementByKey (#319) ---- **Version
3.0.1** * Add API entries for flushBuffers() and getAllKeys() (#316) * Ignore
specific errors from memcached_dump for getAllKeys() with newer memcached
servers (#315) * Fix compiling with memcached binary protocol enabled (#312) *
Restore php_libmemcached_compat with workaround for missing memcached_exists
(#314) * Travis CI purge old versions of memcached and libmemcached (#309) ----
**Version 3.0.0** **API** * The method signature of get, getByKey, getMulti,
and getMultiByKey changed. * get* and getMulti* commands no longer take cas or
user flags parameters. * get* and getMulti* commands now take the
Memcached::GET_EXTENDED flag to retrieve user flags and cas tokens. * Fixes
getStats command to return all stats from all servers * Fixes allKeys command
behaviour * Fixes error where cache callback for get command was not setting
expiration time properly * Added server type to server list * Remove use_sasl
ini-variable and initialise sasl as needed * CAS tokens are returned as integers
and they overflow to strings as needed **Session handler** * The session
memcached protocol config name was changed, and the default protocol was changed
from text to binary protocol. If your memcached setup does not support the
binary protocol(e.g. if using twemproxy), then set
memcached.sess_binary_protocol = Off. (Previously called memcached.sess_binary)
* Session lock algorithm updated (new ini-values memcached.sess_lock_wait_min,
memcached.sess_lock_wait_max and memcached.sess_lock_retries) * Session
extension uses PHP allocators (still some work to do on the rest of the
extension) * Ini-values take effect during session_start or
session_regenerate_id * Fixes crash with session_regenerate_id (work-around for
PHP bug) **Tests** * Fix several problematic tests
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-pecl-memcached' 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
--------------------------------------------------------------------------------
6 years
Fedora 25 Update: spec2scl-1.1.4-1.fc25
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-3d40bb2b02
2017-02-28 19:57:20.824193
--------------------------------------------------------------------------------
Name : spec2scl
Product : Fedora 25
Version : 1.1.4
Release : 1.fc25
URL : https://github.com/sclorg/spec2scl
Summary : Convert RPM specfiles to be SCL ready
Description :
spec2scl is a tool to convert RPM specfiles to SCL-style specfiles.
--------------------------------------------------------------------------------
Update Information:
Update to 1.1.4
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade spec2scl' 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
--------------------------------------------------------------------------------
6 years
[SECURITY] Fedora 25 Update: mupdf-1.10a-1.fc25
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-6fe982684d
2017-02-28 19:57:20.625579
--------------------------------------------------------------------------------
Name : mupdf
Product : Fedora 25
Version : 1.10a
Release : 1.fc25
URL : http://mupdf.com/
Summary : A lightweight PDF viewer and toolkit
Description :
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
The renderer in MuPDF is tailored for high quality anti-aliased
graphics. MuPDF renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen.
MuPDF has a small footprint. A binary that includes the standard
Roman fonts is only one megabyte. A build with full CJK support
(including an Asian font) is approximately five megabytes.
MuPDF has support for all non-interactive PDF 1.7 features, and the
toolkit provides a simple API for accessing the internal structures of
the PDF document. Example code for navigating interactive links and
bookmarks, encrypting PDF files, extracting fonts, images, and
searchable text, and rendering pages to image files is provided.
--------------------------------------------------------------------------------
Update Information:
New release (1.10a). Security fix for CVE-2016-6265
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1359108 - CVE-2016-6265 mupdf: Use after free vulnerability in pdf_xref.c
https://bugzilla.redhat.com/show_bug.cgi?id=1359108
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade mupdf' 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
--------------------------------------------------------------------------------
6 years
Fedora 25 Update: php-nikic-fast-route-1.2.0-1.fc25
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-216efe4c91
2017-02-28 19:57:20.624952
--------------------------------------------------------------------------------
Name : php-nikic-fast-route
Product : Fedora 25
Version : 1.2.0
Release : 1.fc25
URL : https://github.com/nikic/FastRoute
Summary : Fast implementation of a regular expression based router
Description :
Fast implementation of a regular expression based router.
Documentation:
http://nikic.github.io/2014/02/18/Fast-request-routing-using-regular-expr...
Autoloader: /usr/share/php/FastRoute/bootstrap.php
--------------------------------------------------------------------------------
Update Information:
Last upstream release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1419369 - php-nikic-fast-route-v1.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1419369
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade php-nikic-fast-route' 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
--------------------------------------------------------------------------------
6 years
Fedora 24 Update: rpm-4.13.0.1-1.fc24
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-54078f9dd2
2017-02-28 19:55:06.900724
--------------------------------------------------------------------------------
Name : rpm
Product : Fedora 24
Version : 4.13.0.1
Release : 1.fc24
URL : http://www.rpm.org/
Summary : The RPM package management system
Description :
The RPM Package Manager (RPM) is a powerful command line driven
package management system capable of installing, uninstalling,
verifying, querying, and updating software packages. Each software
package consists of an archive of files along with information about
the package like its version, a description, etc.
--------------------------------------------------------------------------------
Update Information:
This update rebases RPM to the official 4.13.0.1 release
(http://rpm.org/wiki/Releases/4.13.0.1) which includes several important
security and regression fixes.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1410907 - gdb-add-index is not run
https://bugzilla.redhat.com/show_bug.cgi?id=1410907
[ 2 ] Bug #1405570 - koji build for rawhide fails with <class '_rpm.error'>: error reading package header
https://bugzilla.redhat.com/show_bug.cgi?id=1405570
[ 3 ] Bug #1399798 - non-standard-dir-perm of doc and licenses
https://bugzilla.redhat.com/show_bug.cgi?id=1399798
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade rpm' 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
--------------------------------------------------------------------------------
6 years
Fedora 24 Update: sos-3.3-1.fc24
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-b6527f6cd1
2017-02-28 19:55:06.900665
--------------------------------------------------------------------------------
Name : sos
Product : Fedora 24
Version : 3.3
Release : 1.fc24
URL : http://github.com/sosreport/sos
Summary : A set of tools to gather troubleshooting information from a system
Description :
Sos is a set of tools that gathers information about system
hardware and configuration. The information can then be used for
diagnostic purposes and debugging. Sos is commonly used to help
support technicians and developers.
--------------------------------------------------------------------------------
Update Information:
See upstream announcement: https://github.com/sosreport/sos/releases/tag/3.3
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1411314 - sos 3.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1411314
[ 2 ] Bug #1280260 - sos-3.2-15.fc22 > sos-3.2-2.fc24 !!
https://bugzilla.redhat.com/show_bug.cgi?id=1280260
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade sos' 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
--------------------------------------------------------------------------------
6 years
Fedora 24 Update: xapps-1.0.2-5.fc24
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-3053601c1a
2017-02-28 19:55:06.900588
--------------------------------------------------------------------------------
Name : xapps
Product : Fedora 24
Version : 1.0.2
Release : 5.fc24
URL : https://github.com/linuxmint
Summary : Common files for XApp desktop apps
Description :
This package includes files that are shared between several XApp
apps (i18n files and configuration schemas).
--------------------------------------------------------------------------------
Update Information:
Add some upstream fixes
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1400687 - [abrt] xapps: upload-system-info:9:<module>:IndexError: list index out of range
https://bugzilla.redhat.com/show_bug.cgi?id=1400687
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade xapps' 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
--------------------------------------------------------------------------------
6 years
[SECURITY] Fedora 24 Update: util-linux-2.28.2-2.fc24
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-b11b460865
2017-02-28 19:55:06.900435
--------------------------------------------------------------------------------
Name : util-linux
Product : Fedora 24
Version : 2.28.2
Release : 2.fc24
URL : http://en.wikipedia.org/wiki/Util-linux
Summary : A collection of basic system utilities
Description :
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function. Among
others, Util-linux contains the fdisk configuration tool and the login
program.
--------------------------------------------------------------------------------
Update Information:
Security fix for CVE-2017-2616
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1418710 - CVE-2017-2616 util-linux: Sending SIGKILL to other processes with root privileges via su
https://bugzilla.redhat.com/show_bug.cgi?id=1418710
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade util-linux' 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
--------------------------------------------------------------------------------
6 years
Fedora 24 Update: fusioninventory-agent-2.3.19-2.fc24
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2017-e084edff03
2017-02-28 19:55:06.900339
--------------------------------------------------------------------------------
Name : fusioninventory-agent
Product : Fedora 24
Version : 2.3.19
Release : 2.fc24
URL : http://fusioninventory.org/
Summary : FusionInventory agent
Description :
FusionInventory Agent is an application designed to help a network
or system administrator to keep track of the hardware and software
configurations of computers that are installed on the network.
This agent can send information about the computer to a OCS Inventory NG
or GLPI server with the FusionInventory for GLPI plugin.
You can add additional packages for optional tasks:
* fusioninventory-agent-task-network
Network Discovery and Inventory support
* fusioninventory-agent-inventory
Local inventory support for FusionInventory
* fusioninventory-agent-task-deploy
Software deployment support
* fusioninventory-agent-task-esx
vCenter/ESX/ESXi remote inventory
* fusioninventory-agent-task-collect
Custom information retrieval support
* fusioninventory-agent-task-wakeonlan
not included due to a licensing issue for perl-Net-Write
--------------------------------------------------------------------------------
Update Information:
Update to last upstream release on EL6 Fix a setup/path issue ---- Last
upstream release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1424664 - fusioninventory-agent-2.3.19 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1424664
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade fusioninventory-agent' 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
--------------------------------------------------------------------------------
6 years