aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-12-02 19:32:37 +0800
committerlawrance <lawrance@FreeBSD.org>2005-12-02 19:32:37 +0800
commitbf5b4111e00e77cb15f9a8f7a48f5824785ea357 (patch)
tree809b25304beee0033df98f43434d33ee66e93530 /UPDATING
parent7dfcf96eadf85f9bcd50b8b395ea7d6dd2b854f3 (diff)
downloadfreebsd-ports-gnome-bf5b4111e00e77cb15f9a8f7a48f5824785ea357.tar.gz
freebsd-ports-gnome-bf5b4111e00e77cb15f9a8f7a48f5824785ea357.tar.zst
freebsd-ports-gnome-bf5b4111e00e77cb15f9a8f7a48f5824785ea357.zip
- Fix MOVED entry for security/racoon to direct users to security/ipsec-tools
- Add an UPDATING entry for ipsec-tools regarding changed configuration file locations for racoon.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c2e9d98270da..5cf687e07235 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20051202:
+ AFFECTS: users of security/racoon and security/ipsec-tools
+ AUTHOR: lawrance@FreeBSD.org
+
+ security/racoon has been removed. You should migrate to its
+ replacement, security/ipsec-tools. No configuration changes will
+ be required.
+
+ The default configuration file location has changed for ipsec-tools.
+ You will need to move your racoon configuration files to the new
+ location /usr/local/etc/racoon. Alternatively, add this line in
+ rc.conf to continue using the old location:
+
+ racoon_flags="-f /usr/local/etc"
+
20051201:
AFFECTS: users of lang/ocaml
AUTHOR: burelle@lri.fr