From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 10:02:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39AF7145; Mon, 20 Oct 2014 10:02:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B5B9B04; Mon, 20 Oct 2014 10:02:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KA2Hbw051906; Mon, 20 Oct 2014 10:02:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KA2HYg051905; Mon, 20 Oct 2014 10:02:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410201002.s9KA2HYg051905@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Oct 2014 10:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371251 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 10:02:18 -0000 Author: sunpoet Date: Mon Oct 20 10:02:17 2014 New Revision: 371251 URL: https://svnweb.freebsd.org/changeset/ports/371251 QAT: https://qat.redports.org/buildarchive/r371251/ Log: - Fix format: - Add blank line - Remove trailing space Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 20 09:37:18 2014 (r371250) +++ head/UPDATING Mon Oct 20 10:02:17 2014 (r371251) @@ -8,6 +8,7 @@ you update your ports collection, before 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 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 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 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 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 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.