diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-20 10:02:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-20 10:02:17 +0000 |
commit | 0525dda9d0549496f69feeb9bed0d758e3ef8042 (patch) | |
tree | 93af3315ae57fc03bb9adb1985f96493a0cebb32 /UPDATING | |
parent | ecd0c75bf61a13f986f3e1788655228351d27fb7 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -8,6 +8,7 @@ you update your ports collection, before attempting any port upgrades. 20141019: AFFECTS: users of x11/kde4-runtime AUTHOR: kde@FreeBSD.org + KDE SC ports have been updated to 4.14.1. Several files have been moved between packages, therefore the following action is required before running any pkg/port upgrade utility: @@ -18,7 +19,7 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of lang/ruby19 AUTHOR: swills@FreeBSD.org - The default ruby version has been updated from 1.9 to 2.0. + The default ruby version has been updated from 1.9 to 2.0. If you compile your own ports you may keep 1.9 as the default version by adding the following lines to your /etc/make.conf file: @@ -125,7 +126,7 @@ you update your ports collection, before attempting any port upgrades. In version 1.6 Foreman Smart Proxy splits its configuration into multiple ruby files located in PREFIX/etc/foreman-proxy/settings.d. The configuration of each service (dhcp, dhs, bmc, etc.) has been moved - into a dedicated file. + into a dedicated file. You can use a bundled script to convert your old settings to new settings: PREFIX/share/foreman/extra/migrate_settings.rb @@ -139,7 +140,7 @@ you update your ports collection, before attempting any port upgrades. then import those functions into the environment of the script being ran. This resulted in security issues CVE-2014-6271 and CVE-2014-7169, commonly known as "shellshock". It also can result in poorly written scripts being - tricked into running arbitrary commands. + tricked into running arbitrary commands. To fully mitigate against this sort of attack we have applied a non-upstream patch to disable this functionality by default. You can execute bash @@ -165,7 +166,7 @@ you update your ports collection, before attempting any port upgrades. People using binary packages(or not wanting to disable the LUA option in the port) not using the lua functionality should add: - noload => pbx_lua.so + noload => pbx_lua.so to the PREFIX/etc/asterisk/modules.conf file, if using the autoload=yes option in that same file. People not autoloading @@ -269,7 +270,7 @@ you update your ports collection, before attempting any port upgrades. a drop-in replacement for libjpeg.so. The drop-in replacement has been split off into graphics/jpeg-turbo; libjpeg-turbo now installs only libturbojpeg.so. - + If you were using the libjpeg.so from graphics/libjpeg-turbo, you should install graphics/jpeg-turbo AFTER upgrading the libjpeg-turbo port. |