Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 10:02:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371251 - head
Message-ID:  <201410201002.s9KA2HYg051905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201002.s9KA2HYg051905>