aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-10-30 07:43:17 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-10-30 07:43:17 +0000
commitb638279af655611d44255e87528f1d251f4ce12d (patch)
tree59d5c593436454994ee216525ffb45031d7eb80b /UPDATING
parent11bf49d1ea8cec5d45557d4727635d5b81ec6ae1 (diff)
downloadports-b638279af655611d44255e87528f1d251f4ce12d.tar.gz
ports-b638279af655611d44255e87528f1d251f4ce12d.zip
- Add "-a ADDR" option to jserver and "listenaddr" directive to
jserverrc. This specifies listen address of the INET socket. Note that the default value is set as 127.0.0.1. If you need the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in $wnn_flags or modify jserverrc. - Fix a buffer overflow when very long file name is specified in the -f option. - Fix a typo in CONFIGURE_ARGS and COMMENT. - Rename a patch file (patch-Wnn-jd-serverdef).
Notes
Notes: svn path=/head/; revision=222225
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2502898b742b..9bb28fa80ca2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20081030:
+ AFFECTS: users of japanese/FreeWnn-server
+ AUTHOR: hrs@FreeBSD.org
+
+ The jserver daemon in japanese/FreeWnn-server port now uses "127.0.0.1"
+ as the default listen address for security reason. If you need
+ the wildcard address (INADDR_ANY), you have to explicitly set
+ "listenaddr" to 0.0.0.0 in ${PREFIX}/lib/wnn/ja_JP/jserverrc or
+ add "-a 0.0.0.0" to ${wnn_flags} in /etc/rc.conf.
+
20081026:
AFFECTS: users of www/asterisk-gui
AUTHOR: pneumann@gmail.com