The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "News:PHP and Kernel Updates"
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|News Category=General | |News Category=General | ||
|Author=Oleg | |Author=Oleg | ||
|Publication Status= | |Publication Status=Published | ||
|Publication Date=2016/04/01 | |Publication Date=2016/04/01 | ||
}} | }} | ||
Line 17: | Line 17: | ||
==PHP updates== | ==PHP updates== | ||
A notice for {{c|PHP_TARGETS}}. The default value set in the Funtoo profile is now {{c|PHP_TARGETS="php5-6"}}. This will cause all PHP-dependent packages to rebuild against 5.6 when you update your system using {{c|emerge -auDN @world}} or a similar command. | A notice for {{c|PHP_TARGETS}}. The default value set in the Funtoo profile is now {{c|1=PHP_TARGETS="php5-6"}}. This will cause all PHP-dependent packages to rebuild against 5.6 when you update your system using {{c|emerge -auDN @world}} or a similar command. | ||
=== Keeping 5.5 === | === Keeping 5.5 === |
Latest revision as of 05:36, April 1, 2016
PHP and Kernel Updates
The following updates are now available in Funtoo Linux:
- PHP-5.6 package mask now dropped, which makes newer PHP available
- PHP_TARGETS are set to 5.6 by default
- Update to debian-sources-4.4.6.
PHP updates
A notice for PHP_TARGETS
. The default value set in the Funtoo profile is now PHP_TARGETS="php5-6"
. This will cause all PHP-dependent packages to rebuild against 5.6 when you update your system using emerge -auDN @world
or a similar command.
Keeping 5.5
If this is not desired behavior or your production boxes, you can avoid a php-5.6 upgrade by adding the following to /etc/make.conf
.
/etc/make.conf
- An example make.conf filePHP_TARGETS="php5-5"
Debian-Sources Update
debian-sources has been updated to version 4.4.6. This update brings better support for newer hardware, like Intel Skylake/Broadwell CPU, as well as newer WiFi chips. Other hardware may also benefit from this update. It is necessary to perform boot-loader changes after kernel update, via:
root # boot-update
(See Package:Boot-Update)