Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 13:51:43 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377328 - head
Message-ID:  <201501181351.t0IDphH9045314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Jan 18 13:51:42 2015
New Revision: 377328
URL: https://svnweb.freebsd.org/changeset/ports/377328
QAT: https://qat.redports.org/buildarchive/r377328/

Log:
  - Add an note about recent www/thttpd update done in r377327
  - Fix one typo and formatting of few other entries I've had in my tree
    for a while

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Jan 18 13:37:34 2015	(r377327)
+++ head/UPDATING	Sun Jan 18 13:51:42 2015	(r377328)
@@ -5,16 +5,40 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20150118:
+  AFFECTS: users of www/thttpd
+  AUTHOR: danfe@FreeBSD.org
+
+  thttpd was updated to version 2.26, which brings several user-noticeable
+  changes to the port:
+
+    - Default WWW root was changed from ${PREFIX}/www/data to more expected
+      (and standard) ${WWWDIR} (${PREFIX}/www/thttpd), be sure to check and
+      adjust your thttpd configuration file and/or web layout accordingly;
+    - Default CGI pattern was changed to "/cgi-bin/*"; this goes better in
+      line with default installation;
+    - Default data MIME type was changed to "application/octet-stream";
+    - thttpd's own htpasswd(1) program, which was previously installed as
+      thttpdpasswd(1) to avoid conflict with other webservers, is now being
+      renamed to thtpasswd(1); this not just makes it shorter, but is more
+      consistent with popular GNU/Linux distributions;
+    - Index pages for directories are not generated by default from now on
+      for security reasons; an option (INDEXES) is provided to turn them
+      back on if they are wanted;
+    - IPREAL option (to respect (pass on) "X-Forwarded-For" header) is now
+      turned on by default: it is often required when thttpd is used as a
+      CGI server behind nginx (http://wiki.nginx.org/ThttpdCGI).
+
 20150113:
-  AFFECTS: users of pecl-http
+  AFFECTS: users of www/pecl-http
   AUTHOR: vanilla@FreeBSD.org
 
   The pecl-http has been upgraded to version 2.1.4, and the new version is
-  not compatible with the old. If you need the "old" 1.7.6, you can find it
-  in www/pecl-http1.
+  not compatible with the old one.  If you need the "old" 1.7.6, you can
+  find it in www/pecl-http1.
 
 20150111:
-  AFFECTS: users of python3
+  AFFECTS: users of lang/python3
   AUTHOR: demon@FreeBSD.org
 
   The default version of python3 has changed from 3.3 to 3.4.
@@ -77,11 +101,13 @@ you update your ports collection, before
   The port www/neon29 was renamed to www/neon and updated to version 0.30.1
 
   If you use pkg, simply upgrade:
-  # pkg upgrade
 
-  If you use portmaster, rebuild ports dependding on neon
-  # portmaster -o www/neon www/neon29
-  # portmaster -R -r neon
+	# pkg upgrade
+
+  If you use portmaster, rebuild ports that depend on neon:
+
+	# portmaster -o www/neon www/neon29
+	# portmaster -R -r neon
 
 20141219:
   AFFECTS: users of x11/xorg and all xorg ports
@@ -125,9 +151,9 @@ you update your ports collection, before
 
   In audio/abcde dependency has been changed from audio/py-eyed3-06
   to audio/py-eyed3. Before updating audio/abcde to 2.6 you must manually
-  deinstall audio/py-eyed-06.
+  deinstall audio/py-eyed-06:
 
-  # pkg delete -f py\*-eyed3-06
+	# pkg delete -f py\*-eyed3-06
 
 20141218:
   AFFECTS: users of security/openssh-portable
@@ -178,9 +204,9 @@ you update your ports collection, before
   comms/spandsp has been upgraded to version 0.0.6
   comms/spandsp-devel is now deprecated and set for removal, all ports using
   it were converted to use newer comms/spandsp. Before upgrade you must
-  remove comms/spandsp-devel so that ports can pick up new dependency.
+  remove comms/spandsp-devel so that ports can pick up new dependency:
 
-  # pkg delete -f spandsp-devel
+	# pkg delete -f spandsp-devel
 
 20141215:
   AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6
@@ -204,7 +230,7 @@ you update your ports collection, before
   To solve this problem, remove both of tex-kpathsea and texlive-base first
   and install the new versions:
 
-   # pkg delete -f tex-kpathsea texlive-base
+	# pkg delete -f tex-kpathsea texlive-base
 
 20141209:
   AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6
@@ -333,11 +359,11 @@ you update your ports collection, before
 
   You will have to wipe your ports tree clean.  If using portsnap, with:
 
-    portsnap extract
+	portsnap extract
 
   If using subversion:
 
-    svn revert -R
+	svn revert -R
 
 20141127:
   AFFECTS: users of lang/perl5.*
@@ -504,7 +530,7 @@ you update your ports collection, before
   moved between packages, therefore the following action is required
   before running any pkg/port upgrade utility:
 
-  # pkg delete -f kde-runtime-4\*
+	# pkg delete -f kde-runtime-4\*
 
 20141008:
   AFFECTS: users of lang/ruby19
@@ -592,7 +618,7 @@ you update your ports collection, before
   libusbmuxd.so was split from comms/usbmuxd into comms/libusbmuxd.
   Remove usbmuxd before upgrading to avoid conflicts:
 
-  # pkg delete -f usbmuxd
+	# pkg delete -f usbmuxd
 
   If you need the daemon usbmuxd(1), you can reinstall the package
   after the upgrade.
@@ -657,7 +683,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
@@ -891,13 +917,11 @@ you update your ports collection, before
   Further steps will be available in the pkg-message, which can
   be shown with these commands:
 
-  # pkg info -D pydio
-
-  # pkg_info -D pydio
+	# pkg info -D pydio
 
   Please also read the upgrading notes at:
 
-  http://pyd.io/pydio-core-5.2.0#Upgrading
+	http://pyd.io/pydio-core-5.2.0#Upgrading
 
 20140728:
   AFFECTS: users of net/GeoIP



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