2022-05-14 06:49:54 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
ansible-base: finish removal
|
2022-05-14 06:44:02 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
ansible-base: removed
|
2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18) |
Log message:
*: convert to versioned_dependencies for py-cryptography
|
2022-02-08 17:41:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-base: updated to 2.10.17
v2.10.17
========
Bugfixes
--------
- ansible-galaxy collection build - Ignore any existing ``MANIFEST.json`` and \
``FILES.json`` in the root directory when building a collection.
- ansible-test - Fix traceback in the ``validate-modules`` sanity test when \
testing an Ansible module without any callables.
- backwards compatiblity copy of doc fragment action_common_attributes
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-07 10:50:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-base: updated to 2.10.16
v2.10.16
Bugfixes
- cli defaults for ssh args set to None as '' was bypassing normal default.
|
2021-11-09 21:34:41 by Thomas Klausner | Files touched by this commit (9) |
Log message:
*: convert packaging to lang/python/versioned_dependencies.mk
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-12 11:26:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-base: updated to 2.10.15
v2.10.15
Security Fixes
- Do not include params in exception when a call to ``set_options`` fails. \
Additionally, block the exception that is returned from being displayed to \
stdout. (CVE-2021-3620)
Bugfixes
- PowerShell - Ignore the ``LIB`` environment variable when compiling C# Ansible code
- ansible-test - Remove obsolete ``--remote`` entry ``power/centos/7``
- ansible-test - Update ``isort`` constraint from version 4.3.15 to 4.3.16 to \
prevent ``pylint`` from failing with warnings reported as errors.
- netconf - catch and handle exception to prevent stack trace when running in \
FIPS mode
|