Skip to content

Commit

Permalink
ansible-base: updated to 2.10.11
Browse files Browse the repository at this point in the history
v2.10.11
========

Security Fixes
--------------
- templating engine fix for not preserving usnafe status when trying to preserve newlines. CVE-2021-3583

Bugfixes
--------
- gather_facts, package, service - fix using module_defaults for the modules in addition to the action plugins. (ansible/ansible#72918)
- psrp - Always cleanup the last run pipeline if a second pipeline is invoked to avoid violating any resource limits.
- psrp - Fix error when resetting a connection that was initialised but not connected - (ansible/ansible#74092).
- psrp - Try to clean up any server-side resources when resetting a connection.
  • Loading branch information
adam committed Jun 23, 2021
1 parent 07115a9 commit e7de4be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/ansible-base/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2021/05/25 05:18:21 adam Exp $
# $NetBSD: Makefile,v 1.6 2021/06/23 19:40:57 adam Exp $

DISTNAME= ansible-base-2.10.10
DISTNAME= ansible-base-2.10.11
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-base/}

Expand Down
10 changes: 5 additions & 5 deletions sysutils/ansible-base/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.5 2021/05/25 05:18:21 adam Exp $
$NetBSD: distinfo,v 1.6 2021/06/23 19:40:57 adam Exp $

SHA1 (ansible-base-2.10.10.tar.gz) = d116a4f0102b1d66ae4dea17d4cc3532d54ded6b
RMD160 (ansible-base-2.10.10.tar.gz) = 06970700110ed6c0d29ee3d2067bffe4505256af
SHA512 (ansible-base-2.10.10.tar.gz) = b599b498a20b77cd3346f5b865b5a0436cdd835af250e8cc4ed20d61ac6a4929bf4ceef9a95c6e7b8e825c5f513d33ea32b24661c58e2f1d285db0569d71fc1b
Size (ansible-base-2.10.10.tar.gz) = 5986488 bytes
SHA1 (ansible-base-2.10.11.tar.gz) = 7d3b9d27f42a38fbabf47538d86881d6958e622f
RMD160 (ansible-base-2.10.11.tar.gz) = cb50d06cdadcfee2b5ea2b34ca3a53f9fb703e68
SHA512 (ansible-base-2.10.11.tar.gz) = ae64251284b889e6ceb8a549994d193ab27384f09f484c5c85bf62d1f152f350a33cdd83b444938aaf37a7bee78a03a1fde6f2737bc7dc073c68731fad3ceb36
Size (ansible-base-2.10.11.tar.gz) = 5987563 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2

0 comments on commit e7de4be

Please sign in to comment.