diff options
author | jhale <jhale@FreeBSD.org> | 2013-01-09 06:33:10 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-01-09 06:33:10 +0800 |
commit | 60435e4865cb18efff3d694b26b394cd120dfd8b (patch) | |
tree | 9a3ca668e9292420dc99d7e7acff2e03974010e7 /UPDATING | |
parent | 560c3943974673b5c564aa2af76893176dc32624 (diff) | |
download | freebsd-ports-gnome-60435e4865cb18efff3d694b26b394cd120dfd8b.tar.gz freebsd-ports-gnome-60435e4865cb18efff3d694b26b394cd120dfd8b.tar.zst freebsd-ports-gnome-60435e4865cb18efff3d694b26b394cd120dfd8b.zip |
- Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20130108: + AFFECTS: users of devel/libvanessa_socket, mail/perdition + AUTHOR: jhale@FreeBSD.org + + The update of devel/libvanessa_socket to 0.0.12 (used by Perdition) + adds IPv6 support. If the hostname in bind_address has both IPv4 and + IPv6 addresses in DNS, then Perdition will ONLY listen on IPv6. + + If you prefer to continue to use IPv4, you need to change the + bind_address in /usr/local/etc/perdition/perdition.conf to use an + explicit IPv4 address. This can be in addition to, or instead of, + the current hostname, depending on whether you want to use IPv6 or + not. If your Perdition server does not have an IPv6 address + listed in DNS, this change does not affect you. + +20130108: AFFECTS: users of sysutils/cfengine* AUTHOR: gjb@FreeBSD.org |