aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-04-12 15:51:13 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-04-12 15:51:13 +0000
commited84edccde8bff0e823df2474d73d7b9210f3f95 (patch)
treedbf9feb93fd6589867144dcdf07442c839b4e9ea /UPDATING
parentcd3a45672c21219dc64d413124fd81102c0039b6 (diff)
downloadports-ed84edccde8bff0e823df2474d73d7b9210f3f95.tar.gz
ports-ed84edccde8bff0e823df2474d73d7b9210f3f95.zip
update sysutils/ansible to 2.3.0.0
This is a major release! https://raw.githubusercontent.com/ansible/ansible/v2.3.0.0-1/CHANGELOG.md o stop "fixing" default interpreter of /usr/bin/python o remove NETADDR option and depend on py-netaddr unconditionally Differential Revision: https://reviews.freebsd.org/D10165
Notes
Notes: svn path=/head/; revision=438364
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 35a1733fb16b..c992d0e2b83f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20170412:
+ AFFECTS: users of sysutils/ansible
+ AUTHOR: lifanov@FreeBSD.org
+
+ The default value for ansible_python_interpreter has been changed
+ to match the upstream /usr/bin/python. If managing FreeBSD systems,
+ adjust the hosts database to explicitly set a valid python interpreter:
+
+ [freebsd]
+ host1
+
+ [freebsd_vars]
+ ansible_python_interpreter=/usr/local/bin/python2.7
+
20170411:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org