Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1.0 14 Jul 2017 17:20:38 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.3.1.0 05 Jun 2017 13:46:31 |
lifanov |
remove note about SEM option
This option is no longer in Python ports. |
2.3.1.0 02 Jun 2017 19:47:54 |
lifanov |
update sysutils/ansible to 2.3.1.0
Relnotes: https://github.com/ansible/ansible/blob/v2.3.1.0-1/CHANGELOG.md
Security: 15a04b9f-47cb-11e7-a853-001fbc0f280f |
2.3.0.0_2 17 May 2017 17:14:56 |
lifanov |
sysutils/ansible: add dependency on py-jmespath
o add missing dependency on py-jmespath required by built-in jsonquery
o sort dependency list
PR: 219359
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |
2.3.0.0_1 18 Apr 2017 17:51:44 |
lifanov |
sysutils/ansible: fix prompt for become-method=su
PR: 218724
Reported by: Guillaume Bibaut <yom@iaelu.net> |
2.3.0.0 13 Apr 2017 03:55:56 |
lifanov |
sysutils/ansible1: fix packaging
Also, bump expiration date again since I touched it.
I plan to keep it around until sysutils/py-ploy_ansible is migrated. |
2.3.0.0 12 Apr 2017 15:51:13 |
lifanov |
update sysutils/ansible to 2.3.0.0
This is a major release!
https://raw.githubusercontent.com/ansible/ansible/v2.3.0.0-1/CHANGELOG.md
o stop "fixing" default interpreter of /usr/bin/python
o remove NETADDR option and depend on py-netaddr unconditionally
Differential Revision: https://reviews.freebsd.org/D10165 |
2.2.2.0 28 Mar 2017 13:43:58 |
lifanov |
update sysutils/ansible to 2.2.2.0 |
2.2.1.0 21 Jan 2017 19:03:20 |
lifanov |
update sysutils/ansible to 2.2.1.0
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9265 |
2.2.0.0_3 21 Jan 2017 12:56:45 |
antoine |
Only reinplace the target of the symlinks, not the symlinks
PR: 216309 |
2.2.0.0_3 16 Jan 2017 00:17:40 |
lifanov |
fix patch for ec84ff6
PR: 216103
Submitted by: freebsd@sh0shin.org
Reviewed by: matthew
Approved by: matthew (mentor)
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9189 |
2.2.0.0_2 12 Jan 2017 23:11:15 |
lifanov |
sysutils/ansible: address CVE-2016-9587
Reviewed by: matthew
Approved by: matthew (mentor)
MFH: 2017Q1
Security: CVE-2016-9587
Security: https://vuxml.FreeBSD.org/freebsd/a93c3287-d8fd-11e6-be5c-001fbc0f280f.html
Differential Revision: https://reviews.freebsd.org/D9158 |
2.2.0.0_1 14 Dec 2016 03:47:18 |
lifanov |
update MAINTAINER to my FreeBSD.org email
Reviewed by: matthew
Approved by: matthew (maintainer)
Differential Revision: https://reviews.freebsd.org/D8782 |
2.2.0.0_1 12 Nov 2016 20:11:37 |
lwhsu |
Change RUN_DEPENDS back to py-paramiko 1.x, for making ports depends on it
build without conflict |
2.2.0.0_1 08 Nov 2016 14:17:30 |
matthew |
Backport patch 872594b from upstream
This is a FreeBSD specific fix to the handling of rcvars -- this fixes
the case where the rcvar did not previously exist in /etc/rc.conf or
other places the rc system might look for them.
https://github.com/ansible/ansible-modules-core/commit/872594b49a69a1f3795e0de3f7cf0194b6bdfd53
PR: 214322
Reported by: Thomas Steen Rasmussen
Approved by: lifanov@mail.lifanov.com (maintainer) |
2.2.0.0 01 Nov 2016 17:53:42 |
matthew |
Upgrade to 2.2.0.0
Changelog:
https://raw.githubusercontent.com/ansible/ansible/v2.2.0.0-1/CHANGELOG.md
PR: 213974
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.1.2.0 30 Sep 2016 14:43:28 |
matthew |
Update to 2.1.2.0
PR: 213111
Submitted by: xmj
Approved by: lifanov@mail.lifanov.com (maintainer) |
2.1.1.0 29 Jul 2016 14:10:37 |
madpilot |
Update to 2.1.1.0.
PR: 211439
Submitted by: Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer) |
2.1.0.0_1 11 Jun 2016 00:49:52 |
brd |
sysutils/ansible: add patch to fix cron module
PR: 209789
Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org>
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Approved by: bdrewery (implicit, mentor) |
2.1.0.0 26 May 2016 19:48:07 |
matthew |
Update to 2.1.0.0
Press
release: https://www.redhat.com/en/about/press-releases/red-hat-debuts-ansible-21-network-automation-containers-microsoft-windows-and-azure
ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.1.0.0-1/CHANGELOG.md
PR: 209769
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.0.2.0_1 23 Apr 2016 22:19:51 |
madpilot |
Make the service module respect the sleep option.
PR: 208996
Submitted by: me
Approved by: Nikolai Lifanov <lifanov at mail.lifanov.com>
(maintainer) |
2.0.2.0 20 Apr 2016 13:24:22 |
matthew |
Security update to 2.0.2.0
Amongst many other updates, this addresses CVE-2016-3096, which is a
predictable temporary file name vulnerability that affects users of
LXC containers.
ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.0.2.0-1/CHANGELOG.md
PR: 208932
Submitted by: lifanov@mail.lifanov.com (maintainer)
MFH: 2016Q2
Security: 253c6889-06f0-11e6-925f-6805ca0b3d42 |
2.0.1.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.0.1.0 25 Feb 2016 23:05:59 |
matthew |
Update to 2.0.1.0
This is primarily a bugfix release. This also includes a merge of the
two local bugfix patches.
ChangeLog:
https://raw.githubusercontent.com/ansible/ansible/v2.0.1.0-1/CHANGELOG.md
PR: 207490
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.0.0.2_3 28 Jan 2016 10:11:32 |
matthew |
Backport upstream patch to fix overquoting of commands run via su
PR: 206591
Submitted by: leeb@ratnaling.org
Approved by: lifanov@mail.lifanov.com (maintainer)
Obtained
from: https://github.com/ansible/ansible/commit/6bf2f45ff52d252dbada6a1860416fa603be56bd |
2.0.0.2_2 27 Jan 2016 14:49:45 |
amdmi3 |
- Add dependency on py-netaddr needed for ipaddr() filter
- Switch to options helpers
PR: 206656
Submitted by: amdmi3
Approved by: lifanov@mail.lifanov.com (maintainer) |
2.0.0.2_1 22 Jan 2016 17:30:58 |
matthew |
Fix default low-level command submission
-- on FreeBSD root's default shell (/bin/csh) would fail to
understand the /bin/sh syntax ansible issues.
Import the fix from upstream.
PR: 206498
Submitted by: matthew
Approved by: lifanov@mail.lifanov.com (maintainer)
Obtained
from: https://github.com/ansible/ansible/commit/8647fdc7f25ba1c707c5333ca1581a1fa0ffe566 |
2.0.0.2 18 Jan 2016 07:07:10 |
matthew |
Add notes to pkg-message about the SEM option being required in python
PR: 206320
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.0.0.2 15 Jan 2016 14:48:44 |
matthew |
Update to 2.0.0.2
PR: 206290
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.0.0.1 13 Jan 2016 17:11:09 |
matthew |
Update to 2.0.0.1
This contains several minor fixes and adds back man pages (like in 1.x
series).
This allows us to remove a heavy build dependency on asciidoc toolkit.
PR: 206206
Submitted by: lifanov@mail.lifanov.com (maintainer) |
2.0.0.0 13 Jan 2016 07:41:27 |
matthew |
Upgrade ansible to 2.0.0
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0
Add note in UPDATING
PR: 206174
Submitted by: lifanov@mail.lifanov.com (maintainer) |
1.9.4_1 12 Jan 2016 16:14:51 |
matthew |
Update LICENSE to new GPLv3+
PR: 206161
Submitted by: maintainer |
1.9.4 12 Oct 2015 14:32:29 |
culot |
- Update to 1.9.4
PR: 203723
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.9.3 17 Sep 2015 23:29:28 |
junovitch |
sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCH
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md
PR: 202895
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.9.2_1 04 Sep 2015 05:49:51 |
ale |
Fix managing non-FreeBSD hosts.
PR: 202799
Submitted by: merlin@merlinsbox.net
Approved by: maintainer |
1.9.2 30 Jun 2015 11:45:31 |
robak |
sysutils/ansible: update 1.9.1 -> 1.9.2
* Security fix for CVE-2015-3908
* Security fix for jail, zone and chroot plugins
* Bugfixes:
https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md
PR: 201200
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
MFH: 2015Q2 |
1.9.1 29 Apr 2015 06:57:40 |
vanilla |
Upgrade to 1.9.1
PR: 199766
Submitted by: maintainer |
1.9.0.1 27 Mar 2015 21:24:40 |
pi |
sysutils/ansible: 1.8.4 -> 1.9.0.1
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.9.0.1-1/CHANGELOG.md
PR: 198926
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.8.4 21 Feb 2015 13:46:23 |
olgeni |
Upgrade to version 1.8.4.
PR: 197787
Submitted by: maintainer |
1.8.2_3 12 Feb 2015 20:17:28 |
olgeni |
Fix issue #83 of ansible-modules-extras with pull request #204 ("Even
though the password param is specified as optional, the rabbitmq_user
module fails when it is not provided.")
PR: 197573
Submitted by: olgeni
Reviewed by: maintainer |
1.8.2_2 04 Feb 2015 19:24:27 |
olgeni |
Fix quoting of function identifiers in postgresql_privs (issue 703
in ansible/ansible-modules-core on GitHub).
PR: 197325
Submitted by: olgeni
Approved by: maintainer |
1.8.2_1 15 Dec 2014 00:43:14 |
olgeni |
Restore Ansible modules by switching back to release distfiles.
PR: 195936
Submitted by: maintainer |
1.8.2 11 Dec 2014 22:17:50 |
koobs |
sysutils/ansible: Update to 1.8.2
- Update to 1.8.2
- Remove MASTERFILES, DISTFILES (unnecessary with USE_GITHUB)
- Update COMMENT
- Remove ACCELERATE option, move pycrypto to RUN_DEPENDS
While I'm here:
- Add LICENSE_FILE
- pkg-descr: Strip trailing slash from WWW: URL
- GH_PROJECT defaults to ${PORTNAME}, remove it
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.8.2/CHANGELOG.md
PR: 195557
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.7.2 13 Oct 2014 22:13:50 |
rodrigo |
Fix typo.
PR: ports/194263
Submitted by: thomas
Approved by: mentors (implicit) |
1.7.2 13 Oct 2014 22:01:47 |
rodrigo |
Update sysutils/ansible from 1.7.1 to 1.7.2
several bug fixes and improvements
PR: ports/193926
Submitted by: lifanov@mail.lifanov.com (maintainer)
Approved by: mentors (implicit) |
1.7.1 16 Aug 2014 12:14:55 |
marino |
sysutils/ansible: switch to USES=python, upgrade version 1.7 => 1.7.1
PR: 192679
Submitted by: maintainer (Nikolai Lifanov) |
1.7 06 Aug 2014 23:32:24 |
danilo |
- Update from 1.6.10 to 1.7
PR: 192451
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> |
1.6.10 28 Jul 2014 17:52:31 |
wg |
sysutils/ansible: update to 1.6.10
PR: 192190
Submitted by: maintainer |
1.6.9 25 Jul 2014 15:24:52 |
danilo |
- Update from 1.6.8 to 1.6.9
PR: ports/192111
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> |
1.6.8 24 Jul 2014 16:16:24 |
culot |
- Update to 1.6.8
Changes: https://raw.githubusercontent.com/ansible/ansible/v1.6.8/CHANGELOG.md
PR: ports/192017
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.6.6_1 07 Jul 2014 16:14:46 |
koobs |
sysutils/ansible: Fix packaging for pkg_* users
Strip the absolute prefix from the ansible.desktop PLIST_FILES entry which
was causing pkg_create to fail.
Submitted by: wg
Approved by: portmgr (blanket) |
1.6.6 02 Jul 2014 20:34:21 |
wg |
sysutils/ansible: update to 1.6.6
PR: 191561
Submitted by: maintainer |
1.6.5 27 Jun 2014 08:51:59 |
culot |
- Update to 1.6.5
Changes: https://raw.githubusercontent.com/ansible/ansible/v1.6.5/CHANGELOG.md
PR: ports/191418
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.6.3 11 Jun 2014 11:41:40 |
culot |
- Update to 1.6.3
Changes: https://raw.githubusercontent.com/ansible/ansible/v1.6.3/CHANGELOG.md
PR: ports/190882
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.6.2 31 May 2014 14:01:01 |
tdb |
- Update to 1.6.2
- Include patch from https://github.com/ansible/ansible/pull/7539
Changes to what's given in the PR were discussed and submitted by
email.
PR: ports/190231
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.6.1 10 May 2014 20:44:55 |
rakuco |
Update to 1.6.1.
PR: ports/189396
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.5.5 24 Apr 2014 10:16:57 |
jadawin |
- Update to 1.5.5
PR: ports/188855
Submitted by: maintainer |
1.5.4 10 Apr 2014 15:50:38 |
nemysis |
- Update to 1.5.4, announce message is here:
- Security fix for safe_eval, which further hardens the checking of
the evaluation function.
- Changing order of variable precendence for system facts, to ensure
that inventory variables take precedence over any facts that may be
set on a host.
- Change Makefile header, add Created by
- Change master sites, add icon
- Simplify REINPLACE
- Add Desktop entry file
PR: ports/188209
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> |
1.5.3 22 Mar 2014 23:52:02 |
pawel |
Update to version 1.5.3, switch to fetching from github
PR: ports/187453
Submitted by: maintainer |
1.5 02 Mar 2014 19:10:50 |
rm |
sysutils/ansible: update to 1.5
- update to 1.5
- clarify how to use sysutils/ansible port to control non-FreeBSD systems
in pkg-message
- remove man3 man pages: they are gone in the upstream distribution
- convert to PLIST_FILES
- remove NO_ARCH, while here - it has no practical value here
- add UPDATING entry, because some changes are not backward compatible
Changelog: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md
PR: 187182
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.5 14 Feb 2014 09:59:03 |
rm |
- update to 1.4.5
- kill trailing newline in pkg-descr
Changelog: https://raw.github.com/ansible/ansible/v1.4.5/CHANGELOG.md
PR: 186724
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.4 30 Jan 2014 14:50:38 |
decke |
- Remove ansibleworks.com which is gone now
PR: ports/186237
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.4 11 Jan 2014 20:03:46 |
bdrewery |
- Update checksum. Upstream changed manpage and copyright dates
PR: ports/185611
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.4 11 Jan 2014 15:17:52 |
bdrewery |
BROKEN: Fails checksum |
1.4.4 09 Jan 2014 07:35:27 |
jgh |
- add a mirror
PR: 185583
Submitted by: maintainer, lifanov@mail.lifanov.com |
1.4.4 07 Jan 2014 07:35:09 |
jgh |
- update to 1.4.4
PR: 185539
Submitted by: maintainer, lifanov@mail.lifanov.com |
1.4.3 20 Dec 2013 23:21:05 |
danilo |
- Update from 1.4.2 to 1.4.3
PR: ports/185048
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.2 19 Dec 2013 14:32:48 |
danilo |
- Update from 1.4.1 to 1.4.2
Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md
PR: ports/184997
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.1_1 10 Dec 2013 19:47:43 |
bdrewery |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
1.4.1 09 Dec 2013 12:38:45 |
ak |
- Mark ports as architecture-neutral (NO_ARCH)
PR: ports/184542
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4.1 29 Nov 2013 16:17:10 |
koobs |
sysutils/ansible: Update to 1.4.1
PR: ports/184373
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.4 22 Nov 2013 16:38:39 |
koobs |
sysutils/ansible: Update to 1.4
- Update to 1.4
- Update pkg-plist
- QA: Dependencies are only RUN_DEPENDS, not BUILD_DEPENDS
- QA: Whitespace alignment
- QA: Clarify ACCELERATE option description
Changes:
https://raw.github.com/ansible/ansible/v1.4.0/CHANGELOG.md
PR: ports/184171
Approved by: maintainer |
1.3.4 30 Oct 2013 15:53:43 |
danilo |
- Update from 1.3.3 to 1.3.4
PR: ports/183483
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.3.3 12 Oct 2013 03:33:40 |
danilo |
- Update from 1.3.2 to 1.3.3
- Add stage support
- Update files/pkg-message.in
PR: ports/182863
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Approved by: wg/culot (mentors, implicit) |
1.3.2 25 Sep 2013 14:08:59 |
amdmi3 |
- Support staging
- Reword pkg-message
PR: 182335
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.3.2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.3.2 20 Sep 2013 09:23:10 |
bdrewery |
- Update to 1.3.2
PR: ports/182231
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.3.1 17 Sep 2013 17:58:10 |
wg |
sysutils/ansible: update to 1.3.1
- Update to 1.3.1
Changes: https://raw.github.com/ansible/ansible/v1.3.1/CHANGELOG.md
PR: ports/182152
Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) |
1.2.3 06 Sep 2013 19:08:40 |
mat |
Fixup typo. |
1.2.3 05 Sep 2013 12:50:41 |
wg |
sysutils/ansible: add FIREBALL option
- Add FIREBALL option for the to use "fireball" mode with ansible [1]
- Add EXAMPLES to options
PR: ports/181815 [1]
Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) |
1.2.3 21 Aug 2013 21:29:54 |
wg |
ysutils/ansible: update to 1.2.3
- Update to 1.2.3
PR: ports/181457
Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) |
1.2.2 06 Jul 2013 19:10:32 |
wxs |
Update to 1.2.2.
PR: ports/180347
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) |
1.2.1 06 Jul 2013 11:40:31 |
wg |
sysutils/ansible: update to 1.2.1
- Update to 1.2.1
Changes: https://github.com/ansible/ansible/blob/release1.2.1/CHANGELOG.md
PR: ports/180312
Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) |
1.2 12 Jun 2013 12:26:22 |
wg |
- Update to 1.2
- Sort pkg-plist
Changes: https://github.com/ansible/ansible/blob/v1.2/CHANGELOG.md
PR: ports/179490
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit) |
1.1 23 May 2013 16:36:29 |
wg |
- Use shebangfix instead of manual replace
PR: ports/178822
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Approved by: culot (mentor) |
1.1 18 Apr 2013 18:39:43 |
jgh |
- update to 1.1
- now pulling releases from ansible.cc instead of github
PR: 177740
Submitted by: maintainer, lifanov@mail.lifanov.com
Feature safe: yes |
0.9 21 Feb 2013 03:24:55 |
jgh |
- fix pkg-message notes
Submitted by: maintainer, lifanov@mail.lifanov.com |
0.9 20 Feb 2013 19:40:39 |
jgh |
- Makefile (python version) and pkg-plist (sitelibdir) python cleanup
Spotted by: rm@ |
0.9 20 Feb 2013 18:58:08 |
jgh |
add new port: sysutils/ansible
Ansible is a radically simple configuration-management, deployment,
task-execution, and multinode orchestration framework.
WWW: http://ansible.cc/
PR: 175961
Submitted by: lifanov@mail.lifanov.com |