diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-04-12 15:51:13 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-04-12 15:51:13 +0000 |
commit | ed84edccde8bff0e823df2474d73d7b9210f3f95 (patch) | |
tree | dbf9feb93fd6589867144dcdf07442c839b4e9ea /UPDATING | |
parent | cd3a45672c21219dc64d413124fd81102c0039b6 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |