1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Document split of japanese/Canna and japanese/sj3, and

japanese/sj3-server default listen address change.
This commit is contained in:
Hiroki Sato 2008-10-26 20:34:35 +00:00
parent a91f910a0b
commit 95398ac2c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222113

View File

@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20081026:
AFFECTS: users of japanese/sj3-server
AUTHOR: hrs@FreeBSD.org
The sj3serv daemon in japanese/sj3-server port now uses "localhost"
as the default listen address for security reason. If you need
the wildcard address (INADDR_ANY), you have to explicitly set
"servername" to 0.0.0.0 in ${PREFIX}/etc/sj3/serverrc.
20081026:
AFFECTS: users of japanese/Canna and japanese/sj3
AUTHOR: hrs@FreeBSD.org
The japanese/Canna and japanese/sj3 port have been split into
japanese/canna-server and japanese/canna-lib, and japanese/sj3-server
and japanese/sj3-lib, respectively for more fine-grained dependency
management in the Ports Collection.
20080926:
AFFECTS: users of www/squid30
AUTHOR: tmseck@netcologne.de