Changelog: https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2-8-6
Port changes:
- add post-release upstream commits to lineinfile module
92cd13a (#63696), 29d4d31 (#63763), aeb0dde (#62896)
- build complete html docs (including modules documentation)
- remove RUN_DEPENDS for ansible-html package
- add textproc/py-yaml to BUILD_DEPENDS (required for building html package)
ok jasper@
many thanks to sthen@
- keep using old separate tarballs for V22 firmware for now, newer V22
ones from linux-firmware require driver changes (stsp pending diff for
DQA)
- add in newer API firmware from "linux-firmware" to ease future
development and testing
Terragrunt is a thin wrapper for Terraform that provides extra tools for
keeping your Terraform configurations DRY, working with multiple Terraform
modules, and managing remote state.
ok sthen@
* Add rock64-rk3328 to supported boards
* Update rk3328-cru.h from linux 5.3
* Include Simon Souths Rock64 TPL bug fixes [1]
* Update rk3399-rockpro64.dts from linux 5.3 to gain PCIe support
okay jsg@, patrick@, kettenis@, sthen@
[1] https://marc.info/?l=u-boot&m=157037941626446&w=2
download.samba.org now rejects the HTTP/1.0 requests sent by our ftp(1).
Changing ftp(1) now is asking for trouble so work around it.
distfiles hosting courtesy of kmos@, thanks!
from an rsync mirror. if updates are done frequently, the CVSROOT directory
is checked for changes, skipping some updates if there is likely to be no
change to reduce io. feedback jasper@ ok aja@
The xe utility constructs command lines from specified arguments,
combining some of the best features of xargs(1) and apply(1).
xe means "execute for every ...".
From Evan Silberman; thanks!
ok bcallah@