Commit graph

46 commits

Author SHA1 Message Date
Austin Butler c070b9e4f5 pythonPackages.resolvelib: 0.7.1 -> 0.5.5 2021-08-07 16:27:54 -07:00
Martin Weinelt a9206d8c4c python3Packages.ansible: 2.9.23 -> 2.9.24 2021-07-20 03:38:55 +02:00
Martin Weinelt dc1137bc98
python3Packages.ansible-core.collections: 4.1.0 -> 4.2.0 2021-07-20 03:33:37 +02:00
Martin Weinelt 32d5641120 python3Packages.ansible-base: 2.10.11 -> 2.10.12 2021-07-20 03:24:51 +02:00
Martin Weinelt 1e462be4eb python3Packages.ansible-core: 2.11.2 -> 2.11.3 2021-07-20 03:23:47 +02:00
Martin Weinelt ca618d6401
ansible, ansible_2_10: internalize collections package
This drops the python3Packages.ansible-collections attribute in favor of
a local callPackage that overwrites the collections package per ansible
version.
2021-06-22 18:04:59 +02:00
Martin Weinelt e578f0f7d0
ansible_2_9: 2.9.22 -> 2.9.23 2021-06-22 15:06:58 +02:00
Martin Weinelt 10be06813d
ansible_2_10: 2.10.10 -> 2.10.11 2021-06-22 15:02:09 +02:00
Martin Weinelt bedf7abd6a
ansible: 2.11.1 -> 2.11.2 2021-06-22 14:23:29 +02:00
Martin Weinelt 19411a458c
Merge pull request #126418 from petabyteboy/feature/ansible-2-9-22
ansible_2_9: 2.9.21 -> 2.9.22
2021-06-10 02:12:25 +02:00
Milan Pässler 53448012e8
ansible_2_9: 2.9.21 -> 2.9.22 2021-06-10 01:38:20 +02:00
Milan Pässler 6960d3b170
ansible_2_10: 2.10.9 -> 2.10.10 2021-06-10 01:37:30 +02:00
R. RyanTM 41f507b1ef ansible: 2.11.0 -> 2.11.1 2021-06-02 17:06:15 +00:00
Martin Weinelt 8e390750e3
python3Packages.ansible-core: init at 2.11.0 2021-05-23 18:37:51 +02:00
Martin Weinelt f46205d571
python3Packages.ansible-collections: fix homepage 2021-05-14 03:02:58 +02:00
Martin Weinelt 7bd5cb5fb2 ansible_2_9: 2.9.12 -> 2.9.21 2021-05-13 15:38:56 -07:00
Martin Weinelt 5281ae97c2 ansible: 2.9.12 -> 2.10.9 2021-05-13 15:38:56 -07:00
Martin Weinelt 95f3da5b6a python3Packages.ansible-base: depend on ansible-collections 2021-05-13 15:38:56 -07:00
Martin Weinelt ff2e731ace python3Packages.ansible-collections: init at 3.4.0 2021-05-13 15:38:56 -07:00
Martin Weinelt 1e67245f20 python3Packages.ansible-base: init at 2.10.9 2021-05-13 15:38:56 -07:00
Martin Weinelt 9e6ee27597 ansible_2_8: 2.8.13 -> 2.8.14 2020-08-11 10:12:29 -07:00
Martin Weinelt 2a5f2725ec ansible: v2.9.10 -> v2.9.11
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-11
2020-07-23 09:29:40 +02:00
Martin Weinelt 60f0e62b3c ansible: v2.9.9 -> v2.9.10 2020-06-20 15:51:49 -07:00
Martin Weinelt 9f98f41854
ansible: add myself as maintainer 2020-05-18 01:45:30 +02:00
Martin Weinelt 0dea984634
ansible: v2.9.7 → v2.9.9 2020-05-18 01:25:33 +02:00
Martin Weinelt dde157780c
ansible: v2.9.2 → v2.9.7
Fixes: CVE-2020-10684, CVE-2020-1733, CVE-2020-1735, CVE-2020-1739, CVE-2020-1740
2020-05-05 21:23:12 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 99eb9231d4 ansible_2_9: init at 2.9.2 2020-01-22 01:12:28 -08:00
Andreas Rammhold 71cde971c7 ansible_2_8: 2.8.4 -> 2.8.7
This addresses the following security issues:

  * Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when
    invalid parameters are passed to the module (CVE-2019-14858)

Changelog: 24220a618a/changelogs/CHANGELOG-v2.8.rst
2019-12-15 21:25:02 +01:00
Martin Weinelt 2bb4191613 Ansible: Fix connection plugins and add support for NETCONF (#72370)
* ansible: Fix use of connection plugins

Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.

Fixes #71342

* ansible: Add ncclient to support NETCONF connections

* ansible: Some cleanups

- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
2019-11-20 14:55:07 +01:00
Frederik Rietdijk 4af94d0f5a ansible: drop boto dependency
Does not seem to be needed. Hasn't been updated in over a year either.
2019-10-18 09:54:03 +02:00
Jonathan Ringer aa2bf1bc25 ansible: 2.8.2 -> 2.8.4 2019-08-25 23:15:26 -07:00
angristan 856ff1bf56 ansible: 2.8.1 -> 2.8.2 2019-07-13 10:01:09 +02:00
Giacomo Longo 646ed20652
ansible: 2.7.6 -> 2.8.1 2019-06-08 21:05:24 -05:00
Aaron Bull Schaefer ef48aaff73 pythonPackages.ansible: 2.7.8 -> 2.7.9 (#58285) 2019-03-26 13:36:35 +01:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Chris Ostrouchov 300ca8132b
pythonPackages.ansible: refactor move to python-modules 2019-03-01 14:46:56 -05:00
Jörg Thalheim 2f5dab753c ansible: move out of pythonPackages
ansible is not a library
2017-08-28 11:30:22 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Shea Levy 551dcb6783 Add ansible 2.3 2017-06-27 15:22:31 -04:00
Frederik Rietdijk 1ba17987f7 ansible_2_2: windows support off by default
this was accidentally enabled when moving the expression.
2017-02-11 14:14:07 +01:00
Frederik Rietdijk 8ea925b240 ansible_2_1: windowsSupport off by default 2017-02-11 14:14:07 +01:00
Frederik Rietdijk 8b3db9a0dd pythonPackages.ansible_2_2: use jinja2 2.8.1 2017-02-03 09:54:37 +01:00
Frederik Rietdijk 201a0fe403 pythonPackages.ansible_2_1: use jinja2 2.8.1 2017-02-03 09:54:37 +01:00
Frederik Rietdijk c42cfa1e91 pythonPackages.ansible_2_1: init at 2.1.4.0 2017-01-27 10:15:31 +01:00
Frederik Rietdijk 46b1ea260a pythonPackages.ansible2: move 2.2 to separate file, make default
`pythonPackages.ansible_2_2` is now the default `ansible`.
2017-01-27 10:15:31 +01:00