aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-04-03 18:41:14 +0800
committerolgeni <olgeni@FreeBSD.org>2014-04-03 18:41:14 +0800
commit16b61b7eaa45af365e2a228ca908864160fea41a (patch)
tree2223f54b23a9e4751314526194f9e66fdd2dc27e /UPDATING
parentcad9749559c465de4cd96354b6b5b5d48cabaaac (diff)
downloadfreebsd-ports-gnome-16b61b7eaa45af365e2a228ca908864160fea41a.tar.gz
freebsd-ports-gnome-16b61b7eaa45af365e2a228ca908864160fea41a.tar.zst
freebsd-ports-gnome-16b61b7eaa45af365e2a228ca908864160fea41a.zip
Upgrade net/rabbitmq to 3.3.0.
- Add optional installation of rabbitmqadmin script. - Note the new guest user behavior in UPDATING.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1c03fd945de0..c6de054e2f75 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.
20140403:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: olgeni@FreeBSD.org
+
+ This release changes the behaviour of the default "guest" user.
+
+ Previously the guest user could be accessed from any network
+ location. In RabbitMQ 3.3.0 and later, the guest user can only
+ be accessed via localhost by default.
+
+ Any other users you create will not (by default) be restricted
+ in this way.
+
+ See http://www.rabbitmq.com/access-control.html for more information.
+
+20140403:
AFFECTS: users of net/kdnssd
AUTHOR: kde@FreeBSD.org