aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/ansible: Update to 4.3.0Mateusz Piotrowski2021-07-271-1/+1
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.3.0/4/CHANGELOG-v4.rst#v4-3-0
* sysutils/ansible: Update to 4.2.0Mateusz Piotrowski2021-06-301-1/+1
| | | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.2.0/4/CHANGELOG-v4.rst#v4-2-0 Reported by: Repology
* sysutils/ansible: Update to 4.1.0Mateusz Piotrowski2021-06-241-1/+1
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst#v4-1-0
* sysutils/ansible: Update to 4.0.0Mateusz Piotrowski2021-05-191-3/+2
| | | | | | The 3.X branch of Ansible Community Package has reached the end of life. Changes: https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst
* sysutils/ansible: Switch to USES=ansibleMateusz Piotrowski2021-05-171-2/+7
|
* sysutils/ansible: Fix the post-patch targetMateusz Piotrowski2021-05-161-1/+2
|
* sysutils/ansible: Add a simple test targetMateusz Piotrowski2021-05-161-0/+3
|
* sysutils/ansible: Update to 3.4.0Mateusz Piotrowski2021-05-161-1/+1
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/3.4.0/3/CHANGELOG-v3.rst#v3-4-0
* sysutils/ansible: Switch MASTER_SITES to CHEESESHOPMateusz Piotrowski2021-05-131-1/+1
| | | | | The old website is not providing the distfiles anymore and suggests that we switch to PyPI.
* sysutils/ansible: Clean up the portMateusz Piotrowski2021-05-131-19/+3
| | | | | | | | These parts of the port are no longer needed. - The dependencies are all provided by sysutils/py-ansible-base. - USES=gmake was only necessary for the test target. - pkg-message is gone as this port no longer installs any examples.
* sysutils/*ansible*: Update CPE_VENDORMateusz Piotrowski2021-05-121-1/+1
| | | | | The "ansibleworks" is not a correct CPE vendor. Change it to "redhat", which is mentioned on websites like https://nvd.nist.gov.
* sysutils/ansible: Update to 3.3.0Mateusz Piotrowski2021-05-121-46/+11
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst
* sysutils/ansible: Drop unnecessary master port infrastructureMateusz Piotrowski2021-05-121-8/+7
| | | | Currently, sysutils/ansible is no longer a master port.
* sysutils/ansible2: New portMateusz Piotrowski2021-05-121-1/+1
| | | | | This port is meant to track the legacy 2.X branch of Ansible as sysutils/ansible is about to switch to 3.X.
* sysutils/ansible*: Update pkg-messageMateusz Piotrowski2021-05-061-1/+3
| | | | | The old pkg-message was outdated and commands listed there invalid. It's fixed now. It should be more future-proof this time.
* sysutils/ansible: Update to 2.9.21Mateusz Piotrowski2021-05-051-2/+2
| | | | | | | MFH: 2021Q2 Security: 50ec3a01-ad77-11eb-8528-8c164582fbac Security: CVE-2020-10744 Changes: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-21
* sysutils/ansible: Clean up variablesMateusz Piotrowski2021-05-051-30/+1
| | | | | - Simplify shebangfix - Remove unnecessary SUB_LIST
* sysutils/ansible*: Clean up CONFLICTSMateusz Piotrowski2021-05-051-3/+8
|
* systuils/ansible: Fix test targetMateusz Piotrowski2021-05-051-8/+11
|
* sysutils/ansible: Sort variablesMateusz Piotrowski2021-05-051-41/+34
| | | | No functional changes intended.
* sysutils/ansible: Sort variablesMateusz Piotrowski2021-05-051-16/+14
|
* sysutils/ansible: Take maintainershipMateusz Piotrowski2021-05-041-1/+1
|
* *: reset lifanov's ports after safekeeping their ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* sysutils/ansible: Update version 2.8.11=>2.9.7Muhammad Moinur Rahman2020-04-281-3/+37
| | | | | | | | | | | | | | | - Create sysutils/ansible28 from sysutils/ansible - Set EXPIRATION_DATE to 20200530 for ansible23 ansible24 ansible25 and ansible26 as they are no longer maintained by upstream - Bump ansible23 ansible24 ansible25 ansible26 and ansible27 for CONFLICTS with ansible28 PR: 241734 Submitted by: ncrogers@gmail.com Approved by: portmgr (maintainer-timeout) Notes: svn path=/head/; revision=533266
* sysutils/ansible: Multiple Vulnerabilities fixMuhammad Moinur Rahman2020-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update ansible 2.8.7=>2.8.11 - Update ansible27 2.7.15=>2.7.17 - For ansible27 add fixes [1] - Rudimentary detection of the virtual platforms - playbook hangs without ASSUME_ALWAYS_YES for pkgng - Fix zpool snapshot cloning - Fix `doas` password authentication - Mark ansible26, ansible25, ansible24 and ansible23 DEPRECATED without EXPIRATION_DATE for MFH PR: 241734 233970 [1] Submitted by: timur [1] Reported by: ncrogers@gmail.com Approved by: portmgr (maintainer timeout, > 14 days) MFH: 2020Q2 (bugfix release) Security: CVE-2020-1737 Security: CVE-2020-1739 Security: CVE-2020-1740 Notes: svn path=/head/; revision=531978
* update sysutils/ansible to 2.8.7Nikolai Lifanov2019-12-261-1/+1
| | | | Notes: svn path=/head/; revision=520930
* update sysutils/ansible to 2.8.5Nikolai Lifanov2019-09-151-1/+1
| | | | Notes: svn path=/head/; revision=512122
* update sysutils/ansible to 2.8.3Nikolai Lifanov2019-08-111-1/+1
| | | | | | | https://github.com/ansible/ansible/blob/v2.8.3/changelogs/CHANGELOG-v2.8.rst Notes: svn path=/head/; revision=508695
* update sysutils/ansible to 2.8.2Nikolai Lifanov2019-07-061-4/+6
| | | | | | | | | | This creates sysutils/ansible27 port for users that wish to stay on Ansible 2.7 stable branch. https://github.com/ansible/ansible/blob/v2.8.2/changelogs/CHANGELOG-v2.8.rst Notes: svn path=/head/; revision=506078
* sysutils/ansible:Lars Engels2019-06-051-1/+2
| | | | | | | | | | - Don't install .bak files created during patching stage - Bump PORTREVISION Approved by: just fix it Notes: svn path=/head/; revision=503511
* update ansible portsNikolai Lifanov2019-04-181-2/+2
| | | | | | | | sysutils/ansible -> 2.7.10 sysutils/ansible26 -> 2.6.16 Notes: svn path=/head/; revision=499230
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* update ansible portsNikolai Lifanov2019-03-181-2/+2
| | | | | | | | ansible to 2.7.9 ansible26 to 2.6.15 Notes: svn path=/head/; revision=496115
* ansible: switch to security/py-cryptographyNikolai Lifanov2019-03-111-2/+2
| | | | | | | | | | For ansible >= 2.4, py-cryptography is preferred upstream. PR: 236436 Reported by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=495320
* update sysutils/ansible to 2.7.8Nikolai Lifanov2019-03-041-1/+1
| | | | Notes: svn path=/head/; revision=494545
* update sysutils/ansible to 2.7.5Nikolai Lifanov2018-12-171-1/+1
| | | | | | | https://github.com/ansible/ansible/blob/v2.7.5/changelogs/CHANGELOG-v2.7.rst Notes: svn path=/head/; revision=487646
* update sysutils/ansible to 2.7.2Nikolai Lifanov2018-11-171-1/+1
| | | | | | | https://github.com/ansible/ansible/blob/v2.7.2/changelogs/CHANGELOG-v2.7.rst Notes: svn path=/head/; revision=485109
* update sysutils/ansible* portsNikolai Lifanov2018-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | sysutils/ansible: 2.7.1 Changes: https://github.com/ansible/ansible/blob/v2.7.1/changelogs/CHANGELOG-v2.7.rst sysutils/ansible26: 2.6.7 Changes: https://github.com/ansible/ansible/blob/v2.6.7/changelogs/CHANGELOG-v2.6.rst sysutils/ansible25: 2.5.11 Changes: https://github.com/ansible/ansible/blob/v2.5.11/changelogs/CHANGELOG-v2.5.rst All ports: move default configuration directory back to LOCALBASE/etc/ansible as before the flavors conversion. Configuration is version-specific and not Python-specific and this is a more intuitive location. PR: 232377 Reported by: Tomoyuki Sakurai (default configuration path) Notes: svn path=/head/; revision=484164
* update sysutils/ansible to 2.7.0Nikolai Lifanov2018-10-151-2/+6
| | | | | | | | | | | | | This is a major release. Please see changelog and migration guide: https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html This also introduces sysutils/ansible26, which will track the 2.6 stable branch. Notes: svn path=/head/; revision=482130
* update sysutils/ansible to 2.6.5Nikolai Lifanov2018-10-151-1/+1
| | | | | | | https://github.com/ansible/ansible/blob/v2.6.5/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=482129
* update sysutils/ansible to 2.6.4Nikolai Lifanov2018-09-101-1/+1
| | | | | | | Changes: https://github.com/ansible/ansible/blob/v2.6.4/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=479356
* update sysutils/ansible to 2.6.3Nikolai Lifanov2018-08-201-1/+1
| | | | | | | Changes: https://github.com/ansible/ansible/blob/v2.6.3/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=477616
* update sysutils/ansible to 2.6.2Nikolai Lifanov2018-07-291-2/+2
| | | | | | | Changes: https://github.com/ansible/ansible/blob/v2.6.2/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=475855
* fix symlinks for ansible when non-default version is installedNikolai Lifanov2018-07-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | The issue is that before stage, other binaries are links to ansible: bin/ansible-vault -> bin/ansible bin/ansible-playbook -> bin/ansible During stage, these get renamed with a suffix, like 3.6, but the target of the symlink doesn't change: bin/ansible-vault-3.6 -> bin/ansible bin/ansible-playbook-3.6 -> bin/ansible This either creates broken links if the package for the default Python version is not installed or it creates links to the wrong binary if it is. Thank you Andreas Sommer for the fix! PR: 229960 Submitted by: Andreas Sommer Notes: svn path=/head/; revision=475222
* update sysutils/ansible to 2.6.1Nikolai Lifanov2018-07-081-1/+1
| | | | | | | Changes: https://github.com/ansible/ansible/blob/v2.6.1/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=474203
* update sysutils/ansible to 2.6.0Nikolai Lifanov2018-07-011-2/+2
| | | | | | | | | This also introduces sysutils/ansible25 port to track 2.5 release branch. Changes: https://github.com/ansible/ansible/blob/v2.6.0/changelogs/CHANGELOG-v2.6.rst Notes: svn path=/head/; revision=473687
* update sysutils/ansible to 2.5.5Nikolai Lifanov2018-06-171-1/+1
| | | | | | | Changes: https://github.com/ansible/ansible/blob/v2.5.5/changelogs/CHANGELOG-v2.5.rst Notes: svn path=/head/; revision=472643