diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-26 20:34:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-26 20:34:35 +0000 |
commit | 95398ac2c57492c342d04018b202401333289af8 (patch) | |
tree | cb5e4c5fd163e9ee4136adec1adbb3e7d32feeb2 /UPDATING | |
parent | a91f910a0b5888b3c1a648c6f88cc88547b7e336 (diff) | |
download | ports-95398ac2c57492c342d04018b202401333289af8.tar.gz ports-95398ac2c57492c342d04018b202401333289af8.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |