notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/ansible24/Makefile
SVNWeb

Number of commits found: 14

Tue, 28 Apr 2020
[ 20:46 bofh search for other commits by this committer ] Original commit   Revision:533266 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
sysutils/ansible: Update version 2.8.11=>2.9.7

- 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)
Fri, 17 Apr 2020
[ 22:31 bofh search for other commits by this committer ] Original commit   Revision:531978
sysutils/ansible: Multiple Vulnerabilities fix

- 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
Sat, 6 Jul 2019
[ 23:04 lifanov search for other commits by this committer ] Original commit   Revision:506078 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
update sysutils/ansible to 2.8.2

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
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Mon, 11 Mar 2019
[ 01:05 lifanov search for other commits by this committer ] Original commit   Revision:495320
ansible: switch to security/py-cryptography

For ansible >= 2.4, py-cryptography is preferred upstream.

PR:		236436
Reported by:	John W. O'Brien <john@saltant.com>
Mon, 5 Nov 2018
[ 02:07 lifanov search for other commits by this committer ] Original commit   Revision:484164
update sysutils/ansible* ports

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)
Mon, 15 Oct 2018
[ 00:58 lifanov search for other commits by this committer ] Original commit   Revision:482130 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
update sysutils/ansible to 2.7.0

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.
Mon, 20 Aug 2018
[ 00:36 lifanov search for other commits by this committer ] Original commit   Revision:477613
update sysutils/ansible24 to 2.4.6.0

Changes: https://github.com/ansible/ansible/blob/v2.4.6.0-1/CHANGELOG.md
Tue, 24 Jul 2018
[ 03:16 lifanov search for other commits by this committer ] Original commit   Revision:475222
fix symlinks for ansible when non-default version is installed

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
Sun, 1 Jul 2018
[ 23:27 lifanov search for other commits by this committer ] Original commit   Revision:473687
update sysutils/ansible to 2.6.0

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
Fri, 18 May 2018
[ 13:45 lifanov search for other commits by this committer ] Original commit   Revision:470293
add tests and FLAVORS to Ansible ports

Most of the work was done by koobs. Thank you!

PR:		228268
Submitted by:	koobs
Reported by:	Christopher Hall
Thu, 3 May 2018
[ 16:59 lifanov search for other commits by this committer ] Original commit   Revision:468944
sysutils/ansible24: add PORTREVISION, EXTRA_PATCHES

This is a no-op in preparation for a change in sysutils/ansible.
Mon, 16 Apr 2018
[ 19:57 lifanov search for other commits by this committer ] Original commit   Revision:467530
update sysutils/ansible24 to 2.4.4.0

Changes: https://github.com/ansible/ansible/blob/v2.4.4.0-1/CHANGELOG.md
Mon, 26 Mar 2018
[ 15:18 lifanov search for other commits by this committer ] Original commit   Revision:465604
new port: sysutils/ansible24

This is the same as sysutils/ansible 2.4.3.0 and will track stable 2.4 branch.

Number of commits found: 14